-- MySQL dump 10.13  Distrib 5.7.34, for Linux (x86_64)
--
-- Host: localhost    Database: ottunive_fumrestaurant
-- ------------------------------------------------------
-- Server version	5.7.34-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wpuxyio7feou_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpuxyio7feou_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`)
) ENGINE=MyISAM AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_actionscheduler_actions`
--

LOCK TABLES `wpuxyio7feou_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_actionscheduler_actions` VALUES (219,'action_scheduler/migration_hook','complete','2021-04-22 13:43:37','2021-04-22 13:43:37','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1619099017;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1619099017;}',1,1,'2021-04-22 13:44:40','2021-04-22 13:44:40',0,NULL);
/*!40000 ALTER TABLE `wpuxyio7feou_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wpuxyio7feou_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=16924 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_actionscheduler_claims`
--

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

--
-- Table structure for table `wpuxyio7feou_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wpuxyio7feou_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) 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 `wpuxyio7feou_actionscheduler_groups`
--

LOCK TABLES `wpuxyio7feou_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wp_mail_smtp');
/*!40000 ALTER TABLE `wpuxyio7feou_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wpuxyio7feou_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_actionscheduler_logs`
--

LOCK TABLES `wpuxyio7feou_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_actionscheduler_logs` VALUES (56,219,'action started via WP Cron','2021-04-22 13:44:40','2021-04-22 13:44:40'),(57,219,'action complete via WP Cron','2021-04-22 13:44:40','2021-04-22 13:44:40'),(55,219,'action created','2021-04-22 13:42:37','2021-04-22 13:42:37');
/*!40000 ALTER TABLE `wpuxyio7feou_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_commentmeta`
--

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

--
-- Dumping data for table `wpuxyio7feou_commentmeta`
--

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

--
-- Table structure for table `wpuxyio7feou_comments`
--

DROP TABLE IF EXISTS `wpuxyio7feou_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_comments`
--

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

--
-- Table structure for table `wpuxyio7feou_dpProEventCalendar_booking`
--

DROP TABLE IF EXISTS `wpuxyio7feou_dpProEventCalendar_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_dpProEventCalendar_booking` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_calendar` int(11) NOT NULL,
  `id_event` int(11) NOT NULL,
  `id_coupon` int(11) DEFAULT NULL,
  `code` varchar(20) DEFAULT NULL,
  `session_id` varchar(255) DEFAULT NULL,
  `coupon_discount` int(11) DEFAULT NULL,
  `booking_date` datetime NOT NULL,
  `cancel_date` datetime DEFAULT NULL,
  `event_date` date NOT NULL,
  `id_user` int(11) NOT NULL,
  `quantity` int(11) NOT NULL DEFAULT '1',
  `comment` text,
  `cancel_reason` text,
  `status` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(80) DEFAULT NULL,
  `extra_fields` text,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_dpProEventCalendar_booking`
--

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

--
-- Table structure for table `wpuxyio7feou_dpProEventCalendar_calendars`
--

DROP TABLE IF EXISTS `wpuxyio7feou_dpProEventCalendar_calendars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_dpProEventCalendar_calendars` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `active` tinyint(1) NOT NULL,
  `title` varchar(80) NOT NULL,
  `description` varchar(255) NOT NULL,
  `admin_email` varchar(255) DEFAULT NULL,
  `width` char(5) NOT NULL,
  `width_unity` char(2) NOT NULL DEFAULT 'px',
  `default_date` date DEFAULT NULL,
  `date_range_start` date DEFAULT NULL,
  `date_range_end` date DEFAULT NULL,
  `ical_active` tinyint(1) NOT NULL,
  `ical_limit` varchar(80) NOT NULL,
  `rss_active` tinyint(1) NOT NULL,
  `rss_limit` varchar(80) NOT NULL,
  `link_post` tinyint(1) NOT NULL,
  `link_post_target` varchar(80) DEFAULT '_self',
  `booking_display_attendees` tinyint(1) NOT NULL DEFAULT '0',
  `booking_display_attendees_names` tinyint(1) NOT NULL DEFAULT '0',
  `booking_display_fully_booked` tinyint(1) NOT NULL DEFAULT '0',
  `email_admin_new_event` tinyint(1) NOT NULL,
  `hide_old_dates` tinyint(1) NOT NULL DEFAULT '0',
  `limit_time_start` tinyint(2) NOT NULL DEFAULT '0',
  `limit_time_end` tinyint(2) NOT NULL DEFAULT '0',
  `view` varchar(80) NOT NULL DEFAULT 'monthly',
  `format_ampm` tinyint(1) NOT NULL DEFAULT '0',
  `show_time` tinyint(1) NOT NULL DEFAULT '1',
  `show_timezone` tinyint(1) NOT NULL DEFAULT '0',
  `show_preview` tinyint(1) NOT NULL DEFAULT '0',
  `show_titles_monthly` tinyint(1) NOT NULL DEFAULT '0',
  `show_references` tinyint(1) NOT NULL DEFAULT '1',
  `show_author` tinyint(1) NOT NULL DEFAULT '0',
  `show_search` tinyint(1) NOT NULL DEFAULT '0',
  `show_category_filter` tinyint(1) NOT NULL DEFAULT '0',
  `show_location_filter` tinyint(1) NOT NULL DEFAULT '0',
  `booking_enable` tinyint(1) NOT NULL DEFAULT '0',
  `booking_non_logged` tinyint(1) NOT NULL DEFAULT '0',
  `booking_cancel` tinyint(1) NOT NULL DEFAULT '0',
  `booking_email_template_user` text NOT NULL,
  `booking_email_template_admin` text NOT NULL,
  `booking_email_template_reminder_user` text NOT NULL,
  `booking_cancel_email_enable` tinyint(1) NOT NULL DEFAULT '0',
  `booking_cancel_email_template` text NOT NULL,
  `new_event_email_template_published` text NOT NULL,
  `booking_comment` tinyint(1) DEFAULT '0',
  `booking_event_color` varchar(80) NOT NULL DEFAULT '#e14d43',
  `category_filter_include` text,
  `venue_filter_include` text,
  `allow_user_add_event_roles` text,
  `booking_custom_fields` text,
  `form_custom_fields` text,
  `article_share` tinyint(1) NOT NULL DEFAULT '0',
  `cache_active` tinyint(1) NOT NULL DEFAULT '0',
  `allow_user_add_event` tinyint(1) NOT NULL DEFAULT '0',
  `publish_new_event` tinyint(1) NOT NULL DEFAULT '0',
  `new_event_email_enable` tinyint(1) NOT NULL DEFAULT '1',
  `form_customization` text,
  `form_text_editor` tinyint(1) NOT NULL DEFAULT '1',
  `show_x` tinyint(1) NOT NULL DEFAULT '1',
  `allow_user_edit_event` tinyint(1) NOT NULL DEFAULT '0',
  `allow_user_remove_event` tinyint(1) NOT NULL DEFAULT '0',
  `show_view_buttons` tinyint(1) NOT NULL DEFAULT '1',
  `assign_events_admin` int(11) NOT NULL DEFAULT '0',
  `first_day` tinyint(1) NOT NULL DEFAULT '0',
  `current_date_color` varchar(10) NOT NULL DEFAULT '#C4C5D1',
  `subscribe_active` tinyint(1) NOT NULL DEFAULT '0',
  `mailchimp_api` varchar(80) DEFAULT NULL,
  `mailchimp_list` varchar(80) DEFAULT NULL,
  `translation_fields` text,
  `skin` varchar(80) NOT NULL,
  `enable_wpml` tinyint(1) NOT NULL DEFAULT '0',
  `sync_ical_enable` tinyint(1) NOT NULL DEFAULT '0',
  `sync_ical_url` text NOT NULL,
  `sync_ical_frequency` varchar(80) NOT NULL DEFAULT '',
  `sync_ical_category` int(11) NOT NULL DEFAULT '0',
  `sync_fb_page` text NOT NULL,
  `daily_weekly_layout` varchar(80) NOT NULL DEFAULT 'list',
  `booking_max_quantity` int(11) NOT NULL DEFAULT '3',
  `booking_max_upcoming_dates` int(11) NOT NULL DEFAULT '10',
  `booking_show_phone` tinyint(1) NOT NULL DEFAULT '0',
  `booking_show_remaining` tinyint(1) NOT NULL DEFAULT '1',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_dpProEventCalendar_calendars`
--

LOCK TABLES `wpuxyio7feou_dpProEventCalendar_calendars` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_dpProEventCalendar_calendars` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_dpProEventCalendar_calendars` VALUES (1,1,'Fumo Events','','simone@zanetti.co.za','100','%','0000-00-00','0000-00-00','0000-00-00',1,'',1,'',0,'_self',0,0,0,0,0,0,23,'monthly',0,1,0,1,1,0,0,0,0,0,1,0,0,'Hi #USERNAME#,\r\n\r\nThanks for booking the event:\r\n\r\n#EVENT_DETAILS#\r\n\r\nPlease contact us if you have questions.\r\n\r\nKind Regards.\r\n#SITE_NAME#','The user #USERNAME# (#USEREMAIL#) booked the event:\r\n\r\n#EVENT_DETAILS#\r\n\r\n#COMMENT#\r\n\r\n#SITE_NAME#','Hi #USERNAME#,\r\n\r\nWe would like to remind you the booking of the event:\r\n\r\n#EVENT_DETAILS#\r\n\r\nKind Regards.\r\n#SITE_NAME#',0,'Hi #USERNAME#,\r\n\r\nThe following booking has been canceled:\r\n\r\n#EVENT_DETAILS#\r\n\r\n#CANCEL_REASON#\r\n\r\nPlease contact us if you have questions.\r\n\r\nKind Regards.\r\n#SITE_NAME#','Hi #USERNAME#,\r\n\r\nThe event #EVENT_TITLE# has been approved.\r\n\r\nPlease contact us if you have questions.\r\n\r\nKind Regards.\r\n#SITE_NAME#',0,'#fff','','','','','',0,0,0,0,1,'null',0,0,0,0,0,0,1,'',0,NULL,NULL,'a:171:{s:19:\"txt_no_events_found\";s:21:\"No Events were found.\";s:16:\"txt_events_found\";s:15:\"event(s) found.\";s:11:\"txt_all_day\";s:7:\"All Day\";s:19:\"txt_all_event_dates\";s:15:\"All Event Dates\";s:14:\"txt_color_code\";s:10:\"Color Code\";s:13:\"txt_list_view\";s:9:\"List View\";s:17:\"txt_calendar_view\";s:13:\"Calendar View\";s:18:\"txt_all_categories\";s:14:\"All Categories\";s:17:\"txt_all_locations\";s:13:\"All Locations\";s:16:\"txt_all_speakers\";s:12:\"All Speakers\";s:11:\"txt_monthly\";s:7:\"Monthly\";s:9:\"txt_daily\";s:5:\"Daily\";s:10:\"txt_weekly\";s:6:\"Weekly\";s:20:\"txt_all_working_days\";s:16:\"All working days\";s:10:\"txt_search\";s:21:\"Type and hit enter...\";s:15:\"txt_results_for\";s:9:\"Results: \";s:17:\"txt_visit_website\";s:13:\"Visit Website\";s:19:\"txt_to_be_confirmed\";s:15:\"To Be Confirmed\";s:16:\"txt_fully_booked\";s:12:\"Fully Booked\";s:7:\"txt_age\";s:3:\"Age\";s:13:\"txt_age_range\";s:9:\"Age Range\";s:9:\"txt_dates\";s:5:\"Dates\";s:14:\"txt_more_dates\";s:10:\"More Dates\";s:13:\"txt_starts_in\";s:9:\"Starts in\";s:28:\"txt_add_to_personal_calendar\";s:24:\"Add to personal calendar\";s:16:\"txt_organized_by\";s:12:\"Organized By\";s:13:\"txt_organizer\";s:9:\"Organizer\";s:11:\"txt_speaker\";s:7:\"Speaker\";s:12:\"txt_speakers\";s:8:\"Speakers\";s:6:\"txt_by\";s:2:\"By\";s:10:\"txt_author\";s:6:\"Author\";s:9:\"txt_phone\";s:5:\"Phone\";s:9:\"txt_venue\";s:5:\"Venue\";s:12:\"txt_open_map\";s:8:\"Open Map\";s:18:\"txt_visit_fb_event\";s:20:\"Visit Facebook Event\";s:13:\"txt_remaining\";s:9:\"Remaining\";s:8:\"txt_year\";s:4:\"Year\";s:9:\"txt_years\";s:5:\"Years\";s:9:\"txt_month\";s:5:\"Month\";s:10:\"txt_months\";s:6:\"Months\";s:9:\"txt_print\";s:5:\"Print\";s:8:\"txt_days\";s:4:\"Days\";s:7:\"txt_day\";s:3:\"Day\";s:9:\"txt_hours\";s:5:\"Hours\";s:8:\"txt_hour\";s:4:\"Hour\";s:11:\"txt_minutes\";s:7:\"Minutes\";s:10:\"txt_minute\";s:6:\"Minute\";s:11:\"txt_seconds\";s:7:\"Seconds\";s:12:\"txt_featured\";s:8:\"Featured\";s:16:\"txt_current_date\";s:12:\"Current Date\";s:9:\"txt_today\";s:5:\"Today\";s:19:\"txt_select_timezone\";s:15:\"Select Timezone\";s:12:\"txt_bookings\";s:8:\"Bookings\";s:14:\"txt_book_event\";s:10:\"Book Event\";s:10:\"txt_booked\";s:6:\"Booked\";s:21:\"txt_book_event_remove\";s:14:\"Remove Booking\";s:20:\"txt_book_event_saved\";s:27:\"Booking saved successfully.\";s:22:\"txt_book_event_removed\";s:29:\"Booking removed successfully.\";s:26:\"txt_book_event_select_date\";s:12:\"Select Date:\";s:24:\"txt_book_event_pick_date\";s:27:\"Click to book on this date.\";s:26:\"txt_book_tickets_remaining\";s:17:\"Tickets Remaining\";s:23:\"txt_book_already_booked\";s:40:\"You have already booked this event date.\";s:22:\"txt_book_event_comment\";s:26:\"Leave a comment (optional)\";s:12:\"txt_category\";s:8:\"Category\";s:13:\"txt_subscribe\";s:9:\"Subscribe\";s:22:\"txt_subscribe_subtitle\";s:47:\"Receive new events notifications in your email.\";s:13:\"txt_your_name\";s:9:\"Your Name\";s:14:\"txt_your_email\";s:10:\"Your Email\";s:19:\"txt_fields_required\";s:24:\"All fields are required.\";s:18:\"txt_field_required\";s:23:\"This field is required.\";s:17:\"txt_invalid_email\";s:21:\"The Email is invalid.\";s:20:\"txt_subscribe_thanks\";s:23:\"Thanks for subscribing.\";s:11:\"txt_sending\";s:10:\"Sending...\";s:8:\"txt_send\";s:4:\"Send\";s:9:\"txt_close\";s:5:\"Close\";s:9:\"txt_email\";s:5:\"Email\";s:13:\"txt_add_event\";s:9:\"New Event\";s:14:\"txt_edit_event\";s:10:\"Edit Event\";s:16:\"txt_remove_event\";s:12:\"Remove Event\";s:24:\"txt_remove_event_confirm\";s:48:\"Are you sure that you want to delete this event?\";s:26:\"txt_cancel_booking_confirm\";s:50:\"Are you sure that you want to cancel this booking?\";s:10:\"txt_cancel\";s:6:\"Cancel\";s:18:\"txt_cancel_booking\";s:14:\"Cancel Booking\";s:13:\"txt_completed\";s:9:\"Completed\";s:11:\"txt_pending\";s:7:\"Pending\";s:20:\"txt_canceled_by_user\";s:16:\"Canceled by user\";s:12:\"txt_canceled\";s:9:\"Cancelled\";s:13:\"txt_postponed\";s:9:\"Postponed\";s:7:\"txt_yes\";s:3:\"Yes\";s:6:\"txt_no\";s:2:\"No\";s:15:\"txt_event_login\";s:41:\"You must be logged in to submit an event.\";s:16:\"txt_event_thanks\";s:59:\"Thanks for your event submission. It will be reviewed soon.\";s:21:\"txt_event_thanks_edit\";s:26:\"Event edited successfully.\";s:15:\"txt_event_title\";s:5:\"Title\";s:21:\"txt_event_add_a_title\";s:11:\"Add a Title\";s:25:\"txt_event_add_description\";s:17:\"Add a Description\";s:21:\"txt_event_description\";s:17:\"Event Description\";s:15:\"txt_event_image\";s:26:\"Upload an Image (optional)\";s:14:\"txt_event_link\";s:15:\"Link (optional)\";s:15:\"txt_event_share\";s:43:\"Text to share in social networks (optional)\";s:18:\"txt_event_location\";s:19:\"Location (optional)\";s:15:\"txt_extra_dates\";s:22:\"Extra Dates (optional)\";s:9:\"txt_other\";s:5:\"Other\";s:23:\"txt_event_location_name\";s:13:\"Location Name\";s:17:\"txt_event_address\";s:7:\"Address\";s:15:\"txt_event_phone\";s:16:\"Phone (optional)\";s:19:\"txt_event_googlemap\";s:21:\"Google Map (optional)\";s:15:\"txt_event_start\";s:5:\"Start\";s:20:\"txt_event_start_date\";s:10:\"Start Date\";s:17:\"txt_event_all_day\";s:7:\"All day\";s:14:\"txt_event_time\";s:4:\"Time\";s:20:\"txt_event_start_time\";s:10:\"Start Time\";s:19:\"txt_event_hide_time\";s:9:\"Hide Time\";s:18:\"txt_event_end_time\";s:8:\"End Time\";s:19:\"txt_event_frequency\";s:9:\"Frequency\";s:8:\"txt_none\";s:4:\"None\";s:14:\"txt_event_date\";s:4:\"Date\";s:15:\"txt_event_daily\";s:5:\"Daily\";s:16:\"txt_event_weekly\";s:6:\"Weekly\";s:17:\"txt_event_monthly\";s:7:\"Monthly\";s:16:\"txt_event_yearly\";s:6:\"Yearly\";s:13:\"txt_event_end\";s:3:\"End\";s:18:\"txt_event_end_date\";s:8:\"End Date\";s:8:\"txt_more\";s:4:\"More\";s:13:\"txt_read_more\";s:9:\"Read More\";s:8:\"txt_back\";s:4:\"Back\";s:6:\"txt_to\";s:2:\"to\";s:9:\"txt_every\";s:5:\"Every\";s:16:\"txt_repeat_every\";s:12:\"Repeat every\";s:21:\"txt_submit_for_review\";s:17:\"Submit for Review\";s:10:\"txt_submit\";s:6:\"Submit\";s:8:\"txt_next\";s:4:\"Next\";s:12:\"txt_weeks_on\";s:11:\"week(s) on:\";s:13:\"txt_months_on\";s:12:\"month(s) on:\";s:20:\"txt_recurring_option\";s:16:\"Recurring Option\";s:9:\"txt_first\";s:5:\"First\";s:10:\"txt_second\";s:6:\"Second\";s:9:\"txt_third\";s:5:\"Third\";s:10:\"txt_fourth\";s:6:\"Fourth\";s:8:\"txt_last\";s:4:\"Last\";s:18:\"txt_allow_bookings\";s:15:\"Allow Bookings?\";s:9:\"txt_price\";s:5:\"Price\";s:17:\"txt_booking_limit\";s:13:\"Booking Limit\";s:23:\"txt_booking_block_hours\";s:11:\"Block Hours\";s:16:\"txt_select_color\";s:14:\"Select a color\";s:12:\"txt_quantity\";s:8:\"Quantity\";s:12:\"txt_attendee\";s:8:\"Attendee\";s:13:\"txt_attendees\";s:9:\"Attendees\";s:14:\"txt_your_phone\";s:10:\"Your Phone\";s:15:\"txt_drag_marker\";s:42:\"Drag the marker to set a specific position\";s:7:\"txt_mon\";s:3:\"Mon\";s:7:\"txt_tue\";s:3:\"Tue\";s:7:\"txt_wed\";s:3:\"Wed\";s:7:\"txt_thu\";s:3:\"Thu\";s:7:\"txt_fri\";s:3:\"Fri\";s:7:\"txt_sat\";s:3:\"Sat\";s:7:\"txt_sun\";s:3:\"Sun\";s:10:\"prev_month\";s:10:\"Prev Month\";s:10:\"next_month\";s:10:\"Next Month\";s:8:\"prev_day\";s:8:\"Prev Day\";s:8:\"next_day\";s:8:\"Next Day\";s:9:\"prev_week\";s:9:\"Prev Week\";s:9:\"next_week\";s:9:\"Next Week\";s:10:\"day_sunday\";s:6:\"Sunday\";s:10:\"day_monday\";s:6:\"Monday\";s:11:\"day_tuesday\";s:7:\"Tuesday\";s:13:\"day_wednesday\";s:9:\"Wednesday\";s:12:\"day_thursday\";s:8:\"Thursday\";s:10:\"day_friday\";s:6:\"Friday\";s:12:\"day_saturday\";s:8:\"Saturday\";s:6:\"months\";a:12:{i:0;s:7:\"January\";i:1;s:8:\"February\";i:2;s:5:\"March\";i:3;s:5:\"April\";i:4;s:3:\"May\";i:5;s:4:\"June\";i:6;s:4:\"July\";i:7;s:6:\"August\";i:8;s:9:\"September\";i:9;s:7:\"October\";i:10;s:8:\"November\";i:11;s:8:\"December\";}}','light',0,0,'','hourly',0,'','list',3,10,0,0);
/*!40000 ALTER TABLE `wpuxyio7feou_dpProEventCalendar_calendars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_dpProEventCalendar_special_dates`
--

DROP TABLE IF EXISTS `wpuxyio7feou_dpProEventCalendar_special_dates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_dpProEventCalendar_special_dates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(80) NOT NULL,
  `color` varchar(10) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_dpProEventCalendar_special_dates`
--

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

--
-- Table structure for table `wpuxyio7feou_dpProEventCalendar_special_dates_calendar`
--

DROP TABLE IF EXISTS `wpuxyio7feou_dpProEventCalendar_special_dates_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_dpProEventCalendar_special_dates_calendar` (
  `special_date` int(11) NOT NULL,
  `calendar` int(11) NOT NULL,
  `date` date NOT NULL,
  PRIMARY KEY (`special_date`,`calendar`,`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_dpProEventCalendar_special_dates_calendar`
--

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

--
-- Table structure for table `wpuxyio7feou_dpProEventCalendar_subscribers_calendar`
--

DROP TABLE IF EXISTS `wpuxyio7feou_dpProEventCalendar_subscribers_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_dpProEventCalendar_subscribers_calendar` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `calendar` int(11) NOT NULL,
  `name` varchar(80) NOT NULL,
  `email` varchar(80) NOT NULL,
  `subscription_date` datetime NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_dpProEventCalendar_subscribers_calendar`
--

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

--
-- Table structure for table `wpuxyio7feou_duplicator_packages`
--

DROP TABLE IF EXISTS `wpuxyio7feou_duplicator_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_duplicator_packages`
--

LOCK TABLES `wpuxyio7feou_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_duplicator_packages` VALUES (3,'20210415_FumoRestaurant','369e0b36d37d7c7f1581_20210422133851',100,'2021-04-22 13:39:16','unknown','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-04-22 13:38:51\";s:7:\"Version\";s:5:\"1.4.0\";s:9:\"VersionWP\";s:5:\"5.7.1\";s:9:\"VersionDB\";s:6:\"5.7.34\";s:10:\"VersionPHP\";s:6:\"7.3.27\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:3;s:4:\"Name\";s:23:\"20210415_FumoRestaurant\";s:4:\"Hash\";s:35:\"369e0b36d37d7c7f1581_20210422133851\";s:8:\"NameHash\";s:59:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"20.93 sec.\";s:7:\"ExeSize\";s:7:\"63.96KB\";s:7:\"ZipSize\";s:8:\"306.13MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:71:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:31:\"/home/ottunive/public_html/fumo\";s:4:\"Size\";i:321005070;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:17399;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:40:\"/home/ottunive/public_html/fumo/wp-admin\";i:1;s:50:\"/home/ottunive/public_html/fumo/wp-content/uploads\";i:2;s:52:\"/home/ottunive/public_html/fumo/wp-content/languages\";i:3;s:49:\"/home/ottunive/public_html/fumo/wp-content/themes\";i:4;s:43:\"/home/ottunive/public_html/fumo/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:31:\"/home/ottunive/public_html/fumo\";i:1;s:42:\"/home/ottunive/public_html/fumo/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:43:\"/home/ottunive/public_html/fumo/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:73:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851_installer.php\";s:4:\"Size\";i:65493;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:7905047;s:4:\"File\";s:72:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server (GPL)\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:2:{i:0;s:22:\"utf8mb4_unicode_520_ci\";i:1;s:15:\"utf8_general_ci\";}s:17:\"isTablesUpperCase\";i:1;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:22:\"ottunive_fumrestaurant\";s:15:\"tablesBaseCount\";i:47;s:16:\"tablesFinalCount\";i:47;s:14:\"tablesRowCount\";s:6:\"16,377\";s:16:\"tablesSizeOnDisk\";s:6:\"8.13MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:6:\"5.7.34\";s:14:\"versionComment\";s:28:\"MySQL Community Server (GPL)\";s:18:\"tableWiseRowCounts\";a:47:{s:36:\"wpuxyio7feou_actionscheduler_actions\";s:1:\"0\";s:35:\"wpuxyio7feou_actionscheduler_claims\";s:1:\"0\";s:35:\"wpuxyio7feou_actionscheduler_groups\";s:1:\"2\";s:33:\"wpuxyio7feou_actionscheduler_logs\";s:1:\"0\";s:24:\"wpuxyio7feou_commentmeta\";s:1:\"0\";s:21:\"wpuxyio7feou_comments\";s:1:\"0\";s:39:\"wpuxyio7feou_dpProEventCalendar_booking\";s:1:\"0\";s:41:\"wpuxyio7feou_dpProEventCalendar_calendars\";s:1:\"1\";s:45:\"wpuxyio7feou_dpProEventCalendar_special_dates\";s:1:\"0\";s:54:\"wpuxyio7feou_dpProEventCalendar_special_dates_calendar\";s:1:\"0\";s:52:\"wpuxyio7feou_dpProEventCalendar_subscribers_calendar\";s:1:\"0\";s:32:\"wpuxyio7feou_duplicator_packages\";s:1:\"1\";s:27:\"wpuxyio7feou_et_bloom_stats\";s:1:\"0\";s:28:\"wpuxyio7feou_et_social_stats\";s:1:\"0\";s:23:\"wpuxyio7feou_fb3d_pages\";s:1:\"0\";s:23:\"wpuxyio7feou_itsec_bans\";s:1:\"0\";s:38:\"wpuxyio7feou_itsec_distributed_storage\";s:1:\"0\";s:31:\"wpuxyio7feou_itsec_fingerprints\";s:1:\"0\";s:36:\"wpuxyio7feou_itsec_geolocation_cache\";s:1:\"0\";s:27:\"wpuxyio7feou_itsec_lockouts\";s:2:\"18\";s:23:\"wpuxyio7feou_itsec_logs\";s:3:\"794\";s:26:\"wpuxyio7feou_itsec_mutexes\";s:1:\"0\";s:32:\"wpuxyio7feou_itsec_opaque_tokens\";s:1:\"0\";s:23:\"wpuxyio7feou_itsec_temp\";s:4:\"2868\";s:30:\"wpuxyio7feou_itsec_user_groups\";s:1:\"5\";s:18:\"wpuxyio7feou_links\";s:1:\"0\";s:26:\"wpuxyio7feou_mprm_customer\";s:1:\"0\";s:35:\"wpuxyio7feou_nextend2_image_storage\";s:2:\"15\";s:37:\"wpuxyio7feou_nextend2_section_storage\";s:1:\"3\";s:45:\"wpuxyio7feou_nextend2_smartslider3_generators\";s:1:\"0\";s:42:\"wpuxyio7feou_nextend2_smartslider3_sliders\";s:1:\"3\";s:47:\"wpuxyio7feou_nextend2_smartslider3_sliders_xref\";s:1:\"2\";s:41:\"wpuxyio7feou_nextend2_smartslider3_slides\";s:1:\"8\";s:20:\"wpuxyio7feou_options\";s:3:\"441\";s:21:\"wpuxyio7feou_postmeta\";s:5:\"10549\";s:18:\"wpuxyio7feou_posts\";s:3:\"845\";s:39:\"wpuxyio7feou_sbi_instagram_feed_locator\";s:1:\"2\";s:38:\"wpuxyio7feou_sbi_instagram_feeds_posts\";s:3:\"141\";s:32:\"wpuxyio7feou_sbi_instagram_posts\";s:3:\"141\";s:29:\"wpuxyio7feou_smush_dir_images\";s:1:\"0\";s:31:\"wpuxyio7feou_term_relationships\";s:3:\"289\";s:26:\"wpuxyio7feou_term_taxonomy\";s:2:\"47\";s:21:\"wpuxyio7feou_termmeta\";s:2:\"16\";s:18:\"wpuxyio7feou_terms\";s:2:\"47\";s:21:\"wpuxyio7feou_usermeta\";s:3:\"131\";s:18:\"wpuxyio7feou_users\";s:1:\"5\";s:34:\"wpuxyio7feou_wpmailsmtp_tasks_meta\";s:1:\"3\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:136:\"/home/ottunive/public_html/fumo/wp-content/backups-dup-lite/tmp/20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-04-22 13:38:51\";s:7:\"Version\";s:5:\"1.4.0\";s:9:\"VersionWP\";s:5:\"5.7.1\";s:9:\"VersionDB\";s:6:\"5.7.34\";s:10:\"VersionPHP\";s:6:\"7.3.27\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210415_FumoRestaurant\";s:4:\"Hash\";s:35:\"369e0b36d37d7c7f1581_20210422133851\";s:8:\"NameHash\";s:59:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:171;}}}');
/*!40000 ALTER TABLE `wpuxyio7feou_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_et_bloom_stats`
--

DROP TABLE IF EXISTS `wpuxyio7feou_et_bloom_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_et_bloom_stats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `record_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `record_type` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `optin_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `list_id` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `removed_flag` tinyint(1) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_et_bloom_stats`
--

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

--
-- Table structure for table `wpuxyio7feou_et_social_stats`
--

DROP TABLE IF EXISTS `wpuxyio7feou_et_social_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_et_social_stats` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `sharing_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `network` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) NOT NULL,
  `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `media_url` varchar(2083) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_et_social_stats`
--

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

--
-- Table structure for table `wpuxyio7feou_fb3d_pages`
--

DROP TABLE IF EXISTS `wpuxyio7feou_fb3d_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_fb3d_pages` (
  `page_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `page_post_ID` bigint(20) unsigned NOT NULL,
  `page_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_source_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_source_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_thumbnail_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_thumbnail_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_meta_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `page_number` int(11) NOT NULL,
  PRIMARY KEY (`page_ID`),
  KEY `page_post_ID` (`page_post_ID`),
  KEY `page_source_type` (`page_source_type`),
  KEY `page_thumbnail_type` (`page_thumbnail_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_fb3d_pages`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_bans`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_bans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_bans` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `host` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'ip',
  `created_at` datetime NOT NULL,
  `actor_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `actor_id` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `host` (`host`),
  KEY `actor` (`actor_type`,`actor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_bans`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_distributed_storage`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_distributed_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_distributed_storage` (
  `storage_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `storage_group` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `storage_key` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `storage_chunk` int(11) NOT NULL DEFAULT '0',
  `storage_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `storage_updated` datetime NOT NULL,
  PRIMARY KEY (`storage_id`),
  UNIQUE KEY `storage_group__key__chunk` (`storage_group`,`storage_key`,`storage_chunk`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_distributed_storage`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_fingerprints`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_fingerprints`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_fingerprints` (
  `fingerprint_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `fingerprint_user` bigint(20) unsigned NOT NULL,
  `fingerprint_hash` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_created_at` datetime NOT NULL,
  `fingerprint_approved_at` datetime NOT NULL,
  `fingerprint_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_snapshot` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_last_seen` datetime NOT NULL,
  `fingerprint_uses` int(11) NOT NULL DEFAULT '0',
  `fingerprint_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_uuid` char(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`fingerprint_id`),
  UNIQUE KEY `fingerprint_user__hash` (`fingerprint_user`,`fingerprint_hash`),
  UNIQUE KEY `fingerprint_uuid` (`fingerprint_uuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_fingerprints`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_geolocation_cache`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_geolocation_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_geolocation_cache` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_host` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_lat` decimal(10,8) NOT NULL,
  `location_long` decimal(11,8) NOT NULL,
  `location_label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_credit` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_time` datetime NOT NULL,
  PRIMARY KEY (`location_id`),
  UNIQUE KEY `location_host` (`location_host`),
  KEY `location_time` (`location_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_geolocation_cache`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_lockouts`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_lockouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_lockouts` (
  `lockout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lockout_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lockout_start` datetime NOT NULL,
  `lockout_start_gmt` datetime NOT NULL,
  `lockout_expire` datetime NOT NULL,
  `lockout_expire_gmt` datetime NOT NULL,
  `lockout_host` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lockout_user` bigint(20) unsigned DEFAULT NULL,
  `lockout_username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lockout_active` int(1) NOT NULL DEFAULT '1',
  `lockout_context` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`lockout_id`),
  KEY `lockout_expire_gmt` (`lockout_expire_gmt`),
  KEY `lockout_host` (`lockout_host`),
  KEY `lockout_user` (`lockout_user`),
  KEY `lockout_username` (`lockout_username`),
  KEY `lockout_active` (`lockout_active`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_lockouts`
--

LOCK TABLES `wpuxyio7feou_itsec_lockouts` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_lockouts` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_itsec_lockouts` VALUES (1,'brute_force','2020-08-14 14:53:14','2020-08-14 14:53:14','2020-08-14 15:08:14','2020-08-14 15:08:14','47.52.98.110',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"47.52.98.110\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(2,'brute_force','2020-12-31 06:44:05','2020-12-31 06:44:05','2020-12-31 06:59:05','2020-12-31 06:59:05','52.192.73.251',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"52.192.73.251\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";i:1;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(3,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','2021-01-03 03:03:57','2021-01-03 03:03:57','135.148.33.128',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"135.148.33.128\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(4,'brute_force','2021-01-15 14:33:42','2021-01-15 14:33:42','2021-01-15 14:48:42','2021-01-15 14:48:42','34.251.241.226',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"34.251.241.226\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";i:1;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(5,'brute_force','2021-01-16 16:59:42','2021-01-16 16:59:42','2021-01-16 17:14:42','2021-01-16 17:14:42','35.181.87.238',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"35.181.87.238\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";i:1;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(6,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45','2021-01-18 13:46:45','2021-01-18 13:46:45','13.53.64.97',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"13.53.64.97\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";i:1;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(7,'four_oh_four','2021-01-26 03:03:30','2021-01-26 03:03:30','2021-01-26 03:18:30','2021-01-26 03:18:30','34.251.241.226',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"34.251.241.226\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(8,'four_oh_four','2021-01-26 03:21:19','2021-01-26 03:21:19','2021-01-26 03:36:19','2021-01-26 03:36:19','34.251.241.226',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"34.251.241.226\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(9,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00','2021-01-30 05:45:00','2021-01-30 05:45:00','34.241.77.13',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"34.241.77.13\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(10,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10','2021-02-03 12:25:10','2021-02-03 12:25:10','35.181.87.238',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"35.181.87.238\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(11,'brute_force','2021-02-06 13:16:27','2021-02-06 13:16:27','2021-02-06 13:31:27','2021-02-06 13:31:27','52.60.189.115',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"52.60.189.115\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(12,'brute_force','2021-02-08 03:20:30','2021-02-08 03:20:30','2021-02-08 03:35:30','2021-02-08 03:35:30','34.203.37.48',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"34.203.37.48\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(13,'four_oh_four','2021-02-09 05:34:10','2021-02-09 05:34:10','2021-02-09 05:49:10','2021-02-09 05:49:10','54.250.87.247',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"54.250.87.247\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(14,'brute_force','2021-02-10 18:43:42','2021-02-10 18:43:42','2021-02-10 18:58:42','2021-02-10 18:58:42','13.228.104.57',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"13.228.104.57\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(15,'brute_force','2021-03-02 12:05:14','2021-03-02 12:05:14','2021-03-02 12:20:14','2021-03-02 12:20:14','13.233.73.212',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"13.233.73.212\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(16,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40','2021-03-04 12:15:40','2021-03-04 12:15:40','3.8.68.2',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:8:\"3.8.68.2\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(17,'brute_force','2021-03-05 05:52:07','2021-03-05 05:52:07','2021-03-05 06:07:07','2021-03-05 06:07:07','52.64.20.252',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"52.64.20.252\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(18,'four_oh_four','2021-03-16 23:59:32','2021-03-16 23:59:32','2021-03-17 00:14:32','2021-03-17 00:14:32','203.159.80.182',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"203.159.80.182\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}');
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_lockouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_itsec_logs`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `code` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'notice',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `init_timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `memory_current` bigint(20) unsigned NOT NULL DEFAULT '0',
  `memory_peak` bigint(20) unsigned NOT NULL DEFAULT '0',
  `url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `blog_id` bigint(20) NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `remote_ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `module` (`module`),
  KEY `code` (`code`),
  KEY `type` (`type`),
  KEY `timestamp` (`timestamp`),
  KEY `init_timestamp` (`init_timestamp`),
  KEY `user_id` (`user_id`),
  KEY `blog_id` (`blog_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3691 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_logs`
--

LOCK TABLES `wpuxyio7feou_itsec_logs` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_logs` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_itsec_logs` VALUES (3201,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.171.249.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanEjV-N48C6P1RMYLd6i81PLj3B7h6zsPETmxzBtmyaz7d-RzWEzyfWxlDCjtN-MFeyQ4ovyXk59t_EDLszk_HB6dsA793CJ3EahebuO-gIQCfk9bz4\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"69.171.249.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034408047504\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"72047505\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615704667.36816501617431640625;s:12:\"REQUEST_TIME\";i:1615704667;}}','notice','2021-03-14 06:51:12','2021-03-14 06:51:08',31566888,32005448,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.5'),(3221,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:83:\"http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/index.html\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051844151956\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"80151957\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615886749.975287914276123046875;s:12:\"REQUEST_TIME\";i:1615886749;}}','notice','2021-03-16 09:25:50','2021-03-16 09:25:49',27810232,28120192,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/assets/js/prism.js',1,0,'154.73.183.63'),(3263,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.32\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153011725521996\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"77521997\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616018851.110763072967529296875;s:12:\"REQUEST_TIME\";i:1616018851;}}','notice','2021-03-17 22:07:35','2021-03-17 22:07:32',33277496,33591944,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_venue-1.xml',1,0,'13.66.139.32'),(3360,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aan0Vlj2lVcgTUVFeXGjlY-6EZpC63fedqy4KgpCnsNjSb5XqIDmK6QwgK7JBl8LA_np5b8Z0D749LkCDhw1SwInoJCrSo1sicLoJ_wKqTGC0zgiZeJd\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051494811360\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"104811361\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616689004.1452329158782958984375;s:12:\"REQUEST_TIME\";i:1616689004;}}','notice','2021-03-25 16:16:46','2021-03-25 16:16:44',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.13'),(3472,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"185.147.214.189\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"185.147.214.189\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057808361482\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"142361483\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617601427.1424109935760498046875;s:12:\"REQUEST_TIME\";i:1617601427;}}','notice','2021-04-05 05:43:47','2021-04-05 05:43:47',28885824,28988504,'http://rainmakers.cafe/fumo/home',1,0,'185.147.214.189'),(3494,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalONXUjfAuOnBRHk3cKzE8gzUQOV6M1jMv12TDjqVycyRb6-jd0ewKWE-aCSpxgq4KABlXhMDQdoXMXve99txyr3qkK3-p2bNXEVHU6gvmRC5D6stwE\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.6\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044670837943\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146837944\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617696423.530333995819091796875;s:12:\"REQUEST_TIME\";i:1617696423;}}','notice','2021-04-06 08:07:04','2021-04-06 08:07:03',29328920,29721264,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.6'),(3492,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.120\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakHDk9ZyqYvRBtCNOOE4lXSbqLVdxA5bbyTdDNFUZK3Pt3lvSnh7EaPSWp2zTsl1OTIPTXhV9gMxbjQvokx81-_w2j-OL8KxTAmQIuqNIlFghSiddna\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.120\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036317050716\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"143050717\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617689895.71578502655029296875;s:12:\"REQUEST_TIME\";i:1617689895;}}','notice','2021-04-06 06:18:19','2021-04-06 06:18:16',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.120'),(3493,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:10:\"xpymep.exe\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"176.113.251.128\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"176.113.251.128\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062206740278\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146740279\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617691194.5112888813018798828125;s:12:\"REQUEST_TIME\";i:1617691194;}}','notice','2021-04-06 06:39:57','2021-04-06 06:39:54',30818632,31133144,'http://rainmakers.cafe/fumo/wso.php',1,0,'176.113.251.128'),(3491,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.151.180.184\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.180.184\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033946013132\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145013133\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617686893.2948219776153564453125;s:12:\"REQUEST_TIME\";i:1617686893;}}','notice','2021-04-06 05:28:14','2021-04-06 05:28:13',28885816,28988496,'http://rainmakers.cafe/fumo/home',1,0,'216.151.180.184'),(3490,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"192.200.158.173\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"192.200.158.173\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034674862950\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145862951\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617686781.66257190704345703125;s:12:\"REQUEST_TIME\";i:1617686781;}}','notice','2021-04-06 05:26:22','2021-04-06 05:26:21',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'192.200.158.173'),(3489,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.151.180.184\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.180.184\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052215288997\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146288998\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617686669.486421108245849609375;s:12:\"REQUEST_TIME\";i:1617686669;}}','notice','2021-04-06 05:24:30','2021-04-06 05:24:29',28885856,28988536,'http://rainmakers.cafe/fumo/home',1,0,'216.151.180.184'),(3488,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"157.55.39.89\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.55.39.89\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044339010641\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145010642\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617683534.927628040313720703125;s:12:\"REQUEST_TIME\";i:1617683534;}}','notice','2021-04-06 04:32:17','2021-04-06 04:32:15',33160952,33475448,'http://rainmakers.cafe/fumo/jazz-thank-you',1,0,'157.55.39.89'),(3487,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.9\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanhpQ9BtEaBWpcnd8Ssfvv5RVon58YllCpRb_0bw3_TGs9EFvwsIscydbeUoJE7XxnSR4E3O_Km-P3FZA-3vqiDPUpd2jqlxNlRuypd_bZ0v7QBBWnA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.9\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058560427320\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"144427321\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617683196.42959690093994140625;s:12:\"REQUEST_TIME\";i:1617683196;}}','notice','2021-04-06 04:26:41','2021-04-06 04:26:37',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.9'),(3486,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043485500702\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145500703\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617673974.098361968994140625;s:12:\"REQUEST_TIME\";i:1617673974;}}','notice','2021-04-06 01:52:54','2021-04-06 01:52:54',28979976,29009304,'http://rainmakers.cafe/fumo/just-arrived',1,0,'66.249.66.150'),(3485,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043481585863\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"141585864\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617673909.28816699981689453125;s:12:\"REQUEST_TIME\";i:1617673909;}}','notice','2021-04-06 01:51:50','2021-04-06 01:51:49',28886264,28988912,'http://rainmakers.cafe/fumo/year-end-function',1,0,'66.249.66.150'),(3484,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056237135136\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"144135137\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617673757.3226931095123291015625;s:12:\"REQUEST_TIME\";i:1617673757;}}','notice','2021-04-06 01:49:18','2021-04-06 01:49:17',28886040,28988688,'http://rainmakers.cafe/fumo/year-end-function',1,0,'66.249.66.152'),(3483,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.154\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047750857159\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145857160\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617673391.908854007720947265625;s:12:\"REQUEST_TIME\";i:1617673391;}}','notice','2021-04-06 01:43:12','2021-04-06 01:43:11',28886728,28989392,'http://rainmakers.cafe/fumo/just-arrived',1,0,'66.249.66.154'),(3482,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.14\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanTYx-uIjTzy6O1XutSfhV5iJYJWfq4GGAqBZ2x8RyjRD4W7o8Oclg5iILQTe2TITUsi2KQraDGonD5X9Qa6fSBoraf--dudjUfmj-8omRZGDV7Jnu-\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052860281352\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146281353\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617672854.582662105560302734375;s:12:\"REQUEST_TIME\";i:1617672854;}}','notice','2021-04-06 01:34:18','2021-04-06 01:34:15',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.14'),(3481,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.17\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaliFWYZoYR-DLnvOUX1TDJwzYC2-8Yj8Dpm1lL1QwY01CbnRvK6wiRlp8eCp_MocAlpkRdm6FKVyxBXyBZXcHfhAD_H75XPEsTQ6M-hyEqfHnS8BHXB\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061543610353\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"143610354\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617668707.0532379150390625;s:12:\"REQUEST_TIME\";i:1617668707;}}','notice','2021-04-06 00:25:11','2021-04-06 00:25:08',33160784,33475304,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.17'),(3478,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-05 22:51:49','2021-04-05 22:51:48',12688224,21491864,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.152'),(3479,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-05 22:51:49','2021-04-05 22:51:48',12994664,21491864,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.152'),(3480,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.7\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakBJVopEsn-yQhUMnwXFg_ZY-Fw1QL4U_R_N8Q6QrzspSHX5rGT0kMca4mKGpmoYixf55v9wJZoCO36L3tiYFmsy-FrE3IRiSgLwLkCP4GIaIHAELQB\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.7\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039311662350\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145662351\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617664600.5488369464874267578125;s:12:\"REQUEST_TIME\";i:1617664600;}}','notice','2021-04-05 23:16:44','2021-04-05 23:16:41',33160784,33475304,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.7'),(3477,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.154\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043124047573\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146047574\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617656120.7150309085845947265625;s:12:\"REQUEST_TIME\";i:1617656120;}}','notice','2021-04-05 20:55:21','2021-04-05 20:55:20',28885928,28988584,'http://rainmakers.cafe/fumo/menu-nov-2015/',1,0,'66.249.66.154'),(3476,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.117 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047324455667\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"137455668\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617655997.232554912567138671875;s:12:\"REQUEST_TIME\";i:1617655997;}}','notice','2021-04-05 20:53:17','2021-04-05 20:53:17',28886152,28988808,'http://rainmakers.cafe/fumo/menu-nov-2015/',1,0,'66.249.66.150'),(3475,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044489721628\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"137721629\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617643608.3095490932464599609375;s:12:\"REQUEST_TIME\";i:1617643608;}}','notice','2021-04-05 17:26:52','2021-04-05 17:26:49',33160840,33475344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.104'),(3473,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.117 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.154\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051551489699\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"137489700\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617631314.698947906494140625;s:12:\"REQUEST_TIME\";i:1617631314;}}','notice','2021-04-05 14:01:55','2021-04-05 14:01:54',28886064,28988728,'http://rainmakers.cafe/fumo/christmas',1,0,'66.249.66.154'),(3474,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052902819789\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"141819790\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617632394.3901779651641845703125;s:12:\"REQUEST_TIME\";i:1617632394;}}','notice','2021-04-05 14:19:55','2021-04-05 14:19:54',28885840,28988504,'http://rainmakers.cafe/fumo/christmas',1,0,'66.249.66.152'),(3505,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalXGas3oL0evNZHYG146TGrvqNRRwLtqfom0yn2Bugvghou-yLwbDOIppyUvisn1Ll_FOmewi_SYOTnfp-Bn939IqgcX0YcTRJQcr3UtRD1y3VcOzk9\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.18\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042691429894\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147429895\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617737032.661118030548095703125;s:12:\"REQUEST_TIME\";i:1617737032;}}','notice','2021-04-06 19:23:56','2021-04-06 19:23:53',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.18'),(3504,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.113\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamfHsrHHBCKLWwsOGB1Es8moxbN-ZSWu-jKlhy2Y75-eoXh4vlOJBH8OpMnxI1wTWRjpQi-En0m9J9a_-RGDkwkywd6BYUbO8wckgfUi-dh_6Y5GGx_\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.113\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062206248736\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"144248737\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617732107.7545030117034912109375;s:12:\"REQUEST_TIME\";i:1617732107;}}','notice','2021-04-06 18:01:52','2021-04-06 18:01:48',33160784,33475304,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.113'),(3503,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakPzaKx_F9SQWj0twmheqfbhKS6tiI-nla1nq6W7fj7JoCHVrs5Vz8gDFX5F_VHLNhhnlHsJC8Su1--yc2Es0Ido7UBf-wt4T8YVLI7V9qmhmXV1eX3\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041354788040\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"144788041\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617727784.0011560916900634765625;s:12:\"REQUEST_TIME\";i:1617727784;}}','notice','2021-04-06 16:49:48','2021-04-06 16:49:45',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.21'),(3502,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.113\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam8XueX7VRPcy9jZ1Mbgo5OmRuJXdCKtsIFRnjC1vFiMqMNe_cBL59DwGt48JENikBD_mbXsz0aX7fg6L8jNfG5fOelz8IulIVAx-_833KdkEjwoRIN\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.113\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037735454591\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"119454592\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617719201.4511311054229736328125;s:12:\"REQUEST_TIME\";i:1617719201;}}','notice','2021-04-06 14:26:46','2021-04-06 14:26:42',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.113'),(3501,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.26\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.26\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054972055780\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"144055781\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617718048.5229690074920654296875;s:12:\"REQUEST_TIME\";i:1617718048;}}','notice','2021-04-06 14:07:29','2021-04-06 14:07:28',29328648,29720976,'http://rainmakers.cafe/fumo/fumocafe',1,0,'173.252.87.26'),(3500,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.11\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aalb-WWzcNZ_9bfyXABCYBPPV-7PQVvxsMDl6SlK1J3Ynl3PrH0IacKFf73k-oTT_Zd7ZGzDWPLrdaIk9yUxeWDmfkM_uhijjIYMLUXaiG3h7Ulprsd9\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040306770415\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"140770416\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617715558.778255939483642578125;s:12:\"REQUEST_TIME\";i:1617715558;}}','notice','2021-04-06 13:26:00','2021-04-06 13:25:58',29328920,29721264,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.11'),(3499,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:166:\"https://l.instagram.com/?u=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Ffumocafe&e=ATO8D0RJmuzdRnrJky5EqAKcRszV0-T2JCWSzBS_sxw9LoWGfKiWkboCFe8TokXxTK6abj4bbZyY3SFhKb6V7w&s=1\";s:15:\"HTTP_USER_AGENT\";s:208:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 181.1.0.27.117 (iPhone12,1; iOS 14_4_2; en_ZA; en-ZA; scale=2.00; 828x1792; 282277724)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"197.86.200.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"197.86.200.133\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060709048203\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"136048204\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617714402.4915239810943603515625;s:12:\"REQUEST_TIME\";i:1617714402;}}','notice','2021-04-06 13:06:43','2021-04-06 13:06:42',28981880,29011208,'http://rainmakers.cafe/fumo/fumocafe',1,0,'197.86.200.133'),(3498,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:166:\"https://l.instagram.com/?u=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Ffumocafe&e=ATMOxWmaYFmCj7GlnpuLUtijGESyiPpUssGoQi0LM8ugMBK-jIXzVDWwBjCK-f60_UO71x6S5j28-wnrGCtXfQ&s=1\";s:15:\"HTTP_USER_AGENT\";s:208:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 181.1.0.27.117 (iPhone12,1; iOS 14_4_2; en_ZA; en-ZA; scale=2.00; 828x1792; 282277724)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"197.86.200.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"197.86.200.133\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060709048191\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"136048192\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617714375.5486938953399658203125;s:12:\"REQUEST_TIME\";i:1617714375;}}','notice','2021-04-06 13:06:16','2021-04-06 13:06:15',29329688,29722016,'http://rainmakers.cafe/fumo/fumocafe',1,0,'197.86.200.133'),(3497,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:33:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"99\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:68:\"http://rainmakers.cafe/fumo/wp-admin/admin.php?page=et_theme_builder\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056072749128\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"146749129\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617713562.887422084808349609375;s:12:\"REQUEST_TIME\";i:1617713562;}}','notice','2021-04-06 12:52:45','2021-04-06 12:52:43',33255608,33568800,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,2,'154.73.183.63'),(3496,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanIDi3CA1UY5ra4VJVVC5eVgx8-TT6UxC8CCdzWqi0ak3LHTKP7sq7yQL5eBc0qjEihAfCo5SzlGPvrmGrLY8ZpOBgxiDiEIcjqPPva6YrvfwL2Adza\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047422845715\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146845716\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617712229.8872849941253662109375;s:12:\"REQUEST_TIME\";i:1617712229;}}','notice','2021-04-06 12:30:31','2021-04-06 12:30:29',29312880,29705224,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.117'),(3531,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.10.232.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.10.232.57\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058048438472\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"149438473\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617862053.800055027008056640625;s:12:\"REQUEST_TIME\";i:1617862053;}}','notice','2021-04-08 06:07:34','2021-04-08 06:07:33',28979784,29009128,'http://rainmakers.cafe/fumo/home',1,0,'45.10.232.57'),(3520,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"124\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:48:\"https://www.colourcitychurch.com.au/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"202.47.45.33\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"202.47.45.33\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037626405237\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"149405238\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617823229.50909709930419921875;s:12:\"REQUEST_TIME\";i:1617823229;}}','notice','2021-04-07 19:20:29','2021-04-07 19:20:29',9054152,9275960,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'202.47.45.33'),(3521,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.20\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153015371847105\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"139847106\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617823876.7630169391632080078125;s:12:\"REQUEST_TIME\";i:1617823876;}}','notice','2021-04-07 19:31:17','2021-04-07 19:31:16',28886096,28988760,'http://rainmakers.cafe/fumo/cicchetti',1,0,'13.66.139.20'),(3522,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:105:\"text/html,application/xml;q=0.9,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"utf-8,ISO-8859-1;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:28:\"en-us,en-gb,en;q=0.7,*;q=0.3\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"104.196.178.21\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"104.196.178.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046654849387\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"139849388\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617829359.0484249591827392578125;s:12:\"REQUEST_TIME\";i:1617829359;}}','notice','2021-04-07 21:02:43','2021-04-07 21:02:40',33168128,33482632,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'104.196.178.21'),(3523,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaneZoaPvA0He-G51cw52yIwQCyYOaB2vIW-QrCBHMAYdznAw51V5LfvC7d5e0Un3xGjYiCZkdY0NL0rNeWuM8IJtV3iTGlu1jhoqShYQ056M8nmKq_7\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.18\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055075883813\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"151883814\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617835685.6154839992523193359375;s:12:\"REQUEST_TIME\";i:1617835685;}}','notice','2021-04-07 22:48:09','2021-04-07 22:48:06',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.18'),(3524,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:36:\"http://rainmakers.cafe/fumo/contacts\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"35.210.78.159\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.210.78.159\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059717754232\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"149754233\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617849310.8981750011444091796875;s:12:\"REQUEST_TIME\";i:1617849310;}}','notice','2021-04-08 02:35:13','2021-04-08 02:35:10',30827912,31142416,'http://rainmakers.cafe/fumo/contacts',1,0,'35.210.78.159'),(3525,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/wine-list\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"35.210.4.1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:10:\"35.210.4.1\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051231135817\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"151135818\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617852982.411014080047607421875;s:12:\"REQUEST_TIME\";i:1617852982;}}','notice','2021-04-08 03:36:23','2021-04-08 03:36:22',28886112,28988776,'http://rainmakers.cafe/fumo/wine-list',1,0,'35.210.4.1'),(3526,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"157.55.39.80\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.55.39.80\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057708520383\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"143520384\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617858874.1627509593963623046875;s:12:\"REQUEST_TIME\";i:1617858874;}}','notice','2021-04-08 05:14:38','2021-04-08 05:14:35',33161152,33475624,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/',1,0,'157.55.39.80'),(3527,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"45.56.174.192\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"45.56.174.192\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040268695248\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147695249\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617860389.5560948848724365234375;s:12:\"REQUEST_TIME\";i:1617860389;}}','notice','2021-04-08 05:39:50','2021-04-08 05:39:49',28885912,28988592,'http://rainmakers.cafe/fumo/home',1,0,'45.56.174.192'),(3528,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:10:\"xpymep.exe\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"176.113.251.128\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"176.113.251.128\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035846029110\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"153029111\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617861240.3184039592742919921875;s:12:\"REQUEST_TIME\";i:1617861240;}}','notice','2021-04-08 05:54:01','2021-04-08 05:54:00',28980680,29009896,'http://rainmakers.cafe/fumo/wp-content/plugins/revslider/temp/update_extract/revslider/info.php',1,0,'176.113.251.128'),(3529,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.7\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanGqP8G6oU0Udwh3-sVpUeJJMfSgYtE1mNyAEEFCfieTs-NFI15Om8zRYwKwoxmgtLI6P11d2QVecgsRdCkXKqFzjV6oc_5bLV8wkOEcLy78oHbXe9Y\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.7\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058440833298\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"152833299\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617861406.5817549228668212890625;s:12:\"REQUEST_TIME\";i:1617861406;}}','notice','2021-04-08 05:56:48','2021-04-08 05:56:46',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.7'),(3530,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"64.145.67.22\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"64.145.67.22\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059675634401\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"152634402\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617861782.7396810054779052734375;s:12:\"REQUEST_TIME\";i:1617861782;}}','notice','2021-04-08 06:03:03','2021-04-08 06:03:02',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'64.145.67.22'),(3549,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"5.180.220.106\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056438236210\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"155236211\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617946169.5320720672607421875;s:12:\"REQUEST_TIME\";i:1617946169;}}','notice','2021-04-09 05:29:30','2021-04-09 05:29:29',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'5.180.220.106'),(3548,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.183.92.230\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.183.92.230\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048513909836\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146909837\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617945607.431189060211181640625;s:12:\"REQUEST_TIME\";i:1617945607;}}','notice','2021-04-09 05:20:08','2021-04-09 05:20:07',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.230'),(3547,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:167:\"https://l.instagram.com/?u=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Ffumocafe&e=ATNmSbv_IzqWs6K2gvKhVnGEMGBHZjNxtb-o0Ejfvso-h70cVLZyPJWn1OOj-4AI1_7Hm2JUA1Gvx2bwyMsxtXc&s=1\";s:15:\"HTTP_USER_AGENT\";s:209:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 181.0.0.24.117 (iPhone13,4; iOS 14_4_2; en_ZA; en-ZA; scale=3.00; 1284x2778; 280895697)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"41.13.110.236\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"41.13.110.236\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063213535646\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"108535647\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617936048.8369920253753662109375;s:12:\"REQUEST_TIME\";i:1617936048;}}','notice','2021-04-09 02:40:53','2021-04-09 02:40:49',33169144,33483648,'http://rainmakers.cafe/fumo/fumocafe',1,0,'41.13.110.236'),(3546,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153024474058957\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"154058958\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617932369.716660976409912109375;s:12:\"REQUEST_TIME\";i:1617932369;}}','notice','2021-04-09 01:39:34','2021-04-09 01:39:30',33160696,33475216,'http://rainmakers.cafe/fumo/jazz',1,0,'13.66.139.72'),(3544,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakV2oHowat8g5LjanFQoTgk103S1cJNmScZGF_BiYhqErTkXLAFZEaj-4AM3EdmCt3UCASldU7QvdEjwu67RegWCLjWQTG-Fv7AHAYG6wBIEqKSr5LO\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.4\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052250887870\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146887871\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617927919.8964869976043701171875;s:12:\"REQUEST_TIME\";i:1617927919;}}','notice','2021-04-09 00:25:24','2021-04-09 00:25:20',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.4'),(3545,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.76\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036115206785\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147206786\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617928337.0871689319610595703125;s:12:\"REQUEST_TIME\";i:1617928337;}}','notice','2021-04-09 00:32:19','2021-04-09 00:32:17',30820296,31134800,'http://rainmakers.cafe/fumo/wine-list',1,0,'13.66.139.76'),(3543,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"https://rmms.solutions/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"110.77.142.114\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"110.77.142.114\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063351886007\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"146886008\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617921197.17284107208251953125;s:12:\"REQUEST_TIME\";i:1617921197;}}','notice','2021-04-08 22:33:17','2021-04-08 22:33:17',9053976,9275784,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'110.77.142.114'),(3542,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153010392983429\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"152983430\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617913646.3568699359893798828125;s:12:\"REQUEST_TIME\";i:1617913646;}}','notice','2021-04-08 20:27:27','2021-04-08 20:27:26',28886520,28989144,'http://rainmakers.cafe/fumo/event-blankbottle-evening/',1,0,'13.66.139.72'),(3541,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.8\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakfvoOSWJ2pPTq7knYbnnO4rmPlYOVilsPiMKs8xbGFxU11j8KEf_6lMfXwmv5TTEwvSa1Vd3YVP9l2_43s6srucmQ9tw5_6hyOqcwtaW-0xMqrk9P6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.8\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062637452653\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"143452654\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617913331.50094699859619140625;s:12:\"REQUEST_TIME\";i:1617913331;}}','notice','2021-04-08 20:22:15','2021-04-08 20:22:11',33160784,33475304,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.8'),(3540,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.70\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.70\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040537882711\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"153882712\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617911764.2079799175262451171875;s:12:\"REQUEST_TIME\";i:1617911764;}}','notice','2021-04-08 19:56:05','2021-04-08 19:56:04',28885896,28988552,'http://rainmakers.cafe/fumo/profile/edit/',1,0,'13.66.139.70'),(3539,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032602993772\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"154993773\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617911757.1487600803375244140625;s:12:\"REQUEST_TIME\";i:1617911757;}}','notice','2021-04-08 19:56:02','2021-04-08 19:55:58',34576736,34892928,'http://rainmakers.cafe/fumo/wine-list/',1,0,'13.66.139.72'),(3538,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"40.77.167.3\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"40.77.167.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038297595780\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"153595781\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617910917.934485912322998046875;s:12:\"REQUEST_TIME\";i:1617910917;}}','notice','2021-04-08 19:42:02','2021-04-08 19:41:58',33161208,33475672,'http://rainmakers.cafe/fumo/uncategorized/rat-pack-pizzas/',1,0,'40.77.167.3'),(3537,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:42:\"Mozilla/5.0 (compatible; Dataprovider.com)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"144.217.135.132\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"144.217.135.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035130239405\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"153239406\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617910151.9770810604095458984375;s:12:\"REQUEST_TIME\";i:1617910151;}}','notice','2021-04-08 19:29:12','2021-04-08 19:29:11',28884504,28987176,'http://rainmakers.cafe/fumo/ads.txt',1,0,'144.217.135.132'),(3536,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153006994345827\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146345828\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617907339.090300083160400390625;s:12:\"REQUEST_TIME\";i:1617907339;}}','notice','2021-04-08 18:42:20','2021-04-08 18:42:19',28886096,28988760,'http://rainmakers.cafe/fumo/about-us',1,0,'13.66.139.72'),(3533,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-08 11:16:39','2021-04-08 11:16:39',9520528,9570736,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,2,'154.73.183.63'),(3534,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-08 11:16:39','2021-04-08 11:16:39',9745168,10008048,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,2,'154.73.183.63'),(3535,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063636987484\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"146987485\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617902231.14064693450927734375;s:12:\"REQUEST_TIME\";i:1617902231;}}','notice','2021-04-08 17:17:11','2021-04-08 17:17:11',28886376,28989040,'http://rainmakers.cafe/fumo/wine-list/',1,0,'66.249.66.150'),(3555,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.70\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.70\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047706606019\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"154606020\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617964340.459435939788818359375;s:12:\"REQUEST_TIME\";i:1617964340;}}','notice','2021-04-09 10:32:21','2021-04-09 10:32:20',29329080,29721408,'http://rainmakers.cafe/fumo/cicchetti',1,0,'13.66.139.70'),(3554,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:36:\"http://rainmakers.cafe/fumo/about-us\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"35.210.62.152\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.210.62.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048096973659\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"150973660\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617961233.2157840728759765625;s:12:\"REQUEST_TIME\";i:1617961233;}}','notice','2021-04-09 09:40:34','2021-04-09 09:40:33',28979976,29009304,'http://rainmakers.cafe/fumo/about-us',1,0,'35.210.62.152'),(3590,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153030295943777\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"151943778\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618114407.6758708953857421875;s:12:\"REQUEST_TIME\";i:1618114407;}}','notice','2021-04-11 04:13:28','2021-04-11 04:13:27',28886160,28988824,'http://rainmakers.cafe/fumo/wine-list-3',1,0,'13.66.139.72'),(3589,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.87.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalsDk6NruCCZ822Xtiy23gV-6BtDud0ZH5URxjhAH1xCyFFv64nO6IeOo6ocTqEfkpL2WKzrQrLSr3ix5KyeuyJQm1a3nD0GIY67m2a_WOWb3Jj9P6B\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051223094283\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161094284\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618114396.123114109039306640625;s:12:\"REQUEST_TIME\";i:1618114396;}}','notice','2021-04-11 04:13:21','2021-04-11 04:13:17',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.3'),(3588,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.125 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.132\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044597094120\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161094121\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618114182.3307979106903076171875;s:12:\"REQUEST_TIME\";i:1618114182;}}','notice','2021-04-11 04:09:43','2021-04-11 04:09:42',28886112,28988776,'http://rainmakers.cafe/fumo/reservations',1,0,'66.249.66.132'),(3587,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.132\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052264244573\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"160244574\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618114081.12843608856201171875;s:12:\"REQUEST_TIME\";i:1618114081;}}','notice','2021-04-11 04:08:01','2021-04-11 04:08:01',28885888,28988552,'http://rainmakers.cafe/fumo/reservations',1,0,'66.249.66.132'),(3586,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153004593191772\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"112191773\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618101005.6512649059295654296875;s:12:\"REQUEST_TIME\";i:1618101005;}}','notice','2021-04-11 00:30:06','2021-04-11 00:30:05',28886520,28989144,'http://rainmakers.cafe/fumo/event-blankbottle-evening/',1,0,'13.66.139.72'),(3583,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-10 23:47:41','2021-04-10 23:47:39',12686560,21490200,'http://rainmakers.cafe/fumo/',1,0,'157.97.47.81'),(3584,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-10 23:47:41','2021-04-10 23:47:39',12993000,21490200,'http://rainmakers.cafe/fumo/',1,0,'157.97.47.81'),(3585,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"157.97.47.81\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.97.47.81\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037545910904\";s:14:\"HTTP_X_VARNISH\";s:9:\"151910905\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618098475.961143016815185546875;s:12:\"REQUEST_TIME\";i:1618098475;}}','notice','2021-04-10 23:47:56','2021-04-10 23:47:55',28887848,28990400,'http://rainmakers.cafe/fumo/wp-content/plugins/official-facebook-pixel/changelog.txt',1,0,'157.97.47.81'),(3582,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.76\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035999889536\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"159889537\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618086809.497559070587158203125;s:12:\"REQUEST_TIME\";i:1618086809;}}','notice','2021-04-10 20:33:30','2021-04-10 20:33:29',28979960,29009288,'http://rainmakers.cafe/fumo/wine-list',1,0,'13.66.139.76'),(3581,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.79.8\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.79.8\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051974514502\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156514503\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618086735.6102650165557861328125;s:12:\"REQUEST_TIME\";i:1618086735;}}','notice','2021-04-10 20:32:19','2021-04-10 20:32:16',33160520,33475024,'http://rainmakers.cafe/fumo/fumocafe',1,0,'173.252.79.8'),(3580,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"31.13.103.9\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamjzqQ4GKvNlvhosOSJ-1_PvQqXZUeH1gzat3d6bECt8-4VICINMtwudOJWk7AnWd2gye_P-wuruW5Bpnyq9BOZfvVdL2dwA-StsUPeE12US_p6smeK\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.103.9\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055700178963\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"112178964\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618077773.8269560337066650390625;s:12:\"REQUEST_TIME\";i:1618077773;}}','notice','2021-04-10 18:02:58','2021-04-10 18:02:54',33160776,33475296,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.103.9'),(3579,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"176.29.77.243\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"176.29.77.243\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153006048003828\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"152003829\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618069672.2473781108856201171875;s:12:\"REQUEST_TIME\";i:1618069672;}}','notice','2021-04-10 15:47:54','2021-04-10 15:47:52',30827616,31142072,'http://rainmakers.cafe/fumo/wp-includes/theme-compat/back-up.php',1,0,'176.29.77.243'),(3578,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.119\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamwXpgdylfzuebH5GFI-3pFNotJoeQFhcsamKNLyHmURsd-nZUSruqE055T22WyX_MDUijbMrLCUYln0U1nnqqeJR35OWgZPPLL8FqED9VSuB1q26J5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.119\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041392008195\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"160008196\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618062149.07806491851806640625;s:12:\"REQUEST_TIME\";i:1618062149;}}','notice','2021-04-10 13:42:34','2021-04-10 13:42:30',33082664,33475008,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.119'),(3577,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"121\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:33:\"https://cssworks.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"188.163.100.51\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"188.163.100.51\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153029376791826\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"153791827\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618051850.376245021820068359375;s:12:\"REQUEST_TIME\";i:1618051850;}}','notice','2021-04-10 10:50:50','2021-04-10 10:50:50',9054104,9275912,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'188.163.100.51'),(3576,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:25:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.16.125.222\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.16.125.222\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153005343332003\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"153332004\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618050068.5692260265350341796875;s:12:\"REQUEST_TIME\";i:1618050068;}}','notice','2021-04-10 10:21:11','2021-04-10 10:21:08',30820360,31134864,'http://rainmakers.cafe/fumo/shell.php',1,0,'5.16.125.222'),(3657,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.70\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.70\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035304061858\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"168061859\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618381131.091000080108642578125;s:12:\"REQUEST_TIME\";i:1618381131;}}','notice','2021-04-14 06:18:53','2021-04-14 06:18:51',30815200,31129704,'http://rainmakers.cafe/fumo/cicchetti',1,0,'13.66.139.70'),(3655,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"154.21.114.231\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"154.21.114.231\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047994840792\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"169840793\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618379026.632977008819580078125;s:12:\"REQUEST_TIME\";i:1618379026;}}','notice','2021-04-14 05:43:47','2021-04-14 05:43:46',28880816,28983496,'http://rainmakers.cafe/fumo/home',1,0,'154.21.114.231'),(3656,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.180.221.11\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.180.221.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052727744749\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"169744750\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618379111.825077056884765625;s:12:\"REQUEST_TIME\";i:1618379111;}}','notice','2021-04-14 05:45:12','2021-04-14 05:45:11',28880920,28983600,'http://rainmakers.cafe/fumo/home',1,0,'5.180.221.11'),(3654,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.107.4\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.107.4\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049633297507\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"169297508\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618378984.7344949245452880859375;s:12:\"REQUEST_TIME\";i:1618378984;}}','notice','2021-04-14 05:43:07','2021-04-14 05:43:05',33155424,33469928,'http://rainmakers.cafe/fumo/fumocafe',1,0,'173.252.107.4'),(3653,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"205.185.222.244\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.222.244\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049381267509\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"169267510\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618378836.8690760135650634765625;s:12:\"REQUEST_TIME\";i:1618378836;}}','notice','2021-04-14 05:40:37','2021-04-14 05:40:36',28880920,28983600,'http://rainmakers.cafe/fumo/home',1,0,'205.185.222.244'),(3652,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"5.183.92.56\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.183.92.56\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049642216619\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"168216620\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618377946.6304419040679931640625;s:12:\"REQUEST_TIME\";i:1618377946;}}','notice','2021-04-14 05:25:47','2021-04-14 05:25:46',28880760,28983440,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.56'),(3651,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"31.13.115.15\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamS_BcUE-J7Kw-auSA_OU2OXNdTJ_fQJrEwXCkrN60hsMhHy7G5XVEl0H6ftKtP3RYiPtHpw_PkTJxugXytq8Q6panzwhTzciL33DDGIssW94PHNze2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"31.13.115.15\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057869119094\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161119095\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618367358.7284519672393798828125;s:12:\"REQUEST_TIME\";i:1618367358;}}','notice','2021-04-14 02:29:23','2021-04-14 02:29:19',33169600,33561944,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.115.15'),(3650,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.9\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamnCr1n-Hngfz7mAd6sgh-TWgzALOYdmIv5rzLvyWKsNToQqvSUm_dsqhOUF1IyTlLYqCmpLA39Ejom-eIWDyGeyD0vrUl7Pac_-rnH7_2B-mqV5wbc\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.9\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045685125268\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"169125269\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618366076.24522304534912109375;s:12:\"REQUEST_TIME\";i:1618366076;}}','notice','2021-04-14 02:08:01','2021-04-14 02:07:57',33082664,33475008,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.9'),(3649,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001378817905\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162817906\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618341590.681869983673095703125;s:12:\"REQUEST_TIME\";i:1618341590;}}','notice','2021-04-13 19:19:55','2021-04-13 19:19:51',33160840,33475344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.72'),(3648,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.17\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakZpqtqYcC90pWGPg1yjPooW-5v0TfY7yjWwvy9Uz-7bhaPsce4fuBNmnLEtxodYenDHEF3emd7QisXU8MWQwLCrn2jJRTd4pIwRJ_1ohf2ss6lVyul\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051717175138\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"165175139\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618334841.6939489841461181640625;s:12:\"REQUEST_TIME\";i:1618334841;}}','notice','2021-04-13 17:27:24','2021-04-13 17:27:22',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.17'),(3647,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:28:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"138.128.118.130\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:4:\"none\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"138.128.118.130\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054391676846\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"163676847\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618328119.0968520641326904296875;s:12:\"REQUEST_TIME\";i:1618328119;}}','notice','2021-04-13 15:35:19','2021-04-13 15:35:19',28886872,28989544,'http://rainmakers.cafe/fumo/ads.txt',1,0,'138.128.118.130'),(3646,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059039332230\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"165332231\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618324094.2134621143341064453125;s:12:\"REQUEST_TIME\";i:1618324094;}}','notice','2021-04-13 14:28:15','2021-04-13 14:28:14',28981968,29011144,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2020-2-24&t=full',1,0,'3.237.20.246'),(3630,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalSx_BiHEdBo7HidaISg-HIhY1OS8p7FFPIM2E6f5pkgLgM2DUMR2BZ2L3ubjqR8TrvpPpOYOoOD-i12kZO_joPE40ixw6GNhEXuXhP3A5V0Kpp74A7\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.6\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064509401366\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"163401367\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618302776.787776947021484375;s:12:\"REQUEST_TIME\";i:1618302776;}}','notice','2021-04-13 08:33:01','2021-04-13 08:32:57',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.6'),(3629,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.11\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanrJpcOyJB3MW2VAqnqhxii_RihYo5Ixxo2Qa0PjQaMlA6TEWtuEay3mh-pGiksjzMBOHJrP28V3rh9uJbICZ2tt950kznEFLgfSgx-2J4XDvT2koHL\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038206225538\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166225539\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618295857.7351009845733642578125;s:12:\"REQUEST_TIME\";i:1618295857;}}','notice','2021-04-13 06:37:38','2021-04-13 06:37:37',28979656,29009000,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.11'),(3628,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal8jiNSqn41NU3HEtncwBFE0pO5YUnzrfms7FwMNJ2IhsSvsvsZdRkerkKY0E6RqfYCEDULzkuJvHIIwrhlMK06_8PYsxvyxQ2bw9mjRIduSWKncAqf\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039102119973\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166119974\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618292618.673410892486572265625;s:12:\"REQUEST_TIME\";i:1618292618;}}','notice','2021-04-13 05:43:46','2021-04-13 05:43:39',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.3'),(3627,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"185.147.213.55\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.147.213.55\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041259056307\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166056308\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290931.4514300823211669921875;s:12:\"REQUEST_TIME\";i:1618290931;}}','notice','2021-04-13 05:15:32','2021-04-13 05:15:31',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'185.147.213.55'),(3626,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.180.221.47\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.180.221.47\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036029958908\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"165958909\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290852.11495304107666015625;s:12:\"REQUEST_TIME\";i:1618290852;}}','notice','2021-04-13 05:14:12','2021-04-13 05:14:12',28885824,28988504,'http://rainmakers.cafe/fumo/home',1,0,'5.180.221.47'),(3625,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.90.122.12\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"91.90.122.12\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038063926446\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166926447\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290656.0104219913482666015625;s:12:\"REQUEST_TIME\";i:1618290656;}}','notice','2021-04-13 05:10:56','2021-04-13 05:10:56',28885856,28988536,'http://rainmakers.cafe/fumo/home',1,0,'91.90.122.12'),(3624,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:13:\"Linux Mozilla\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"20.43.6.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"20.43.6.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058500301479\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166301480\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290041.4464271068572998046875;s:12:\"REQUEST_TIME\";i:1618290041;}}','notice','2021-04-13 05:00:42','2021-04-13 05:00:41',28887432,28990032,'http://rainmakers.cafe/fumo/wordpress/wp-content/plugins/ubh/up.php',1,0,'20.43.6.239'),(3623,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:13:\"Linux Mozilla\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"20.43.6.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"20.43.6.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059908318384\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"163318385\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290039.73509693145751953125;s:12:\"REQUEST_TIME\";i:1618290039;}}','notice','2021-04-13 05:00:40','2021-04-13 05:00:39',28887192,28989808,'http://rainmakers.cafe/fumo/blog/wp-content/plugins/ubh/up.php',1,0,'20.43.6.239'),(3621,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:13:\"Linux Mozilla\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"20.43.6.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"20.43.6.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058099301465\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166301466\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290033.454660892486572265625;s:12:\"REQUEST_TIME\";i:1618290033;}}','notice','2021-04-13 05:00:36','2021-04-13 05:00:33',30821312,31135776,'http://rainmakers.cafe/fumo/wp-content/plugins/ubh/up.php',1,0,'20.43.6.239'),(3622,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:13:\"Linux Mozilla\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"20.43.6.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"20.43.6.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061679501184\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166501185\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618290037.406879901885986328125;s:12:\"REQUEST_TIME\";i:1618290037;}}','notice','2021-04-13 05:00:38','2021-04-13 05:00:37',28887192,28989808,'http://rainmakers.cafe/fumo/wp/wp-content/plugins/ubh/up.php',1,0,'20.43.6.239'),(3620,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.20\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalyK8EBqtT5FUmWw8Naai8LiyAMoZTeAKF3OaJsSCha5X2iQ5LmerwW8629pNd8Gceoe-kJGdhg6SAcpewxdf_KO5dssmfskaStz8T02PWJbQKFwO7q\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054708827572\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166827573\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618276251.6185719966888427734375;s:12:\"REQUEST_TIME\";i:1618276251;}}','notice','2021-04-13 01:10:56','2021-04-13 01:10:52',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.20'),(3619,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalnqEVft3IacNnTVuSSLtZw1TmOOSEbix4wJV4gFIjxkZ8xvZQTaNXUcOdNm7e8fLc2kt9P3V9wM-eF2fu_1vCFAbPml2nXjX2Xd5B8EbSwsgvoIFgf\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036222729455\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166729456\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618269978.4184958934783935546875;s:12:\"REQUEST_TIME\";i:1618269978;}}','notice','2021-04-12 23:26:22','2021-04-12 23:26:19',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.5'),(3618,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakhBRpu1FQibUwOVCpd-Z86u0K0I-5JslZR8O90oQbvGDes5W-SIxt-Pc2foY9Eu4WibGclTsTCAvgDzh1mL8gztegqksMFEWCyXI19t7jYhLsOtKvJ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.118\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044834981403\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162981404\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618264625.6506440639495849609375;s:12:\"REQUEST_TIME\";i:1618264625;}}','notice','2021-04-12 21:57:08','2021-04-12 21:57:06',33160776,33475296,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.118'),(3617,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanM6b64falNaltYcLZ7URM1Wv8-1KugFMxuKSHjlUhFrRn3pLmMnisa7hV7ErGXoompl4Zq4_U04-wsiiIxhl2mxJWLpGQcEpKf0recCduwVbtpi4j2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060064811576\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162811577\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618260696.9226551055908203125;s:12:\"REQUEST_TIME\";i:1618260696;}}','notice','2021-04-12 20:51:42','2021-04-12 20:51:38',32748504,32851184,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.3'),(3616,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AallUNLxg9GXSK9L2wx7Xu6yYYCZmYClTKZleFw0iGNhWFgSyqF8xaRmk3nJ5BmpAgIS6zu1hCXhJ3Dyus0uOflqgoAB4R5wt1Q9P6F8WRLyomKQKI5w\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.6\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052818703189\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"164703190\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618256186.998262882232666015625;s:12:\"REQUEST_TIME\";i:1618256186;}}','notice','2021-04-12 19:36:31','2021-04-12 19:36:28',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.6'),(3615,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"31.14.252.90\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"31.14.252.90\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060903032030\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"165032031\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618252623.8247449398040771484375;s:12:\"REQUEST_TIME\";i:1618252623;}}','notice','2021-04-12 18:37:05','2021-04-12 18:37:03',30821400,31135904,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'31.14.252.90'),(3613,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153009893873083\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"165873084\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618239035.5110080242156982421875;s:12:\"REQUEST_TIME\";i:1618239035;}}','notice','2021-04-12 14:50:38','2021-04-12 14:50:35',33160840,33475344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.72'),(3614,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.136\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.136\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052195149862\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"163149863\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618252320.2863080501556396484375;s:12:\"REQUEST_TIME\";i:1618252320;}}','notice','2021-04-12 18:32:04','2021-04-12 18:32:01',33161536,33476032,'http://rainmakers.cafe/fumo/privacy-policy/',1,0,'66.249.66.136'),(3612,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.112\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalduVRGZroPa3Tk5OYFXYJwlKzOUI6b_8rtuiqwc2vnkq76kcTu2ILGc0K9x84_95tKMEgh15689Eg8K5--n5hhLXRaOx-eN9-9NwJhquFmOh90AomI\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.112\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056484668304\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"164668305\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618219632.8812339305877685546875;s:12:\"REQUEST_TIME\";i:1618219632;}}','notice','2021-04-12 09:27:23','2021-04-12 09:27:13',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.112'),(3636,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:22:\"python-requests/2.25.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.36.39.161\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.36.39.161\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055229806778\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"167806779\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618316159.359817981719970703125;s:12:\"REQUEST_TIME\";i:1618316159;}}','notice','2021-04-13 12:16:00','2021-04-13 12:15:59',28887152,28989608,'http://rainmakers.cafe/fumo/wp-login.php?redirect_to=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1',1,0,'13.36.39.161'),(3634,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-13 12:15:56','2021-04-13 12:15:54',10331408,19135040,'http://rainmakers.cafe/fumo/admin',1,0,'13.36.39.161'),(3635,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-13 12:15:56','2021-04-13 12:15:54',10637848,19135040,'http://rainmakers.cafe/fumo/admin',1,0,'13.36.39.161'),(3633,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.72\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153021735393439\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"167393440\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618312499.5103089809417724609375;s:12:\"REQUEST_TIME\";i:1618312499;}}','notice','2021-04-13 11:15:03','2021-04-13 11:15:00',33161040,33475528,'http://rainmakers.cafe/fumo/year-end-function',1,0,'13.66.139.72'),(3631,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"68.183.55.89\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"68.183.55.89\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053875948572\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"143948573\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618311358.5567920207977294921875;s:12:\"REQUEST_TIME\";i:1618311358;}}','notice','2021-04-13 10:56:02','2021-04-13 10:55:58',30819968,31134464,'http://rainmakers.cafe/fumo/backup/wp-admin/',1,0,'68.183.55.89'),(3632,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"50.87.140.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"50.87.140.133\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032016768318\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"166768319\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618311612.462863922119140625;s:12:\"REQUEST_TIME\";i:1618311612;}}','notice','2021-04-13 11:00:14','2021-04-13 11:00:12',30819968,31134464,'http://rainmakers.cafe/fumo/backup/wp-admin/',1,0,'50.87.140.133'),(3664,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-14 18:55:29','2021-04-14 18:55:27',12686384,21508928,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.20'),(3665,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-14 18:55:29','2021-04-14 18:55:27',12992568,21508928,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.20'),(3663,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:60:\"http://rainmakers.cafe/fumo/wp-admin/edit.php?post_type=page\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:8:\"HTTP_DNT\";s:1:\"1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054491939721\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"168939722\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618410360.7590320110321044921875;s:12:\"REQUEST_TIME\";i:1618410360;}}','notice','2021-04-14 14:26:01','2021-04-14 14:26:00',28966736,29054784,'http://rainmakers.cafe/fumo/sample-page-2/',1,2,'154.73.183.63'),(3662,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.64\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.64\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054375231827\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"166231828\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618408088.693603038787841796875;s:12:\"REQUEST_TIME\";i:1618408088;}}','notice','2021-04-14 13:48:09','2021-04-14 13:48:08',28881520,28984144,'http://rainmakers.cafe/fumo/event-blankbottle-evening/',1,0,'13.66.139.64'),(3661,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.7\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal06WCmhUQa3mATjmffvhohGxwhtKd225xANR-UTufOcX-vaGJth_h09dfofe6sROhjCI5PtX4BVs6dqmDqoORaErPI31h2hcfqFAMDgZaIB11Q8wUO\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.7\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059546000065\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162000066\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618406101.4425098896026611328125;s:12:\"REQUEST_TIME\";i:1618406101;}}','notice','2021-04-14 13:15:06','2021-04-14 13:15:02',33155696,33470216,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.7'),(3660,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:33:\"http://aim-yag.com/administrator/\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"193.194.69.168\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"193.194.69.168\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059474569922\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"152569923\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618403754.1884610652923583984375;s:12:\"REQUEST_TIME\";i:1618403754;}}','notice','2021-04-14 12:35:54','2021-04-14 12:35:54',9047768,9269576,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'193.194.69.168'),(3659,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.19\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamlvPmj1x4Z_qfamUSsfwgrXEfJhH_2NuQlHpJDPlDA36RlHyz19xj9guPWc3Pq4XpRX_JgbdEX6-Z9C1uKnzXKLefFu5vVW96RygVNxYIijxAW2Ir_\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.19\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059866237014\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"170237015\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618394189.5479300022125244140625;s:12:\"REQUEST_TIME\";i:1618394189;}}','notice','2021-04-14 09:56:33','2021-04-14 09:56:30',33155696,33470216,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.19'),(3556,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:11:\"en-US;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:2:\"93\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:110:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=https:%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1\";s:15:\"HTTP_USER_AGENT\";s:133:\"Mozilla/5.0 (iPad; CPU OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/81.0.4044.124 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"27.75.105.236\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"27.75.105.236\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058077500328\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"155500329\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617968619.4525320529937744140625;s:12:\"REQUEST_TIME\";i:1617968619;}}','notice','2021-04-09 11:43:40','2021-04-09 11:43:39',9058232,9280040,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'27.75.105.236'),(3557,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"121\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:49:\"https://centosxcentos.altervista.org/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"113.186.108.203\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"113.186.108.203\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062135619727\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"143619728\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617974817.793994903564453125;s:12:\"REQUEST_TIME\";i:1617974817;}}','notice','2021-04-09 13:26:57','2021-04-09 13:26:57',9054136,9275944,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'113.186.108.203'),(3558,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.136\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.136\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053657287301\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"157287302\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617980473.287827014923095703125;s:12:\"REQUEST_TIME\";i:1617980473;}}','notice','2021-04-09 15:01:17','2021-04-09 15:01:14',33161528,33476024,'http://rainmakers.cafe/fumo/privacy-policy/',1,0,'66.249.66.136'),(3559,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.112\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aan3Twye3AHNp6UA3gcZkQ4WaGJMium2aQJRu8Fb0uN_bLmHVToVkIRZcpSQA6Qls16gR39qeZZ5wOzLhz2IqPMX9qmrdNbGJNUe_B15KvVQqlqPVaHk\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.112\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060365597708\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"155597709\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617982721.1634280681610107421875;s:12:\"REQUEST_TIME\";i:1617982721;}}','notice','2021-04-09 15:38:43','2021-04-09 15:38:41',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.112'),(3560,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:11:\"en-US;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:2:\"91\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:110:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=https:%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/16A366 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"62.118.159.193\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"62.118.159.193\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063178903723\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"156903724\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617985575.3305099010467529296875;s:12:\"REQUEST_TIME\";i:1617985575;}}','notice','2021-04-09 16:26:15','2021-04-09 16:26:15',9058280,9280088,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'62.118.159.193'),(3561,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.1\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakJaE9KmPx4FvOoA9mmW8E8ZQHBsnxsUHebvBMbhn-w9Gi-YtAAlRPvSuvqph8NFw4E7bmTAU9DpN7lDroMiuAD4uvCcaMVhLU7NdBpNZFQdU2ml8hN\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.1\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045872775332\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156775333\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617988338.085938930511474609375;s:12:\"REQUEST_TIME\";i:1617988338;}}','notice','2021-04-09 17:12:22','2021-04-09 17:12:19',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.1'),(3562,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-09 17:27:14','2021-04-09 17:27:11',12688424,21492064,'http://rainmakers.cafe/fumo/',1,0,'105.242.141.198'),(3563,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-09 17:27:14','2021-04-09 17:27:11',12994864,21492064,'http://rainmakers.cafe/fumo/',1,0,'105.242.141.198'),(3564,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.132\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052179524739\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"157524740\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618004747.58743190765380859375;s:12:\"REQUEST_TIME\";i:1618004747;}}','notice','2021-04-09 21:45:48','2021-04-09 21:45:47',28979920,29009232,'http://rainmakers.cafe/fumo/black-friday-2019',1,0,'66.249.66.132'),(3565,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"188.130.128.55\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"188.130.128.55\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046655609270\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156609271\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618010775.549272060394287109375;s:12:\"REQUEST_TIME\";i:1618010775;}}','notice','2021-04-09 23:26:18','2021-04-09 23:26:15',30820168,31134672,'http://rainmakers.cafe/fumo/contacts/',1,0,'188.130.128.55'),(3432,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:166:\"https://l.instagram.com/?u=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Ffumocafe&e=ATP3RmsCmXlp--dV2l8t0Lun19ghtnmgTfI5hu_7uYXpVDF4lTLyWL_DZGMXh0VxdrK1_z5sp6GAMPYjOFGYpQ&s=1\";s:15:\"HTTP_USER_AGENT\";s:209:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 178.0.0.22.119 (iPhone11,6; iOS 14_4_1; en_ZA; en-ZA; scale=3.31; 1242x2689; 276719015)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"105.227.50.136\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"105.227.50.136\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064607902140\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"133902141\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617349648.9977529048919677734375;s:12:\"REQUEST_TIME\";i:1617349648;}}','notice','2021-04-02 07:47:34','2021-04-02 07:47:30',33161560,33476064,'http://rainmakers.cafe/fumo/fumocafe',1,0,'105.227.50.136'),(3431,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043910547499\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"134547500\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617344755.6193840503692626953125;s:12:\"REQUEST_TIME\";i:1617344755;}}','notice','2021-04-02 06:25:59','2021-04-02 06:25:56',33160840,33475344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.104'),(3430,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"84.247.50.240\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"84.247.50.240\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040404067493\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"133067494\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617342839.3736751079559326171875;s:12:\"REQUEST_TIME\";i:1617342839;}}','notice','2021-04-02 05:54:00','2021-04-02 05:53:59',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'84.247.50.240'),(3429,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"185.244.9.98\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"185.244.9.98\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040952753600\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"79753601\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617342736.4117429256439208984375;s:12:\"REQUEST_TIME\";i:1617342736;}}','notice','2021-04-02 05:52:17','2021-04-02 05:52:16',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'185.244.9.98'),(3428,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"198.181.163.97\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"198.181.163.97\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048695592370\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131592371\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617342535.17660808563232421875;s:12:\"REQUEST_TIME\";i:1617342535;}}','notice','2021-04-02 05:48:55','2021-04-02 05:48:55',28885824,28988504,'http://rainmakers.cafe/fumo/home',1,0,'198.181.163.97'),(3427,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"62.210.80.33\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"62.210.80.33\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042837810027\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"134810028\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617336190.1870949268341064453125;s:12:\"REQUEST_TIME\";i:1617336190;}}','notice','2021-04-02 04:03:13','2021-04-02 04:03:10',30820168,31134672,'http://rainmakers.cafe/fumo/contacts/',1,0,'62.210.80.33'),(3390,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:36:\"https://dailyhammer.org/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"27.71.122.179\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"27.71.122.179\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153065267163890\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"123163891\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617149772.479228973388671875;s:12:\"REQUEST_TIME\";i:1617149772;}}','notice','2021-03-31 00:16:12','2021-03-31 00:16:12',9041936,9263744,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'27.71.122.179'),(3389,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-GB,en-US;q=0.9,en;q=0.8,it;q=0.7\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"82\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/wp-admin/\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.145.127.76\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"192.145.127.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039677433850\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"107433851\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617144367.13963794708251953125;s:12:\"REQUEST_TIME\";i:1617144367;}}','notice','2021-03-30 22:46:09','2021-03-30 22:46:07',33238152,33540320,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,1,'192.145.127.76'),(3388,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-GB,en-US;q=0.9,en;q=0.8,it;q=0.7\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"82\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/wp-admin/\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.145.127.76\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"192.145.127.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153019351851338\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"125851339\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617143882.6428139209747314453125;s:12:\"REQUEST_TIME\";i:1617143882;}}','notice','2021-03-30 22:38:05','2021-03-30 22:38:03',33245032,33547200,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,1,'192.145.127.76'),(3385,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-30 14:47:57','2021-03-30 14:47:57',8988808,9039040,'http://rainmakers.cafe/fumo/robots.txt',1,0,'66.249.66.154'),(3386,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-30 14:47:57','2021-03-30 14:47:57',9218192,9476352,'http://rainmakers.cafe/fumo/robots.txt',1,0,'66.249.66.154'),(3387,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-GB,en-US;q=0.9,en;q=0.8,it;q=0.7\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"82\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/wp-admin/\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.145.127.76\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"192.145.127.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153027947502395\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"127502396\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617135301.5088860988616943359375;s:12:\"REQUEST_TIME\";i:1617135301;}}','notice','2021-03-30 20:15:03','2021-03-30 20:15:01',33249168,33551336,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,1,'192.145.127.76'),(3403,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-31 20:48:51','2021-03-31 20:48:51',8987216,9037448,'http://rainmakers.cafe/fumo/book-online/',1,0,'66.249.66.152'),(3401,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.12\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak2kGhalVwPgUX2-9hsXH0zpqPciVhudWHA9cor4cXhe3DYgYfyZnWaFEMPeMWQFUZUaY3khPAl0OIb4IzoMsCl-rVhyzwFW5dr_3lvEG4haZ5yQIEx\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.12\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055524240646\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"128240647\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617219666.4118978977203369140625;s:12:\"REQUEST_TIME\";i:1617219666;}}','notice','2021-03-31 19:41:07','2021-03-31 19:41:06',29313920,29706264,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.12'),(3402,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.91\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.91\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153019137211176\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129211177\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617220849.6530749797821044921875;s:12:\"REQUEST_TIME\";i:1617220849;}}','notice','2021-03-31 20:00:50','2021-03-31 20:00:49',29299880,29691952,'http://rainmakers.cafe/fumo/wp-content/plugins/smart-slider-3/public/smartslider3/slider/slidertype/simple/assets/dist/smartslider-simple-type-frontend.min.js',1,0,'13.66.139.91'),(3400,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.112 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048258154768\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129154769\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617215940.86217403411865234375;s:12:\"REQUEST_TIME\";i:1617215940;}}','notice','2021-03-31 18:39:01','2021-03-31 18:39:00',28870968,28973640,'http://rainmakers.cafe/fumo/lunch',1,0,'66.249.66.152'),(3399,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049941858362\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"117858363\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617215796.03553009033203125;s:12:\"REQUEST_TIME\";i:1617215796;}}','notice','2021-03-31 18:36:36','2021-03-31 18:36:36',28964608,28993944,'http://rainmakers.cafe/fumo/lunch',1,0,'66.249.66.152'),(3398,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:17:\"Python-urllib/2.7\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"36.255.45.249\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"36.255.45.249\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153007997043923\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"119043924\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617211381.78318309783935546875;s:12:\"REQUEST_TIME\";i:1617211381;}}','notice','2021-03-31 17:23:02','2021-03-31 17:23:01',28869664,28972312,'http://rainmakers.cafe/fumo/magmi/conf/magmi.ini',1,0,'36.255.45.249'),(3397,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:17:\"Python-urllib/2.7\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"36.255.45.249\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"36.255.45.249\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153007787313896\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"127313897\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617211360.7827970981597900390625;s:12:\"REQUEST_TIME\";i:1617211360;}}','notice','2021-03-31 17:22:41','2021-03-31 17:22:40',28963528,28992840,'http://rainmakers.cafe/fumo/app/etc/local.xml',1,0,'36.255.45.249'),(3396,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"105.184.203.14\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"105.184.203.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059676058001\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"124058002\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617198171.0715000629425048828125;s:12:\"REQUEST_TIME\";i:1617198171;}}','notice','2021-03-31 13:42:52','2021-03-31 13:42:51',28978640,29007968,'http://rainmakers.cafe/fumo/caf%C3%A8',1,0,'105.184.203.14'),(3395,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-GB,en-US;q=0.9,en;q=0.8,it;q=0.7\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"82\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/wp-admin/\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.145.127.76\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"192.145.127.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153009687215229\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"127215230\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617192813.3743801116943359375;s:12:\"REQUEST_TIME\";i:1617192813;}}','notice','2021-03-31 12:13:46','2021-03-31 12:13:33',33181296,33495768,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,0,'192.145.127.76'),(3393,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"40.125.102.106\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"40.125.102.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001149981477\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"116981478\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617182944.3739249706268310546875;s:12:\"REQUEST_TIME\";i:1617182944;}}','notice','2021-03-31 09:29:05','2021-03-31 09:29:04',29303512,29695856,'http://rainmakers.cafe/fumo/%0D',1,0,'40.125.102.106'),(3394,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.91\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.91\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153019329721820\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"128721821\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617190179.811357021331787109375;s:12:\"REQUEST_TIME\";i:1617190179;}}','notice','2021-03-31 11:29:41','2021-03-31 11:29:39',29313976,29706304,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.91'),(3415,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.91\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.91\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153020226493596\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"130493597\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617287070.805038928985595703125;s:12:\"REQUEST_TIME\";i:1617287070;}}','notice','2021-04-01 14:24:35','2021-04-01 14:24:31',33153968,33468480,'http://rainmakers.cafe/fumo/menu-2/',1,0,'13.66.139.91'),(3414,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:56:\"http://1100784610.test.prositehosting.co.uk/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.91.116.189\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.91.116.189\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064541335515\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"131335516\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617269858.58621311187744140625;s:12:\"REQUEST_TIME\";i:1617269858;}}','notice','2021-04-01 09:37:38','2021-04-01 09:37:38',9040344,9262152,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'203.91.116.189'),(3591,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.183.92.110\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.183.92.110\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051287290981\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"149290982\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618120237.075788021087646484375;s:12:\"REQUEST_TIME\";i:1618120237;}}','notice','2021-04-11 05:50:37','2021-04-11 05:50:37',28885904,28988584,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.110'),(3592,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.183.92.181\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.183.92.181\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045489898955\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"160898956\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618120432.102200031280517578125;s:12:\"REQUEST_TIME\";i:1618120432;}}','notice','2021-04-11 05:53:52','2021-04-11 05:53:52',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.181'),(3593,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"40.77.167.42\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"40.77.167.42\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153019820557192\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"108557193\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618121049.492909908294677734375;s:12:\"REQUEST_TIME\";i:1618121049;}}','notice','2021-04-11 06:04:13','2021-04-11 06:04:10',33161040,33475528,'http://rainmakers.cafe/fumo/adding-calendars/',1,0,'40.77.167.42'),(3594,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"5.183.94.94\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.183.94.94\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046579365283\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"159365284\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618121302.202969074249267578125;s:12:\"REQUEST_TIME\";i:1618121302;}}','notice','2021-04-11 06:08:22','2021-04-11 06:08:22',28885824,28988504,'http://rainmakers.cafe/fumo/home',1,0,'5.183.94.94'),(3595,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.112\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanE_RkbxVusO9-33J_nTaXiQ7z1wxQncW9RM__qpTRnd2IrJM8c9Gb_eb9TRa0u31tvbL4m1t0x6UQYgwqgC8Fde0NYFKoU5IufRTOti1Wg5XNfpelw\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.112\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050567218047\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"159218048\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618126496.14089298248291015625;s:12:\"REQUEST_TIME\";i:1618126496;}}','notice','2021-04-11 07:35:00','2021-04-11 07:34:57',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.112'),(3607,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-12 05:49:56','2021-04-12 05:49:54',12687352,21490992,'http://rainmakers.cafe/fumo/',1,0,'54.36.148.150'),(3608,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-12 05:49:56','2021-04-12 05:49:54',12993792,21490992,'http://rainmakers.cafe/fumo/',1,0,'54.36.148.150'),(3609,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakRwOBnA_mD5VH39qog3RbscxZAdkmzP58xziOgVccq8T64vpzjd-QpXjDchiBOhFNBmeuO-PmWbX4XZNamT4Sf2br_lPn2zvoCj3AQmcN2I6wSaIJe\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061055986270\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161986271\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618209107.745997905731201171875;s:12:\"REQUEST_TIME\";i:1618209107;}}','notice','2021-04-12 06:31:52','2021-04-12 06:31:48',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.13'),(3610,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.19\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aamnq_eFSloUrbGd8T6Iu03RG5qOVKBudNUyAclrFTMdslLFmphBwzul8Ldd2gcjbekNkkWgJV7bcNcZZdIZLmVdeLtxaQ-tjNm7_XPzb8nZd0bMGoFx\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.19\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049360024763\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"160024764\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618216988.397573947906494140625;s:12:\"REQUEST_TIME\";i:1618216988;}}','notice','2021-04-12 08:43:12','2021-04-12 08:43:09',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.19'),(3611,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.171.249.7\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalqNK13KQ6LClvevfnE2ceNsxG6iiyNKmlsuo2yw1wgTSM9Zr4vkRVbEzVgSptoZ9gOzNX3ycMSJMpD933r7q7qtW_lzcfZ0pkTVgEpGkLa1fpIvJx1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"69.171.249.7\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037895232795\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"163232796\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618218403.948649883270263671875;s:12:\"REQUEST_TIME\";i:1618218403;}}','notice','2021-04-12 09:06:48','2021-04-12 09:06:44',33160784,33475304,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.7'),(3330,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanoRS1iohXOwn2jh1XtYef0sT6_71eDOXDPxZwVWozRvpxFSj8G44POrRzDcY0glDYogyvFXyP1c_N5oeUD42r_W1gJytOrg5dAFIMlgSBXE5_QKzJX\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059940663505\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"96663506\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616461637.79730701446533203125;s:12:\"REQUEST_TIME\";i:1616461637;}}','notice','2021-03-23 01:07:18','2021-03-23 01:07:17',28947464,28976808,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.3'),(3329,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanMP24NW1Ao-wM4nJEAbxtIcaSWXPy2HrGhRhSJyCSomj2qW7k17PVql4l-7dXk3bbbo-SkbYTlrye0jtzksBPZR8kIFtBGt5Pd4x-xjl7yK-XeN_iq\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063645365504\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"101365505\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616456319.53569793701171875;s:12:\"REQUEST_TIME\";i:1616456319;}}','notice','2021-03-22 23:38:41','2021-03-22 23:38:39',33128376,33442896,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.13'),(3328,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.19\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanmrRO8E8f9z0eAfWgLc2aB2FSfAL6PpJ_36_DKT2LHHIX1M_4CxdFMey798Iqx6NP8ekKNtzh4YD5DYfanrqou7-XbYLZ2wwZUacPQPZ6ebMvcMAoQ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.19\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033129527943\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"99527944\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616451164.79985904693603515625;s:12:\"REQUEST_TIME\";i:1616451164;}}','notice','2021-03-22 22:12:47','2021-03-22 22:12:45',33128376,33442896,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.19'),(3327,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.86\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.86\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153005026434291\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"98434292\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616438050.6258499622344970703125;s:12:\"REQUEST_TIME\";i:1616438050;}}','notice','2021-03-22 18:34:13','2021-03-22 18:34:11',33128592,33443088,'http://rainmakers.cafe/fumo/event/womes-day/',1,0,'13.66.139.86'),(3326,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.106\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023714165928\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"98165929\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616430128.160212993621826171875;s:12:\"REQUEST_TIME\";i:1616430128;}}','notice','2021-03-22 16:22:10','2021-03-22 16:22:08',33128424,33442928,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.106'),(3325,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.87.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aamp-l9cR06FslnNRZi47EjifnfuI0yD78DxOUUlDgrTqYJ8qEH_fb8pzWFT7vyiWBmutax_nDR59xYTrwbOQZ9An7gpdw7eqeL9aD_wtvqkJkLBb675\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.87.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039435122424\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"99122425\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616413814.2067830562591552734375;s:12:\"REQUEST_TIME\";i:1616413814;}}','notice','2021-03-22 11:50:15','2021-03-22 11:50:14',28945832,28975176,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.117'),(3347,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-24 08:05:24','2021-03-24 08:05:22',12674464,21484248,'http://rainmakers.cafe/fumo/feed/',1,0,'66.249.66.152'),(3348,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-24 08:05:24','2021-03-24 08:05:22',12978856,21484248,'http://rainmakers.cafe/fumo/feed/',1,0,'66.249.66.152'),(3346,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.107.24\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamazBadMPOp8tNiyHbytezR-bQYZi7tqDXRxa-UT-cofPLpKW_IoQ46QNXtQ1OBoYRnVN7aSEO11uQefqoMaPzcmAE6D7Av3amTAecgs5HIcJCVFE6P\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.107.24\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056834147021\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106147022\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616570736.3034069538116455078125;s:12:\"REQUEST_TIME\";i:1616570736;}}','notice','2021-03-24 07:25:38','2021-03-24 07:25:36',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.107.24'),(3344,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"69.171.251.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakxACRolvdAHa5czQaFGIdDpYMkF6ubY5EWksAZ5CuyC-alJ3mMbLcioEMaRV36ZET629M0A8j9GjkJwVLCF5Zq2RGmTruh_SMCd-GittAlrVdAY_DG\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"69.171.251.118\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041164562190\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106562191\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616565813.9969780445098876953125;s:12:\"REQUEST_TIME\";i:1616565813;}}','notice','2021-03-24 06:03:36','2021-03-24 06:03:34',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.251.118'),(3345,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.146\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153017127088756\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"99088757\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616569903.95269298553466796875;s:12:\"REQUEST_TIME\";i:1616569903;}}','notice','2021-03-24 07:11:46','2021-03-24 07:11:44',33135056,33449544,'http://rainmakers.cafe/fumo/valentines-thank-you',1,0,'157.55.39.146'),(3343,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanLl-0Ax7n39eQHEvCI3vh-zhqmPKKu2IOgjVBbzWHUO4X_pATVLXjYmgwIlqbxIF2Rvm-VLCBs_RmP42Vw01IT2B3_OS-DCXNAcr0_3clJYggO6Kvn\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.18\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061143127122\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"105127123\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616564453.7845060825347900390625;s:12:\"REQUEST_TIME\";i:1616564453;}}','notice','2021-03-24 05:40:56','2021-03-24 05:40:54',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.18'),(3342,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"212.102.47.162\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"212.102.47.162\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050016104490\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106104491\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616559575.291884899139404296875;s:12:\"REQUEST_TIME\";i:1616559575;}}','notice','2021-03-24 04:19:36','2021-03-24 04:19:35',28860056,28962736,'http://rainmakers.cafe/fumo/home',1,0,'212.102.47.162'),(3340,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.65\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.65\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153025983371530\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"63371531\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616532951.574675083160400390625;s:12:\"REQUEST_TIME\";i:1616532951;}}','notice','2021-03-23 20:55:53','2021-03-23 20:55:51',33134848,33449352,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.65'),(3341,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.154\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041089683587\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"105683588\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616554050.7940959930419921875;s:12:\"REQUEST_TIME\";i:1616554050;}}','notice','2021-03-24 02:47:31','2021-03-24 02:47:30',28860224,28962880,'http://rainmakers.cafe/fumo/valentine2018/',1,0,'66.249.66.154'),(3339,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.128\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.128\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056681531943\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"103531944\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616524382.5274341106414794921875;s:12:\"REQUEST_TIME\";i:1616524382;}}','notice','2021-03-23 18:33:05','2021-03-23 18:33:02',33134888,33449384,'http://rainmakers.cafe/fumo/privacy-policy/',1,0,'157.55.39.128'),(3354,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"143.244.49.101\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"143.244.49.101\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036988926702\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"108926703\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616650674.7797200679779052734375;s:12:\"REQUEST_TIME\";i:1616650674;}}','notice','2021-03-25 05:37:55','2021-03-25 05:37:54',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'143.244.49.101'),(3353,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.56.174.40\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.56.174.40\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056812489475\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48489476\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616650594.4338428974151611328125;s:12:\"REQUEST_TIME\";i:1616650594;}}','notice','2021-03-25 05:36:35','2021-03-25 05:36:34',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'45.56.174.40'),(3352,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"188.239.119.120\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"188.239.119.120\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050432013649\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"105013650\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616612070.1422750949859619140625;s:12:\"REQUEST_TIME\";i:1616612070;}}','notice','2021-03-24 18:54:31','2021-03-24 18:54:30',30718736,31110896,'http://rainmakers.cafe/fumo/__media__/js/netsoltrademark.php?d=zxcvbn.zxc',1,0,'188.239.119.120'),(3351,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.127.32\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamfaZnNnyvfp2m-IGh3ZrM8EPpR3cCGOyKj_PTj_NmHlGdUG7w5pAn5Z0hTHn316CwxGWTd0XevQh0-r3Jp4XqeYYyi6_pmyncfO8p2zQ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.127.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056745809951\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"107809952\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616605793.92617511749267578125;s:12:\"REQUEST_TIME\";i:1616605793;}}','notice','2021-03-24 17:09:54','2021-03-24 17:09:53',28860024,28962704,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.127.32'),(3349,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.65\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.65\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023082762345\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106762346\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616585565.0653970241546630859375;s:12:\"REQUEST_TIME\";i:1616585565;}}','notice','2021-03-24 11:32:49','2021-03-24 11:32:46',33134848,33449352,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.65'),(3350,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.171.249.28\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"Aantka9i5LEgElvcaMcHC7k8a56sFld5tMCnZTEDYyf9wQe_QcsMOZhUiMsRU_MCL-PxdQ0J-SzJq5w7Wk9QuX631CT8cwVpB3XLUo5ncOwq\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.28\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064080717455\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"98717456\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616587753.693542003631591796875;s:12:\"REQUEST_TIME\";i:1616587753;}}','notice','2021-03-24 12:09:16','2021-03-24 12:09:14',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.28'),(3596,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.134\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.134\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053384178777\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"139178778\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618133574.046575069427490234375;s:12:\"REQUEST_TIME\";i:1618133574;}}','notice','2021-04-11 09:32:54','2021-04-11 09:32:54',28885992,28988648,'http://rainmakers.cafe/fumo/menu-nov-2015/',1,0,'66.249.66.134'),(3597,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.136\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.136\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038969464870\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162464871\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618135241.7267749309539794921875;s:12:\"REQUEST_TIME\";i:1618135241;}}','notice','2021-04-11 10:00:46','2021-04-11 10:00:42',33161536,33476032,'http://rainmakers.cafe/fumo/privacy-policy/',1,0,'66.249.66.136'),(3598,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"40.77.167.25\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"40.77.167.25\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153007523122740\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"163122741\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618160314.8708400726318359375;s:12:\"REQUEST_TIME\";i:1618160314;}}','notice','2021-04-11 16:58:39','2021-04-11 16:58:35',33160696,33475216,'http://rainmakers.cafe/fumo/home',1,0,'40.77.167.25'),(3599,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.132\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063903513020\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162513021\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618169378.012012958526611328125;s:12:\"REQUEST_TIME\";i:1618169378;}}','notice','2021-04-11 19:29:42','2021-04-11 19:29:39',33161576,33476064,'http://rainmakers.cafe/fumo/year-end-function/',1,0,'66.249.66.132'),(3600,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:29:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:26:\"en-ZA,en-US;q=0.9,en;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:24:\"https://l.instagram.com/\";s:15:\"HTTP_USER_AGENT\";s:266:\"Mozilla/5.0 (Linux; Android 7.1.2; R9 PLUS Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36 Instagram 180.0.0.31.119 Android (25/7.1.2; 320dpi; 720x1368; Mobicel; R9 PLUS; R9_PLUS; qcom; en_ZA; 279996067)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"102.250.7.100\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:21:\"HTTP_X_REQUESTED_WITH\";s:21:\"com.instagram.android\";s:19:\"HTTP_SEC_FETCH_SITE\";s:10:\"cross-site\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"102.250.7.100\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153013681976442\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161976443\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618170854.65867900848388671875;s:12:\"REQUEST_TIME\";i:1618170854;}}','notice','2021-04-11 19:54:19','2021-04-11 19:54:15',33410464,33700960,'http://rainmakers.cafe/fumo/fumocafe',1,0,'102.250.7.100'),(3601,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.17\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal7Hl7_4ETsaTUtsQZIn_HZnju6XT-hmCLnm-kOdoY2YclKP6VNkfU1WImair3sMqZ8afGTBDC_G_cGAWkNyno3OMTquuBbOviP_4DLPX_kpQ4wISiI\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048759800038\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161800039\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618197302.2830688953399658203125;s:12:\"REQUEST_TIME\";i:1618197302;}}','notice','2021-04-12 03:15:06','2021-04-12 03:15:03',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.17'),(3602,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"185.30.32.160\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.30.32.160\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039680367423\";s:14:\"HTTP_X_VARNISH\";s:9:\"164367424\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618198223.868833065032958984375;s:12:\"REQUEST_TIME\";i:1618198223;}}','notice','2021-04-12 03:30:24','2021-04-12 03:30:23',28887848,28990400,'http://rainmakers.cafe/fumo/wp-content/plugins/official-facebook-pixel/changelog.txt',1,0,'185.30.32.160'),(3603,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"181.214.227.11\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"181.214.227.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037024311264\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"161311265\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618204893.8597109317779541015625;s:12:\"REQUEST_TIME\";i:1618204893;}}','notice','2021-04-12 05:21:34','2021-04-12 05:21:33',28979784,29009128,'http://rainmakers.cafe/fumo/home',1,0,'181.214.227.11'),(3604,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"5.180.220.100\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.100\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055393433909\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"164433910\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618205209.0294759273529052734375;s:12:\"REQUEST_TIME\";i:1618205209;}}','notice','2021-04-12 05:26:49','2021-04-12 05:26:49',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'5.180.220.100'),(3605,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"185.147.214.70\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.147.214.70\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059207422464\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"162422465\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618205372.905663967132568359375;s:12:\"REQUEST_TIME\";i:1618205372;}}','notice','2021-04-12 05:29:33','2021-04-12 05:29:32',28885904,28988584,'http://rainmakers.cafe/fumo/home',1,0,'185.147.214.70'),(3606,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:29:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:26:\"en-ZA,en-US;q=0.9,en;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:24:\"https://l.instagram.com/\";s:15:\"HTTP_USER_AGENT\";s:269:\"Mozilla/5.0 (Linux; Android 10; CLT-L09 Build/HUAWEICLT-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36 Instagram 183.0.0.36.116 Android (29/10; 480dpi; 1080x2037; HUAWEI; CLT-L09; HWCLT; kirin970; en_ZA; 284115663)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"41.13.13.46\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:21:\"HTTP_X_REQUESTED_WITH\";s:21:\"com.instagram.android\";s:19:\"HTTP_SEC_FETCH_SITE\";s:10:\"cross-site\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"41.13.13.46\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035906046532\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"164046533\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618206256.1618340015411376953125;s:12:\"REQUEST_TIME\";i:1618206256;}}','notice','2021-04-12 05:44:20','2021-04-12 05:44:17',33162488,33476992,'http://rainmakers.cafe/fumo/fumocafe',1,0,'41.13.13.46'),(3239,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062747921471\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"80921472\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939145.1826550960540771484375;s:12:\"REQUEST_TIME\";i:1615939145;}}','notice','2021-03-16 23:59:05','2021-03-16 23:59:05',27857232,28167224,'http://rainmakers.cafe/fumo/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3238,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050754858558\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"69858559\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939143.302176952362060546875;s:12:\"REQUEST_TIME\";i:1615939143;}}','notice','2021-03-16 23:59:04','2021-03-16 23:59:03',27856944,28166976,'http://rainmakers.cafe/fumo/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3237,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063613409133\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"74409134\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939140.5245640277862548828125;s:12:\"REQUEST_TIME\";i:1615939140;}}','notice','2021-03-16 23:59:01','2021-03-16 23:59:00',27954920,28264944,'http://rainmakers.cafe/fumo/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3236,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059740742789\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"82742790\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939137.7360498905181884765625;s:12:\"REQUEST_TIME\";i:1615939137;}}','notice','2021-03-16 23:58:58','2021-03-16 23:58:57',27857200,28167208,'http://rainmakers.cafe/fumo/phpunit/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3147,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.101.13.125\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.101.13.125\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055583479848\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"55479849\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615186759.833448886871337890625;s:12:\"REQUEST_TIME\";i:1615186759;}}','notice','2021-03-08 06:59:20','2021-03-08 06:59:19',27590672,27900744,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.101.13.125'),(3144,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-07 23:32:37','2021-03-07 23:32:36',8443160,9224824,'wp-cron',1,0,'178.79.186.170'),(3145,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-07 23:32:37','2021-03-07 23:32:36',8748960,9224824,'wp-cron',1,0,'178.79.186.170'),(3146,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:41:\"https://analizypolityczne.pl/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"171.4.40.12\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"171.4.40.12\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153031168999234\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"51999235\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615175393.873332977294921875;s:12:\"REQUEST_TIME\";i:1615175393;}}','notice','2021-03-08 03:49:53','2021-03-08 03:49:53',8367888,8589696,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'171.4.40.12'),(3143,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"https://coachall.be/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"176.105.204.189\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"176.105.204.189\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064531248112\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"49248113\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615149354.6590249538421630859375;s:12:\"REQUEST_TIME\";i:1615149354;}}','notice','2021-03-07 20:35:54','2021-03-07 20:35:54',8367864,8589672,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'176.105.204.189'),(3142,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.188 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.70.68\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..5\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.249.70.68\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061138582612\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"52582613\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615125984.903006076812744140625;s:12:\"REQUEST_TIME\";i:1615125984;}}','notice','2021-03-07 14:06:25','2021-03-07 14:06:24',27590208,27900272,'http://rainmakers.cafe/fumo/reservations/',1,0,'66.249.70.68'),(3148,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.15\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak2ew5uUkQwt-LBYI9tvP1eDLZBFMTfHxwX_wt5j3mNNlw6exSD1z67MH-dl-Ym9HHoRVA__q1mABVML7odpvSLu2KDcHH4TSOsa_Na--xAbv9tbmFJ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.15\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064875627766\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"55627767\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615199591.036819934844970703125;s:12:\"REQUEST_TIME\";i:1615199591;}}','notice','2021-03-08 10:33:13','2021-03-08 10:33:11',31493840,31854576,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.15'),(3149,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalOlLLdcaYNtafLi0KfYTm_e-ZbP8Env4JQ5gYyZZ7ojeathmfnKhdH1w6tb9V0idHy7Kmk4_Jeol51k9IX40yM_MrkHdJPwI5qwS6XOwXVKsBAk8EA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060249090405\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"57090406\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615231539.1815040111541748046875;s:12:\"REQUEST_TIME\";i:1615231539;}}','notice','2021-03-08 19:25:41','2021-03-08 19:25:39',31493840,31854576,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.21'),(3262,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.171.249.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaljhI-Qahkcm5JAcEpNap-LDZcXn-RnZCQslafRKgYuFFET2VRmmdAGXpejEVFGqUM1i1xVUDsPuKFyLXiMfXCMMN6gSF7-Li_WnbvkITtJJWqmUC76\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043607180364\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"85180365\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616016134.978167057037353515625;s:12:\"REQUEST_TIME\";i:1616016134;}}','notice','2021-03-17 21:22:19','2021-03-17 21:22:16',33273712,33588232,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.21'),(3261,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aane11x36GrEJSptPIte7ZmLq2aIcZ-VfPWacckHgpSrF0msMmhYs54ICDiGG8bATjCmMSyqs_Mt7GezjwDj1bG8AOeAy9f7e0aNnqymWS4n5Tel7D0s\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033823426408\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83426409\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616011554.2589409351348876953125;s:12:\"REQUEST_TIME\";i:1616011554;}}','notice','2021-03-17 20:05:55','2021-03-17 20:05:54',29092584,29121928,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.21'),(3260,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.14\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153025427711386\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83711387\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615998235.17829608917236328125;s:12:\"REQUEST_TIME\";i:1615998235;}}','notice','2021-03-17 16:23:57','2021-03-17 16:23:55',33277560,33592008,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_event-1.xml',1,0,'13.66.139.14'),(3259,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.14\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153025481550179\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"73550180\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615991032.970715999603271484375;s:12:\"REQUEST_TIME\";i:1615991032;}}','notice','2021-03-17 14:23:53','2021-03-17 14:23:52',29002560,29105168,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_event-1.xml',1,0,'13.66.139.14'),(3258,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:83:\"http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/index.html\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055462806488\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"84806489\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615990756.697782039642333984375;s:12:\"REQUEST_TIME\";i:1615990756;}}','notice','2021-03-17 14:19:17','2021-03-17 14:19:16',29001224,29103776,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/assets/js/prism.js',1,0,'154.73.183.63'),(3257,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:83:\"http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/index.html\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055451065356\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83065357\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615990756.702951908111572265625;s:12:\"REQUEST_TIME\";i:1615990756;}}','notice','2021-03-17 14:19:17','2021-03-17 14:19:16',29001456,29103976,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/assets/js/jquery.colorbox.js',1,0,'154.73.183.63'),(3282,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.32\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153011771969991\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"59969992\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616099110.10472202301025390625;s:12:\"REQUEST_TIME\";i:1616099110;}}','notice','2021-03-18 20:25:12','2021-03-18 20:25:10',33131920,33446368,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_venue-1.xml',1,0,'13.66.139.32'),(3283,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.96\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.96\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153002112781739\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64781740\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616106398.142529964447021484375;s:12:\"REQUEST_TIME\";i:1616106398;}}','notice','2021-03-18 22:26:40','2021-03-18 22:26:38',33131920,33446368,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_calendar-1.xml',1,0,'13.66.139.96'),(3280,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"41.13.118.85\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"41.13.118.85\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043288920284\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"84920285\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616079186.9966509342193603515625;s:12:\"REQUEST_TIME\";i:1616079186;}}','notice','2021-03-18 14:53:07','2021-03-18 14:53:07',28852856,28955440,'http://rainmakers.cafe/fumo/wp-content/plugins/event-calendar-wd/js/scripts.js',1,0,'41.13.118.85'),(3281,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.32\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153011584778488\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64778489\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616091057.381886005401611328125;s:12:\"REQUEST_TIME\";i:1616091057;}}','notice','2021-03-18 18:10:59','2021-03-18 18:10:57',33131920,33446368,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_venue-1.xml',1,0,'13.66.139.32'),(3279,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"41.13.118.85\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"41.13.118.85\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043286943241\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83943242\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616079186.168303012847900390625;s:12:\"REQUEST_TIME\";i:1616079186;}}','notice','2021-03-18 14:53:06','2021-03-18 14:53:06',28852936,28955504,'http://rainmakers.cafe/fumo/wp-content/plugins/event-calendar-wd/js/ecwd_popup.js',1,0,'41.13.118.85'),(3278,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"5.45.80.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:10:\"5.45.80.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051617873325\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"88873326\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616077648.307365894317626953125;s:12:\"REQUEST_TIME\";i:1616077648;}}','notice','2021-03-18 14:27:29','2021-03-18 14:27:28',28946552,28975832,'http://rainmakers.cafe/fumo/wp-includes/theme-compat/back-up.php',1,0,'5.45.80.13'),(3277,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:26:\"en-GB,en-US;q=0.9,en;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:4:\"none\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052974997983\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"88997984\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616074265.021656036376953125;s:12:\"REQUEST_TIME\";i:1616074265;}}','notice','2021-03-18 13:31:09','2021-03-18 13:31:06',33142176,33456688,'http://rainmakers.cafe/fumo/44-2/',1,0,'154.73.183.63'),(3275,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.14\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153027864185257\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"88185258\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616063440.6714000701904296875;s:12:\"REQUEST_TIME\";i:1616063440;}}','notice','2021-03-18 10:30:45','2021-03-18 10:30:41',33138688,33453136,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_event-1.xml',1,0,'13.66.139.14'),(3276,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.14\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153027285713875\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"85713876\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616070441.89731597900390625;s:12:\"REQUEST_TIME\";i:1616070441;}}','notice','2021-03-18 12:27:27','2021-03-18 12:27:23',33138688,33453136,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_event-1.xml',1,0,'13.66.139.14'),(3295,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.96\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.96\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001082345220\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"58345221\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616172716.482112884521484375;s:12:\"REQUEST_TIME\";i:1616172716;}}','notice','2021-03-19 16:51:58','2021-03-19 16:51:56',33131920,33446368,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_calendar-1.xml',1,0,'13.66.139.96'),(3293,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"54.236.1.11\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"54.236.1.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001681462640\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"90462641\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616154207.76206302642822265625;s:12:\"REQUEST_TIME\";i:1616154207;}}','notice','2021-03-19 11:43:28','2021-03-19 11:43:27',28850856,28953512,'http://rainmakers.cafe/fumo/menu-nov-2015/',1,0,'54.236.1.11'),(3294,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.32\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153012313746197\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"89746198\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616157112.8328669071197509765625;s:12:\"REQUEST_TIME\";i:1616157112;}}','notice','2021-03-19 12:31:53','2021-03-19 12:31:52',28951008,28980280,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_venue-1.xml',1,0,'13.66.139.32'),(3324,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.252.111.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalMwPNVSf8iUItNEycIslu34kUmDhr0V4Oy31YN8qzWyRPnLABfN1S4q9GReN_0-9BxvvCYR8R1Nw_G32KUQfeibQYJ_2rfV46qigoqO740WwQLgXT3\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.111.118\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053164833089\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"98833090\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616403649.3082520961761474609375;s:12:\"REQUEST_TIME\";i:1616403649;}}','notice','2021-03-22 09:00:51','2021-03-22 09:00:49',33126736,33441256,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.118'),(3323,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.213.87.101\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.213.87.101\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057950649526\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"98649527\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616392056.4655311107635498046875;s:12:\"REQUEST_TIME\";i:1616392056;}}','notice','2021-03-22 05:47:37','2021-03-22 05:47:36',28852000,28954680,'http://rainmakers.cafe/fumo/home',1,0,'173.213.87.101'),(3310,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.213.88.72\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.213.88.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048124562834\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"94562835\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616305502.193625926971435546875;s:12:\"REQUEST_TIME\";i:1616305502;}}','notice','2021-03-21 05:45:03','2021-03-21 05:45:02',28851936,28954616,'http://rainmakers.cafe/fumo/home',1,0,'173.213.88.72'),(3309,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"185.147.213.140\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"185.147.213.140\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051172710639\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"93710640\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616305367.0676739215850830078125;s:12:\"REQUEST_TIME\";i:1616305367;}}','notice','2021-03-21 05:42:47','2021-03-21 05:42:47',28852088,28954768,'http://rainmakers.cafe/fumo/home',1,0,'185.147.213.140'),(3308,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.1\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanCj_S8ZkzqTT7S0BA0tBdrk9c_0hxA-6med-mojTUX8osCEYWOFyS2pgZTJEBV856U67b5TEvojrmW0_7T99NVPIgogftmTkqF4PxNIYcVTKlK3BfA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.1\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050860113232\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"96113233\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616296945.8071649074554443359375;s:12:\"REQUEST_TIME\";i:1616296945;}}','notice','2021-03-21 03:22:28','2021-03-21 03:22:26',33126728,33441248,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.1'),(3307,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"31.13.103.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamsYiKGkQawGscu34sLOwpu6CRwE9yy7izfS4ngP-gRY4m5getjsbkPA8lZzQZECo63GoLUAgBMRMudaN_k3M87XioGtfVw-nkDxX0hqUY4vlnqC4nA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"31.13.103.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041602942580\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"94942581\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616291581.0004980564117431640625;s:12:\"REQUEST_TIME\";i:1616291581;}}','notice','2021-03-21 01:53:04','2021-03-21 01:53:01',33056328,33448672,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.103.13'),(3306,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.107.15\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamrWV6FNLAfylINihwwkcR9yb-T3yCsdTx4FvYuNgWBrHPTi3QYYJ-S87aMW2XIO6GT1tE8PJm9VPnQTUjU670PDXeVykpgO97ccIY-pHUBMP7Fytex\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.107.15\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035289756410\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"95756411\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616282890.2364699840545654296875;s:12:\"REQUEST_TIME\";i:1616282890;}}','notice','2021-03-20 23:28:12','2021-03-20 23:28:10',33126744,33441264,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.107.15'),(3305,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.220.149.39\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AangyEWx_Sot7nYGEuy-ZMBnruzVIxULlmgyhQhVXW1Zo9d8JV0KeUKz2nPYamBLgZp-oT2kcSSp6czo9XKyRd5nrFyigm4vAY8oc08nUrxMpbfaN94z\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.39\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051727555807\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"95555808\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616264910.959742069244384765625;s:12:\"REQUEST_TIME\";i:1616264910;}}','notice','2021-03-20 18:28:33','2021-03-20 18:28:31',33126744,33441264,'http://rainmakers.cafe/fumo/jazz',1,0,'66.220.149.39'),(3304,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"217.12.221.2\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"217.12.221.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153012402259893\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"95259894\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616250363.9845340251922607421875;s:12:\"REQUEST_TIME\";i:1616250363;}}','notice','2021-03-20 14:26:05','2021-03-20 14:26:03',30710520,31102680,'http://rainmakers.cafe/fumo/__media__/js/netsoltrademark.php?d=google.com',1,0,'217.12.221.2'),(3303,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:198:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.95 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.154\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064438188903\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"93188904\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616247196.6832659244537353515625;s:12:\"REQUEST_TIME\";i:1616247196;}}','notice','2021-03-20 13:33:17','2021-03-20 13:33:16',28852552,28955216,'http://rainmakers.cafe/fumo/christmas',1,0,'66.249.66.154'),(3301,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-20 13:31:15','2021-03-20 13:31:14',12972432,21477824,'http://rainmakers.cafe/fumo/feed/',1,0,'66.249.66.154'),(3302,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:198:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.95 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060803662237\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"92662238\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616247103.4044940471649169921875;s:12:\"REQUEST_TIME\";i:1616247103;}}','notice','2021-03-20 13:31:44','2021-03-20 13:31:43',28852408,28955088,'http://rainmakers.cafe/fumo/love',1,0,'66.249.66.150'),(3299,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.32\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153012187768787\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"91768788\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616234486.6342198848724365234375;s:12:\"REQUEST_TIME\";i:1616234486;}}','notice','2021-03-20 10:01:27','2021-03-20 10:01:26',28945880,28975208,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.32'),(3300,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-20 13:31:15','2021-03-20 13:31:14',12668040,21477824,'http://rainmakers.cafe/fumo/feed/',1,0,'66.249.66.154'),(3314,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"102.32.232.225\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"102.32.232.225\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057765869132\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"96869133\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616331018.52007389068603515625;s:12:\"REQUEST_TIME\";i:1616331018;}}','notice','2021-03-21 12:50:20','2021-03-21 12:50:18',64450768,64500184,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'102.32.232.225'),(3313,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"102.32.232.225\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"102.32.232.225\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057765319428\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"93319429\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616331018.5211620330810546875;s:12:\"REQUEST_TIME\";i:1616331018;}}','notice','2021-03-21 12:50:20','2021-03-21 12:50:18',67356728,67625200,'http://rainmakers.cafe/fumo/et_site_url+',1,0,'102.32.232.225'),(3312,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.106\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023391373774\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"95373775\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616327625.6550490856170654296875;s:12:\"REQUEST_TIME\";i:1616327625;}}','notice','2021-03-21 11:53:48','2021-03-21 11:53:46',33126792,33441296,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.106'),(3311,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aaky0uHEINRizLT1xp5Hq6kf5dMxDxo3kpzcLeQUZ5cpdqeG0odwoUmAAKi6ioLrKjGLNqJaxF0Y1sWUJz6sKZUD8WeZxGiqakbGqJP_O1PUrUVpMzgJ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.6\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039301323742\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"97323743\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616318852.2881920337677001953125;s:12:\"REQUEST_TIME\";i:1616318852;}}','notice','2021-03-21 09:27:35','2021-03-21 09:27:32',33126736,33441256,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.6'),(3335,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"104.238.44.41\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"104.238.44.41\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059357897029\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"102897030\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616478855.6868960857391357421875;s:12:\"REQUEST_TIME\";i:1616478855;}}','notice','2021-03-23 05:54:16','2021-03-23 05:54:15',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'104.238.44.41'),(3334,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"45.133.192.165\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"45.133.192.165\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049879833800\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"102833801\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616478750.90402698516845703125;s:12:\"REQUEST_TIME\";i:1616478750;}}','notice','2021-03-23 05:52:31','2021-03-23 05:52:30',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'45.133.192.165'),(3331,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-23 01:51:20','2021-03-23 01:51:18',12668040,21477824,'http://rainmakers.cafe/fumo/feed/',1,0,'66.249.66.154'),(3332,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-23 01:51:20','2021-03-23 01:51:18',12972432,21477824,'http://rainmakers.cafe/fumo/feed/',1,0,'66.249.66.154'),(3333,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.220.149.22\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam6Vtl5gaIoXO6Htb7en9ZcX33uJXnLbnpJD_ooOqlUObXjWYdpr7npWrRd9nWKxLlfqmHN6Y11Jjli6dGyMx8Qb0Ld6G25j-KX24cEgv-MJCH4OI8k\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.22\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049930409777\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"102409778\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616474366.728148937225341796875;s:12:\"REQUEST_TIME\";i:1616474366;}}','notice','2021-03-23 04:39:29','2021-03-23 04:39:27',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'66.220.149.22'),(3658,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.33\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.33\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153009833876534\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"169876535\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618383416.2119710445404052734375;s:12:\"REQUEST_TIME\";i:1618383416;}}','notice','2021-04-14 06:56:58','2021-04-14 06:56:56',30815248,31129752,'http://rainmakers.cafe/fumo/reservations',1,0,'13.66.139.33'),(3057,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.12\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamIOjmsIZc56dy3nhuvoFSrdFWvflnSvTlEv6COTDiAoVzUqDZfbMic-mph6WHKv5PSNXv0HPw_xj8q9JQ1PxEgOT0OwtWWQSJGrdpy5Q\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.12\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034965656617\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"37656618\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614594604.531085968017578125;s:12:\"REQUEST_TIME\";i:1614594604;}}','notice','2021-03-01 10:30:05','2021-03-01 10:30:04',27456048,27765968,'http://rainmakers.cafe/fumo/pizza',1,0,'173.252.111.12'),(3058,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-01 15:41:20','2021-03-01 15:41:19',8441696,9223360,'wp-cron',1,0,'178.79.186.170'),(3059,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-01 15:41:20','2021-03-01 15:41:19',8747496,9223360,'wp-cron',1,0,'178.79.186.170'),(3060,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"40.77.167.81\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"40.77.167.81\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153027748066484\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"36066485\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614614750.196816921234130859375;s:12:\"REQUEST_TIME\";i:1614614750;}}','notice','2021-03-01 16:05:52','2021-03-01 16:05:50',31360152,31720728,'http://rainmakers.cafe/fumo/fumo',1,0,'40.77.167.81'),(3071,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.254.31.20\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.254.31.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036560731517\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:8:\"40731518\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614680329.6888129711151123046875;s:12:\"REQUEST_TIME\";i:1614680329;}}','notice','2021-03-02 10:18:51','2021-03-02 10:18:49',29072432,29432984,'http://rainmakers.cafe/fumo/old/wp-admin/',1,0,'173.254.31.20'),(3097,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.197.235.184\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"91.197.235.184\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058390725154\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"29725155\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614838289.77322292327880859375;s:12:\"REQUEST_TIME\";i:1614838289;}}','notice','2021-03-04 06:11:30','2021-03-04 06:11:29',27587776,27897864,'http://rainmakers.cafe/fumo/home',1,0,'91.197.235.184'),(3094,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-04 04:10:52','2021-03-04 04:10:52',9095520,9329200,'wp-cron',1,0,'178.79.186.170'),(3095,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-04 04:10:52','2021-03-04 04:10:52',9401320,9659920,'wp-cron',1,0,'178.79.186.170'),(3096,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.197.235.184\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"91.197.235.184\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043384398457\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"41398458\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614838216.2209079265594482421875;s:12:\"REQUEST_TIME\";i:1614838216;}}','notice','2021-03-04 06:10:16','2021-03-04 06:10:16',27587872,27897960,'http://rainmakers.cafe/fumo/home',1,0,'91.197.235.184'),(3093,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.95.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakMx9A1fnXyubOFTJn2i7QpZj7A7ypB2VQGPuC0LhRHguowCnaV7a1coI0xuVs5Uf5vUepkSQb5Uovbys4kvDEq5YDn9rU1XQm9vXcNjjDlMj0i5Uxa\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.95.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063534433457\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"38433458\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614829242.7067658901214599609375;s:12:\"REQUEST_TIME\";i:1614829242;}}','notice','2021-03-04 03:40:44','2021-03-04 03:40:43',31492208,31852944,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.2'),(3091,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal2sc2bZPTNp6xkFi83vYygji3iKnce3I6WtlUJcxV3Wlzh57Iu1d34xTZjKtwXxbdQ7BVfTs20EhzgDHN6QQYkZ2U-bRMl_zxyKEBxtvm3GCYdkEte\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043313117766\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"43117767\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614814656.32372188568115234375;s:12:\"REQUEST_TIME\";i:1614814656;}}','notice','2021-03-03 23:37:38','2021-03-03 23:37:36',31486208,31846944,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.13'),(3092,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041773155836\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"45155837\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614827626.75988101959228515625;s:12:\"REQUEST_TIME\";i:1614827626;}}','notice','2021-03-04 03:13:47','2021-03-04 03:13:46',27598864,27908936,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.29'),(3101,0,'brute_force','invalid-login::user-1','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:199:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:7:\"adminsz\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"205\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:8:\"3.8.68.2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:8:\"3.8.68.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064897736417\";s:14:\"HTTP_X_VARNISH\";s:8:\"41736418\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614859240.4628698825836181640625;s:12:\"REQUEST_TIME\";i:1614859240;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-04 12:00:40','2021-03-04 12:00:40',8768048,8799808,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3102,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"203\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:8:\"3.8.68.2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:8:\"3.8.68.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033712370015\";s:14:\"HTTP_X_VARNISH\";s:8:\"46370016\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614859240.5837380886077880859375;s:12:\"REQUEST_TIME\";i:1614859240;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-04 12:00:40','2021-03-04 12:00:40',8737424,8739872,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3103,0,'lockout','host-lockout::3.8.68.2','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:8:\"3.8.68.2\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:6:{s:4:\"type\";s:11:\"brute_force\";s:6:\"reason\";s:27:\"too many bad login attempts\";s:5:\"label\";s:11:\"Brute Force\";s:4:\"host\";i:5;s:4:\"user\";i:10;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:11:\"brute_force\";s:13:\"lockout_start\";s:19:\"2021-03-04 12:00:40\";s:17:\"lockout_start_gmt\";s:19:\"2021-03-04 12:00:40\";s:15:\"lockout_context\";s:414:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:8:\"3.8.68.2\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}\";s:14:\"lockout_expire\";s:19:\"2021-03-04 12:15:40\";s:18:\"lockout_expire_gmt\";s:19:\"2021-03-04 12:15:40\";s:12:\"lockout_host\";s:8:\"3.8.68.2\";}','action','2021-03-04 12:00:40','2021-03-04 12:00:40',8804912,8813000,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3104,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-03-04 12:00:40','2021-03-04 12:00:40',8963360,9274312,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3105,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"31.13.103.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"Aalu47CFWvwcGxE00O5SWACy2a3RC2TaOYaq6fZZ8_TS-vpm68DKUEQb_6us8gU2DT4C0g7PGoVZOrhCAK5OHvKeRzfcpAYF5O7rUdlwp0ol\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"31.13.103.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051673578248\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"41578249\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614862768.7032909393310546875;s:12:\"REQUEST_TIME\";i:1614862768;}}','notice','2021-03-04 12:59:29','2021-03-04 12:59:28',27587792,27897880,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.103.21'),(3106,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal-lXE2SISjBM31ahMsIUzFV7C4M7m8YOImyo6f_oYm8dIMHMyyJxW1l4zAP5tCL5C0nLY7RoWmTo2pFNySoFowxgp8yG0Ewz1GDkNjsrdxDN70Vmmh\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045165293273\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"47293274\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614888734.1792171001434326171875;s:12:\"REQUEST_TIME\";i:1614888734;}}','notice','2021-03-04 20:12:15','2021-03-04 20:12:14',27686600,27996688,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.21'),(3107,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.127.22\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamBqDkZBGlUUNTkJm9cEI29ZPsTSaoFgIZVtBM_u_wDWZkoL52ot88WKjLBhmkmsgm3-L7aDj3lB8jLtWDf4JGexrpq5fMDbjzl5H66hw\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.127.22\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039116240255\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"36240256\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614907135.426776885986328125;s:12:\"REQUEST_TIME\";i:1614907135;}}','notice','2021-03-05 01:18:57','2021-03-05 01:18:55',31494184,31854888,'http://rainmakers.cafe/fumo/year-end-function',1,0,'173.252.127.22'),(3108,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043951042256\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"47042257\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614914156.175067901611328125;s:12:\"REQUEST_TIME\";i:1614914156;}}','notice','2021-03-05 03:15:56','2021-03-05 03:15:56',27686688,27996760,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.29'),(3109,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"214\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.64.20.252\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.64.20.252\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153022795131276\";s:14:\"HTTP_X_VARNISH\";s:8:\"46131277\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614923521.788219928741455078125;s:12:\"REQUEST_TIME\";i:1614923521;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-05 05:52:02','2021-03-05 05:52:01',8978264,11071008,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3110,0,'brute_force','invalid-login::user-1','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:199:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:7:\"adminsz\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"208\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.64.20.252\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.64.20.252\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054444207623\";s:14:\"HTTP_X_VARNISH\";s:8:\"48207624\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614923523.635037899017333984375;s:12:\"REQUEST_TIME\";i:1614923523;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-05 05:52:03','2021-03-05 05:52:03',8769152,9090168,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3111,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"204\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.64.20.252\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.64.20.252\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041181265079\";s:14:\"HTTP_X_VARNISH\";s:8:\"47265080\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614923524.8707621097564697265625;s:12:\"REQUEST_TIME\";i:1614923524;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-05 05:52:04','2021-03-05 05:52:04',8737424,8739872,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3112,0,'brute_force','invalid-login::user-1','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:199:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:7:\"adminsz\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"206\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.64.20.252\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.64.20.252\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039029497793\";s:14:\"HTTP_X_VARNISH\";s:8:\"48497794\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614923526.0829050540924072265625;s:12:\"REQUEST_TIME\";i:1614923526;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-05 05:52:06','2021-03-05 05:52:06',8768048,8799808,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3113,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"204\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.64.20.252\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.64.20.252\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048893723543\";s:14:\"HTTP_X_VARNISH\";s:8:\"46723544\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614923527.34025096893310546875;s:12:\"REQUEST_TIME\";i:1614923527;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-05 05:52:07','2021-03-05 05:52:07',8737424,8739872,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3114,0,'lockout','host-lockout::52.64.20.252','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:12:\"52.64.20.252\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:6:{s:4:\"type\";s:11:\"brute_force\";s:6:\"reason\";s:27:\"too many bad login attempts\";s:5:\"label\";s:11:\"Brute Force\";s:4:\"host\";i:5;s:4:\"user\";i:10;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:11:\"brute_force\";s:13:\"lockout_start\";s:19:\"2021-03-05 05:52:07\";s:17:\"lockout_start_gmt\";s:19:\"2021-03-05 05:52:07\";s:15:\"lockout_context\";s:419:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"52.64.20.252\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}\";s:14:\"lockout_expire\";s:19:\"2021-03-05 06:07:07\";s:18:\"lockout_expire_gmt\";s:19:\"2021-03-05 06:07:07\";s:12:\"lockout_host\";s:12:\"52.64.20.252\";}','action','2021-03-05 05:52:07','2021-03-05 05:52:07',8804936,8813016,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3115,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-03-05 05:52:07','2021-03-05 05:52:07',8963392,9274344,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'52.64.20.252'),(3116,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"78.110.173.149\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"78.110.173.149\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044202496658\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"45496659\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614924925.296660900115966796875;s:12:\"REQUEST_TIME\";i:1614924925;}}','notice','2021-03-05 06:15:25','2021-03-05 06:15:25',27589600,27899688,'http://rainmakers.cafe/fumo/home',1,0,'78.110.173.149'),(3117,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.10.232.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.10.232.57\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034679835677\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"43835678\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614925326.8885490894317626953125;s:12:\"REQUEST_TIME\";i:1614925326;}}','notice','2021-03-05 06:22:07','2021-03-05 06:22:06',27589456,27899544,'http://rainmakers.cafe/fumo/home',1,0,'45.10.232.57'),(3118,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"185.147.214.190\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"185.147.214.190\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041795302698\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48302699\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614925404.0709679126739501953125;s:12:\"REQUEST_TIME\";i:1614925404;}}','notice','2021-03-05 06:23:24','2021-03-05 06:23:24',27589600,27899688,'http://rainmakers.cafe/fumo/home',1,0,'185.147.214.190'),(3100,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"204\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:8:\"3.8.68.2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:8:\"3.8.68.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046931370012\";s:14:\"HTTP_X_VARNISH\";s:8:\"46370013\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614859240.3542330265045166015625;s:12:\"REQUEST_TIME\";i:1614859240;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-04 12:00:40','2021-03-04 12:00:40',8737424,8739872,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3099,0,'brute_force','invalid-login::user-1','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:199:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:7:\"adminsz\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"208\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:8:\"3.8.68.2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:8:\"3.8.68.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049232370009\";s:14:\"HTTP_X_VARNISH\";s:8:\"46370010\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614859240.2385590076446533203125;s:12:\"REQUEST_TIME\";i:1614859240;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-04 12:00:40','2021-03-04 12:00:40',8769152,9090168,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3098,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"214\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:8:\"3.8.68.2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:8:\"3.8.68.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061332370006\";s:14:\"HTTP_X_VARNISH\";s:8:\"46370007\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614859239.460216999053955078125;s:12:\"REQUEST_TIME\";i:1614859239;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-04 12:00:39','2021-03-04 12:00:39',8978264,11071008,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'3.8.68.2'),(3128,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"135.148.71.98\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"135.148.71.98\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053104065056\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48065057\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615015394.6674649715423583984375;s:12:\"REQUEST_TIME\";i:1615015394;}}','notice','2021-03-06 07:23:15','2021-03-06 07:23:14',27686832,27996904,'http://rainmakers.cafe/fumo/contacts/',1,0,'135.148.71.98'),(3127,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"212.102.39.111\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"212.102.39.111\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035223763270\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48763271\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615011980.0404150485992431640625;s:12:\"REQUEST_TIME\";i:1615011980;}}','notice','2021-03-06 06:26:20','2021-03-06 06:26:20',27589456,27899544,'http://rainmakers.cafe/fumo/home',1,0,'212.102.39.111'),(3126,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"198.181.163.117\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"198.181.163.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038658760844\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"49760845\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615011266.06550502777099609375;s:12:\"REQUEST_TIME\";i:1615011266;}}','notice','2021-03-06 06:14:26','2021-03-06 06:14:26',27589408,27899496,'http://rainmakers.cafe/fumo/home',1,0,'198.181.163.117'),(3125,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"135.148.71.97\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"135.148.71.97\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054496889498\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48889499\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615001808.6267659664154052734375;s:12:\"REQUEST_TIME\";i:1615001808;}}','notice','2021-03-06 03:36:50','2021-03-06 03:36:48',29206272,29566992,'http://rainmakers.cafe/fumo/contacts/',1,0,'135.148.71.97'),(3124,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042608668848\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48668849\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614980142.485622882843017578125;s:12:\"REQUEST_TIME\";i:1614980142;}}','notice','2021-03-05 21:35:43','2021-03-05 21:35:42',27686688,27996760,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.29'),(3123,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"213.178.45.85\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"213.178.45.85\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058811384083\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"39384084\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614979353.64006900787353515625;s:12:\"REQUEST_TIME\";i:1614979353;}}','notice','2021-03-05 21:22:35','2021-03-05 21:22:33',29206176,29566896,'http://rainmakers.cafe/fumo/contacts/',1,0,'213.178.45.85'),(3122,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.220.149.9\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamDokAg4FUTXWqwDFoDzemXrF9KKL2EOxe4NGqZj6mRq-HaRpCrR-nm6eGW-MZRFU0PiET1KrjrRlujNYfklmrSLtFJ1CJZDK_nl0vENhDdzrgJ45ww\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.220.149.9\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033970913441\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"44913442\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614972236.79784488677978515625;s:12:\"REQUEST_TIME\";i:1614972236;}}','notice','2021-03-05 19:23:59','2021-03-05 19:23:57',31493840,31854576,'http://rainmakers.cafe/fumo/jazz',1,0,'66.220.149.9'),(3119,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-05 10:24:24','2021-03-05 10:24:24',8443160,9224824,'wp-cron',1,0,'178.79.186.170'),(3120,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-05 10:24:24','2021-03-05 10:24:24',8748960,9224824,'wp-cron',1,0,'178.79.186.170'),(3121,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"62.210.80.33\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"62.210.80.33\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046396306787\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6306788\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614964331.1617820262908935546875;s:12:\"REQUEST_TIME\";i:1614964331;}}','notice','2021-03-05 17:12:13','2021-03-05 17:12:11',29206256,29566976,'http://rainmakers.cafe/fumo/contacts/',1,0,'62.210.80.33'),(3133,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-06 17:03:03','2021-03-06 17:03:03',8748960,9224824,'wp-cron',1,0,'178.79.186.170'),(3134,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042161773784\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"49773785\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615057278.3226339817047119140625;s:12:\"REQUEST_TIME\";i:1615057278;}}','notice','2021-03-06 19:01:20','2021-03-06 19:01:18',29206128,29566848,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.29'),(3132,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-06 17:03:03','2021-03-06 17:03:03',8443160,9224824,'wp-cron',1,0,'178.79.186.170'),(3131,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:52:\"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"107.150.164.242\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"107.150.164.242\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043396242542\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"50242543\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615037013.251638889312744140625;s:12:\"REQUEST_TIME\";i:1615037013;}}','notice','2021-03-06 13:23:34','2021-03-06 13:23:33',27591752,27901712,'http://rainmakers.cafe/fumo/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',1,0,'107.150.164.242'),(3129,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/533.36 (KHTML, like Gecko) Chrome/46.0.2754.75 Safari/533.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.24.227.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.24.227.102\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043987648979\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"51648980\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615027389.8677260875701904296875;s:12:\"REQUEST_TIME\";i:1615027389;}}','notice','2021-03-06 10:43:10','2021-03-06 10:43:09',27687712,27997736,'http://rainmakers.cafe/fumo/wp-content/uploads/wcuf/caches.pHp',1,0,'31.24.227.102'),(3130,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"103.123.112.6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"103.123.112.6\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039050767407\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48767408\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615027706.1582839488983154296875;s:12:\"REQUEST_TIME\";i:1615027706;}}','notice','2021-03-06 10:48:27','2021-03-06 10:48:26',29205392,29566112,'http://rainmakers.cafe/fumo/baindex.php',1,0,'103.123.112.6'),(3243,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052893081037\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81081038\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939159.14033794403076171875;s:12:\"REQUEST_TIME\";i:1615939159;}}','notice','2021-03-16 23:59:19','2021-03-16 23:59:19',27858000,28167896,'http://rainmakers.cafe/fumo/wp-content/plugins/jekyll-exporter/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3242,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064089224411\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64224412\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939155.019854068756103515625;s:12:\"REQUEST_TIME\";i:1615939155;}}','notice','2021-03-16 23:59:15','2021-03-16 23:59:15',27856960,28166984,'http://rainmakers.cafe/fumo/lib/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3241,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052404872828\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81872829\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939150.911838054656982421875;s:12:\"REQUEST_TIME\";i:1615939150;}}','notice','2021-03-16 23:59:11','2021-03-16 23:59:10',27857200,28167208,'http://rainmakers.cafe/fumo/lib/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3240,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051649081022\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81081023\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939148.2575819492340087890625;s:12:\"REQUEST_TIME\";i:1615939148;}}','notice','2021-03-16 23:59:08','2021-03-16 23:59:08',27857232,28167224,'http://rainmakers.cafe/fumo/lib/phpunit/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3645,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043520134958\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"168134959\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618322531.1557910442352294921875;s:12:\"REQUEST_TIME\";i:1618322531;}}','notice','2021-04-13 14:02:12','2021-04-13 14:02:11',28981952,29011128,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2021-1&t=full',1,0,'3.237.20.246'),(3637,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:22:\"python-requests/2.25.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.36.39.161\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.36.39.161\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055649098330\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:9:\"pass=rszV\";s:14:\"HTTP_X_VARNISH\";s:9:\"127098331\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618316162.0373899936676025390625;s:12:\"REQUEST_TIME\";i:1618316162;}}','notice','2021-04-13 12:16:02','2021-04-13 12:16:02',28885472,28988128,'http://rainmakers.cafe/fumo/administrator/',1,0,'13.36.39.161'),(3638,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:42:\"https://vermontblacksmith.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"202.142.85.236\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"202.142.85.236\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001379034911\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"167034912\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618316867.730391979217529296875;s:12:\"REQUEST_TIME\";i:1618316867;}}','notice','2021-04-13 12:27:47','2021-04-13 12:27:47',9054088,9275896,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'202.142.85.236'),(3639,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038391551972\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"167551973\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618317633.6543920040130615234375;s:12:\"REQUEST_TIME\";i:1618317633;}}','notice','2021-04-13 12:40:34','2021-04-13 12:40:33',28981968,29011144,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2021-2-24&t=list',1,0,'3.237.20.246'),(3640,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040122606243\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"130606244\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618318867.3024120330810546875;s:12:\"REQUEST_TIME\";i:1618318867;}}','notice','2021-04-13 13:01:11','2021-04-13 13:01:08',33163104,33477456,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2022-2-24&t=full',1,0,'3.237.20.246'),(3641,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050977295654\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"153295655\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618319091.1363399028778076171875;s:12:\"REQUEST_TIME\";i:1618319091;}}','notice','2021-04-13 13:04:55','2021-04-13 13:04:52',33163104,33477456,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2021-2-24&t=day',1,0,'3.237.20.246'),(3642,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041549479284\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"155479285\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618319399.118278026580810546875;s:12:\"REQUEST_TIME\";i:1618319399;}}','notice','2021-04-13 13:10:03','2021-04-13 13:10:00',33163104,33477456,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2021-3-15&t=full',1,0,'3.237.20.246'),(3643,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.12\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalbrTyHPgG0d2Hdg_PZW4qA2LEiqd0FsHI5OfDw6OFU4eMTa-AxEjUYtHZsG8D9ZMg3Be6xSvKYZRRiy3dPICQrUYB_XbY3bfFzWn_7Xax9gDhRc47N\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.12\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063233550819\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"159550820\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618321543.8911979198455810546875;s:12:\"REQUEST_TIME\";i:1618321543;}}','notice','2021-04-13 13:45:44','2021-04-13 13:45:43',28979648,29008992,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.12'),(3644,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.237.20.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.237.20.246\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042774297184\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"168297185\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618321722.1403191089630126953125;s:12:\"REQUEST_TIME\";i:1618321722;}}','notice','2021-04-13 13:48:43','2021-04-13 13:48:42',28981968,29011144,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/?date=2021-2-21&t=week',1,0,'3.237.20.246'),(3090,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"185.147.213.134\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"185.147.213.134\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047062926340\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"41926341\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614752528.776400089263916015625;s:12:\"REQUEST_TIME\";i:1614752528;}}','notice','2021-03-03 06:22:09','2021-03-03 06:22:08',27456040,27765968,'http://rainmakers.cafe/fumo/home',1,0,'185.147.213.134'),(3089,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"2.58.12.170\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"2.58.12.170\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034735050471\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"31050472\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614752320.089540958404541015625;s:12:\"REQUEST_TIME\";i:1614752320;}}','notice','2021-03-03 06:18:40','2021-03-03 06:18:40',27455992,27765920,'http://rainmakers.cafe/fumo/home',1,0,'2.58.12.170'),(3088,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"2.58.12.67\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:10:\"2.58.12.67\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039204257647\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"43257648\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614752229.6336669921875;s:12:\"REQUEST_TIME\";i:1614752229;}}','notice','2021-03-03 06:17:10','2021-03-03 06:17:09',27456088,27766016,'http://rainmakers.cafe/fumo/home',1,0,'2.58.12.67'),(3087,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"205.185.209.9\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"205.185.209.9\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050511660453\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"39660454\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614752075.4459590911865234375;s:12:\"REQUEST_TIME\";i:1614752075;}}','notice','2021-03-03 06:14:36','2021-03-03 06:14:35',27456184,27766112,'http://rainmakers.cafe/fumo/home',1,0,'205.185.209.9'),(3051,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-02-28 09:29:54','2021-02-28 09:29:54',8441832,9223496,'wp-cron',1,0,'178.79.186.170'),(3052,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-28 09:29:54','2021-02-28 09:29:54',8747632,9223496,'wp-cron',1,0,'178.79.186.170'),(3050,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"139.162.182.111\";s:21:\"HTTP_CONTENT_LANGUAGE\";s:20:\"en-US;q=0.5,en;q=0.3\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"139.162.182.111\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023151065746\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF13\";s:14:\"HTTP_X_VARNISH\";s:8:\"35065747\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614494061.452682018280029296875;s:12:\"REQUEST_TIME\";i:1614494061;}}','notice','2021-02-28 06:34:22','2021-02-28 06:34:21',27553544,27863456,'http://rainmakers.cafe/fumo/checkout',1,0,'139.162.182.111'),(3041,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:143:\"Mozilla/5.0 (X11; U; Linux Core i7-4980HQ; de; rv:32.0; compatible; JobboerseBot; http://www.jobboerse.com/bot.htm) Gecko/20100101 Firefox/38.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"64.145.79.94\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"64.145.79.94\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044386583910\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"30583911\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614407017.0588719844818115234375;s:12:\"REQUEST_TIME\";i:1614407017;}}','notice','2021-02-27 06:23:37','2021-02-27 06:23:37',27456424,27766352,'http://rainmakers.cafe/fumo/home',1,0,'64.145.79.94'),(3040,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"64.145.79.94\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"64.145.79.94\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043944672187\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"29672188\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614406829.11806392669677734375;s:12:\"REQUEST_TIME\";i:1614406829;}}','notice','2021-02-27 06:20:29','2021-02-27 06:20:29',27456136,27766064,'http://rainmakers.cafe/fumo/home',1,0,'64.145.79.94'),(3039,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"89.238.142.248\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"89.238.142.248\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060628671930\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"29671931\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614406549.8001039028167724609375;s:12:\"REQUEST_TIME\";i:1614406549;}}','notice','2021-02-27 06:15:50','2021-02-27 06:15:49',27456328,27766256,'http://rainmakers.cafe/fumo/home',1,0,'89.238.142.248'),(3017,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046744850222\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"24850223\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614242417.154552936553955078125;s:12:\"REQUEST_TIME\";i:1614242417;}}','notice','2021-02-25 08:40:17','2021-02-25 08:40:17',27456232,27766144,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.116'),(3016,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.111.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamMtcqHNwqkbaY4IhYuGw15MkZ0ypvyhkBfF4Yx_qdz68jb1hVQoecHN8N6z7pzqTPFIKlhYxic9WO1lf0t54Bd50HL0d0cr2l6RWWxZmRtv4GtKJ-X\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034734748289\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"24748290\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614232222.273406982421875;s:12:\"REQUEST_TIME\";i:1614232222;}}','notice','2021-02-25 05:50:24','2021-02-25 05:50:22',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.5'),(3015,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.24.85.119\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"37.24.85.119\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047135642062\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:8:\"23642063\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614211664.0077788829803466796875;s:12:\"REQUEST_TIME\";i:1614211664;}}','notice','2021-02-25 00:07:45','2021-02-25 00:07:44',29072576,29433128,'http://rainmakers.cafe/fumo/OLD/wp-admin/',1,0,'37.24.85.119'),(2983,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"217.138.202.42\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"217.138.202.42\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043819975265\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"12975266\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613975142.1664860248565673828125;s:12:\"REQUEST_TIME\";i:1613975142;}}','notice','2021-02-22 06:25:43','2021-02-22 06:25:42',27552920,27862848,'http://rainmakers.cafe/fumo/home',1,0,'217.138.202.42'),(2982,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"62.149.20.42\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"62.149.20.42\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042884805010\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15805011\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613974979.5786049365997314453125;s:12:\"REQUEST_TIME\";i:1613974979;}}','notice','2021-02-22 06:23:00','2021-02-22 06:22:59',27455696,27765624,'http://rainmakers.cafe/fumo/home',1,0,'62.149.20.42'),(2981,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:127:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"192.200.158.170\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"192.200.158.170\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058645414881\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15414882\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613974861.2023189067840576171875;s:12:\"REQUEST_TIME\";i:1613974861;}}','notice','2021-02-22 06:21:01','2021-02-22 06:21:01',27455936,27765864,'http://rainmakers.cafe/fumo/home',1,0,'192.200.158.170'),(2980,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:50:\"http://mail.mountainridersrentals.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"103.80.210.203\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"103.80.210.203\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060295411914\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"15411915\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613962985.3679530620574951171875;s:12:\"REQUEST_TIME\";i:1613962985;}}','notice','2021-02-22 03:03:05','2021-02-22 03:03:05',8367336,8589144,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'103.80.210.203'),(2978,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-02-22 03:03:04','2021-02-22 03:03:03',8441448,9223112,'wp-cron',1,0,'178.79.186.170'),(2979,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-22 03:03:04','2021-02-22 03:03:03',8743032,9223112,'wp-cron',1,0,'178.79.186.170'),(2977,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:105:\"text/html,application/xml;q=0.9,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"utf-8,ISO-8859-1;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:28:\"en-us,en-gb,en;q=0.7,*;q=0.3\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"35.196.131.36\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.196.131.36\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046263856445\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"14856446\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613951977.01564502716064453125;s:12:\"REQUEST_TIME\";i:1613951977;}}','notice','2021-02-21 23:59:39','2021-02-21 23:59:37',31367328,31727888,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'35.196.131.36'),(2976,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.171.249.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakyLJqRhhYFKK-0dY2SOOQrmJCJr4mSddRuGXNONmfjRDjgpRpDfj5842B42PZNKUFOTQDfDhwEfxbFozXag6TwVtLkmffVICeTaEs7sFJV4YsHYYVP\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040312890423\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"14890424\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613949711.3381450176239013671875;s:12:\"REQUEST_TIME\";i:1613949711;}}','notice','2021-02-21 23:21:53','2021-02-21 23:21:51',31360016,31720592,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.21'),(3690,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:4:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";i:3;s:21:\"ranga@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-23 09:06:27','2021-04-23 09:06:27',10538280,18811376,'https://rainmakers.cafe/fumo/',1,0,'154.73.183.63'),(2975,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.14\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aamt1jwE6MP_7-9xvBcqxlSMUsD-6WjW_XI_oGdJ9anoNE-SWMVTNtpUTpnaSyRdtY6-oFTnfLyGXItO2-KV3-NlNzaDKC2K0k-sC5AVw2G22rXXvkVY\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032844156715\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"12156716\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613939017.1063559055328369140625;s:12:\"REQUEST_TIME\";i:1613939017;}}','notice','2021-02-21 20:23:39','2021-02-21 20:23:37',31370664,31731240,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.14'),(2986,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.29\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak5DS9Yq66XT7ASka2OwrvDBykbmsVKmKlu5zPi_QJwlKe3CoSDIe9UL-_7VfTSP3SuTttOJjsHxeUYWZnM9Cmzbdkotc4n9342sJHohE3AVu_bPEP0\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045852256328\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18256329\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614025514.4737679958343505859375;s:12:\"REQUEST_TIME\";i:1614025514;}}','notice','2021-02-22 20:25:18','2021-02-22 20:25:15',31370768,31731344,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.29'),(2985,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.171.249.10\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakUydGk5aNsUb69ia0laPbe4qYGqIttSGGL0darkoG9TMahBgOLLgTvNcZTKvPxj-uxNk-oRw44BSvhY2Ux4rUI4CqlIpvWpKxio9XLYyG6Z2qSWHbI\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.10\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053102515069\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18515070\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614022143.025299072265625;s:12:\"REQUEST_TIME\";i:1614022143;}}','notice','2021-02-22 19:29:05','2021-02-22 19:29:03',31360104,31720680,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.10'),(2984,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044873181638\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9181639\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614021903.98832798004150390625;s:12:\"REQUEST_TIME\";i:1614021903;}}','notice','2021-02-22 19:25:04','2021-02-22 19:25:04',27553104,27863016,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.116'),(2998,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063855482655\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"20482656\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614076388.4515221118927001953125;s:12:\"REQUEST_TIME\";i:1614076388;}}','notice','2021-02-23 10:33:09','2021-02-23 10:33:08',27628056,27922600,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(2997,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054104144505\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"19144506\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614076195.6167290210723876953125;s:12:\"REQUEST_TIME\";i:1614076195;}}','notice','2021-02-23 10:29:56','2021-02-23 10:29:55',27628056,27922600,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(2996,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053339490818\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"17490819\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614075613.9937570095062255859375;s:12:\"REQUEST_TIME\";i:1614075613;}}','notice','2021-02-23 10:20:16','2021-02-23 10:20:14',31501752,31846848,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(2995,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060122837311\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16837312\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614075489.551670074462890625;s:12:\"REQUEST_TIME\";i:1614075489;}}','notice','2021-02-23 10:18:10','2021-02-23 10:18:09',27628056,27922600,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(3006,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048212863945\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"20863946\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614163039.441317081451416015625;s:12:\"REQUEST_TIME\";i:1614163039;}}','notice','2021-02-24 10:37:20','2021-02-24 10:37:19',27456232,27766144,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.116'),(3005,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056524298494\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"20298495\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614159404.9035189151763916015625;s:12:\"REQUEST_TIME\";i:1614159404;}}','notice','2021-02-24 09:36:45','2021-02-24 09:36:44',27628976,27923520,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(3027,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.56.161.75\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.56.161.75\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048825421508\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"26421509\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614320094.31011199951171875;s:12:\"REQUEST_TIME\";i:1614320094;}}','notice','2021-02-26 06:14:55','2021-02-26 06:14:54',27456136,27766064,'http://rainmakers.cafe/fumo/home',1,0,'45.56.161.75'),(3026,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044955205409\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"27205410\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614320091.3976418972015380859375;s:12:\"REQUEST_TIME\";i:1614320091;}}','notice','2021-02-26 06:14:52','2021-02-26 06:14:51',27456232,27766144,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.116'),(3025,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"205.185.223.42\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"205.185.223.42\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051430402414\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"26402415\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614319962.6063230037689208984375;s:12:\"REQUEST_TIME\";i:1614319962;}}','notice','2021-02-26 06:12:43','2021-02-26 06:12:42',27553512,27863440,'http://rainmakers.cafe/fumo/home',1,0,'205.185.223.42'),(3024,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.12\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanARDVFgR6yIJisvwvbD9GJd39hpbOEJbk70R81ipFtjJ58nCG4mcMGs6u1vz_troNXfRNMax0jAjAI1X02-gJD7rpXVj0n4TXg28XBDMeoJJN38n0A\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.12\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047156112314\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"22112315\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614306660.879890918731689453125;s:12:\"REQUEST_TIME\";i:1614306660;}}','notice','2021-02-26 02:31:03','2021-02-26 02:31:01',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.12'),(3023,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"121\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:30:\"https://uspcf.org/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"71.11.164.215\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"71.11.164.215\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056292582935\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"26582936\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614296232.4263689517974853515625;s:12:\"REQUEST_TIME\";i:1614296232;}}','notice','2021-02-25 23:37:12','2021-02-25 23:37:12',8366480,8588288,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'71.11.164.215'),(3020,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-02-25 21:27:09','2021-02-25 21:27:09',8441840,9223504,'wp-cron',1,0,'178.79.186.170'),(3021,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-25 21:27:09','2021-02-25 21:27:09',8747640,9223504,'wp-cron',1,0,'178.79.186.170'),(3022,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.163\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.163\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035414454986\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"26454987\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614289724.4716169834136962890625;s:12:\"REQUEST_TIME\";i:1614289724;}}','notice','2021-02-25 21:48:48','2021-02-25 21:48:45',31360656,31721200,'http://rainmakers.cafe/fumo/black-friday-2019',1,0,'157.55.39.163'),(3019,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.90.124.11\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"91.90.124.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050863538219\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"22538220\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614247537.87883090972900390625;s:12:\"REQUEST_TIME\";i:1614247537;}}','notice','2021-02-25 10:05:38','2021-02-25 10:05:37',27456328,27766256,'http://rainmakers.cafe/fumo/home',1,0,'91.90.124.11'),(3018,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"209.107.196.27\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"209.107.196.27\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038072048814\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"20048815\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614247436.034925937652587890625;s:12:\"REQUEST_TIME\";i:1614247436;}}','notice','2021-02-25 10:03:56','2021-02-25 10:03:56',27456088,27766016,'http://rainmakers.cafe/fumo/home',1,0,'209.107.196.27'),(3031,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"windows-1252,utf-8;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:20:\"en-us;q=0.5,en;q=0.3\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"197.185.101.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"197.185.101.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046698515582\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"28515583\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614370179.6830570697784423828125;s:12:\"REQUEST_TIME\";i:1614370179;}}','notice','2021-02-26 20:09:40','2021-02-26 20:09:39',27456320,27766240,'http://rainmakers.cafe/fumo/menu/',1,0,'197.185.101.13'),(3030,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"185.22.175.132\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.22.175.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032374850933\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"26850934\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614347621.8635060787200927734375;s:12:\"REQUEST_TIME\";i:1614347621;}}','notice','2021-02-26 13:53:43','2021-02-26 13:53:41',29072840,29433400,'http://rainmakers.cafe/fumo/contacts/',1,0,'185.22.175.132'),(3029,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak9w8JSq6ks5WgIXU9V2H0JYdHiq91g8Kwua5N4uMpF3q1iZJKXHuIQb743PJWfywyOOEUNOZmnfrRM66Rq_xMfEm8MGrCZaNia_LJS9el2Uiv8SyS8\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.4\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062387060713\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"25060714\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614346250.5599329471588134765625;s:12:\"REQUEST_TIME\";i:1614346250;}}','notice','2021-02-26 13:30:53','2021-02-26 13:30:51',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.4'),(3028,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"80\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:48:\"http://rainmakers.cafe/fumo/wp-admin/plugins.php\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Chromium\\\";v=\\\"88\\\", \\\"Google Chrome\\\";v=\\\"88\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063441305977\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:8:\"26305978\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614341100.1329610347747802734375;s:12:\"REQUEST_TIME\";i:1614341100;}}','notice','2021-02-26 12:05:02','2021-02-26 12:05:00',31456456,31817008,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,3,'202.53.86.106'),(3044,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.238\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.238\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038020409597\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18409598\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614462801.4708859920501708984375;s:12:\"REQUEST_TIME\";i:1614462801;}}','notice','2021-02-27 21:53:23','2021-02-27 21:53:21',31360808,31721336,'http://rainmakers.cafe/fumo/menus/roast-cauliflower/',1,0,'157.55.39.238'),(3043,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.188 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.70.70\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..5\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.249.70.70\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045916898505\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"34898506\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614461401.0402009487152099609375;s:12:\"REQUEST_TIME\";i:1614461401;}}','notice','2021-02-27 21:30:02','2021-02-27 21:30:01',27457064,27766960,'http://rainmakers.cafe/fumo/black-friday-2019',1,0,'66.249.70.70'),(3042,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AanKpbjh02YjrCgx5Y_zfCAOm92AOIUHCG7dtK1D_5-A5wAzpxYjM6vBrrg4QElw1ommMHLRBXMAEZXupEk56YHmd85-rOdu3rTTSI93dQz7\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064995710616\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"27710617\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614459418.31649303436279296875;s:12:\"REQUEST_TIME\";i:1614459418;}}','notice','2021-02-27 20:57:00','2021-02-27 20:56:58',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.13'),(3083,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-02 21:44:47','2021-03-02 21:44:47',8441696,9223360,'wp-cron',1,0,'178.79.186.170'),(3084,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-02 21:44:47','2021-03-02 21:44:47',8747496,9223360,'wp-cron',1,0,'178.79.186.170'),(3085,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.111.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aanw4DUmQlwJu18RvYReeR-NYwTgN-0H0SwYaYX5rObl8KeKoGMqym4Htgur_ybOeQixRk_fBMdxvlnKjOIZX9clLq4lOeDH7nzCd4kjhw9OUWBNJrjt\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063736703783\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"40703784\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614733640.077785968780517578125;s:12:\"REQUEST_TIME\";i:1614733640;}}','notice','2021-03-03 01:07:20','2021-03-03 01:07:20',27553192,27863120,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.3'),(3082,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.111.1\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalDbsjlAhKFwixT6RROcenPhECB6Lzze_J3hNqjBqx8qJpELhc05VatHCMy592caTxOlkrpiN9K8zUWursJ3hOFpQv1pZjbWpShr7PzkdpPYl4EPiHO\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.1\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036079814592\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"41814593\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614720823.1020429134368896484375;s:12:\"REQUEST_TIME\";i:1614720823;}}','notice','2021-03-02 21:33:45','2021-03-02 21:33:43',31360264,31720840,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.1'),(3081,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"35.198.195.209\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"35.198.195.209\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063942556182\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"40556183\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614720071.24036693572998046875;s:12:\"REQUEST_TIME\";i:1614720071;}}','notice','2021-03-02 21:21:12','2021-03-02 21:21:11',27553264,27863136,'http://rainmakers.cafe/fumo/vendor/phpunit/phpunit/LICENSE',1,0,'35.198.195.209'),(3080,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"35.198.195.209\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"35.198.195.209\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056980807803\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"40807804\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614717987.03143405914306640625;s:12:\"REQUEST_TIME\";i:1614717987;}}','notice','2021-03-02 20:46:28','2021-03-02 20:46:27',29072544,29433064,'http://rainmakers.cafe/fumo/vendor/phpunit/phpunit/LICENSE',1,0,'35.198.195.209'),(3056,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.188 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.70.68\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..5\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.249.70.68\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055270759112\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"34759113\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614570322.0171349048614501953125;s:12:\"REQUEST_TIME\";i:1614570322;}}','notice','2021-03-01 03:45:22','2021-03-01 03:45:22',27456816,27766736,'http://rainmakers.cafe/fumo/welcome',1,0,'66.249.70.68'),(3055,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:42:\"https://reconstituicao.com.br/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"180.241.205.157\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"180.241.205.157\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053500452246\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"34452247\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614529146.57015705108642578125;s:12:\"REQUEST_TIME\";i:1614529146;}}','notice','2021-02-28 16:19:06','2021-02-28 16:19:06',8366544,8588352,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'180.241.205.157'),(3054,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.70.68\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.249.70.68\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055034553784\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"34553785\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614523760.6950609683990478515625;s:12:\"REQUEST_TIME\";i:1614523760;}}','notice','2021-02-28 14:49:22','2021-02-28 14:49:21',31360416,31720984,'http://rainmakers.cafe/fumo/pizza',1,0,'66.249.70.68'),(3053,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:43:\"https://www.markupdesign.co.uk/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"49.48.120.217\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"49.48.120.217\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058466525983\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:7:\"6525984\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614510805.446620941162109375;s:12:\"REQUEST_TIME\";i:1614510805;}}','notice','2021-02-28 11:13:25','2021-02-28 11:13:25',8366560,8588368,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'49.48.120.217'),(3068,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:143:\"Mozilla/5.0 (X11; U; Linux Core i7-4980HQ; de; rv:32.0; compatible; JobboerseBot; http://www.jobboerse.com/bot.htm) Gecko/20100101 Firefox/38.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.10.232.69\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.10.232.69\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049395109424\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"40109425\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614667047.85060405731201171875;s:12:\"REQUEST_TIME\";i:1614667047;}}','notice','2021-03-02 06:37:28','2021-03-02 06:37:27',27456280,27766208,'http://rainmakers.cafe/fumo/home',1,0,'45.10.232.69'),(3067,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"2.58.12.145\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"2.58.12.145\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057653610333\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"38610334\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614666871.7123429775238037109375;s:12:\"REQUEST_TIME\";i:1614666871;}}','notice','2021-03-02 06:34:32','2021-03-02 06:34:31',27456040,27765968,'http://rainmakers.cafe/fumo/home',1,0,'2.58.12.145'),(3066,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"185.245.84.52\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.245.84.52\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049376784113\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"39784114\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614666628.668469905853271484375;s:12:\"REQUEST_TIME\";i:1614666628;}}','notice','2021-03-02 06:30:29','2021-03-02 06:30:28',27456184,27766112,'http://rainmakers.cafe/fumo/home',1,0,'185.245.84.52'),(3064,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"54.237.242.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"54.237.242.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046395462677\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"39462678\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614651233.7330720424652099609375;s:12:\"REQUEST_TIME\";i:1614651233;}}','notice','2021-03-02 02:13:54','2021-03-02 02:13:53',27455704,27765520,'http://rainmakers.cafe/fumo/wp-content/plugins/ct-ultimate-gdpr/assets/js/admin.js',1,0,'54.237.242.239'),(3065,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:2:\"37\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"54.237.242.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"54.237.242.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046436207750\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:8:\"34207751\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614651234.842051029205322265625;s:12:\"REQUEST_TIME\";i:1614651234;}}','notice','2021-03-02 02:13:55','2021-03-02 02:13:54',27457656,27767536,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,0,'54.237.242.239'),(3063,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"54.237.242.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"54.237.242.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046363311758\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"37311759\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614651232.627830982208251953125;s:12:\"REQUEST_TIME\";i:1614651232;}}','notice','2021-03-02 02:13:53','2021-03-02 02:13:52',27455624,27765456,'http://rainmakers.cafe/fumo/wp-content/plugins/super-forms/assets/js/common.js',1,0,'54.237.242.239'),(3062,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"54.237.242.239\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"54.237.242.239\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046265552949\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:8:\"39552950\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614651228.4469459056854248046875;s:12:\"REQUEST_TIME\";i:1614651228;}}','notice','2021-03-02 02:13:49','2021-03-02 02:13:48',27457656,27767536,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,0,'54.237.242.239'),(3061,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.87.120\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalEYpHi5P2EqL0eIBiwUnSr_sON7NIZyxj7jfgcr5Fnkukjqz4-lKoYt1E0exP6AX9aVVnVzZ8NJmle61ksKHntQ5I8sKa_Vm3iZwTV1X0s3r8CT6-i\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.87.120\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056779640058\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"35640059\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614623520.3701019287109375;s:12:\"REQUEST_TIME\";i:1614623520;}}','notice','2021-03-01 18:32:02','2021-03-01 18:32:00',31360256,31720832,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.120'),(3666,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.20\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aanyu5KSVMbrOgM5DrMAfLXkITwL07DS-W6AuaeHXQ4DrzFB_lfwIduM41MPyxMSY5IvK7Ez-hJIHWJ805qQdXPi5RunTZv4RqNffad59gz2ErSV4pQt\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035532634035\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"138634036\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618426526.45530605316162109375;s:12:\"REQUEST_TIME\";i:1618426526;}}','notice','2021-04-14 18:55:32','2021-04-14 18:55:27',33478280,33870576,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.20'),(3667,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aali2iNaIsjahMCfHXv3KEDPEMpqf3a5DUfnS7rwnYfD1rvzHy4FNjkq3lJR4yLAkl3emMc5s1PQ4hzsGeLwcS89GJpAchzhPYcwSK24NPlnZZrBneDc\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054435220795\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"171220796\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618432579.510075092315673828125;s:12:\"REQUEST_TIME\";i:1618432579;}}','notice','2021-04-14 20:36:21','2021-04-14 20:36:19',33155744,33470216,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.5'),(3668,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:34:\"https://www.80-35.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"113.184.126.137\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"113.184.126.137\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060726861210\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"170861211\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618448248.3020150661468505859375;s:12:\"REQUEST_TIME\";i:1618448248;}}','notice','2021-04-15 00:57:28','2021-04-15 00:57:28',9047784,9269592,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'113.184.126.137'),(3669,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.7\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aakr855v-SbwEJxZ1T_lS9MxoMF42T4ayE5HvTSF15R7hNVHx7mXx0Eg3ajU0TYxtXNxwtCqTW1Xkj3s9dCpG6IMucOUHdOre2z9g6zN2NkGRogCi7Q6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.7\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037928225835\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"170225836\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618455259.6936359405517578125;s:12:\"REQUEST_TIME\";i:1618455259;}}','notice','2021-04-15 02:54:24','2021-04-15 02:54:20',33221280,33535752,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.7'),(3670,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:23:\"https://www.google.com/\";s:15:\"HTTP_USER_AGENT\";s:149:\"Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/12.1 Chrome/79.0.3945.136 Mobile Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"41.206.98.5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"41.206.98.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153065271278437\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"165278438\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618470798.26294708251953125;s:12:\"REQUEST_TIME\";i:1618470798;}}','notice','2021-04-15 07:13:19','2021-04-15 07:13:18',28881064,28983696,'http://rainmakers.cafe/fumo/jazz',1,0,'41.206.98.5'),(3671,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.171.249.14\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AanQw0AVDKD3sr9n0VssuuM9cPy1mqabZrAePgfNcnbVJ-A_3q3CabLPJAdjHVSp76fp8iFii-vkKTQQ9ADrjKKEbqx8Nd2XNA0msz5LO8KA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051632587098\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"168587099\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618485875.1531960964202880859375;s:12:\"REQUEST_TIME\";i:1618485875;}}','notice','2021-04-15 11:24:35','2021-04-15 11:24:35',28881512,28984144,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.14'),(3678,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-19 07:25:47','2021-04-19 07:25:46',18643864,24098304,'https://rainmakers.cafe/fumo/wp-json/ithemes-security/v1/admin-notices?_locale=user',1,0,'154.73.183.63'),(3679,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-19 07:25:48','2021-04-19 07:25:48',10689144,10806544,'https://rainmakers.cafe/fumo/wp-admin/admin-ajax.php?action=rest-nonce',1,0,'154.73.183.63'),(3680,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-19 07:25:48','2021-04-19 07:25:48',11025688,11095328,'https://rainmakers.cafe/fumo/wp-admin/admin-ajax.php?action=rest-nonce',1,0,'154.73.183.63'),(3681,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-19 09:01:19','2021-04-19 09:01:18',11498392,20085448,'https://rainmakers.cafe/fumo/wp-json/ithemes-security/v1/admin-notices?_locale=user',1,0,'154.73.183.63'),(3682,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-19 09:01:19','2021-04-19 09:01:18',11726920,20085448,'https://rainmakers.cafe/fumo/wp-json/ithemes-security/v1/admin-notices?_locale=user',1,0,'154.73.183.63'),(3683,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-20 15:01:28','2021-04-20 15:01:28',14181864,14287192,'https://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,5,'2409:4070:2507:353f:c995:c720:b9fc:18be'),(3684,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:4:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";i:3;s:21:\"ranga@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-20 15:01:28','2021-04-20 15:01:28',14561496,14641424,'https://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,5,'2409:4070:2507:353f:c995:c720:b9fc:18be'),(3685,0,'brute_force','invalid-login::username-micol@rainmakers.cafe','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:13:\"invalid_email\";a:1:{i:0;s:56:\"Unknown email address. Check again or try your username.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:21:\"micol@rainmakers.cafe\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:37:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:26:\"en-GB,en-US;q=0.9,en;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"159\";s:9:\"HTTP_HOST\";s:15:\"rainmakers.cafe\";s:12:\"HTTP_REFERER\";s:113:\"https://rainmakers.cafe/fumo/wp-login.php?redirect_to=https%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:21:\"HTTP_X_FORWARDED_HOST\";s:15:\"rainmakers.cafe\";s:21:\"HTTP_X_FORWARDED_PORT\";s:3:\"443\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:23:\"HTTP_X_FORWARDED_SERVER\";s:15:\"rainmakers.cafe\";s:14:\"HTTP_X_REAL_IP\";s:13:\"154.73.183.63\";s:21:\"HTTP_CF_CONNECTING_IP\";s:13:\"154.73.183.63\";s:15:\"HTTP_CF_VISITOR\";s:22:\"{\\\"scheme\\\":\\\"https\\\"}\";s:17:\"HTTP_CF_IPCOUNTRY\";s:2:\"ZA\";s:11:\"HTTP_CF_RAY\";s:20:\"643605591a4aac4c-DFW\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:23:\"https://rainmakers.cafe\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:13:\"HTTP_CDN_LOOP\";s:10:\"cloudflare\";s:18:\"HTTP_CF_REQUEST_ID\";s:32:\"0995a1abad0000ac4c583a9000000001\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1619001904.8933761119842529296875;s:12:\"REQUEST_TIME\";i:1619001904;}}','notice','2021-04-21 10:45:05','2021-04-21 10:45:04',36401424,36764792,'https://rainmakers.cafe/fumo/wp-login.php',1,0,'154.73.183.63'),(3686,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-22 02:39:12','2021-04-22 02:39:11',24394784,24495656,'https://rainmakers.cafe/fumo/wp-admin/post.php',1,3,'2409:4070:441c:18fc:742d:387f:fca6:3ab'),(3687,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:4:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";i:3;s:21:\"ranga@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-22 02:39:12','2021-04-22 02:39:11',24707352,24787280,'https://rainmakers.cafe/fumo/wp-admin/post.php',1,3,'2409:4070:441c:18fc:742d:387f:fca6:3ab'),(3688,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-gb\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:15:\"rainmakers.cafe\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:21:\"HTTP_X_FORWARDED_HOST\";s:15:\"rainmakers.cafe\";s:21:\"HTTP_X_FORWARDED_PORT\";s:3:\"443\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:23:\"HTTP_X_FORWARDED_SERVER\";s:15:\"rainmakers.cafe\";s:14:\"HTTP_X_REAL_IP\";s:13:\"154.73.183.63\";s:21:\"HTTP_CF_CONNECTING_IP\";s:13:\"154.73.183.63\";s:15:\"HTTP_CF_VISITOR\";s:22:\"{\\\"scheme\\\":\\\"https\\\"}\";s:17:\"HTTP_CF_IPCOUNTRY\";s:2:\"ZA\";s:11:\"HTTP_CF_RAY\";s:20:\"643f49c84c214f9f-DFW\";s:13:\"HTTP_CDN_LOOP\";s:10:\"cloudflare\";s:18:\"HTTP_CF_REQUEST_ID\";s:32:\"099b6c712f00004f9f6c186000000001\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1619099080.26004505157470703125;s:12:\"REQUEST_TIME\";i:1619099080;}}','notice','2021-04-22 13:44:40','2021-04-22 13:44:40',29047800,29144184,'https://rainmakers.cafe/fumo/backdoor',1,0,'154.73.183.63'),(3471,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"70.39.113.201\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"70.39.113.201\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059345314602\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"141314603\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617601076.191792011260986328125;s:12:\"REQUEST_TIME\";i:1617601076;}}','notice','2021-04-05 05:37:56','2021-04-05 05:37:56',28885792,28988472,'http://rainmakers.cafe/fumo/home',1,0,'70.39.113.201'),(3470,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"94.46.220.95\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"94.46.220.95\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055082314243\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"141314244\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617600724.6844599246978759765625;s:12:\"REQUEST_TIME\";i:1617600724;}}','notice','2021-04-05 05:32:05','2021-04-05 05:32:04',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'94.46.220.95'),(3469,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:57:\"http://rainmakers.cafe/fumo/uncategorized/rat-pack-pizzas\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"35.210.188.229\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"35.210.188.229\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044515127537\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"141127538\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617595236.7953128814697265625;s:12:\"REQUEST_TIME\";i:1617595236;}}','notice','2021-04-05 04:00:37','2021-04-05 04:00:36',28886528,28989152,'http://rainmakers.cafe/fumo/uncategorized/rat-pack-pizzas',1,0,'35.210.188.229'),(3466,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-04 16:35:57','2021-04-04 16:35:55',12687768,21491408,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.150'),(3467,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-04 16:35:57','2021-04-04 16:35:55',12994208,21491408,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.150'),(3468,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aakxk4MD1jsHBnHh1sLRNQaWn3w8mOGShiLUSEsYfwciC7n12UMAo4sY4IT9yvVqSGpnTrE4On378A7_q90JkGpkpsUXO2H1DiJFxdQjKrzCh6DambL9\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050070443306\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"142443307\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617557249.9223940372467041015625;s:12:\"REQUEST_TIME\";i:1617557249;}}','notice','2021-04-04 17:27:32','2021-04-04 17:27:30',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.3'),(3465,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:73:\"http://rainmakers.cafe/fumo/wp-content/plugins/wp-file-manager/readme.txt\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.3945.117 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"201.33.174.34\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"201.33.174.34\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050109189636\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"137189637\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617549798.373796939849853515625;s:12:\"REQUEST_TIME\";i:1617549798;}}','notice','2021-04-04 15:23:22','2021-04-04 15:23:19',33160632,33475056,'http://rainmakers.cafe/fumo/wp-content/plugins/wp-file-manager/readme.txt',1,0,'201.33.174.34'),(3464,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.102 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063279049739\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"142049740\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617548753.691894054412841796875;s:12:\"REQUEST_TIME\";i:1617548753;}}','notice','2021-04-04 15:05:54','2021-04-04 15:05:53',28886464,28989120,'http://rainmakers.cafe/fumo/valentine2018/',1,0,'66.249.66.152'),(3463,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.111\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaltYSrGiqhZSheEhKj9jB8sUsgppwAfeJFmODqbS5-K7Ok2HrOfA7t3rkp3hpAxYUJE96vIGBIvXcCAzecDysMeldhEEamwTvc4-vK6GMZevZvAwo1Z\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.111\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058490333623\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"140333624\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617529392.5547440052032470703125;s:12:\"REQUEST_TIME\";i:1617529392;}}','notice','2021-04-04 09:43:13','2021-04-04 09:43:12',28979656,29009000,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.111'),(3433,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.20\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153065478471177\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"134471178\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617380479.4383180141448974609375;s:12:\"REQUEST_TIME\";i:1617380479;}}','notice','2021-04-02 16:21:20','2021-04-02 16:21:19',28886184,28988840,'http://rainmakers.cafe/fumo/cigar-lounge/',1,0,'13.66.139.20'),(3434,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:29:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:51:\"http://rainmakers.cafe/fumo/_ignition/health-check/\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"89.248.165.154\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_SITE\";s:4:\"none\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"89.248.165.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056761391475\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"135391476\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617394611.5872581005096435546875;s:12:\"REQUEST_TIME\";i:1617394611;}}','notice','2021-04-02 20:16:54','2021-04-02 20:16:51',30821664,31136136,'http://rainmakers.cafe/fumo/_ignition/health-check/',1,0,'89.248.165.154'),(3447,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.20\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153026312661154\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"136661155\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617478647.4911060333251953125;s:12:\"REQUEST_TIME\";i:1617478647;}}','notice','2021-04-03 19:37:28','2021-04-03 19:37:27',28886208,28988840,'http://rainmakers.cafe/fumo/menus/roast-cauliflower/',1,0,'13.66.139.20'),(3446,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043270599481\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"134599482\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617478636.683702945709228515625;s:12:\"REQUEST_TIME\";i:1617478636;}}','notice','2021-04-03 19:37:21','2021-04-03 19:37:17',33160928,33475424,'http://rainmakers.cafe/fumo/valentine2018/',1,0,'13.66.139.104'),(3445,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:38:\"en-ZA,en-GB;q=0.9,en-US;q=0.8,en;q=0.7\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Linux; Android 10; VOG-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"197.185.107.3\";s:14:\"HTTP_SAVE_DATA\";s:2:\"on\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:4:\"none\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"197.185.107.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153022102170471\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"139170472\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617471461.0433089733123779296875;s:12:\"REQUEST_TIME\";i:1617471461;}}','notice','2021-04-03 17:37:41','2021-04-03 17:37:41',28887368,28990040,'http://rainmakers.cafe/fumo/pizza',1,0,'197.185.107.3'),(3444,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:56:\"http://rainmakers.cafe/fumo/wp-content/uploads/wcuf/tmp/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"165.22.229.254\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"165.22.229.254\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047401843184\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131843185\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617461144.3562490940093994140625;s:12:\"REQUEST_TIME\";i:1617461144;}}','notice','2021-04-03 14:45:46','2021-04-03 14:45:44',30819480,31133944,'http://rainmakers.cafe/fumo/wp-content/uploads/wcuf/tmp/',1,0,'165.22.229.254'),(3443,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.20\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153026442191369\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"138191370\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617454104.547523021697998046875;s:12:\"REQUEST_TIME\";i:1617454104;}}','notice','2021-04-03 12:48:27','2021-04-03 12:48:24',30742040,31134368,'http://rainmakers.cafe/fumo/contacts',1,0,'13.66.139.20'),(3440,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-03 09:41:42','2021-04-03 09:41:41',10330072,19133712,'http://rainmakers.cafe/fumo/',1,0,'18.204.18.41'),(3441,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-03 09:41:42','2021-04-03 09:41:41',10636512,19133712,'http://rainmakers.cafe/fumo/',1,0,'18.204.18.41'),(3442,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153028229745757\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"133745758\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617449040.397469043731689453125;s:12:\"REQUEST_TIME\";i:1617449040;}}','notice','2021-04-03 11:24:04','2021-04-03 11:24:01',33160840,33475344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.104'),(3439,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:107:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"188.122.82.146\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"188.122.82.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060524998204\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131998205\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617440053.454121112823486328125;s:12:\"REQUEST_TIME\";i:1617440053;}}','notice','2021-04-03 08:54:16','2021-04-03 08:54:13',30820168,31134672,'http://rainmakers.cafe/fumo/contacts/',1,0,'188.122.82.146'),(3438,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"209.107.210.157\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.210.157\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048470084699\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"137084700\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617429462.8248798847198486328125;s:12:\"REQUEST_TIME\";i:1617429462;}}','notice','2021-04-03 05:57:43','2021-04-03 05:57:42',28885760,28988440,'http://rainmakers.cafe/fumo/home',1,0,'209.107.210.157'),(3437,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"212.102.35.112\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"212.102.35.112\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057468423014\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129423015\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617429356.1624739170074462890625;s:12:\"REQUEST_TIME\";i:1617429356;}}','notice','2021-04-03 05:55:56','2021-04-03 05:55:56',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'212.102.35.112'),(3436,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.245.203.176\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.245.203.176\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041354759480\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"127759481\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617428070.073297023773193359375;s:12:\"REQUEST_TIME\";i:1617428070;}}','notice','2021-04-03 05:34:30','2021-04-03 05:34:30',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'173.245.203.176'),(3435,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"121\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:44:\"https://do-und-los.eu/wordpress/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"27.2.113.69\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"27.2.113.69\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060921895776\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"121895777\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617420875.3865458965301513671875;s:12:\"REQUEST_TIME\";i:1617420875;}}','notice','2021-04-03 03:34:35','2021-04-03 03:34:35',9054976,9276784,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'27.2.113.69'),(3424,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-02 03:34:14','2021-04-02 03:34:12',12689144,21492768,'http://rainmakers.cafe/fumo/just-arrived',1,0,'66.249.66.93'),(3425,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-02 03:34:14','2021-04-02 03:34:12',12995584,21492768,'http://rainmakers.cafe/fumo/just-arrived',1,0,'66.249.66.93'),(3423,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.107.1\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanawN8Ca8lfrKUe5saEPCUbeMD7XChrEc4NObBGW417S2PH3CQg840alRwyuh8l8eou3ojoagP8nzFGflkOh7Gx07g4F5qkH5ftmdBgfewLbA90j9Xz\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.107.1\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060395658220\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131658221\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617328544.5031940937042236328125;s:12:\"REQUEST_TIME\";i:1617328544;}}','notice','2021-04-02 01:55:46','2021-04-02 01:55:44',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.107.1'),(3420,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.146\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153021016992624\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"130992625\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617323110.5906620025634765625;s:12:\"REQUEST_TIME\";i:1617323110;}}','notice','2021-04-02 00:25:14','2021-04-02 00:25:11',33153992,33468480,'http://rainmakers.cafe/fumo/venue/womens-day/',1,0,'157.55.39.146'),(3421,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:25:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.16.125.222\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.16.125.222\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153005636404222\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"133404223\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617326256.9369180202484130859375;s:12:\"REQUEST_TIME\";i:1617326256;}}','notice','2021-04-02 01:17:37','2021-04-02 01:17:36',28981272,29010488,'http://rainmakers.cafe/fumo/wp-content/plugins/revslider/temp/update_extract/revslider/log.php',1,0,'5.16.125.222'),(3422,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.117 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045860382335\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"132382336\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617327695.269855022430419921875;s:12:\"REQUEST_TIME\";i:1617327695;}}','notice','2021-04-02 01:41:36','2021-04-02 01:41:35',28897144,28999808,'http://rainmakers.cafe/fumo/just-arrived',1,0,'66.249.66.152'),(3419,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.146\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153025792329787\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129329788\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617315747.197000980377197265625;s:12:\"REQUEST_TIME\";i:1617315747;}}','notice','2021-04-01 22:22:31','2021-04-01 22:22:28',33153992,33468480,'http://rainmakers.cafe/fumo/venue/womens-day/',1,0,'157.55.39.146'),(3418,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"31.13.127.9\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aalg6MpD6H2IcLKhXUjOiIPj42ygS7UGblgEVwz9d3jIQbNkyonWPvkSGyCtVo_oSYSTy9eWGegdYr9fj_xdWpQ_6BStLit6C1rJF2c5p9iGjh6XnFNO\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.127.9\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035347746022\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129746023\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617313575.1676769256591796875;s:12:\"REQUEST_TIME\";i:1617313575;}}','notice','2021-04-01 21:46:17','2021-04-01 21:46:15',33153952,33468472,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.127.9'),(3416,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.87.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AakHY8C2vuw8sm2nBtrUJkadg3GqDTOsOPTrtbyDwIM902ItC-yw7qA0YcTmkHSR6fH3d0b2D_-YhuQEHL1Bgxxnpy5-PVR7bZ0zLGBw2c-S\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038013776732\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129776733\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617290790.8213179111480712890625;s:12:\"REQUEST_TIME\";i:1617290790;}}','notice','2021-04-01 15:26:31','2021-04-01 15:26:30',28879080,28981752,'http://rainmakers.cafe/fumo/pizza',1,0,'173.252.87.3'),(3417,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.91\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.91\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153006330284314\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"122284315\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617292810.290915012359619140625;s:12:\"REQUEST_TIME\";i:1617292810;}}','notice','2021-04-01 16:00:15','2021-04-01 16:00:11',33154000,33468504,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.91'),(3411,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.21.114.52\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.21.114.52\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033901767718\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131767719\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617257094.043117046356201171875;s:12:\"REQUEST_TIME\";i:1617257094;}}','notice','2021-04-01 06:04:54','2021-04-01 06:04:54',28870832,28973512,'http://rainmakers.cafe/fumo/home',1,0,'154.21.114.52'),(3412,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.20\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064772154553\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"132154554\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617265391.34780788421630859375;s:12:\"REQUEST_TIME\";i:1617265391;}}','notice','2021-04-01 08:23:14','2021-04-01 08:23:11',30805080,31119584,'http://rainmakers.cafe/fumo/about-us',1,0,'13.66.139.20'),(3413,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044680310223\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"116310224\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617267336.492671966552734375;s:12:\"REQUEST_TIME\";i:1617267336;}}','notice','2021-04-01 08:55:37','2021-04-01 08:55:36',28964776,28994104,'http://rainmakers.cafe/fumo/contacts/',1,0,'66.249.66.150'),(3404,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-31 20:48:51','2021-03-31 20:48:51',9216856,9474760,'http://rainmakers.cafe/fumo/book-online/',1,0,'66.249.66.152'),(3405,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:36:\"https://art.myubuntu.de/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"116.107.60.212\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"116.107.60.212\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054768631577\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"121631578\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617224387.32847690582275390625;s:12:\"REQUEST_TIME\";i:1617224387;}}','notice','2021-03-31 20:59:47','2021-03-31 20:59:47',9039520,9261328,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'116.107.60.212'),(3406,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanfSHYLnweo2z2IOqSIRivfZJzs54eWSkomiGAQr_IM0l_B097lUm8Iq18bbi5Jq3jdLVbYGJsp3Vljx1s1xHXFYLJcdpaS1LpUDXkUH8UlJtkHZFzV\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.18\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060731126904\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129126905\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617225495.5160310268402099609375;s:12:\"REQUEST_TIME\";i:1617225495;}}','notice','2021-03-31 21:18:17','2021-03-31 21:18:15',29313928,29706272,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.18'),(3407,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.146\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063418291932\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129291933\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617228460.1750791072845458984375;s:12:\"REQUEST_TIME\";i:1617228460;}}','notice','2021-03-31 22:07:41','2021-03-31 22:07:40',28964704,28994016,'http://rainmakers.cafe/fumo/venue/womens-day/',1,0,'157.55.39.146'),(3408,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.146\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153002709995074\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"129995075\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617235633.5086829662322998046875;s:12:\"REQUEST_TIME\";i:1617235633;}}','notice','2021-04-01 00:07:14','2021-04-01 00:07:13',29316000,29708216,'http://rainmakers.cafe/fumo/calendar/?date=2021-4-15&t=full',1,0,'157.55.39.146'),(3409,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"37.120.144.233\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"37.120.144.233\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046303403022\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131403023\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617256266.9130799770355224609375;s:12:\"REQUEST_TIME\";i:1617256266;}}','notice','2021-04-01 05:51:07','2021-04-01 05:51:06',28870768,28973448,'http://rainmakers.cafe/fumo/home',1,0,'37.120.144.233'),(3410,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.21.114.52\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.21.114.52\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049090795109\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"131795110\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617257004.6084349155426025390625;s:12:\"REQUEST_TIME\";i:1617257004;}}','notice','2021-04-01 06:03:25','2021-04-01 06:03:24',28870928,28973608,'http://rainmakers.cafe/fumo/home',1,0,'154.21.114.52'),(3391,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:46:\"application/json, text/javascript, */*; q=0.01\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-GB,en-US;q=0.9,en;q=0.8,it;q=0.7\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:14:\"CONTENT_LENGTH\";s:2:\"82\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/wp-admin/\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.145.127.76\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:4:\"cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"192.145.127.76\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153004512691249\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:9:\"126691250\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617166466.843885898590087890625;s:12:\"REQUEST_TIME\";i:1617166466;}}','notice','2021-03-31 04:54:29','2021-03-31 04:54:27',33237784,33539952,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,1,'192.145.127.76'),(3392,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"40.125.103.205\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"40.125.103.205\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153028802878935\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"128878936\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617179716.5632588863372802734375;s:12:\"REQUEST_TIME\";i:1617179716;}}','notice','2021-03-31 08:35:17','2021-03-31 08:35:16',28954392,28983736,'http://rainmakers.cafe/fumo/%0D',1,0,'40.125.103.205'),(3426,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045300040591\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"113040592\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617334458.81025600433349609375;s:12:\"REQUEST_TIME\";i:1617334458;}}','notice','2021-04-02 03:34:19','2021-04-02 03:34:18',28885888,28988552,'http://rainmakers.cafe/fumo/just-arrived',1,0,'66.249.66.152'),(3451,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.91\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.91\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153015354024022\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"122024023\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617500245.556477069854736328125;s:12:\"REQUEST_TIME\";i:1617500245;}}','notice','2021-04-04 01:37:26','2021-04-04 01:37:25',28886152,28988784,'http://rainmakers.cafe/fumo/ecwd_calendar/calendar/',1,0,'13.66.139.91'),(3450,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042376357613\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"136357614\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617496133.9382340908050537109375;s:12:\"REQUEST_TIME\";i:1617496133;}}','notice','2021-04-04 00:28:54','2021-04-04 00:28:53',28979600,29008936,'http://rainmakers.cafe/fumo/lunch',1,0,'13.66.139.104'),(3449,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"13.66.139.2\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"13.66.139.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046476319907\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"140319908\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617494581.977880001068115234375;s:12:\"REQUEST_TIME\";i:1617494581;}}','notice','2021-04-04 00:03:04','2021-04-04 00:03:02',33161040,33475528,'http://rainmakers.cafe/fumo/download-yef-menu',1,0,'13.66.139.2'),(3448,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153003595598235\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"139598236\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617484361.6337490081787109375;s:12:\"REQUEST_TIME\";i:1617484361;}}','notice','2021-04-03 21:12:42','2021-04-03 21:12:41',28979704,29009032,'http://rainmakers.cafe/fumo/wine-list/',1,0,'13.66.139.29'),(3380,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.108 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056867725903\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"112725904\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616846246.6551930904388427734375;s:12:\"REQUEST_TIME\";i:1616846246;}}','notice','2021-03-27 11:57:27','2021-03-27 11:57:26',28860496,28963144,'http://rainmakers.cafe/fumo/year-end-function',1,0,'66.249.66.152'),(3455,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"198.181.163.181\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"198.181.163.181\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037754926965\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"136926966\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617514422.8025729656219482421875;s:12:\"REQUEST_TIME\";i:1617514422;}}','notice','2021-04-04 05:33:43','2021-04-04 05:33:42',28885792,28988472,'http://rainmakers.cafe/fumo/home',1,0,'198.181.163.181'),(3454,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aama_eNJ3v0GDaPhsPm0u2z18UvW57JFOov0QR5V6w6m0VCaOhL_I0TOZmDl8vewBajnCNXAYmEHlE66Ovu8fhbpkL8Ptb7jY-Egzw2KfqS1hIqFlUZi\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037288887215\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"138887216\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617509957.5561420917510986328125;s:12:\"REQUEST_TIME\";i:1617509957;}}','notice','2021-04-04 04:19:19','2021-04-04 04:19:17',29313264,29705608,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.2'),(3453,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044429455050\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"140455051\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617508304.161921024322509765625;s:12:\"REQUEST_TIME\";i:1617508304;}}','notice','2021-04-04 03:51:46','2021-04-04 03:51:44',33161040,33475528,'http://rainmakers.cafe/fumo/adding-calendars/',1,0,'13.66.139.104'),(3383,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-29 08:46:50','2021-03-29 08:46:49',12675408,21485200,'http://rainmakers.cafe/fumo/',1,0,'5.255.231.62'),(3384,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-29 08:46:50','2021-03-29 08:46:49',12980320,21485200,'http://rainmakers.cafe/fumo/',1,0,'5.255.231.62'),(3452,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153002636642734\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"140642735\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617501389.3441479206085205078125;s:12:\"REQUEST_TIME\";i:1617501389;}}','notice','2021-04-04 01:56:34','2021-04-04 01:56:30',33083096,33475384,'http://rainmakers.cafe/fumo/menus/roasted-vegetables/',1,0,'13.66.139.29'),(3377,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.252.127.119\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AanvpaNCKEnhmlos4MXSNqvY3ayosiiqwkTfAxQmlQMhtxVvhdHZWgFYIRruIwYQSy6PNRT7BXdgn6LzYn2WlmLp55KlR3mqg02ciqohFy1c\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.127.119\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062780115072\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"112115073\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616800818.6725709438323974609375;s:12:\"REQUEST_TIME\";i:1616800818;}}','notice','2021-03-26 23:20:21','2021-03-26 23:20:19',33135144,33449632,'http://rainmakers.cafe/fumo/year-end-function',1,0,'173.252.127.119'),(3376,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.16\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.16\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153003760984653\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"111984654\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616797169.5666329860687255859375;s:12:\"REQUEST_TIME\";i:1616797169;}}','notice','2021-03-26 22:19:30','2021-03-26 22:19:29',28860736,28963320,'http://rainmakers.cafe/fumo/wp-content/themes/divi/js/custom.unified.js',1,0,'13.66.139.16'),(3375,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.90\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.90\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032642479366\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"66479367\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616794564.5969059467315673828125;s:12:\"REQUEST_TIME\";i:1616794564;}}','notice','2021-03-26 21:36:08','2021-03-26 21:36:05',33058808,33450912,'http://rainmakers.cafe/fumo/wp-content/plugins/smart-slider-3/public/smartslider3/application/frontend/assets/dist/smartslider-frontend.min.js',1,0,'13.66.139.90'),(3374,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.65\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.65\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153024242298387\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"114298388\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616791421.53036594390869140625;s:12:\"REQUEST_TIME\";i:1616791421;}}','notice','2021-03-26 20:43:43','2021-03-26 20:43:41',33058488,33450624,'http://rainmakers.cafe/fumo/wp-content/plugins/smart-slider-3/public/smartslider3/application/frontend/assets/dist/n2.min.js',1,0,'13.66.139.65'),(3373,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.65\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.65\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023056651267\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"80651268\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616791139.1046369075775146484375;s:12:\"REQUEST_TIME\";i:1616791139;}}','notice','2021-03-26 20:39:01','2021-03-26 20:38:59',33134848,33449352,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.65'),(3371,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-26 20:07:13','2021-03-26 20:07:12',12673128,21482920,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.154'),(3372,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-26 20:07:13','2021-03-26 20:07:12',12977520,21482920,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.154'),(3355,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"157.55.39.89\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.55.39.89\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153031985408583\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106408584\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616668791.061893939971923828125;s:12:\"REQUEST_TIME\";i:1616668791;}}','notice','2021-03-25 10:39:51','2021-03-25 10:39:51',28860544,28963128,'http://rainmakers.cafe/fumo/wp-content/plugins/event-calendar-wd/js/scripts.js',1,0,'157.55.39.89'),(3359,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.65\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.65\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153024227756153\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"99756154\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616688346.778408050537109375;s:12:\"REQUEST_TIME\";i:1616688346;}}','notice','2021-03-25 16:05:49','2021-03-25 16:05:47',33134840,33449344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.65'),(3357,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-25 14:05:58','2021-03-25 14:05:57',12673128,21482920,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.152'),(3358,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-25 14:05:58','2021-03-25 14:05:57',12977520,21482920,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.152'),(3356,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.146\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153021591408620\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106408621\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616668809.172277927398681640625;s:12:\"REQUEST_TIME\";i:1616668809;}}','notice','2021-03-25 10:40:10','2021-03-25 10:40:09',28860624,28963192,'http://rainmakers.cafe/fumo/wp-content/plugins/event-calendar-wd/js/ecwd_popup.js',1,0,'157.55.39.146'),(3369,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaktZnthaBT8hd-lkryWYQdwFv1rIGpz7ChzGlcmHbRsXraZz4K_OQns5lmm5ghnQfnk063NtETpSbMPZ7f2tO0tgkdgXHWR9C7-HHxu6nz819P5yLsC\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.6\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054990375048\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"110375049\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616755996.963139057159423828125;s:12:\"REQUEST_TIME\";i:1616755996;}}','notice','2021-03-26 10:53:19','2021-03-26 10:53:17',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.6'),(3370,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.216\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.216\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040975508562\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"107508563\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616760700.5545780658721923828125;s:12:\"REQUEST_TIME\";i:1616760700;}}','notice','2021-03-26 12:11:41','2021-03-26 12:11:40',28860272,28962920,'http://rainmakers.cafe/fumo/year-end-function',1,0,'66.249.66.216'),(3364,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"http://rainmakers.cafe/fumo/ads.txt\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (X11; CrOS x86_64 8172.45.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.64 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"93.158.91.234\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"93.158.91.234\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034720870949\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"111870950\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616728141.075292110443115234375;s:12:\"REQUEST_TIME\";i:1616728141;}}','notice','2021-03-26 03:09:01','2021-03-26 03:09:01',28859080,28961752,'http://rainmakers.cafe/fumo/ads.txt',1,0,'93.158.91.234'),(3366,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.29.131.31\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.29.131.31\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037684713466\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"108713467\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616736356.1386339664459228515625;s:12:\"REQUEST_TIME\";i:1616736356;}}','notice','2021-03-26 05:25:56','2021-03-26 05:25:56',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'154.29.131.31'),(3365,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.245.203.176\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.245.203.176\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052097927286\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"110927287\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616736277.1964991092681884765625;s:12:\"REQUEST_TIME\";i:1616736277;}}','notice','2021-03-26 05:24:37','2021-03-26 05:24:37',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'173.245.203.176'),(3363,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:38:\"http://rainmakers.cafe/fumo/humans.txt\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (X11; CrOS x86_64 8172.45.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.64 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"93.158.91.224\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"93.158.91.224\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037854870946\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"111870947\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616728138.6343190670013427734375;s:12:\"REQUEST_TIME\";i:1616728138;}}','notice','2021-03-26 03:08:59','2021-03-26 03:08:58',28859152,28961816,'http://rainmakers.cafe/fumo/humans.txt',1,0,'93.158.91.224'),(3361,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.107.24\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam5yuQLm390YHA7pjJ7K7shOFcaRb0P3JomDArVh9pYO6aTKIfijPhs4khW8QPrFdtJAnkBCh9kGpNO9_Vwcn7COw3uy1VMVsYqsEf2i68vSPV0pkcr\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.107.24\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043823951628\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"73951629\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616693548.2749650478363037109375;s:12:\"REQUEST_TIME\";i:1616693548;}}','notice','2021-03-25 17:32:30','2021-03-25 17:32:28',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.107.24'),(3362,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.127\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.127\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051641942906\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"106942907\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616703569.2549359798431396484375;s:12:\"REQUEST_TIME\";i:1616703569;}}','notice','2021-03-25 20:19:34','2021-03-25 20:19:30',33134848,33449352,'http://rainmakers.cafe/fumo/christmas',1,0,'157.55.39.127'),(3378,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.3945.117 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"159.89.47.95\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"159.89.47.95\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041462788888\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"116788889\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616806968.4692099094390869140625;s:12:\"REQUEST_TIME\";i:1616806968;}}','notice','2021-03-27 01:02:49','2021-03-27 01:02:48',28954888,28984136,'http://rainmakers.cafe/fumo/wp-content/plugins/super-forms/uploads/php/',1,0,'159.89.47.95'),(3367,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"184.170.241.101\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"184.170.241.101\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033665672153\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"107672154\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616737570.4843070507049560546875;s:12:\"REQUEST_TIME\";i:1616737570;}}','notice','2021-03-26 05:46:11','2021-03-26 05:46:10',28860152,28962832,'http://rainmakers.cafe/fumo/home',1,0,'184.170.241.101'),(3368,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.95.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaliYBrxM2z0IRylEmktWRVa4jqZwrUNAH4XHcp9A6eMmaIKk89B7qtkALavnHFaTfssgqnrQ0HQ0GwWR0FD27spXGOA6xfWjuxKWlobwSM01rU1Oofd\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.95.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046085543176\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"111543177\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616747722.880011081695556640625;s:12:\"REQUEST_TIME\";i:1616747722;}}','notice','2021-03-26 08:35:27','2021-03-26 08:35:23',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.117'),(3379,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.15\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.15\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050357348991\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"117348992\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616834306.586884975433349609375;s:12:\"REQUEST_TIME\";i:1616834306;}}','notice','2021-03-27 08:38:30','2021-03-27 08:38:27',33134816,33449328,'http://rainmakers.cafe/fumo/menu-2/',1,0,'13.66.139.15'),(3338,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamIb0lZFyPjqDm1tEPIGFpCmXwwa4Xq53ZQEcdhMa8SoGndldz9zy5IZsute80G4LBOHkZtk7eC2xn1X0HvcMR2KThjrBBnTRr8mQHvAujPfxIucYOD\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055032528753\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"100528754\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616487308.3364689350128173828125;s:12:\"REQUEST_TIME\";i:1616487308;}}','notice','2021-03-23 08:15:10','2021-03-23 08:15:08',33134800,33449320,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.2'),(3337,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"31.13.103.16\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"Aan_QfZMDOzNMEAtTm8tqrdEilPqbPk8LbuPH6Et2hZ__FB0id6zYZIRspfGFsW6BFvCraWe_rE7xWUUfcF95FiUSbinpdnPfd9i6YzsbBF4\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"31.13.103.16\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046320771541\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"102771542\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616484930.9572370052337646484375;s:12:\"REQUEST_TIME\";i:1616484930;}}','notice','2021-03-23 07:35:31','2021-03-23 07:35:30',28860024,28962704,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.103.16'),(3322,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"64.145.79.183\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"64.145.79.183\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049710954168\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"96954169\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616391985.5784399509429931640625;s:12:\"REQUEST_TIME\";i:1616391985;}}','notice','2021-03-22 05:46:26','2021-03-22 05:46:25',28852032,28954712,'http://rainmakers.cafe/fumo/home',1,0,'64.145.79.183'),(3336,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.245.202.136\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.245.202.136\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059426864022\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"102864023\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616479016.4945929050445556640625;s:12:\"REQUEST_TIME\";i:1616479016;}}','notice','2021-03-23 05:56:57','2021-03-23 05:56:56',28860056,28962736,'http://rainmakers.cafe/fumo/home',1,0,'173.245.202.136'),(3321,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"194.150.167.106\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"194.150.167.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050475019007\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"97019008\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616391725.9970760345458984375;s:12:\"REQUEST_TIME\";i:1616391725;}}','notice','2021-03-22 05:42:06','2021-03-22 05:42:06',28852000,28954680,'http://rainmakers.cafe/fumo/home',1,0,'194.150.167.106'),(3317,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"194.36.166.2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"194.36.166.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045360431380\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:8:\"96431381\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616335038.3190860748291015625;s:12:\"REQUEST_TIME\";i:1616335038;}}','notice','2021-03-21 13:57:20','2021-03-21 13:57:18',30785744,31100240,'http://rainmakers.cafe/fumo/old/wp-admin/',1,0,'194.36.166.2'),(3318,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-21 19:31:30','2021-03-21 19:31:30',12668352,21478112,'http://rainmakers.cafe/fumo/menu_item/michelangelo-salad/feed/',1,0,'13.66.139.86'),(3319,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-21 19:31:30','2021-03-21 19:31:30',12972744,21478112,'http://rainmakers.cafe/fumo/menu_item/michelangelo-salad/feed/',1,0,'13.66.139.86'),(3320,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"51.81.139.71\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"51.81.139.71\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063598998131\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"98998132\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616359651.6938259601593017578125;s:12:\"REQUEST_TIME\";i:1616359651;}}','notice','2021-03-21 20:47:33','2021-03-21 20:47:31',30786008,31100512,'http://rainmakers.cafe/fumo/contacts/',1,0,'51.81.139.71'),(3316,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:33:\"http://rainmakers.cafe/fumo/menu/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"102.32.232.225\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"102.32.232.225\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060049771525\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"95771526\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616331142.3228321075439453125;s:12:\"REQUEST_TIME\";i:1616331142;}}','notice','2021-03-21 12:52:23','2021-03-21 12:52:22',28852488,28955136,'http://rainmakers.cafe/fumo/menu/et_site_url+',1,0,'102.32.232.225'),(3315,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:28:\"http://rainmakers.cafe/fumo/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"102.32.232.225\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"102.32.232.225\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057810375995\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"95375996\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616331020.5705668926239013671875;s:12:\"REQUEST_TIME\";i:1616331020;}}','notice','2021-03-21 12:50:21','2021-03-21 12:50:20',28852936,28955520,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/cropped-Fumo-Social',1,0,'102.32.232.225'),(3298,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:10:\"xpymep.exe\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"176.113.251.128\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"176.113.251.128\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039997400628\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"92400629\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616230258.2984530925750732421875;s:12:\"REQUEST_TIME\";i:1616230258;}}','notice','2021-03-20 08:50:59','2021-03-20 08:50:58',30784552,31099056,'http://rainmakers.cafe/fumo/license.php',1,0,'176.113.251.128'),(3297,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"185.153.151.20\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.153.151.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058517820322\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"93820323\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616217600.2922389507293701171875;s:12:\"REQUEST_TIME\";i:1616217600;}}','notice','2021-03-20 05:20:01','2021-03-20 05:20:00',28851968,28954648,'http://rainmakers.cafe/fumo/home',1,0,'185.153.151.20'),(3296,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.151.183.226\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.183.226\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039772565553\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"32565554\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616217525.902906894683837890625;s:12:\"REQUEST_TIME\";i:1616217525;}}','notice','2021-03-20 05:18:46','2021-03-20 05:18:45',28851936,28954616,'http://rainmakers.cafe/fumo/home',1,0,'216.151.183.226'),(3290,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:10:\"check1.exe\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"176.113.246.171\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"176.113.246.171\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060461194791\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"91194792\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616136972.628509998321533203125;s:12:\"REQUEST_TIME\";i:1616136972;}}','notice','2021-03-19 06:56:15','2021-03-19 06:56:12',30707016,31099304,'http://rainmakers.cafe/fumo/wp-content/plugins/hello.php',1,0,'176.113.246.171'),(3289,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"5.183.92.67\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.183.92.67\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038125933326\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"86933327\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616133466.4512920379638671875;s:12:\"REQUEST_TIME\";i:1616133466;}}','notice','2021-03-19 05:57:47','2021-03-19 05:57:46',28852096,28954776,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.67'),(3287,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.32\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.32\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153012186026470\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"90026471\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616132132.985558986663818359375;s:12:\"REQUEST_TIME\";i:1616132132;}}','notice','2021-03-19 05:35:37','2021-03-19 05:35:34',33126784,33441288,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.32'),(3288,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"5.183.92.67\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.183.92.67\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046253735478\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"84735479\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616133362.5859301090240478515625;s:12:\"REQUEST_TIME\";i:1616133362;}}','notice','2021-03-19 05:56:03','2021-03-19 05:56:02',28851968,28954648,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.67'),(3286,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakgwcYIAutPv-Je1pKWWlqLCJglWmb0n4PKHTL4jSIcfFSNlcuhJ2R7kWqfP__g6AsvtB54KWfOtri-xs9TTRVxrLrmplrh_Mxjzj5iXWWtnJJ1j-Nf\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063987148730\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"89148731\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616129578.52649402618408203125;s:12:\"REQUEST_TIME\";i:1616129578;}}','notice','2021-03-19 04:53:00','2021-03-19 04:52:58',33126744,33441264,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.117'),(3285,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"https://100krgratis.se/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"219.92.117.153\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"219.92.117.153\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023038792348\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"86792349\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1616112628.239655017852783203125;s:12:\"REQUEST_TIME\";i:1616112628;}}','notice','2021-03-19 00:10:28','2021-03-19 00:10:28',9033376,9255184,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'219.92.117.153'),(3284,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.96\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.96\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001305499238\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"89499239\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616112408.71012592315673828125;s:12:\"REQUEST_TIME\";i:1616112408;}}','notice','2021-03-19 00:06:51','2021-03-19 00:06:49',33142200,33456648,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_calendar-1.xml',1,0,'13.66.139.96'),(3272,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.188 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.152\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.152\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036226419699\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"85419700\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616047187.458695888519287109375;s:12:\"REQUEST_TIME\";i:1616047187;}}','notice','2021-03-18 05:59:48','2021-03-18 05:59:47',28999504,29102160,'http://rainmakers.cafe/fumo/reservations/',1,0,'66.249.66.152'),(3270,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.82.223.17\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.82.223.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049851797609\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"80797610\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616046932.42798900604248046875;s:12:\"REQUEST_TIME\";i:1616046932;}}','notice','2021-03-18 05:55:33','2021-03-18 05:55:32',28998896,29101576,'http://rainmakers.cafe/fumo/home',1,0,'45.82.223.17'),(3271,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.10.232.92\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.10.232.92\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046783937088\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"85937089\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616046998.581821918487548828125;s:12:\"REQUEST_TIME\";i:1616046998;}}','notice','2021-03-18 05:56:39','2021-03-18 05:56:38',28998752,29101432,'http://rainmakers.cafe/fumo/home',1,0,'45.10.232.92'),(3269,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.82.223.17\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.82.223.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053658562660\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"87562661\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616046856.4741370677947998046875;s:12:\"REQUEST_TIME\";i:1616046856;}}','notice','2021-03-18 05:54:17','2021-03-18 05:54:16',28998896,29101576,'http://rainmakers.cafe/fumo/home',1,0,'45.82.223.17'),(3268,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:104:\"Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"85.249.41.58\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"85.249.41.58\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153017290128248\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"86128249\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616041517.22161388397216796875;s:12:\"REQUEST_TIME\";i:1616041517;}}','notice','2021-03-18 04:25:19','2021-03-18 04:25:17',30932808,31247312,'http://rainmakers.cafe/fumo/contacts/',1,0,'85.249.41.58'),(3265,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-18 01:12:45','2021-03-18 01:12:43',12807384,21617808,'http://rainmakers.cafe/fumo/book-online/',1,0,'54.36.148.5'),(3266,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-18 01:12:45','2021-03-18 01:12:43',13111776,21617808,'http://rainmakers.cafe/fumo/book-online/',1,0,'54.36.148.5'),(3267,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.96\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.96\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001173802033\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"85802034\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616034039.8584249019622802734375;s:12:\"REQUEST_TIME\";i:1616034039;}}','notice','2021-03-18 02:20:42','2021-03-18 02:20:40',33277496,33591944,'http://rainmakers.cafe/fumo/wp-sitemap-posts-ecwd_calendar-1.xml',1,0,'13.66.139.96'),(3264,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"126\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"https://harnettlab.org/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"125.167.239.51\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"125.167.239.51\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050149581795\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"86581796\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1616023114.0423090457916259765625;s:12:\"REQUEST_TIME\";i:1616023114;}}','notice','2021-03-17 23:18:34','2021-03-17 23:18:34',9172800,9394608,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'125.167.239.51'),(3234,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057562148682\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"78148683\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939132.6794109344482421875;s:12:\"REQUEST_TIME\";i:1615939132;}}','notice','2021-03-16 23:58:53','2021-03-16 23:58:52',27857072,28167080,'http://rainmakers.cafe/fumo/vendor/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3233,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062109887699\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"79887700\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939129.3559648990631103515625;s:12:\"REQUEST_TIME\";i:1615939129;}}','notice','2021-03-16 23:58:50','2021-03-16 23:58:49',27857232,28167224,'http://rainmakers.cafe/fumo/vendor/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3231,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051609962363\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81962364\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939123.9705600738525390625;s:12:\"REQUEST_TIME\";i:1615939123;}}','notice','2021-03-16 23:58:44','2021-03-16 23:58:43',27857504,28167464,'http://rainmakers.cafe/fumo/system/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3232,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059121181080\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81181081\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939126.6416499614715576171875;s:12:\"REQUEST_TIME\";i:1615939126;}}','notice','2021-03-16 23:58:47','2021-03-16 23:58:46',27857232,28167224,'http://rainmakers.cafe/fumo/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3230,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050511081008\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81081009\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939121.3304460048675537109375;s:12:\"REQUEST_TIME\";i:1615939121;}}','notice','2021-03-16 23:58:42','2021-03-16 23:58:41',27857232,28167224,'http://rainmakers.cafe/fumo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3229,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064826383250\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64383251\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939117.2476990222930908203125;s:12:\"REQUEST_TIME\";i:1615939117;}}','notice','2021-03-16 23:58:38','2021-03-16 23:58:37',27857504,28167464,'http://rainmakers.cafe/fumo/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3228,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.171.249.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam99SNcGuJQPPhfieRYoCeB7uXCcgVbxrGpB9ZcmscLgBUXTEEovZADTuPMgJadjr0UhXHkzAgibgOTv__LR71H_BmWilVRAlBeTEulSl98OXd_ZXIL\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.18\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046205108084\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"77108085\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615936412.98480510711669921875;s:12:\"REQUEST_TIME\";i:1615936412;}}','notice','2021-03-16 23:13:35','2021-03-16 23:13:33',31843328,32204064,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.18'),(3227,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"51.81.139.66\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"51.81.139.66\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061996674525\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"82674526\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615931902.49783992767333984375;s:12:\"REQUEST_TIME\";i:1615931902;}}','notice','2021-03-16 21:58:24','2021-03-16 21:58:22',29555008,29915728,'http://rainmakers.cafe/fumo/contacts/',1,0,'51.81.139.66'),(3215,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:143:\"Mozilla/5.0 (X11; U; Linux Core i7-4980HQ; de; rv:32.0; compatible; JobboerseBot; http://www.jobboerse.com/bot.htm) Gecko/20100101 Firefox/38.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"188.126.94.71\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"188.126.94.71\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049123035439\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"78035440\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615873000.4041740894317626953125;s:12:\"REQUEST_TIME\";i:1615873000;}}','notice','2021-03-16 05:36:41','2021-03-16 05:36:40',27596408,27906496,'http://rainmakers.cafe/fumo/home',1,0,'188.126.94.71'),(3213,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.191\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.191\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153018742339086\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"60339087\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615864741.79224395751953125;s:12:\"REQUEST_TIME\";i:1615864741;}}','notice','2021-03-16 03:19:06','2021-03-16 03:19:02',31566120,31926856,'http://rainmakers.cafe/fumo/jazz',1,0,'157.55.39.191'),(3214,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.111.8\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AambNG0fzUcwRZ05O8wV7DZ0kTBv8jS7rBrfFtG50UUCiap4YxtnSagxQowt4nKaKrmZ_NQgwsPKgLTnzvXKa1c-qchsvbLukSr26p5DQg\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.8\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045428780523\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"56780524\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615870088.4034121036529541015625;s:12:\"REQUEST_TIME\";i:1615870088;}}','notice','2021-03-16 04:48:12','2021-03-16 04:48:09',31566768,31927472,'http://rainmakers.cafe/fumo/year-end-function',1,0,'173.252.111.8'),(3212,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.25\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanrxOc6ka6MbQxaZhkiCZjdpN8HUjICdlNO73sYjPbwubd4M5hbGVYoY-zJ1OmJOxAC8TP1LrR1v20_hV7v_-RgU_Q5G0p5N9cjBSn-1oNCjPxqLxAM\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.25\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041586033594\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"78033595\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615860501.1528260707855224609375;s:12:\"REQUEST_TIME\";i:1615860501;}}','notice','2021-03-16 02:08:25','2021-03-16 02:08:22',31574136,31934872,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.25'),(3209,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-15 12:51:29','2021-03-15 12:51:29',8449872,9231928,'wp-cron',1,0,'178.79.186.170'),(3210,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-15 12:51:29','2021-03-15 12:51:29',8755672,9231928,'wp-cron',1,0,'178.79.186.170'),(3211,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:25:{s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"en-US,en;q=0.9,fr;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:14:\"www.google.com\";s:15:\"HTTP_USER_AGENT\";s:152:\"Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"45.144.225.142\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"45.144.225.142\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050902699031\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64699032\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615836240.3766689300537109375;s:12:\"REQUEST_TIME\";i:1615836240;}}','notice','2021-03-15 19:24:02','2021-03-15 19:24:00',29279128,29639864,'http://rainmakers.cafe/fumo/wp',1,0,'45.144.225.142'),(3208,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.127.14\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakZ_LPG1CZ9fwrlXTWE1fEePVlA5inyJknJMgLfuobgcH2e8csl0L6oa3ejkdnEaneUCfQ1WUAVTujF8aOGbBA0Z8S__aL1G3gxPo3mkx-1aQSAU7tn\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.127.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038364641626\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"74641627\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615801719.0426108837127685546875;s:12:\"REQUEST_TIME\";i:1615801719;}}','notice','2021-03-15 09:48:41','2021-03-15 09:48:39',31566424,31927160,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.127.14'),(3224,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-16 19:07:47','2021-03-16 19:07:45',12150352,20980408,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.154'),(3225,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-16 19:07:47','2021-03-16 19:07:45',12374424,20980408,'http://rainmakers.cafe/fumo/',1,0,'66.249.66.154'),(3226,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"40.114.110.192\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"40.114.110.192\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058089061151\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"82061152\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615928474.6512849330902099609375;s:12:\"REQUEST_TIME\";i:1615928474;}}','notice','2021-03-16 21:01:15','2021-03-16 21:01:14',27855728,28165752,'http://rainmakers.cafe/fumo/vendor/phpunit/phpunit/phpunit.xsd',1,0,'40.114.110.192'),(3223,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:32:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:81:\"http://rainmakers.cafe/fumo/wp-admin/post.php?post=298&action=edit&classic-editor\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:8:\"HTTP_DNT\";s:1:\"1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053022595908\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"79595909\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615887600.709381103515625;s:12:\"REQUEST_TIME\";i:1615887600;}}','notice','2021-03-16 09:40:01','2021-03-16 09:40:00',28022136,28314040,'http://rainmakers.cafe/fumo/menu_item/mozzarelline-panate/',1,2,'154.73.183.63'),(3217,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"64.145.79.214\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"64.145.79.214\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059652374862\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"76374863\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615873424.835483074188232421875;s:12:\"REQUEST_TIME\";i:1615873424;}}','notice','2021-03-16 05:43:45','2021-03-16 05:43:44',27596216,27906304,'http://rainmakers.cafe/fumo/home',1,0,'64.145.79.214'),(3216,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"188.126.94.71\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"188.126.94.71\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046355527615\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"78527616\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615873323.1615440845489501953125;s:12:\"REQUEST_TIME\";i:1615873323;}}','notice','2021-03-16 05:42:03','2021-03-16 05:42:03',27596304,27906392,'http://rainmakers.cafe/fumo/home',1,0,'188.126.94.71'),(3207,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"http://rainmakers.cafe/fumo/ads.txt\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.36.113.142\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.36.113.142\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053505964752\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"75964753\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615792868.7559869289398193359375;s:12:\"REQUEST_TIME\";i:1615792868;}}','notice','2021-03-15 07:21:09','2021-03-15 07:21:08',27596336,27906416,'http://rainmakers.cafe/fumo/ads.txt',1,0,'54.36.113.142'),(3206,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:77.0) Gecko/20190101 Firefox/77.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"80.94.93.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"80.94.93.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051674117889\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"75117890\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615785431.15890407562255859375;s:12:\"REQUEST_TIME\";i:1615785431;}}','notice','2021-03-15 05:17:13','2021-03-15 05:17:11',31565192,31925920,'http://rainmakers.cafe/fumo/account',1,0,'80.94.93.13'),(3205,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.95.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaldBq5NIpKZ1PQQxG6XsckwDQTNjv4TVIhyPGQSZvjEd0thPki7ANKW0leCa1Y1rvgLhk5Xttk8C-6rvriacEHhe7lrB5i5KwW_DYXAzMIVVW4Lx3g5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.95.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033240452541\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"76452542\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615784134.3293640613555908203125;s:12:\"REQUEST_TIME\";i:1615784134;}}','notice','2021-03-15 04:55:38','2021-03-15 04:55:35',31566424,31927160,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.117'),(3198,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.180.220.70\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.180.220.70\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049359742639\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"70742640\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615702842.1870861053466796875;s:12:\"REQUEST_TIME\";i:1615702842;}}','notice','2021-03-14 06:20:43','2021-03-14 06:20:42',27693496,28003584,'http://rainmakers.cafe/fumo/home',1,0,'5.180.220.70'),(3199,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-14 06:51:10','2021-03-14 06:51:10',8449872,9231928,'wp-cron',1,0,'178.79.186.170'),(3200,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-14 06:51:10','2021-03-14 06:51:10',8755672,9231928,'wp-cron',1,0,'178.79.186.170'),(3197,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"45.56.174.192\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"45.56.174.192\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035450730997\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"72730998\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615702759.672976016998291015625;s:12:\"REQUEST_TIME\";i:1615702759;}}','notice','2021-03-14 06:19:20','2021-03-14 06:19:19',27596168,27906256,'http://rainmakers.cafe/fumo/home',1,0,'45.56.174.192'),(3196,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:143:\"Mozilla/5.0 (X11; U; Linux Core i7-4980HQ; de; rv:32.0; compatible; JobboerseBot; http://www.jobboerse.com/bot.htm) Gecko/20100101 Firefox/38.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"45.56.174.192\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"45.56.174.192\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058554625038\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"71625039\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615702626.5171439647674560546875;s:12:\"REQUEST_TIME\";i:1615702626;}}','notice','2021-03-14 06:17:07','2021-03-14 06:17:06',27596408,27906496,'http://rainmakers.cafe/fumo/home',1,0,'45.56.174.192'),(3195,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"http://twp-toegel.de/administrator/\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"171.5.235.216\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"171.5.235.216\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153014110187057\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"71187058\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615631718.8173389434814453125;s:12:\"REQUEST_TIME\";i:1615631718;}}','notice','2021-03-13 10:35:18','2021-03-13 10:35:18',8378592,8600400,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'171.5.235.216'),(3218,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.191\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.191\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049869563052\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"79563053\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615873916.230309963226318359375;s:12:\"REQUEST_TIME\";i:1615873916;}}','notice','2021-03-16 05:51:58','2021-03-16 05:51:56',31566104,31926840,'http://rainmakers.cafe/fumo/jazz',1,0,'157.55.39.191'),(3204,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:21:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:77.0) Gecko/20190101 Firefox/77.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"80.94.93.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"80.94.93.13\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050177657804\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"73657805\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615776861.2092430591583251953125;s:12:\"REQUEST_TIME\";i:1615776861;}}','notice','2021-03-15 02:54:22','2021-03-15 02:54:21',27692456,28002496,'http://rainmakers.cafe/fumo/customer/account/create/',1,0,'80.94.93.13'),(3203,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:28:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"76.217.31.195\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:4:\"none\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"76.217.31.195\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061548520051\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"72520052\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615763839.6403419971466064453125;s:12:\"REQUEST_TIME\";i:1615763839;}}','notice','2021-03-14 23:17:20','2021-03-14 23:17:19',27597264,27907344,'http://rainmakers.cafe/fumo/ads.txt',1,0,'76.217.31.195'),(3222,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:83:\"http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/index.html\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051798583792\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"32583793\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615886749.979693889617919921875;s:12:\"REQUEST_TIME\";i:1615886749;}}','notice','2021-03-16 09:25:50','2021-03-16 09:25:49',27810480,28120408,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/assets/js/jquery.colorbox.js',1,0,'154.73.183.63'),(3194,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.252.127.120\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AamU4FQyeaQT7bFRPk4mOkhgN2IUwhVD_BBKWcWqGxokblcrw1CnNAhke_2A2GG_vcSoWqKw7j7rYtrNW6clcwWRDa_ZiDz1G-THOY2jHjWW\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.127.120\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033395169768\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"69169769\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615627191.924088954925537109375;s:12:\"REQUEST_TIME\";i:1615627191;}}','notice','2021-03-13 09:19:52','2021-03-13 09:19:51',27596176,27906256,'http://rainmakers.cafe/fumo/pizza',1,0,'173.252.127.120'),(3202,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.11\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanclLfoMOe6LhP0h3T8m5_V26pZwdaGp7DJnx9XfxxVwEGMJPe2HazkxY7NabUZnb38cJc454Qi7zMfwFgny4ZQgGwEas5v2cu66hBay4RrSqlEb1v6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057777353129\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"71353130\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615712624.954493999481201171875;s:12:\"REQUEST_TIME\";i:1615712624;}}','notice','2021-03-14 09:03:47','2021-03-14 09:03:45',31566424,31927160,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.11'),(3219,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:186:\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCMQFjAF&url=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fjazz&ei=pU9QYOPCH6bavgHFwgE&usg=AFQjCNEYW_oTvOZxVJ3Hs9dJzhXqQbd9vQ\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.201.170.69\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.201.170.69\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048444036714\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"78036715\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615876006.4707050323486328125;s:12:\"REQUEST_TIME\";i:1615876006;}}','notice','2021-03-16 06:26:48','2021-03-16 06:26:46',31567064,31927800,'http://rainmakers.cafe/fumo/jazz',1,0,'66.201.170.69'),(3193,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.252.107.120\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalAoM6oBXYXQdgKroupod9x7XEYgEAFZNaVPJANGvNGKeR-JtYl5TxoXzchFQurxBsRGhEi06X3g7Dy0MDN6DaM58TjRjfbET-CY5Ke_Wl-qhzcmeDl\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.107.120\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046609231064\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"69231065\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615625205.52311611175537109375;s:12:\"REQUEST_TIME\";i:1615625205;}}','notice','2021-03-13 08:46:46','2021-03-13 08:46:45',27693320,28003408,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.107.120'),(3192,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.14\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aaml2-pU-9Ih6MMxVnDGH8bTYvSWsHtWGp1OPF4cWP4LdgSH11RCOurAkLDEnBTYn1f_kryOpKsE6ZNNZI_H7xuhzc2pCgtsdHcNMkpI9cOvZ1Vom2Tc\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.14\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048335144524\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"71144525\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615618010.8943998813629150390625;s:12:\"REQUEST_TIME\";i:1615618010;}}','notice','2021-03-13 06:46:51','2021-03-13 06:46:50',27693320,28003408,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.14'),(3191,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:87:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"212.102.49.171\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"212.102.49.171\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058044515792\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"69515793\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615616299.4923050403594970703125;s:12:\"REQUEST_TIME\";i:1615616299;}}','notice','2021-03-13 06:18:20','2021-03-13 06:18:19',27596168,27906256,'http://rainmakers.cafe/fumo/home',1,0,'212.102.49.171'),(3190,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.151.191.104\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.191.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057063109018\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"71109019\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615616234.4007780551910400390625;s:12:\"REQUEST_TIME\";i:1615616234;}}','notice','2021-03-13 06:17:15','2021-03-13 06:17:14',27607312,27917400,'http://rainmakers.cafe/fumo/home',1,0,'216.151.191.104'),(3188,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-13 00:31:20','2021-03-13 00:31:20',8449872,9231536,'wp-cron',1,0,'178.79.186.170'),(3189,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-13 00:31:20','2021-03-13 00:31:20',8755672,9231536,'wp-cron',1,0,'178.79.186.170'),(3187,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.13.127.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AalkCmwwdh2_YQLcg2OcQfr2mojSPaOsLSipCoOpslN4EloM-VB0lrfueCv0emVMFHwRHrefR4SYFiu8_ZfsQJanOJOwMOZpqoL7ZSIPzA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.127.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062670303409\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"68303410\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615554383.6557109355926513671875;s:12:\"REQUEST_TIME\";i:1615554383;}}','notice','2021-03-12 13:06:24','2021-03-12 13:06:23',27596328,27906400,'http://rainmakers.cafe/fumo/just-arrived',1,0,'31.13.127.117'),(3181,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"162.251.232.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"162.251.232.57\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038546745741\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"67745742\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615529973.3784830570220947265625;s:12:\"REQUEST_TIME\";i:1615529973;}}','notice','2021-03-12 06:19:34','2021-03-12 06:19:33',27596312,27906400,'http://rainmakers.cafe/fumo/home',1,0,'162.251.232.57'),(3186,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"31.13.127.7\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AamJzvGLW5RyGcHF-jGEkBd8oal0zY2tONZ2d2CouV-NcKNDsj6Xb0rIhD5WlJNohaDT93HLwxraxKM8aecxiau3szfoF1pplAPoBmilmyWU\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.127.7\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033344618746\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"52618747\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615554381.5695660114288330078125;s:12:\"REQUEST_TIME\";i:1615554381;}}','notice','2021-03-12 13:06:22','2021-03-12 13:06:21',27596136,27906224,'http://rainmakers.cafe/fumo/jazz',1,0,'31.13.127.7'),(3180,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:27:\"http://rainmakers.cafe/fumo\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"161.97.108.113\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"161.97.108.113\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061453314361\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"32314362\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615513813.3520829677581787109375;s:12:\"REQUEST_TIME\";i:1615513813;}}','notice','2021-03-12 01:50:15','2021-03-12 01:50:13',29280056,29640776,'http://rainmakers.cafe/fumo/contact-us/',1,0,'161.97.108.113'),(3177,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:49:\"http://rainmakers.cafe/fumo/citrix/vpn/index.html\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"219.100.37.240\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"219.100.37.240\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051231115982\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"52115983\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615487091.55743694305419921875;s:12:\"REQUEST_TIME\";i:1615487091;}}','notice','2021-03-11 18:24:53','2021-03-11 18:24:51',31565392,31926080,'http://rainmakers.cafe/fumo/citrix/vpn/index.html',1,0,'219.100.37.240'),(3179,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.252.111.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalGcOvDPR_XNXE1VcjiWTJasHTf1FVbklqIlfwhz0C_zfyNb3hi_mbOBnOzkG_6EY8BpwOS0fhzfmUtZtvzB8Vhca-FOXWoJd_DC8FuNQb92Ta1NmI9\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.111.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064893204970\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"63204971\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615493276.344728946685791015625;s:12:\"REQUEST_TIME\";i:1615493276;}}','notice','2021-03-11 20:08:00','2021-03-11 20:07:57',31565936,31926672,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.117'),(3178,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.87.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aalx53NtpKODAWHeCEyn-YFixYGzZ1ElDy_ZO4Hv33dMLYZEGHr0vXbqOdgxZfyCkr6XxUQ-EY2-r0f2jPhYRpoxiEmCiWuQcMZGmgPsKiAwTMrz3ShF\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045135523443\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"65523444\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615488746.77906894683837890625;s:12:\"REQUEST_TIME\";i:1615488746;}}','notice','2021-03-11 18:52:30','2021-03-11 18:52:27',31565936,31926672,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.5'),(3176,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-11 18:07:55','2021-03-11 18:07:55',8755184,9231048,'wp-cron',1,0,'178.79.186.170'),(3175,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-11 18:07:55','2021-03-11 18:07:55',8449384,9231048,'wp-cron',1,0,'178.79.186.170'),(3173,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.30\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.30\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044284059004\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"60059005\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615482593.0984179973602294921875;s:12:\"REQUEST_TIME\";i:1615482593;}}','notice','2021-03-11 17:09:53','2021-03-11 17:09:53',27692752,28002832,'http://rainmakers.cafe/fumo/pizza',1,0,'13.66.139.30'),(3174,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.30\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.30\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044264367660\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"40367661\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615482674.506999969482421875;s:12:\"REQUEST_TIME\";i:1615482674;}}','notice','2021-03-11 17:11:15','2021-03-11 17:11:14',27692760,28002840,'http://rainmakers.cafe/fumo/pizza',1,0,'13.66.139.30'),(3184,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:29:\"http://samfik.pl/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"1.53.217.175\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"1.53.217.175\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153026007328987\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"68328988\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615530923.2693469524383544921875;s:12:\"REQUEST_TIME\";i:1615530923;}}','notice','2021-03-12 06:35:23','2021-03-12 06:35:23',8378576,8600384,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'1.53.217.175'),(3220,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"https://we-media.nl/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"180.252.53.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"180.252.53.133\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153018387103488\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"78103489\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615884083.9522340297698974609375;s:12:\"REQUEST_TIME\";i:1615884083;}}','notice','2021-03-16 08:41:24','2021-03-16 08:41:23',8412832,8634640,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'180.252.53.133'),(3183,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.183.92.151\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.183.92.151\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052920328503\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"68328504\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615530320.023231983184814453125;s:12:\"REQUEST_TIME\";i:1615530320;}}','notice','2021-03-12 06:25:20','2021-03-12 06:25:20',27596312,27906400,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.151'),(3182,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"64.145.79.123\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"64.145.79.123\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042610264618\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"68264619\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615530090.298347949981689453125;s:12:\"REQUEST_TIME\";i:1615530090;}}','notice','2021-03-12 06:21:31','2021-03-12 06:21:30',27596312,27906400,'http://rainmakers.cafe/fumo/home',1,0,'64.145.79.123'),(3169,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"69.171.249.112\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanGAq8Hq6ajVJq41GScsBuQP4wInwWke8EL18YSjZ01w6ObVt98gNe64qkzYIM_8ZYnz8iIYVBT662otyhe37zREj_cGzlPHO0dab8GjBnVXywtf-c-\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"69.171.249.112\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063809010955\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"49010956\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615422605.093779087066650390625;s:12:\"REQUEST_TIME\";i:1615422605;}}','notice','2021-03-11 00:30:07','2021-03-11 00:30:05',31565936,31926672,'http://rainmakers.cafe/fumo/jazz',1,0,'69.171.249.112'),(3168,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"122\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:34:\"http://jandpgroup.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"188.113.189.101\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"188.113.189.101\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054562572233\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"65572234\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615418952.712378025054931640625;s:12:\"REQUEST_TIME\";i:1615418952;}}','notice','2021-03-10 23:29:12','2021-03-10 23:29:12',8378104,8599912,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'188.113.189.101'),(3167,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam_WQGb0L0VokV4yFrMylRNDY5jJNZrAUSM4KYJwPNsadUSY2XZGHAXMAo2b0EMtuAw42K322L_XXwlDzmvutDkmttXWriB4HK6CwNiXRV7o_yjlHE0\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037444131314\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"56131315\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615408757.6142818927764892578125;s:12:\"REQUEST_TIME\";i:1615408757;}}','notice','2021-03-10 20:39:20','2021-03-10 20:39:18',31565936,31926672,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.117'),(3159,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"66.220.149.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AampL1X5vjxI6sMS98xXP1VPk-XfVu06lQNp3eSOimUnay0xzWlnPiYCnungud5eEHVJtoXCSzKdNtfPZxZpiSlKCi41WX6FjTOPJ-4ZUWm-NyPdgeLE\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"66.220.149.118\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037087682296\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"61682297\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615346141.9639589786529541015625;s:12:\"REQUEST_TIME\";i:1615346141;}}','notice','2021-03-10 03:15:44','2021-03-10 03:15:42',31565936,31926672,'http://rainmakers.cafe/fumo/jazz',1,0,'66.220.149.118'),(3158,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.220.149.26\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal9u5N9b3BM6c5uiS_dKVNHiYnpywXsjU0Ab8QeZxv6myZLr3Vla7sP0qKGmt_dI3InBXeTNOXDC74twcpUB7uernRRSHEroqVrgPNP38B3AmaxDsq6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.26\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043728500646\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"60500647\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615331239.2613430023193359375;s:12:\"REQUEST_TIME\";i:1615331239;}}','notice','2021-03-09 23:07:23','2021-03-09 23:07:20',31504496,31865232,'http://rainmakers.cafe/fumo/jazz',1,0,'66.220.149.26'),(3156,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.107.10\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AalPnH_OB0t-2R15rBRKnY20C8GefLM8Fv8hxBCxgDqTeBIr3K2iqkx0eIAS6JThDG0CGGgDK4137xY6DBTRVXGwg18RPDxoUQXhFVZQCPIk\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.107.10\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061400754023\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"44754024\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615300876.6939599514007568359375;s:12:\"REQUEST_TIME\";i:1615300876;}}','notice','2021-03-09 14:41:17','2021-03-09 14:41:16',27589568,27899640,'http://rainmakers.cafe/fumo/christmas',1,0,'173.252.107.10'),(3157,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:35:\"https://assistemps.net/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"177.138.123.51\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"177.138.123.51\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061874266929\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"62266930\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1615318756.4538929462432861328125;s:12:\"REQUEST_TIME\";i:1615318756;}}','notice','2021-03-09 19:39:16','2021-03-09 19:39:16',8367816,8589624,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'177.138.123.51'),(3166,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.65.206.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.65.206.247\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039818591165\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"62591166\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615408108.0238630771636962890625;s:12:\"REQUEST_TIME\";i:1615408108;}}','notice','2021-03-10 20:28:28','2021-03-10 20:28:28',27595760,27905800,'http://rainmakers.cafe/fumo/maradona/tel:0123460916',1,0,'3.65.206.247'),(3165,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"3.65.206.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"3.65.206.247\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039811212536\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"57212537\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615408108.0026209354400634765625;s:12:\"REQUEST_TIME\";i:1615408108;}}','notice','2021-03-10 20:28:28','2021-03-10 20:28:28',27595760,27905800,'http://rainmakers.cafe/fumo/maradona/tel:0761249615',1,0,'3.65.206.247'),(3163,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-10 11:53:50','2021-03-10 11:53:50',8449384,9231048,'wp-cron',1,0,'178.79.186.170'),(3164,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-10 11:53:50','2021-03-10 11:53:50',8755184,9231048,'wp-cron',1,0,'178.79.186.170'),(3172,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:48:\"text/html, application/xhtml+xml, image/jxr, */*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-ZA\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:131:\"https://www.bing.com/search?q=fumo+brooklyn&qs=n&form=QBRE&sp=-1&pq=fumo+brooklyn&sc=1-13&sk=&cvid=11D48EB3197042AF86E4B4136E2B71F5\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"105.247.5.202\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"105.247.5.202\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051695721741\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"65721742\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615465283.3488199710845947265625;s:12:\"REQUEST_TIME\";i:1615465283;}}','notice','2021-03-11 12:21:24','2021-03-11 12:21:23',27597488,27907576,'http://rainmakers.cafe/fumo/jazz',1,0,'105.247.5.202'),(3171,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:48:\"text/html, application/xhtml+xml, image/jxr, */*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-ZA\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:131:\"https://www.bing.com/search?q=fumo+brooklyn&qs=n&form=QBRE&sp=-1&pq=fumo+brooklyn&sc=1-13&sk=&cvid=11D48EB3197042AF86E4B4136E2B71F5\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"105.247.5.202\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"105.247.5.202\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051678127202\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"48127203\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615465265.7085731029510498046875;s:12:\"REQUEST_TIME\";i:1615465265;}}','notice','2021-03-11 12:21:06','2021-03-11 12:21:05',27694712,28004792,'http://rainmakers.cafe/fumo/menu/',1,0,'105.247.5.202'),(3170,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:29:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:8:\"HTTP_DNT\";s:1:\"1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:4:\"none\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053114818384\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"49818385\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615458167.80908489227294921875;s:12:\"REQUEST_TIME\";i:1615458167;}}','notice','2021-03-11 10:22:56','2021-03-11 10:22:49',31569064,31929920,'http://rainmakers.cafe/fumo/acess',1,0,'154.73.183.63'),(3185,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"31.13.127.28\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AalFLAPJUH7H9rhJ7I1aZZGuX8qr_uIRT4gCxpuAyFhRadKGt6ObF5GSfuTNkc4mPrR1yHy9kiHPwtMJwvcXLpu7HKSVcM-xulmfLVm_uA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"31.13.127.28\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050236508179\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"66508180\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615554363.3246810436248779296875;s:12:\"REQUEST_TIME\";i:1615554363;}}','notice','2021-03-12 13:06:04','2021-03-12 13:06:03',27596496,27906552,'http://rainmakers.cafe/fumo/black-friday-2019',1,0,'31.13.127.28'),(3235,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051053962393\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"81962394\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939135.4678680896759033203125;s:12:\"REQUEST_TIME\";i:1615939135;}}','notice','2021-03-16 23:58:56','2021-03-16 23:58:55',27857232,28167224,'http://rainmakers.cafe/fumo/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3162,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:127:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"192.200.158.194\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"192.200.158.194\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048161250246\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"63250247\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615357299.91186809539794921875;s:12:\"REQUEST_TIME\";i:1615357299;}}','notice','2021-03-10 06:21:40','2021-03-10 06:21:39',27595824,27905912,'http://rainmakers.cafe/fumo/home',1,0,'192.200.158.194'),(3161,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.180.220.17\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.180.220.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057531274963\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"57274964\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615357079.2723400592803955078125;s:12:\"REQUEST_TIME\";i:1615357079;}}','notice','2021-03-10 06:18:00','2021-03-10 06:17:59',27692864,28002952,'http://rainmakers.cafe/fumo/home',1,0,'5.180.220.17'),(3160,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.151.191.147\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.191.147\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051250688810\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"61688811\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615356824.8697130680084228515625;s:12:\"REQUEST_TIME\";i:1615356824;}}','notice','2021-03-10 06:13:45','2021-03-10 06:13:44',27595824,27905912,'http://rainmakers.cafe/fumo/home',1,0,'216.151.191.147'),(3152,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-09 05:51:01','2021-03-09 05:51:01',8443160,9224824,'wp-cron',1,0,'178.79.186.170'),(3153,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-09 05:51:01','2021-03-09 05:51:01',8748960,9224824,'wp-cron',1,0,'178.79.186.170'),(3154,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.213.87.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.213.87.102\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049048260054\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"57260055\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615270567.001000881195068359375;s:12:\"REQUEST_TIME\";i:1615270567;}}','notice','2021-03-09 06:16:07','2021-03-09 06:16:07',27589600,27899688,'http://rainmakers.cafe/fumo/home',1,0,'173.213.87.102'),(3155,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"5.183.92.62\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.183.92.62\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036034117767\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"56117768\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615270795.92549896240234375;s:12:\"REQUEST_TIME\";i:1615270795;}}','notice','2021-03-09 06:19:56','2021-03-09 06:19:55',27589600,27899688,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.62'),(3150,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.111.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aan_HqSTcK5Yzymamrkh5QRPG71vgXwiu5nmG5IiXmtP90GbILv4zpKoJXTYx1bPIGm6aNkRtZZF5kLQb_kyYCa4HhU6NGkxj-5Ie2GaI0nxij_b-h1p\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.5\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041393443305\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"45443306\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615237793.5178649425506591796875;s:12:\"REQUEST_TIME\";i:1615237793;}}','notice','2021-03-08 21:09:57','2021-03-08 21:09:54',31493840,31854576,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.5'),(3151,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.188 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.154\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..5\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.154\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037867104685\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"58104686\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615261131.64504909515380859375;s:12:\"REQUEST_TIME\";i:1615261131;}}','notice','2021-03-09 03:38:52','2021-03-09 03:38:51',27590016,27900096,'http://rainmakers.cafe/fumo/lunch',1,0,'66.249.66.154'),(3253,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.213.88.49\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.213.88.49\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037967726092\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83726093\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615960641.23869800567626953125;s:12:\"REQUEST_TIME\";i:1615960641;}}','notice','2021-03-17 05:57:21','2021-03-17 05:57:21',27855344,28165432,'http://rainmakers.cafe/fumo/home',1,0,'173.213.88.49'),(3251,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.191\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.191\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153010273398203\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83398204\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615953124.4903659820556640625;s:12:\"REQUEST_TIME\";i:1615953124;}}','notice','2021-03-17 03:52:06','2021-03-17 03:52:04',31843064,32203792,'http://rainmakers.cafe/fumo/menu/',1,0,'157.55.39.191'),(3252,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"157.55.39.191\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"157.55.39.191\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038961206265\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83206266\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615960226.442203998565673828125;s:12:\"REQUEST_TIME\";i:1615960226;}}','notice','2021-03-17 05:50:28','2021-03-17 05:50:26',31843064,32203792,'http://rainmakers.cafe/fumo/menu/',1,0,'157.55.39.191'),(3250,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-03-16 23:59:32','2021-03-16 23:59:32',28152664,28464848,'http://rainmakers.cafe/fumo/old/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3249,0,'lockout','host-lockout::203.159.80.182','a:14:{s:6:\"module\";s:12:\"four_oh_four\";s:4:\"host\";s:14:\"203.159.80.182\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:5:{s:4:\"type\";s:12:\"four_oh_four\";s:6:\"reason\";s:54:\"too many attempts to access a file that does not exist\";s:5:\"label\";s:3:\"404\";s:4:\"host\";i:20;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:12:\"four_oh_four\";s:13:\"lockout_start\";s:19:\"2021-03-16 23:59:32\";s:17:\"lockout_start_gmt\";s:19:\"2021-03-16 23:59:32\";s:15:\"lockout_context\";s:412:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"203.159.80.182\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}\";s:14:\"lockout_expire\";s:19:\"2021-03-17 00:14:32\";s:18:\"lockout_expire_gmt\";s:19:\"2021-03-17 00:14:32\";s:12:\"lockout_host\";s:14:\"203.159.80.182\";}','action','2021-03-16 23:59:32','2021-03-16 23:59:32',27918392,28168040,'http://rainmakers.cafe/fumo/old/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3247,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063620418798\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"82418799\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939169.3398959636688232421875;s:12:\"REQUEST_TIME\";i:1615939169;}}','notice','2021-03-16 23:59:30','2021-03-16 23:59:29',27858416,28168296,'http://rainmakers.cafe/fumo/blog/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3248,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153061193337742\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"61337743\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939172.001161098480224609375;s:12:\"REQUEST_TIME\";i:1615939172;}}','notice','2021-03-16 23:59:32','2021-03-16 23:59:32',27858160,28168040,'http://rainmakers.cafe/fumo/old/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3245,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060443383339\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64383340\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939162.7673890590667724609375;s:12:\"REQUEST_TIME\";i:1615939162;}}','notice','2021-03-16 23:59:23','2021-03-16 23:59:22',27858472,28168320,'http://rainmakers.cafe/fumo/wordpress/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3246,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062521631068\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"76631069\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939166.8206729888916015625;s:12:\"REQUEST_TIME\";i:1615939166;}}','notice','2021-03-16 23:59:27','2021-03-16 23:59:26',27858416,28168296,'http://rainmakers.cafe/fumo/test/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3244,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"203.159.80.182\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"203.159.80.182\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060815224427\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"64224428\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615939161.1895248889923095703125;s:12:\"REQUEST_TIME\";i:1615939161;}}','notice','2021-03-16 23:59:21','2021-03-16 23:59:21',27858160,28168040,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(3141,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.70.68\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.249.70.68\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049899571129\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"52571130\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615101135.620191097259521484375;s:12:\"REQUEST_TIME\";i:1615101135;}}','notice','2021-03-07 07:12:16','2021-03-07 07:12:15',27589504,27899584,'http://rainmakers.cafe/fumo/welcome',1,0,'66.249.70.68'),(3140,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"5.180.220.101\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.101\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042507218864\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"43218865\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615098397.7975499629974365234375;s:12:\"REQUEST_TIME\";i:1615098397;}}','notice','2021-03-07 06:26:38','2021-03-07 06:26:37',27589600,27899688,'http://rainmakers.cafe/fumo/home',1,0,'5.180.220.101'),(3138,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.149.245.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"91.149.245.102\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051995667156\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"47667157\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615097901.9672839641571044921875;s:12:\"REQUEST_TIME\";i:1615097901;}}','notice','2021-03-07 06:18:22','2021-03-07 06:18:21',27589408,27899496,'http://rainmakers.cafe/fumo/home',1,0,'91.149.245.102'),(3139,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.149.245.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"91.149.245.102\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057316963090\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"52963091\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615098330.3203830718994140625;s:12:\"REQUEST_TIME\";i:1615098330;}}','notice','2021-03-07 06:25:31','2021-03-07 06:25:30',27589600,27899688,'http://rainmakers.cafe/fumo/home',1,0,'91.149.245.102'),(3136,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"95.143.21.198\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"95.143.21.198\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045334219311\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"53219312\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615086489.2836101055145263671875;s:12:\"REQUEST_TIME\";i:1615086489;}}','notice','2021-03-07 03:08:11','2021-03-07 03:08:09',29206272,29566992,'http://rainmakers.cafe/fumo/contacts/',1,0,'95.143.21.198'),(3137,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.16\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaljPMEjEF4xKpzO1btk8PHLkB3S_xJyw_S0fU3QYzNl_zEsXVWiaVFJPmyfmy8_mOfNCsoQ9s44eBdcWSdhUhyMWt39aXQ62aSutNPAIhhWDC1efjJM\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.16\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062387644311\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"47644312\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615092227.4320700168609619140625;s:12:\"REQUEST_TIME\";i:1615092227;}}','notice','2021-03-07 04:43:49','2021-03-07 04:43:47',31493840,31854576,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.16'),(3135,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.15\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalPHWMpScxb_xumcj4hPrITetXkLOipp_2rsmaGm5EQb5A1e3SC3f_2h8tc6KWDgsra4N8FLwMTqTDaimLfurWZkgSMJlcpKT8UUPwt0x5CRScSyk0c\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.15\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047158421405\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"44421406\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615078185.65026092529296875;s:12:\"REQUEST_TIME\";i:1615078185;}}','notice','2021-03-07 00:49:47','2021-03-07 00:49:46',31493840,31854576,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.15'),(3291,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-19 07:25:09','2021-03-19 07:25:07',10308392,19118184,'http://rainmakers.cafe/fumo/',1,0,'54.212.204.135'),(3292,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-19 07:25:09','2021-03-19 07:25:07',10612784,19118184,'http://rainmakers.cafe/fumo/',1,0,'54.212.204.135'),(3274,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:83:\"http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/index.html\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050190454093\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"86454094\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616049430.0879828929901123046875;s:12:\"REQUEST_TIME\";i:1616049430;}}','notice','2021-03-18 06:37:12','2021-03-18 06:37:10',50943208,51268448,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/assets/js/prism.js',1,0,'154.73.183.63'),(3273,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:30:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:83:\"http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/index.html\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050188703389\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"85703390\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1616049430.1917769908905029296875;s:12:\"REQUEST_TIME\";i:1616049430;}}','notice','2021-03-18 06:37:12','2021-03-18 06:37:10',62428744,62620688,'http://rainmakers.cafe/fumo/wp-content/plugins/dzs-restaurantmenu/readme/assets/js/jquery.colorbox.js',1,0,'154.73.183.63'),(3254,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.195.15.171\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.195.15.171\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060929941305\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"82941306\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615960722.404014110565185546875;s:12:\"REQUEST_TIME\";i:1615960722;}}','notice','2021-03-17 05:58:43','2021-03-17 05:58:42',27855448,28165536,'http://rainmakers.cafe/fumo/home',1,0,'173.195.15.171'),(3255,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:29:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050239048335\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"83048336\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615963475.8109929561614990234375;s:12:\"REQUEST_TIME\";i:1615963475;}}','notice','2021-03-17 06:44:36','2021-03-17 06:44:35',27857408,28167368,'http://rainmakers.cafe/fumo/wp-content/et-cache/en_US/helpers-page-16159044105417.js',1,0,'154.73.183.63'),(3256,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:29:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:8:\"HTTP_DNT\";s:1:\"1\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:6:\"script\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.73.183.63\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050240757393\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"82757394\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1615963475.8119180202484130859375;s:12:\"REQUEST_TIME\";i:1615963475;}}','notice','2021-03-17 06:44:36','2021-03-17 06:44:35',27857408,28167368,'http://rainmakers.cafe/fumo/wp-content/et-cache/en_US/definitions-page-16159044203789.js',1,0,'154.73.183.63'),(3075,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"204\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.233.73.212\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.233.73.212\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153007026371224\";s:14:\"HTTP_X_VARNISH\";s:8:\"37371225\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614686713.251677989959716796875;s:12:\"REQUEST_TIME\";i:1614686713;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-02 12:05:13','2021-03-02 12:05:13',8735960,8738408,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3074,0,'brute_force','invalid-login::user-1','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:199:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:7:\"adminsz\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"208\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.233.73.212\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.233.73.212\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153016372618455\";s:14:\"HTTP_X_VARNISH\";s:8:\"32618456\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614686712.6175730228424072265625;s:12:\"REQUEST_TIME\";i:1614686712;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-02 12:05:12','2021-03-02 12:05:12',8767688,9088704,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3072,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakxeRqiqw1zvfnnd8pSbXMeqsomoQBu9si8C01uR3v352T_0gkCsXPmfMj5urmQBTt5ht965_D6JSa1hoW31Xczhohl5mUDKgbzr6PLn7NPcTQr8HtF\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040120506881\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"40506882\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614681135.9390790462493896484375;s:12:\"REQUEST_TIME\";i:1614681135;}}','notice','2021-03-02 10:32:19','2021-03-02 10:32:16',31360264,31720840,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.21'),(3073,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"214\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.233.73.212\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.233.73.212\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153024444406454\";s:14:\"HTTP_X_VARNISH\";s:8:\"39406455\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614686711.3191530704498291015625;s:12:\"REQUEST_TIME\";i:1614686711;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-02 12:05:11','2021-03-02 12:05:11',8976800,11069544,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3078,0,'lockout','host-lockout::13.233.73.212','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"13.233.73.212\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:6:{s:4:\"type\";s:11:\"brute_force\";s:6:\"reason\";s:27:\"too many bad login attempts\";s:5:\"label\";s:11:\"Brute Force\";s:4:\"host\";i:5;s:4:\"user\";i:10;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:11:\"brute_force\";s:13:\"lockout_start\";s:19:\"2021-03-02 12:05:14\";s:17:\"lockout_start_gmt\";s:19:\"2021-03-02 12:05:14\";s:15:\"lockout_context\";s:420:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"13.233.73.212\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}\";s:14:\"lockout_expire\";s:19:\"2021-03-02 12:20:14\";s:18:\"lockout_expire_gmt\";s:19:\"2021-03-02 12:20:14\";s:12:\"lockout_host\";s:13:\"13.233.73.212\";}','action','2021-03-02 12:05:14','2021-03-02 12:05:14',8803472,8811552,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3079,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-03-02 12:05:14','2021-03-02 12:05:14',8961928,9272880,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3077,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"203\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.233.73.212\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.233.73.212\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153003510153390\";s:14:\"HTTP_X_VARNISH\";s:8:\"25153391\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614686714.522861957550048828125;s:12:\"REQUEST_TIME\";i:1614686714;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-02 12:05:14','2021-03-02 12:05:14',8735960,8738408,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3076,0,'brute_force','invalid-login::user-1','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:199:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:7:\"adminsz\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"205\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.233.73.212\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.233.73.212\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055069915234\";s:14:\"HTTP_X_VARNISH\";s:8:\"27915235\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:42:\"/home/ottunive/public_html/fumo/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614686713.87635707855224609375;s:12:\"REQUEST_TIME\";i:1614686713;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-03-02 12:05:13','2021-03-02 12:05:13',8766584,8798344,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'13.233.73.212'),(3069,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"5.183.92.122\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.183.92.122\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045614980398\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"39980399\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614667229.3723471164703369140625;s:12:\"REQUEST_TIME\";i:1614667229;}}','notice','2021-03-02 06:40:30','2021-03-02 06:40:29',27456088,27766016,'http://rainmakers.cafe/fumo/home',1,0,'5.183.92.122'),(3070,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.24\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanrI0P-a6r-7LB-3aI-ZfROBl7FHJGKYnWZQDLXcOEL8jrk6hdDBMG2J-sH3hgLtAFXhcZ1jOwxcESB2i6rfq080uEEAVgfvwBG1K4RRArchrNUBkOL\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.24\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033736592203\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"38592204\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614669993.6217010021209716796875;s:12:\"REQUEST_TIME\";i:1614669993;}}','notice','2021-03-02 07:26:35','2021-03-02 07:26:34',31360264,31720840,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.24'),(3086,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.70.72\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"66.249.70.72\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055352157072\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"43157073\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614742998.1357309818267822265625;s:12:\"REQUEST_TIME\";i:1614742998;}}','notice','2021-03-03 03:43:18','2021-03-03 03:43:18',27456328,27766224,'http://rainmakers.cafe/fumo/valentines-thank-you',1,0,'66.249.70.72'),(3049,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"205.185.209.210\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.209.210\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057821909540\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"34909541\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614492964.6460111141204833984375;s:12:\"REQUEST_TIME\";i:1614492964;}}','notice','2021-02-28 06:16:05','2021-02-28 06:16:04',27456328,27766256,'http://rainmakers.cafe/fumo/home',1,0,'205.185.209.210'),(3048,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"205.185.214.105\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.214.105\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059717863197\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"28863198\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614492841.7029020786285400390625;s:12:\"REQUEST_TIME\";i:1614492841;}}','notice','2021-02-28 06:14:02','2021-02-28 06:14:01',27456328,27766256,'http://rainmakers.cafe/fumo/home',1,0,'205.185.214.105'),(3046,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.252.111.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak0-WzOTum7evPgqMyKVEwsO0cWF5k-2yfkvCuT9lOR8mQclxenwiTlrGejJny4rGE5vDZnIUkfPkos07og4IoDQDyoN5qVgcp9x3Nhew1BjX7q_46V\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.111.118\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045430366279\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"30366280\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614471075.03472995758056640625;s:12:\"REQUEST_TIME\";i:1614471075;}}','notice','2021-02-28 00:11:17','2021-02-28 00:11:15',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.118'),(3047,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"205.185.214.105\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.214.105\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039281863054\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"28863055\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614492723.010406017303466796875;s:12:\"REQUEST_TIME\";i:1614492723;}}','notice','2021-02-28 06:12:03','2021-02-28 06:12:03',27456328,27766256,'http://rainmakers.cafe/fumo/home',1,0,'205.185.214.105'),(3035,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.13.103.111\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"Aan-AjaJsJPy81sO0CdFmJJP9TwwadbpZA6bN6YlFT9Bt2of_FaOLStN_nQTiBZtJTqcXdHT2dtKoJuReqC_N1OPi4W3mtcGdnFpUvmg7Q\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.103.111\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040763417528\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5417529\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614390539.020905017852783203125;s:12:\"REQUEST_TIME\";i:1614390539;}}','notice','2021-02-27 01:48:59','2021-02-27 01:48:59',27457112,27767024,'http://rainmakers.cafe/fumo/christmas',1,0,'31.13.103.111'),(3034,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.107.17\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aankgmp8tYTsvLY-Lw641Sv2hJ6w7LJDY6ftc2bcRV1wPLwoTs5Tpmfdf8OKxRAwXWr4Y1khFOM2Kt-FyzDo3t_5HuzKpOFF0xdjn1RZCtLaStgsz0aS\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.107.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034660607721\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"30607722\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614381486.056891918182373046875;s:12:\"REQUEST_TIME\";i:1614381486;}}','notice','2021-02-26 23:18:08','2021-02-26 23:18:06',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.107.17'),(3032,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.16\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aamf8J5h9yfLdb0yoYwKRuCART0JeGa7GA4ke8pwTwi8W59bWkpjQXyopVtRhQ0Gwyj-rXBnp6pc_FrpV5zUrTwkuzJfCUJ6NQ0Fr3rKwUx38FDyqlKm\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.16\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064748460549\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6460550\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614372366.99009990692138671875;s:12:\"REQUEST_TIME\";i:1614372366;}}','notice','2021-02-26 20:46:09','2021-02-26 20:46:07',31360392,31720968,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.16'),(3033,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.17\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalBrHGQyL8zPGPsGzF0YnCktsopeejEw1zjWSpT3h5-bE2cVi7keovCU4Rtqcbiy3BL6wHLyrRDCi-DmfSqKJM-NZ08XW2E_zjqPonaD_h30Rbu-t45\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.17\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058479664836\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"29664837\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614379820.9575860500335693359375;s:12:\"REQUEST_TIME\";i:1614379820;}}','notice','2021-02-26 22:50:23','2021-02-26 22:50:21',31360400,31720976,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.17'),(3036,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-02-27 03:29:36','2021-02-27 03:29:36',8441840,9223504,'wp-cron',1,0,'178.79.186.170'),(3037,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-27 03:29:36','2021-02-27 03:29:36',8747640,9223504,'wp-cron',1,0,'178.79.186.170'),(3038,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:44:\"https://www.hostetterstrent.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"114.141.50.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"114.141.50.238\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057205000999\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"31001000\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614396578.32289791107177734375;s:12:\"REQUEST_TIME\";i:1614396578;}}','notice','2021-02-27 03:29:38','2021-02-27 03:29:38',8366664,8588472,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'114.141.50.238'),(3012,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"124\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:41:\"http://pharaohsfireslots.com/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"105.67.133.146\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"105.67.133.146\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153024536478868\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"23478869\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614201803.37308597564697265625;s:12:\"REQUEST_TIME\";i:1614201803;}}','notice','2021-02-24 21:23:23','2021-02-24 21:23:23',8366688,8588496,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'105.67.133.146'),(3011,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:37:\"http://rainmakers.cafe/fumo/contacts/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"95.79.142.124\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"95.79.142.124\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034940376547\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"23376548\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614195518.155949115753173828125;s:12:\"REQUEST_TIME\";i:1614195518;}}','notice','2021-02-24 19:38:39','2021-02-24 19:38:38',29072840,29433400,'http://rainmakers.cafe/fumo/contacts/',1,0,'95.79.142.124'),(3009,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-24 15:19:16','2021-02-24 15:19:15',8745568,9223504,'wp-cron',1,0,'178.79.186.170'),(3010,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.87.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aami7Uh9rzmmsm7U2SVxAZVEm-dbEjDWyA4Da7KMlmne1jjCuIhg4OgIkVb_LW2xIzzajCWoxH6uZ9MoME2sgRsqrFTR6TYzo7MdOl7LjYXBkSzs0KLm\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059069521836\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"21521837\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614187501.468936920166015625;s:12:\"REQUEST_TIME\";i:1614187501;}}','notice','2021-02-24 17:25:03','2021-02-24 17:25:01',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.3'),(3007,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.87.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aanq8uUo_bb21-EubuWN083oYWWTDn4yFzQh1KEWw3ki_ZjDb85-dh_fIrsv7kSjo_JA6SjUbByFdt0-OFnHylsU4D-XNi4SQLCkicHriZCNhEi2CdoQ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038869322509\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"21322510\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614178674.1369059085845947265625;s:12:\"REQUEST_TIME\";i:1614178674;}}','notice','2021-02-24 14:57:56','2021-02-24 14:57:54',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.3'),(3013,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048982755384\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"22755385\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614202023.434194087982177734375;s:12:\"REQUEST_TIME\";i:1614202023;}}','notice','2021-02-24 21:27:04','2021-02-24 21:27:03',27456848,27766680,'http://rainmakers.cafe/fumo/wp-content/themes/divi/js/custom.unified.js',1,0,'13.66.139.116'),(3014,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:6:\"static\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048216028590\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"24028591\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614206099.486607074737548828125;s:12:\"REQUEST_TIME\";i:1614206099;}}','notice','2021-02-24 22:35:01','2021-02-24 22:34:59',31361104,31721584,'http://rainmakers.cafe/fumo/wp-content/themes/divi/core/admin/js/common.js',1,0,'13.66.139.116'),(3004,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:42:\"https://kultuur.laaneranna.ee/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"14.243.44.174\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"14.243.44.174\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062057981534\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"19981535\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614150176.334599971771240234375;s:12:\"REQUEST_TIME\";i:1614150176;}}','notice','2021-02-24 07:02:56','2021-02-24 07:02:56',8366528,8588336,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'14.243.44.174'),(3003,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.13.103.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"Aan18KRkdEs4JNohjTw4jh8qlR_Ep1nCts6uBVQbhKtU0FglDYUYvxdo9lAKFpFi4wsy-CWV8PBwWMZ_h9CKxx7him_Y5HL1A-ASKIsCUt_k\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.103.118\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044586182441\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18182442\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614113257.44991302490234375;s:12:\"REQUEST_TIME\";i:1614113257;}}','notice','2021-02-23 20:47:38','2021-02-23 20:47:37',27456192,27766112,'http://rainmakers.cafe/fumo/pizza',1,0,'31.13.103.118'),(3002,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.116\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.116\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153049107125440\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"19125441\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614108491.30408000946044921875;s:12:\"REQUEST_TIME\";i:1614108491;}}','notice','2021-02-23 19:28:12','2021-02-23 19:28:11',27553416,27863328,'http://rainmakers.cafe/fumo/just-arrived',1,0,'13.66.139.116'),(2991,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052507241621\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"19241622\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614062852.7556788921356201171875;s:12:\"REQUEST_TIME\";i:1614062852;}}','notice','2021-02-23 06:47:33','2021-02-23 06:47:32',27530248,27824792,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(2992,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055915827019\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"19827020\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614064500.7858350276947021484375;s:12:\"REQUEST_TIME\";i:1614064500;}}','notice','2021-02-23 07:15:01','2021-02-23 07:15:00',27530248,27824792,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(2993,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-02-23 09:03:15','2021-02-23 09:03:15',9478072,9528280,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,3,'202.53.86.106'),(2994,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-23 09:03:15','2021-02-23 09:03:15',9681072,9965592,'http://rainmakers.cafe/fumo/wp-admin/admin-ajax.php',1,3,'202.53.86.106'),(3001,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:38:\"http://fiosmedia.com/blog/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"121.52.154.98\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"121.52.154.98\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153064843942799\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:8:\"20942800\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1614094750.4353640079498291015625;s:12:\"REQUEST_TIME\";i:1614094750;}}','notice','2021-02-23 15:39:10','2021-02-23 15:39:10',8366496,8588304,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'121.52.154.98'),(3000,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"5.45.207.91\";s:9:\"HTTP_FROM\";s:24:\"support@search.yandex.ru\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.45.207.91\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044057295761\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15295762\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614094708.1430799961090087890625;s:12:\"REQUEST_TIME\";i:1614094708;}}','notice','2021-02-23 15:38:28','2021-02-23 15:38:28',27456128,27766032,'http://rainmakers.cafe/fumo/test-blog-post',1,0,'5.45.207.91'),(2990,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055583809864\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"17809865\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614062726.29209995269775390625;s:12:\"REQUEST_TIME\";i:1614062726;}}','notice','2021-02-23 06:45:27','2021-02-23 06:45:26',27530248,27824792,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(2988,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"209.107.216.54\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"209.107.216.54\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041200237027\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18237028\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614060936.6549770832061767578125;s:12:\"REQUEST_TIME\";i:1614060936;}}','notice','2021-02-23 06:15:37','2021-02-23 06:15:36',27456032,27765960,'http://rainmakers.cafe/fumo/home',1,0,'209.107.216.54'),(2989,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"194.110.114.62\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"194.110.114.62\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044641922452\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16922453\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614061046.5675580501556396484375;s:12:\"REQUEST_TIME\";i:1614061046;}}','notice','2021-02-23 06:17:27','2021-02-23 06:17:26',27456032,27765960,'http://rainmakers.cafe/fumo/home',1,0,'194.110.114.62'),(2987,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:105:\"text/html,application/xml;q=0.9,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"utf-8,ISO-8859-1;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:28:\"en-us,en-gb,en;q=0.7,*;q=0.3\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"104.196.147.160\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"104.196.147.160\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052445767531\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16767532\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614028410.268846035003662109375;s:12:\"REQUEST_TIME\";i:1614028410;}}','notice','2021-02-22 21:13:32','2021-02-22 21:13:30',31367424,31727984,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'104.196.147.160'),(2999,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"202.53.86.106\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:7:\"no-cors\";s:19:\"HTTP_SEC_FETCH_DEST\";s:5:\"empty\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"202.53.86.106\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062889149311\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"19149312\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614082463.1673529148101806640625;s:12:\"REQUEST_TIME\";i:1614082463;}}','notice','2021-02-23 12:14:23','2021-02-23 12:14:23',27530920,27825464,'http://rainmakers.cafe/fumo/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'202.53.86.106'),(3008,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-02-24 15:19:16','2021-02-24 15:19:15',8441840,9223504,'wp-cron',1,0,'178.79.186.170'),(3045,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.111.20\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AallqHBuFX6bS7FofpuLcIH8DKefKKkoGXJAPup4e0pKuw7yXJp5LZj4DTnlbVeJgi-ia0MzISU8NiGRLLpyKp4Uf8T4OThrkWpNI1KWDaCg56Ol_jNd\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.111.20\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153055663407766\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"19407767\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1614464613.0700199604034423828125;s:12:\"REQUEST_TIME\";i:1614464613;}}','notice','2021-02-27 22:23:35','2021-02-27 22:23:33',31360408,31720984,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.111.20'),(3381,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-03-28 02:44:01','2021-03-28 02:43:59',12676440,21486224,'http://rainmakers.cafe/fumo/robots.txt',1,0,'66.249.66.154'),(3382,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-03-28 02:44:01','2021-03-28 02:43:59',12981352,21486224,'http://rainmakers.cafe/fumo/robots.txt',1,0,'66.249.66.154'),(3456,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"84.247.50.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"84.247.50.238\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051790363968\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"136363969\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617514545.85079288482666015625;s:12:\"REQUEST_TIME\";i:1617514545;}}','notice','2021-04-04 05:35:46','2021-04-04 05:35:45',28885912,28988592,'http://rainmakers.cafe/fumo/home',1,0,'84.247.50.238'),(3457,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"185.147.213.37\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.147.213.37\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040065679292\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"122679293\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617515761.35274410247802734375;s:12:\"REQUEST_TIME\";i:1617515761;}}','notice','2021-04-04 05:56:02','2021-04-04 05:56:01',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'185.147.213.37'),(3458,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153003590511346\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"134511347\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617515912.6029911041259765625;s:12:\"REQUEST_TIME\";i:1617515912;}}','notice','2021-04-04 05:58:34','2021-04-04 05:58:33',33160696,33475216,'http://rainmakers.cafe/fumo/jazz',1,0,'13.66.139.29'),(3459,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.213.88.60\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.213.88.60\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056200893013\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"138893014\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617515956.6131839752197265625;s:12:\"REQUEST_TIME\";i:1617515956;}}','notice','2021-04-04 05:59:17','2021-04-04 05:59:16',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'173.213.88.60'),(3460,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"120\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:38:\"http://www.suzukiparts.hu/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"113.212.108.132\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"113.212.108.132\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054067826580\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"139826581\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617517649.33833789825439453125;s:12:\"REQUEST_TIME\";i:1617517649;}}','notice','2021-04-04 06:27:29','2021-04-04 06:27:29',9054104,9275912,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'113.212.108.132'),(3461,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.83.120\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanqSut2hzTzCfLUy3QesRa6bKy5msVsbrN5oDN0XfZ5y7IOUcx8I7yv9zmMUD3j1_o1v91em8ZKBx06VAHdn88dVL0VF_mkXFeYLmlcBbF07-FeFXlC\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.83.120\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039761329678\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"123329679\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617525406.6802690029144287109375;s:12:\"REQUEST_TIME\";i:1617525406;}}','notice','2021-04-04 08:36:50','2021-04-04 08:36:47',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.120'),(3462,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.150\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.150\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046961775963\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"122775964\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617527313.94365692138671875;s:12:\"REQUEST_TIME\";i:1617527313;}}','notice','2021-04-04 09:08:34','2021-04-04 09:08:33',28982648,29011976,'http://rainmakers.cafe/fumo/tag/family/',1,0,'66.249.66.150'),(3495,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanPxk0i-YpXGC2EV39UTtnYJZH7hOx6I_SOWxZSKPGRqs9yT1bEcLPY_FGe203Q0RTgIkmuy8aE3nvINBCGs85QXJpKyXO72eXmKOk0evGAskBZV_l3\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037241021244\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145021245\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617698879.518951892852783203125;s:12:\"REQUEST_TIME\";i:1617698879;}}','notice','2021-04-06 08:48:00','2021-04-06 08:47:59',29312880,29705224,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.21'),(3506,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.220.149.16\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamR7pJlbjHTN4H0ysvzBfvC-qlxPu0qR8fVvcO3kbJV4-lyXaA1TgS9aXgs6m4wsEfsBbKQjRj5CUWqahRDJffiO_vnyUsatcVC3xOYsw\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.16\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060455430851\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147430852\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617741900.507587909698486328125;s:12:\"REQUEST_TIME\";i:1617741900;}}','notice','2021-04-06 20:45:01','2021-04-06 20:45:00',28885832,28988504,'http://rainmakers.cafe/fumo/pizza',1,0,'66.220.149.16'),(3507,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanQMSkEOFqcaxk5K7-V8Hpc_pZ4gNugvoDpC81Q_IVXTb8Bdwt34G2ntkj3zxuQJJyO6oCfEYJEFZc_-O0S0nbUIoNsHgCeh0N4eypUxw4pmiCUzpaC\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.18\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062534927387\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"130927388\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617742666.6758899688720703125;s:12:\"REQUEST_TIME\";i:1617742666;}}','notice','2021-04-06 20:57:51','2021-04-06 20:57:47',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.18'),(3508,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.66.139.104\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.104\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153028115734263\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147734264\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617752584.57308101654052734375;s:12:\"REQUEST_TIME\";i:1617752584;}}','notice','2021-04-06 23:43:09','2021-04-06 23:43:05',33160840,33475344,'http://rainmakers.cafe/fumo/calendar/',1,0,'13.66.139.104'),(3509,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.10\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamSwvOTPyREFy9K-z8OpZRsDqHW8RA4y3_nt89-gNQEASm6z4GxbSh-ni05vpwEutWaMcdAlszVDJp-tAF6NIy0kxyf6bXuiVkaIxoyja7LAgKfT5uB\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.10\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032935785399\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147785400\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617756308.6130740642547607421875;s:12:\"REQUEST_TIME\";i:1617756308;}}','notice','2021-04-07 00:45:12','2021-04-07 00:45:09',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.10'),(3510,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:39:\"MauiBot (crawler.feedback+wc@gmail.com)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"100.27.2.251\";s:9:\"HTTP_FROM\";s:29:\"crawler.feedback+wc@gmail.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"100.27.2.251\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035391480349\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145480350\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617756564.175590991973876953125;s:12:\"REQUEST_TIME\";i:1617756564;}}','notice','2021-04-07 00:49:25','2021-04-07 00:49:24',28979936,29009264,'http://rainmakers.cafe/fumo/xmlrpc.php',1,0,'100.27.2.251'),(3511,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanZ_plR_HrlhwuXmb9RONWqo-LEiToHCnsWs1ce5w4Y6ffvb4TAlfLYA3ISmdkpgT2dpg-CPpCQq5-WC2x9XH40LtovvugHd3gA7bF_1RoPGzLVk_33\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.4\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034618911117\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"148911118\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617762779.1230208873748779296875;s:12:\"REQUEST_TIME\";i:1617762779;}}','notice','2021-04-07 02:33:03','2021-04-07 02:33:00',33168392,33482912,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.4'),(3512,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-07 05:15:00','2021-04-07 05:14:59',12689480,21493120,'http://rainmakers.cafe/fumo/',1,0,'197.185.99.52'),(3513,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-04-07 05:15:00','2021-04-07 05:14:59',12995920,21493120,'http://rainmakers.cafe/fumo/',1,0,'197.185.99.52'),(3514,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.24\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanIPdjx4H3PX9_we0hEIIBu2Wu6cxhxwPXonvp8sxPvU4VQEZtSLZ1ae-xgV-OxfPUEv_hJU5Ny2LDp2Ass7Wd7G_xuMADMkmo7tZsVaStPtkqG33Dz\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.24\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039315509117\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147509118\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617775109.179460048675537109375;s:12:\"REQUEST_TIME\";i:1617775109;}}','notice','2021-04-07 05:58:31','2021-04-07 05:58:29',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.24'),(3515,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"205.185.214.105\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.214.105\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153059035815982\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"149815983\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617775460.8007709980010986328125;s:12:\"REQUEST_TIME\";i:1617775460;}}','notice','2021-04-07 06:04:21','2021-04-07 06:04:20',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'205.185.214.105'),(3516,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.56.161.52\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.56.161.52\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041472003713\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"148003714\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617775597.085753917694091796875;s:12:\"REQUEST_TIME\";i:1617775597;}}','notice','2021-04-07 06:06:37','2021-04-07 06:06:37',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'45.56.161.52'),(3517,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.56.160.90\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.56.160.90\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153048579816350\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"149816351\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617775689.1118519306182861328125;s:12:\"REQUEST_TIME\";i:1617775689;}}','notice','2021-04-07 06:08:09','2021-04-07 06:08:09',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'45.56.160.90'),(3518,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"13.66.139.29\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.29\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153002323825364\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"147825365\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617779697.2856109142303466796875;s:12:\"REQUEST_TIME\";i:1617779697;}}','notice','2021-04-07 07:14:59','2021-04-07 07:14:57',30820360,31134864,'http://rainmakers.cafe/fumo/wine-list-3',1,0,'13.66.139.29'),(3519,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.171.249.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AamxS0_FkOH3drGcbjqk1mM36JNloMcAbHRP8TmptpLpxT1RoxydvVjYvjWUJw_XXgtKxeo5ConGMFzF2HBYAEfJgeoWACZWIpAYxYQ2l7U7\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"69.171.249.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038731657068\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"149657069\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617784081.162889003753662109375;s:12:\"REQUEST_TIME\";i:1617784081;}}','notice','2021-04-07 08:28:02','2021-04-07 08:28:01',29329264,29721576,'http://rainmakers.cafe/fumo/year-end-function',1,0,'69.171.249.2'),(3532,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"173.252.95.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalJ-YS64EAhinB2HuR_NvAdrbCiO_GH1MikZokMZq7m7wNFcOJlbNKkebJfqpz9bPIpwGTz3eOveqilqBCQyKyaIXOaucoPCgbDJ5cPp8gg4ok4Jl0k\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.95.117\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045520685525\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"150685526\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617868368.7597029209136962890625;s:12:\"REQUEST_TIME\";i:1617868368;}}','notice','2021-04-08 07:52:50','2021-04-08 07:52:48',28983832,29013176,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.117'),(3550,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"2.58.12.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"2.58.12.133\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057675391682\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"139391683\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617946531.5801448822021484375;s:12:\"REQUEST_TIME\";i:1617946531;}}','notice','2021-04-09 05:35:32','2021-04-09 05:35:31',28885912,28988592,'http://rainmakers.cafe/fumo/home',1,0,'2.58.12.133'),(3551,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"40.77.167.42\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"40.77.167.42\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153020935879135\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"135879136\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617953045.82534503936767578125;s:12:\"REQUEST_TIME\";i:1617953045;}}','notice','2021-04-09 07:24:10','2021-04-09 07:24:06',33160808,33475320,'http://rainmakers.cafe/fumo/menu-2/',1,0,'40.77.167.42'),(3552,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanUN70umSPSLGjvL0mCInnI-U0o0eGTlpr4qCTlYxoavOEZP6X8Z8jn4PQVFvR7PiMF92DcxQPy4jUHmPoNTxwyMxIz405PFxuPkkdQ91HYRtMWY29d\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.21\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050176600179\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156600180\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1617954904.2934710979461669921875;s:12:\"REQUEST_TIME\";i:1617954904;}}','notice','2021-04-09 07:55:05','2021-04-09 07:55:04',28885792,28988472,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.21'),(3553,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:11:\"en-US;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:2:\"90\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:110:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=https:%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1\";s:15:\"HTTP_USER_AGENT\";s:136:\"Mozilla/5.0 (Linux; Android 7.1; vivo 1716 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"118.175.249.48\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"118.175.249.48\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063078631152\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"156631153\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1617957464.569303989410400390625;s:12:\"REQUEST_TIME\";i:1617957464;}}','notice','2021-04-09 08:37:44','2021-04-09 08:37:44',9058280,9280088,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'118.175.249.48'),(3566,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.83.11\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakiDb9mRQXQc-OwkXoW7znwm8mkqVt4plIw3w-ywoBCBdaGrj4itoxWFEKYo3qWwa_A0Mvyw7xb71BYiCSEuV4YFPDO2vqRgizsQtwp_cjHohUUXqKe\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.83.11\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063544352149\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"154352150\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618011041.6167719364166259765625;s:12:\"REQUEST_TIME\";i:1618011041;}}','notice','2021-04-09 23:30:44','2021-04-09 23:30:42',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.11'),(3567,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:11:\"en-US;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:2:\"93\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:110:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=https:%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1\";s:15:\"HTTP_USER_AGENT\";s:153:\"Mozilla/5.0 (Linux; Android 7.1.1; G8231 Build/41.2.A.0.219) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"120.29.110.103\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"120.29.110.103\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050904361310\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"157361311\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618011805.0048010349273681640625;s:12:\"REQUEST_TIME\";i:1618011805;}}','notice','2021-04-09 23:43:25','2021-04-09 23:43:25',9058296,9280104,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'120.29.110.103'),(3568,0,'brute_force','invalid-login::username-admin','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:16:\"invalid_username\";a:1:{i:0;s:56:\"Unknown username. Check again or try your email address.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:11:\"en-US;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:2:\"91\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:110:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=https:%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2F&reauth=1\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A5370a Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"201.183.166.0\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://rainmakers.cafe/fumo\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"201.183.166.0\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037885982704\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:22:\"pass=DEF23, pass=DEF21\";s:14:\"HTTP_X_VARNISH\";s:9:\"154982705\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618014152.79388904571533203125;s:12:\"REQUEST_TIME\";i:1618014152;}}','notice','2021-04-10 00:22:32','2021-04-10 00:22:32',9058280,9280088,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'201.183.166.0'),(3569,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalKmoeSDx_IPk8prFm0yDKwPEXdhp8vDHoJr6lt_WOWsO7Tc7cclKNhKziqMT2bVXSHQ3ewtpxyMEoXUMWjeSeHLg9HdioGDV4yDJCJzGrpkZD5QO1z\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.3\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153065530788355\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156788356\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618014784.610662937164306640625;s:12:\"REQUEST_TIME\";i:1618014784;}}','notice','2021-04-10 00:33:09','2021-04-10 00:33:05',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.3'),(3570,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.83.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakyBRb3wfr8UTc7LHh1nVKsnCB64bLJUKzIwdr8FBF_gD4GABGVDinTcq84WyoCHe-ZJvXG2VE_B8_esE8ENRGZsWng2cbtQeIMzfgg4QlT4c2Qj7L5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.83.2\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037473160192\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"145160193\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618028076.4674770832061767578125;s:12:\"REQUEST_TIME\";i:1618028076;}}','notice','2021-04-10 04:14:41','2021-04-10 04:14:37',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.83.2'),(3571,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.87.23\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanS6sMq0Kxc8akE6c9MXZaTTrdCVXJ8Nj7d8QRWhoLufyfYKQMwVHsYn-i_Nf2FfNRj8crK2zPEdiMqREGUx-FIyKCpg4j-6tBFqytJFU2mhkSLENLc\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.23\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053804422962\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156422963\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618033185.764419078826904296875;s:12:\"REQUEST_TIME\";i:1618033185;}}','notice','2021-04-10 05:39:50','2021-04-10 05:39:46',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.87.23'),(3572,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"5.180.220.208\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.208\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153037824550453\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"114550454\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618033268.25518703460693359375;s:12:\"REQUEST_TIME\";i:1618033268;}}','notice','2021-04-10 05:41:08','2021-04-10 05:41:08',28885792,28988472,'http://rainmakers.cafe/fumo/home',1,0,'5.180.220.208'),(3573,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:118:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:32:\"http://rainmakers.cafe/fumo/home\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"209.107.204.196\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.204.196\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054731342879\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"155342880\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618033608.9450089931488037109375;s:12:\"REQUEST_TIME\";i:1618033608;}}','notice','2021-04-10 05:46:49','2021-04-10 05:46:48',28885920,28988600,'http://rainmakers.cafe/fumo/home',1,0,'209.107.204.196'),(3574,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.95.24\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aany8H9km8Jl1uybQ77U06xFTXFOkUX2jm1j3Xjnm9YCm_eL35AGOARoM9cyTQarZF64S2-LqE8gJyV8qJD7j4WdMY5LGO_Hkr2DlNZdcFA6t9yEVV8l\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.24\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060975810030\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"155810031\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618041675.1681649684906005859375;s:12:\"REQUEST_TIME\";i:1618041675;}}','notice','2021-04-10 08:01:19','2021-04-10 08:01:16',33160792,33475312,'http://rainmakers.cafe/fumo/jazz',1,0,'173.252.95.24'),(3575,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:24:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.66.136\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..6\\\"\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.66.136\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038558002292\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:9:\"156002293\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:41:\"/home/ottunive/public_html/fumo/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1618045827.420648097991943359375;s:12:\"REQUEST_TIME\";i:1618045827;}}','notice','2021-04-10 09:10:28','2021-04-10 09:10:27',28886232,28988912,'http://rainmakers.cafe/fumo/love',1,0,'66.249.66.136'),(3689,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-23 09:06:27','2021-04-23 09:06:27',10291176,18811376,'https://rainmakers.cafe/fumo/',1,0,'154.73.183.63'),(3677,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-19 07:25:47','2021-04-19 07:25:46',18259504,24098304,'https://rainmakers.cafe/fumo/wp-json/ithemes-security/v1/admin-notices?_locale=user',1,0,'154.73.183.63'),(3672,0,'brute_force','invalid-login::user-2','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:222:\"<strong>Error</strong>: The password you entered for the email address <strong>itumeleng@rainmakers.cafe</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:25:\"itumeleng@rainmakers.cafe\";s:7:\"user_id\";i:2;s:6:\"SERVER\";a:38:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"229\";s:9:\"HTTP_HOST\";s:15:\"rainmakers.cafe\";s:12:\"HTTP_REFERER\";s:187:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2Fadmin.php%3Fpage%3Dduplicator-tools%26tab%3Ddiagnostics%26sm%3D0%26action%3Dinstaller\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:21:\"HTTP_X_FORWARDED_HOST\";s:15:\"rainmakers.cafe\";s:21:\"HTTP_X_FORWARDED_PORT\";s:3:\"443\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:23:\"HTTP_X_FORWARDED_SERVER\";s:15:\"rainmakers.cafe\";s:14:\"HTTP_X_REAL_IP\";s:13:\"154.73.183.63\";s:21:\"HTTP_CF_CONNECTING_IP\";s:13:\"154.73.183.63\";s:15:\"HTTP_CF_VISITOR\";s:22:\"{\\\"scheme\\\":\\\"https\\\"}\";s:17:\"HTTP_CF_IPCOUNTRY\";s:2:\"ZA\";s:11:\"HTTP_CF_RAY\";s:20:\"6405eb7f5ffa4f99-DFW\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:23:\"https://rainmakers.cafe\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:8:\"HTTP_DNT\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:13:\"HTTP_CDN_LOOP\";s:10:\"cloudflare\";s:18:\"HTTP_CF_REQUEST_ID\";s:32:\"097791839600004f99292f9000000001\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618497529.3022329807281494140625;s:12:\"REQUEST_TIME\";i:1618497529;}}','notice','2021-04-15 14:38:49','2021-04-15 14:38:49',25739336,26083696,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'154.73.183.63'),(3673,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-04-16 07:12:38','2021-04-16 07:12:38',9398112,18051456,'http://rainmakers.cafe/fumo/wp-login.php?redirect_to=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2Fadmin.php%3Fpage%3Dduplicator-tools%26tab%3Ddiagnostics%26sm%3D0%26action%3Dinstaller',1,0,'154.73.183.63'),(3674,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:3:{i:0;s:20:\"simone@zanetti.co.za\";i:1;s:25:\"itumeleng@rainmakers.cafe\";i:2;s:20:\"raju@rainmakers.cafe\";}s:7:\"subject\";s:44:\"[rainmakers.cafe/fumo] Daily Security Digest\";}','debug','2021-04-16 07:12:38','2021-04-16 07:12:38',9623112,18051456,'http://rainmakers.cafe/fumo/wp-login.php?redirect_to=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2Fadmin.php%3Fpage%3Dduplicator-tools%26tab%3Ddiagnostics%26sm%3D0%26action%3Dinstaller',1,0,'154.73.183.63'),(3675,0,'brute_force','invalid-login::user-2','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:222:\"<strong>Error</strong>: The password you entered for the email address <strong>itumeleng@rainmakers.cafe</strong> is incorrect. <a href=\"http://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:25:\"itumeleng@rainmakers.cafe\";s:7:\"user_id\";i:2;s:6:\"SERVER\";a:38:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"229\";s:9:\"HTTP_HOST\";s:15:\"rainmakers.cafe\";s:12:\"HTTP_REFERER\";s:187:\"http://rainmakers.cafe/fumo/wp-login.php?redirect_to=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2Fadmin.php%3Fpage%3Dduplicator-tools%26tab%3Ddiagnostics%26sm%3D0%26action%3Dinstaller\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:21:\"HTTP_X_FORWARDED_HOST\";s:15:\"rainmakers.cafe\";s:21:\"HTTP_X_FORWARDED_PORT\";s:3:\"443\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:23:\"HTTP_X_FORWARDED_SERVER\";s:15:\"rainmakers.cafe\";s:14:\"HTTP_X_REAL_IP\";s:13:\"154.73.183.63\";s:21:\"HTTP_CF_CONNECTING_IP\";s:13:\"154.73.183.63\";s:15:\"HTTP_CF_VISITOR\";s:22:\"{\\\"scheme\\\":\\\"https\\\"}\";s:17:\"HTTP_CF_IPCOUNTRY\";s:2:\"ZA\";s:11:\"HTTP_CF_RAY\";s:20:\"640b9c41de974f8d-DFW\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:23:\"https://rainmakers.cafe\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:8:\"HTTP_DNT\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:13:\"HTTP_CDN_LOOP\";s:10:\"cloudflare\";s:18:\"HTTP_CF_REQUEST_ID\";s:32:\"097b1ffd2d00004f8d1dac4000000001\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618557199.1164410114288330078125;s:12:\"REQUEST_TIME\";i:1618557199;}}','notice','2021-04-16 07:13:19','2021-04-16 07:13:19',8171760,8222992,'http://rainmakers.cafe/fumo/wp-login.php',1,0,'154.73.183.63'),(3676,0,'brute_force','invalid-login::user-2','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:223:\"<strong>Error</strong>: The password you entered for the email address <strong>itumeleng@rainmakers.cafe</strong> is incorrect. <a href=\"https://rainmakers.cafe/fumo/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:25:\"itumeleng@rainmakers.cafe\";s:7:\"user_id\";i:2;s:6:\"SERVER\";a:37:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-ZA,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"229\";s:9:\"HTTP_HOST\";s:15:\"rainmakers.cafe\";s:12:\"HTTP_REFERER\";s:188:\"https://rainmakers.cafe/fumo/wp-login.php?redirect_to=http%3A%2F%2Frainmakers.cafe%2Ffumo%2Fwp-admin%2Fadmin.php%3Fpage%3Dduplicator-tools%26tab%3Ddiagnostics%26sm%3D0%26action%3Dinstaller\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:21:\"HTTP_X_FORWARDED_HOST\";s:15:\"rainmakers.cafe\";s:21:\"HTTP_X_FORWARDED_PORT\";s:3:\"443\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:23:\"HTTP_X_FORWARDED_SERVER\";s:15:\"rainmakers.cafe\";s:14:\"HTTP_X_REAL_IP\";s:13:\"154.73.183.63\";s:21:\"HTTP_CF_CONNECTING_IP\";s:13:\"154.73.183.63\";s:15:\"HTTP_CF_VISITOR\";s:22:\"{\\\"scheme\\\":\\\"https\\\"}\";s:17:\"HTTP_CF_IPCOUNTRY\";s:2:\"ZA\";s:11:\"HTTP_CF_RAY\";s:20:\"640b9ea2fc62ac82-DFW\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Google Chrome\\\";v=\\\"89\\\", \\\"Chromium\\\";v=\\\"89\\\", \\\";Not A Brand\\\";v=\\\"99\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:11:\"HTTP_ORIGIN\";s:23:\"https://rainmakers.cafe\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:8:\"HTTP_DNT\";s:1:\"1\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:13:\"HTTP_CDN_LOOP\";s:10:\"cloudflare\";s:18:\"HTTP_CF_REQUEST_ID\";s:32:\"097b2179d90000ac8212207000000001\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:44:\"/home/ottunive/public_html/fumo/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1618557296.56812000274658203125;s:12:\"REQUEST_TIME\";i:1618557296;}}','notice','2021-04-16 07:14:56','2021-04-16 07:14:56',8142584,8395104,'https://rainmakers.cafe/fumo/wp-login.php',1,0,'154.73.183.63');
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_itsec_mutexes`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_mutexes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_mutexes` (
  `mutex_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `mutex_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `mutex_expires` int(11) unsigned NOT NULL,
  PRIMARY KEY (`mutex_id`),
  UNIQUE KEY `mutex_name` (`mutex_name`)
) 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 `wpuxyio7feou_itsec_mutexes`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_opaque_tokens`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_opaque_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_opaque_tokens` (
  `token_id` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_hashed` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_data` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_created_at` datetime NOT NULL,
  PRIMARY KEY (`token_id`),
  UNIQUE KEY `token_hashed` (`token_hashed`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_opaque_tokens`
--

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

--
-- Table structure for table `wpuxyio7feou_itsec_temp`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_temp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_temp` (
  `temp_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `temp_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `temp_date` datetime NOT NULL,
  `temp_date_gmt` datetime NOT NULL,
  `temp_host` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `temp_user` bigint(20) unsigned DEFAULT NULL,
  `temp_username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`temp_id`),
  KEY `temp_date_gmt` (`temp_date_gmt`),
  KEY `temp_host` (`temp_host`),
  KEY `temp_user` (`temp_user`),
  KEY `temp_username` (`temp_username`)
) ENGINE=MyISAM AUTO_INCREMENT=2870 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_temp`
--

LOCK TABLES `wpuxyio7feou_itsec_temp` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_temp` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_itsec_temp` VALUES (1,'brute_force','2020-08-05 08:10:23','2020-08-05 08:10:23','192.99.4.59',NULL,NULL),(2,'brute_force','2020-08-05 08:10:23','2020-08-05 08:10:23',NULL,NULL,'admin'),(3,'brute_force','2020-08-06 00:35:54','2020-08-06 00:35:54','198.245.49.22',NULL,NULL),(4,'brute_force','2020-08-06 00:56:03','2020-08-06 00:56:03','198.245.60.109',NULL,NULL),(5,'brute_force','2020-08-06 01:16:44','2020-08-06 01:16:44','198.245.49.22',NULL,NULL),(6,'brute_force','2020-08-06 02:00:04','2020-08-06 02:00:04','212.129.52.198',NULL,NULL),(7,'brute_force','2020-08-06 02:42:37','2020-08-06 02:42:37','195.154.53.178',NULL,NULL),(8,'brute_force','2020-08-06 03:03:38','2020-08-06 03:03:38','212.83.191.228',NULL,NULL),(9,'brute_force','2020-08-06 03:25:45','2020-08-06 03:25:45','51.158.25.220',NULL,NULL),(10,'brute_force','2020-08-06 03:47:05','2020-08-06 03:47:05','212.83.139.196',NULL,NULL),(11,'brute_force','2020-08-06 04:08:21','2020-08-06 04:08:21','51.15.159.64',NULL,NULL),(12,'brute_force','2020-08-06 04:29:26','2020-08-06 04:29:26','198.245.49.22',NULL,NULL),(13,'brute_force','2020-08-06 04:51:56','2020-08-06 04:51:56','212.83.141.89',NULL,NULL),(14,'brute_force','2020-08-06 05:14:24','2020-08-06 05:14:24','195.154.55.102',NULL,NULL),(15,'brute_force','2020-08-06 05:35:25','2020-08-06 05:35:25','163.172.118.115',NULL,NULL),(16,'brute_force','2020-08-06 05:57:04','2020-08-06 05:57:04','51.15.159.64',NULL,NULL),(17,'brute_force','2020-08-06 06:19:41','2020-08-06 06:19:41','51.15.159.64',NULL,NULL),(18,'brute_force','2020-08-06 06:41:23','2020-08-06 06:41:23','212.83.146.239',NULL,NULL),(19,'brute_force','2020-08-06 07:02:40','2020-08-06 07:02:40','198.100.149.77',NULL,NULL),(20,'brute_force','2020-08-06 07:25:18','2020-08-06 07:25:18','212.83.146.239',NULL,NULL),(21,'brute_force','2020-08-06 07:47:57','2020-08-06 07:47:57','212.129.53.167',NULL,NULL),(22,'brute_force','2020-08-06 08:09:40','2020-08-06 08:09:40','51.158.21.162',NULL,NULL),(23,'brute_force','2020-08-06 08:31:11','2020-08-06 08:31:11','198.245.61.79',NULL,NULL),(24,'brute_force','2020-08-06 08:53:31','2020-08-06 08:53:31','51.158.29.101',NULL,NULL),(25,'brute_force','2020-08-06 09:15:11','2020-08-06 09:15:11','212.129.61.228',NULL,NULL),(26,'brute_force','2020-08-06 09:36:59','2020-08-06 09:36:59','198.100.145.89',NULL,NULL),(27,'brute_force','2020-08-06 09:59:49','2020-08-06 09:59:49','212.129.60.22',NULL,NULL),(28,'brute_force','2020-08-06 10:22:12','2020-08-06 10:22:12','51.15.147.201',NULL,NULL),(29,'brute_force','2020-08-06 10:44:35','2020-08-06 10:44:35','212.83.172.78',NULL,NULL),(30,'brute_force','2020-08-06 11:05:17','2020-08-06 11:05:17','142.4.213.28',NULL,NULL),(31,'brute_force','2020-08-06 11:29:03','2020-08-06 11:29:03','195.154.53.178',NULL,NULL),(32,'brute_force','2020-08-06 11:51:03','2020-08-06 11:51:03','212.83.152.136',NULL,NULL),(33,'brute_force','2020-08-06 12:13:46','2020-08-06 12:13:46','212.83.169.24',NULL,NULL),(34,'brute_force','2020-08-06 12:36:36','2020-08-06 12:36:36','51.158.25.220',NULL,NULL),(35,'brute_force','2020-08-06 12:59:14','2020-08-06 12:59:14','51.15.147.201',NULL,NULL),(36,'brute_force','2020-08-06 13:21:34','2020-08-06 13:21:34','51.158.27.242',NULL,NULL),(37,'brute_force','2020-08-06 13:54:13','2020-08-06 13:54:13','51.15.158.181',NULL,NULL),(38,'brute_force','2020-08-06 14:14:34','2020-08-06 14:14:34','212.129.3.50',NULL,NULL),(39,'brute_force','2020-08-06 14:38:54','2020-08-06 14:38:54','62.210.25.243',NULL,NULL),(40,'brute_force','2020-08-06 15:00:42','2020-08-06 15:00:42','212.83.175.207',NULL,NULL),(41,'brute_force','2020-08-06 15:23:00','2020-08-06 15:23:00','51.158.29.101',NULL,NULL),(42,'brute_force','2020-08-06 15:46:24','2020-08-06 15:46:24','62.210.25.243',NULL,NULL),(43,'brute_force','2020-08-06 16:08:27','2020-08-06 16:08:27','195.154.43.232',NULL,NULL),(44,'brute_force','2020-08-06 16:32:04','2020-08-06 16:32:04','212.129.60.22',NULL,NULL),(45,'brute_force','2020-08-06 16:54:20','2020-08-06 16:54:20','212.129.52.198',NULL,NULL),(46,'brute_force','2020-08-06 17:16:03','2020-08-06 17:16:03','198.245.60.109',NULL,NULL),(47,'brute_force','2020-08-06 17:40:04','2020-08-06 17:40:04','51.15.157.170',NULL,NULL),(48,'brute_force','2020-08-06 18:01:19','2020-08-06 18:01:19','212.129.3.50',NULL,NULL),(49,'brute_force','2020-08-06 18:24:26','2020-08-06 18:24:26','198.245.49.22',NULL,NULL),(50,'brute_force','2020-08-06 18:47:55','2020-08-06 18:47:55','62.210.70.251',NULL,NULL),(51,'brute_force','2020-08-06 19:11:36','2020-08-06 19:11:36','212.129.31.56',NULL,NULL),(52,'brute_force','2020-08-06 19:33:53','2020-08-06 19:33:53','51.15.147.108',NULL,NULL),(53,'brute_force','2020-08-06 19:55:40','2020-08-06 19:55:40','142.4.213.28',NULL,NULL),(54,'brute_force','2020-08-06 20:20:37','2020-08-06 20:20:37','212.129.56.208',NULL,NULL),(55,'brute_force','2020-08-06 20:42:23','2020-08-06 20:42:23','51.15.158.181',NULL,NULL),(56,'brute_force','2020-08-06 21:05:59','2020-08-06 21:05:59','51.158.29.101',NULL,NULL),(57,'brute_force','2020-08-06 21:29:01','2020-08-06 21:29:01','212.83.152.136',NULL,NULL),(58,'brute_force','2020-08-06 21:52:38','2020-08-06 21:52:38','62.210.27.183',NULL,NULL),(59,'brute_force','2020-08-06 22:15:22','2020-08-06 22:15:22','212.83.181.211',NULL,NULL),(60,'brute_force','2020-08-06 22:38:59','2020-08-06 22:38:59','51.158.25.245',NULL,NULL),(61,'brute_force','2020-08-06 23:01:55','2020-08-06 23:01:55','62.210.7.59',NULL,NULL),(62,'brute_force','2020-08-06 23:24:16','2020-08-06 23:24:16','198.245.61.79',NULL,NULL),(63,'brute_force','2020-08-06 23:48:37','2020-08-06 23:48:37','212.129.56.208',NULL,NULL),(64,'brute_force','2020-08-07 00:11:25','2020-08-07 00:11:25','62.210.70.251',NULL,NULL),(65,'brute_force','2020-08-07 00:35:33','2020-08-07 00:35:33','62.210.70.251',NULL,NULL),(66,'brute_force','2020-08-07 00:57:40','2020-08-07 00:57:40','212.83.146.239',NULL,NULL),(67,'brute_force','2020-08-07 01:22:09','2020-08-07 01:22:09','51.15.158.181',NULL,NULL),(68,'brute_force','2020-08-07 01:43:43','2020-08-07 01:43:43','142.4.213.28',NULL,NULL),(69,'brute_force','2020-08-07 02:08:03','2020-08-07 02:08:03','51.15.157.170',NULL,NULL),(70,'brute_force','2020-08-07 02:22:04','2020-08-07 02:22:04','159.203.36.107',NULL,NULL),(71,'brute_force','2020-08-07 02:26:06','2020-08-07 02:26:06','113.170.128.48',NULL,NULL),(72,'brute_force','2020-08-07 02:30:25','2020-08-07 02:30:25','35.234.28.121',NULL,NULL),(73,'brute_force','2020-08-07 02:32:09','2020-08-07 02:32:09','51.15.159.64',NULL,NULL),(74,'brute_force','2020-08-07 02:36:26','2020-08-07 02:36:26','103.233.1.167',NULL,NULL),(75,'brute_force','2020-08-07 02:41:58','2020-08-07 02:41:58','37.187.197.113',NULL,NULL),(76,'brute_force','2020-08-07 02:48:11','2020-08-07 02:48:11','81.170.239.2',NULL,NULL),(77,'brute_force','2020-08-07 02:54:45','2020-08-07 02:54:45','212.129.39.126',NULL,NULL),(78,'brute_force','2020-08-07 03:04:57','2020-08-07 03:04:57','104.131.22.18',NULL,NULL),(79,'brute_force','2020-08-07 03:12:03','2020-08-07 03:12:03','66.42.50.81',NULL,NULL),(80,'brute_force','2020-08-07 03:18:28','2020-08-07 03:18:28','212.83.136.32',NULL,NULL),(81,'brute_force','2020-08-07 03:30:03','2020-08-07 03:30:03','103.233.1.167',NULL,NULL),(82,'brute_force','2020-08-07 03:36:56','2020-08-07 03:36:56','157.230.239.6',NULL,NULL),(83,'brute_force','2020-08-07 03:40:26','2020-08-07 03:40:26','198.100.149.77',NULL,NULL),(84,'brute_force','2020-08-07 03:42:09','2020-08-07 03:42:09','209.97.177.73',NULL,NULL),(85,'brute_force','2020-08-07 03:49:52','2020-08-07 03:49:52','52.166.4.83',NULL,NULL),(86,'brute_force','2020-08-07 03:54:47','2020-08-07 03:54:47','123.176.102.151',NULL,NULL),(87,'brute_force','2020-08-07 04:02:58','2020-08-07 04:02:58','193.168.195.192',NULL,NULL),(88,'brute_force','2020-08-07 04:05:56','2020-08-07 04:05:56','212.83.172.78',NULL,NULL),(89,'brute_force','2020-08-07 04:08:48','2020-08-07 04:08:48','191.234.176.158',NULL,NULL),(90,'brute_force','2020-08-07 04:15:33','2020-08-07 04:15:33','161.35.69.152',NULL,NULL),(91,'brute_force','2020-08-07 04:21:38','2020-08-07 04:21:38','46.101.192.154',NULL,NULL),(92,'brute_force','2020-08-07 04:28:21','2020-08-07 04:28:21','51.158.26.188',NULL,NULL),(93,'brute_force','2020-08-07 04:29:14','2020-08-07 04:29:14','186.234.80.172',NULL,NULL),(94,'brute_force','2020-08-07 04:35:27','2020-08-07 04:35:27','157.230.248.89',NULL,NULL),(95,'brute_force','2020-08-07 04:41:58','2020-08-07 04:41:58','107.23.220.51',NULL,NULL),(96,'brute_force','2020-08-07 04:49:41','2020-08-07 04:49:41','51.255.64.58',NULL,NULL),(97,'brute_force','2020-08-07 04:51:46','2020-08-07 04:51:46','212.129.56.208',NULL,NULL),(98,'brute_force','2020-08-07 04:56:11','2020-08-07 04:56:11','188.165.234.92',NULL,NULL),(99,'brute_force','2020-08-07 05:01:09','2020-08-07 05:01:09','51.79.100.13',NULL,NULL),(100,'brute_force','2020-08-07 05:11:58','2020-08-07 05:11:58','35.233.73.146',NULL,NULL),(101,'brute_force','2020-08-07 05:15:08','2020-08-07 05:15:08','212.83.189.95',NULL,NULL),(102,'brute_force','2020-08-07 05:15:45','2020-08-07 05:15:45','51.68.34.141',NULL,NULL),(103,'brute_force','2020-08-07 05:24:17','2020-08-07 05:24:17','176.124.231.76',NULL,NULL),(104,'brute_force','2020-08-07 05:30:53','2020-08-07 05:30:53','167.71.171.32',NULL,NULL),(105,'brute_force','2020-08-07 05:37:54','2020-08-07 05:37:54','142.4.213.28',NULL,NULL),(106,'brute_force','2020-08-07 05:38:53','2020-08-07 05:38:53','54.37.17.21',NULL,NULL),(107,'brute_force','2020-08-07 05:44:38','2020-08-07 05:44:38','47.244.226.247',NULL,NULL),(108,'brute_force','2020-08-07 05:52:51','2020-08-07 05:52:51','45.127.106.204',NULL,NULL),(109,'brute_force','2020-08-07 06:00:17','2020-08-07 06:00:17','104.248.124.109',NULL,NULL),(110,'brute_force','2020-08-07 06:03:07','2020-08-07 06:03:07','195.154.48.39',NULL,NULL),(111,'brute_force','2020-08-07 06:14:11','2020-08-07 06:14:11','132.148.244.122',NULL,NULL),(112,'brute_force','2020-08-07 06:24:07','2020-08-07 06:24:07','35.162.177.166',NULL,NULL),(113,'brute_force','2020-08-07 06:25:57','2020-08-07 06:25:57','198.245.61.79',NULL,NULL),(114,'brute_force','2020-08-07 06:30:29','2020-08-07 06:30:29','157.245.106.153',NULL,NULL),(115,'brute_force','2020-08-07 06:49:47','2020-08-07 06:49:47','212.129.52.198',NULL,NULL),(116,'brute_force','2020-08-07 07:04:32','2020-08-07 07:04:32','157.245.240.102',NULL,NULL),(117,'brute_force','2020-08-07 07:10:31','2020-08-07 07:10:31','149.202.45.11',NULL,NULL),(118,'brute_force','2020-08-07 07:12:44','2020-08-07 07:12:44','198.245.49.22',NULL,NULL),(119,'brute_force','2020-08-07 07:19:20','2020-08-07 07:19:20','72.167.222.102',NULL,NULL),(120,'brute_force','2020-08-07 07:26:31','2020-08-07 07:26:31','173.236.157.85',NULL,NULL),(121,'brute_force','2020-08-07 07:35:19','2020-08-07 07:35:19','45.55.170.59',NULL,NULL),(122,'brute_force','2020-08-07 07:37:11','2020-08-07 07:37:11','51.158.29.101',NULL,NULL),(123,'brute_force','2020-08-07 07:41:44','2020-08-07 07:41:44','159.65.9.174',NULL,NULL),(124,'brute_force','2020-08-07 07:55:13','2020-08-07 07:55:13','120.79.180.193',NULL,NULL),(125,'brute_force','2020-08-07 07:58:16','2020-08-07 07:58:16','178.128.147.51',NULL,NULL),(126,'brute_force','2020-08-07 08:01:35','2020-08-07 08:01:35','51.158.21.162',NULL,NULL),(127,'brute_force','2020-08-07 08:07:58','2020-08-07 08:07:58','171.244.21.87',NULL,NULL),(128,'brute_force','2020-08-07 08:11:04','2020-08-07 08:11:04','51.68.34.141',NULL,NULL),(129,'brute_force','2020-08-07 08:21:09','2020-08-07 08:21:09','46.101.95.65',NULL,NULL),(130,'brute_force','2020-08-07 08:23:22','2020-08-07 08:23:22','198.100.145.89',NULL,NULL),(131,'brute_force','2020-08-07 08:28:27','2020-08-07 08:28:27','104.236.45.171',NULL,NULL),(132,'brute_force','2020-08-07 08:37:49','2020-08-07 08:37:49','139.59.77.43',NULL,NULL),(133,'brute_force','2020-08-07 08:44:37','2020-08-07 08:44:37','35.204.93.97',NULL,NULL),(134,'brute_force','2020-08-07 08:49:09','2020-08-07 08:49:09','212.83.175.207',NULL,NULL),(135,'brute_force','2020-08-07 08:55:49','2020-08-07 08:55:49','157.230.248.89',NULL,NULL),(136,'brute_force','2020-08-07 09:01:32','2020-08-07 09:01:32','72.167.226.88',NULL,NULL),(137,'brute_force','2020-08-07 09:12:09','2020-08-07 09:12:09','212.129.60.22',NULL,NULL),(138,'brute_force','2020-08-07 09:12:39','2020-08-07 09:12:39','165.227.39.176',NULL,NULL),(139,'brute_force','2020-08-07 09:15:22','2020-08-07 09:15:22','212.129.25.123',NULL,NULL),(140,'brute_force','2020-08-07 09:24:47','2020-08-07 09:24:47','47.97.189.199',NULL,NULL),(141,'brute_force','2020-08-07 09:28:22','2020-08-07 09:28:22','191.234.176.158',NULL,NULL),(142,'brute_force','2020-08-07 09:34:18','2020-08-07 09:34:18','68.183.112.182',NULL,NULL),(143,'brute_force','2020-08-07 09:34:58','2020-08-07 09:34:58','212.83.169.24',NULL,NULL),(144,'brute_force','2020-08-07 09:39:11','2020-08-07 09:39:11','60.210.98.107',NULL,NULL),(145,'brute_force','2020-08-07 09:45:39','2020-08-07 09:45:39','34.91.145.211',NULL,NULL),(146,'brute_force','2020-08-07 09:49:26','2020-08-07 09:49:26','145.239.69.74',NULL,NULL),(147,'brute_force','2020-08-07 09:56:31','2020-08-07 09:56:31','118.69.173.199',NULL,NULL),(148,'brute_force','2020-08-07 09:57:45','2020-08-07 09:57:45','212.129.3.50',NULL,NULL),(149,'brute_force','2020-08-07 09:59:52','2020-08-07 09:59:52','128.199.115.160',NULL,NULL),(150,'brute_force','2020-08-07 10:05:22','2020-08-07 10:05:22','35.185.51.208',NULL,NULL),(151,'brute_force','2020-08-07 10:10:07','2020-08-07 10:10:07','35.196.37.206',NULL,NULL),(152,'brute_force','2020-08-07 10:15:50','2020-08-07 10:15:50','68.183.146.249',NULL,NULL),(153,'brute_force','2020-08-07 10:19:52','2020-08-07 10:19:52','40.85.123.203',NULL,NULL),(154,'brute_force','2020-08-07 10:22:30','2020-08-07 10:22:30','212.129.52.198',NULL,NULL),(155,'brute_force','2020-08-07 10:26:04','2020-08-07 10:26:04','47.101.47.7',NULL,NULL),(156,'brute_force','2020-08-07 10:30:33','2020-08-07 10:30:33','35.204.93.97',NULL,NULL),(157,'brute_force','2020-08-07 10:36:37','2020-08-07 10:36:37','206.189.35.138',NULL,NULL),(158,'brute_force','2020-08-07 10:39:15','2020-08-07 10:39:15','52.168.49.178',NULL,NULL),(159,'brute_force','2020-08-07 10:46:20','2020-08-07 10:46:20','198.245.61.79',NULL,NULL),(160,'brute_force','2020-08-07 10:47:11','2020-08-07 10:47:11','159.203.37.43',NULL,NULL),(161,'brute_force','2020-08-07 10:51:42','2020-08-07 10:51:42','113.170.128.48',NULL,NULL),(162,'brute_force','2020-08-07 10:57:07','2020-08-07 10:57:07','46.101.179.164',NULL,NULL),(163,'brute_force','2020-08-07 11:02:03','2020-08-07 11:02:03','51.83.98.101',NULL,NULL),(164,'brute_force','2020-08-07 11:09:20','2020-08-07 11:09:20','206.189.186.211',NULL,NULL),(165,'brute_force','2020-08-07 11:10:16','2020-08-07 11:10:16','212.129.52.198',NULL,NULL),(166,'brute_force','2020-08-07 11:12:17','2020-08-07 11:12:17','82.115.149.209',NULL,NULL),(167,'brute_force','2020-08-07 11:19:21','2020-08-07 11:19:21','138.68.238.155',NULL,NULL),(168,'brute_force','2020-08-07 11:24:33','2020-08-07 11:24:33','138.68.233.112',NULL,NULL),(169,'brute_force','2020-08-07 11:30:03','2020-08-07 11:30:03','161.35.69.152',NULL,NULL),(170,'brute_force','2020-08-07 11:32:38','2020-08-07 11:32:38','212.129.3.50',NULL,NULL),(171,'brute_force','2020-08-07 11:34:28','2020-08-07 11:34:28','51.38.190.237',NULL,NULL),(172,'brute_force','2020-08-07 11:46:17','2020-08-07 11:46:17','159.203.37.43',NULL,NULL),(173,'brute_force','2020-08-07 11:52:30','2020-08-07 11:52:30','104.236.100.42',NULL,NULL),(174,'brute_force','2020-08-07 11:58:02','2020-08-07 11:58:02','212.129.52.198',NULL,NULL),(175,'brute_force','2020-08-07 11:58:34','2020-08-07 11:58:34','192.241.132.115',NULL,NULL),(176,'brute_force','2020-08-07 12:04:56','2020-08-07 12:04:56','206.189.121.29',NULL,NULL),(177,'brute_force','2020-08-07 12:08:49','2020-08-07 12:08:49','188.165.255.134',NULL,NULL),(178,'brute_force','2020-08-07 12:15:23','2020-08-07 12:15:23','159.65.228.105',NULL,NULL),(179,'brute_force','2020-08-07 12:21:03','2020-08-07 12:21:03','212.83.172.78',NULL,NULL),(180,'brute_force','2020-08-07 12:21:11','2020-08-07 12:21:11','51.38.190.237',NULL,NULL),(181,'brute_force','2020-08-07 12:27:38','2020-08-07 12:27:38','142.93.7.111',NULL,NULL),(182,'brute_force','2020-08-07 12:31:55','2020-08-07 12:31:55','145.239.69.74',NULL,NULL),(183,'brute_force','2020-08-07 12:40:11','2020-08-07 12:40:11','142.4.2.150',NULL,NULL),(184,'brute_force','2020-08-07 12:44:35','2020-08-07 12:44:35','208.97.177.178',NULL,NULL),(185,'brute_force','2020-08-07 12:45:45','2020-08-07 12:45:45','212.83.181.211',NULL,NULL),(186,'brute_force','2020-08-07 12:51:10','2020-08-07 12:51:10','40.85.123.203',NULL,NULL),(187,'brute_force','2020-08-07 12:57:01','2020-08-07 12:57:01','178.209.170.75',NULL,NULL),(188,'brute_force','2020-08-07 13:03:29','2020-08-07 13:03:29','37.59.56.124',NULL,NULL),(189,'brute_force','2020-08-07 13:07:42','2020-08-07 13:07:42','75.119.215.210',NULL,NULL),(190,'brute_force','2020-08-07 13:08:59','2020-08-07 13:08:59','212.129.60.22',NULL,NULL),(191,'brute_force','2020-08-07 13:15:32','2020-08-07 13:15:32','165.22.248.87',NULL,NULL),(192,'brute_force','2020-08-07 13:20:42','2020-08-07 13:20:42','167.172.56.36',NULL,NULL),(193,'brute_force','2020-08-07 13:27:55','2020-08-07 13:27:55','91.121.101.77',NULL,NULL),(194,'brute_force','2020-08-07 13:32:37','2020-08-07 13:32:37','37.187.135.130',NULL,NULL),(195,'brute_force','2020-08-07 13:33:54','2020-08-07 13:33:54','212.83.139.196',NULL,NULL),(196,'brute_force','2020-08-07 13:40:41','2020-08-07 13:40:41','185.59.44.23',NULL,NULL),(197,'brute_force','2020-08-07 13:45:45','2020-08-07 13:45:45','13.95.198.119',NULL,NULL),(198,'brute_force','2020-08-07 13:52:44','2020-08-07 13:52:44','37.187.134.111',NULL,NULL),(199,'brute_force','2020-08-07 13:55:37','2020-08-07 13:55:37','142.4.213.28',NULL,NULL),(200,'brute_force','2020-08-07 13:59:23','2020-08-07 13:59:23','46.101.5.67',NULL,NULL),(201,'brute_force','2020-08-07 14:06:08','2020-08-07 14:06:08','185.157.222.47',NULL,NULL),(202,'brute_force','2020-08-07 14:11:26','2020-08-07 14:11:26','51.124.151.92',NULL,NULL),(203,'brute_force','2020-08-07 14:18:58','2020-08-07 14:18:58','188.166.145.175',NULL,NULL),(204,'brute_force','2020-08-07 14:21:39','2020-08-07 14:21:39','62.210.27.183',NULL,NULL),(205,'brute_force','2020-08-07 14:23:58','2020-08-07 14:23:58','87.233.223.185',NULL,NULL),(206,'brute_force','2020-08-07 14:32:44','2020-08-07 14:32:44','142.93.35.169',NULL,NULL),(207,'brute_force','2020-08-07 14:43:30','2020-08-07 14:43:30','198.100.145.89',NULL,NULL),(208,'brute_force','2020-08-07 14:45:45','2020-08-07 14:45:45','162.144.141.141',NULL,NULL),(209,'brute_force','2020-08-07 14:50:42','2020-08-07 14:50:42','37.28.157.162',NULL,NULL),(210,'brute_force','2020-08-07 14:58:03','2020-08-07 14:58:03','51.91.157.255',NULL,NULL),(211,'brute_force','2020-08-07 15:03:42','2020-08-07 15:03:42','103.92.26.197',NULL,NULL),(212,'brute_force','2020-08-07 15:07:14','2020-08-07 15:07:14','142.4.213.28',NULL,NULL),(213,'brute_force','2020-08-07 15:12:10','2020-08-07 15:12:10','212.129.25.123',NULL,NULL),(214,'brute_force','2020-08-07 15:17:31','2020-08-07 15:17:31','165.22.35.21',NULL,NULL),(215,'brute_force','2020-08-07 15:25:23','2020-08-07 15:25:23','66.70.160.187',NULL,NULL),(216,'brute_force','2020-08-07 15:32:57','2020-08-07 15:32:57','212.83.191.228',NULL,NULL),(217,'brute_force','2020-08-07 15:53:27','2020-08-07 15:53:27','91.121.89.189',NULL,NULL),(218,'brute_force','2020-08-07 15:54:52','2020-08-07 15:54:52','142.4.213.28',NULL,NULL),(219,'brute_force','2020-08-07 16:01:40','2020-08-07 16:01:40','68.183.64.176',NULL,NULL),(220,'brute_force','2020-08-07 16:06:17','2020-08-07 16:06:17','46.101.179.164',NULL,NULL),(221,'brute_force','2020-08-07 16:13:18','2020-08-07 16:13:18','139.59.57.64',NULL,NULL),(222,'brute_force','2020-08-07 16:20:12','2020-08-07 16:20:12','154.0.175.30',NULL,NULL),(223,'brute_force','2020-08-07 16:20:30','2020-08-07 16:20:30','195.154.48.39',NULL,NULL),(224,'brute_force','2020-08-07 16:26:44','2020-08-07 16:26:44','50.63.161.42',NULL,NULL),(225,'brute_force','2020-08-07 16:43:49','2020-08-07 16:43:49','138.68.238.155',NULL,NULL),(226,'brute_force','2020-08-07 16:43:52','2020-08-07 16:43:52','212.129.53.167',NULL,NULL),(227,'brute_force','2020-08-07 16:49:14','2020-08-07 16:49:14','35.204.93.97',NULL,NULL),(228,'brute_force','2020-08-07 17:04:29','2020-08-07 17:04:29','142.93.73.89',NULL,NULL),(229,'brute_force','2020-08-07 17:08:40','2020-08-07 17:08:40','212.83.141.89',NULL,NULL),(230,'brute_force','2020-08-07 17:10:24','2020-08-07 17:10:24','178.62.241.207',NULL,NULL),(231,'brute_force','2020-08-07 17:15:44','2020-08-07 17:15:44','208.109.12.218',NULL,NULL),(232,'brute_force','2020-08-07 17:21:53','2020-08-07 17:21:53','198.12.227.90',NULL,NULL),(233,'brute_force','2020-08-07 17:26:28','2020-08-07 17:26:28','198.38.84.254',NULL,NULL),(234,'brute_force','2020-08-07 17:32:10','2020-08-07 17:32:10','212.129.39.126',NULL,NULL),(235,'brute_force','2020-08-07 17:34:12','2020-08-07 17:34:12','159.65.19.39',NULL,NULL),(236,'brute_force','2020-08-07 17:37:57','2020-08-07 17:37:57','37.187.197.113',NULL,NULL),(237,'brute_force','2020-08-07 17:43:37','2020-08-07 17:43:37','109.203.103.96',NULL,NULL),(238,'brute_force','2020-08-07 17:50:21','2020-08-07 17:50:21','192.99.149.195',NULL,NULL),(239,'brute_force','2020-08-07 17:54:41','2020-08-07 17:54:41','198.100.149.77',NULL,NULL),(240,'brute_force','2020-08-07 17:56:07','2020-08-07 17:56:07','161.35.19.176',NULL,NULL),(241,'brute_force','2020-08-07 18:01:14','2020-08-07 18:01:14','45.119.212.93',NULL,NULL),(242,'brute_force','2020-08-07 18:08:15','2020-08-07 18:08:15','104.248.158.98',NULL,NULL),(243,'brute_force','2020-08-07 18:13:46','2020-08-07 18:13:46','138.197.146.132',NULL,NULL),(244,'brute_force','2020-08-07 18:20:05','2020-08-07 18:20:05','142.93.97.13',NULL,NULL),(245,'brute_force','2020-08-07 18:20:53','2020-08-07 18:20:53','212.83.169.24',NULL,NULL),(246,'brute_force','2020-08-07 18:24:01','2020-08-07 18:24:01','35.229.138.243',NULL,NULL),(247,'brute_force','2020-08-07 18:31:52','2020-08-07 18:31:52','160.153.245.123',NULL,NULL),(248,'brute_force','2020-08-07 18:36:31','2020-08-07 18:36:31','145.239.29.217',NULL,NULL),(249,'brute_force','2020-08-07 18:43:05','2020-08-07 18:43:05','51.15.158.181',NULL,NULL),(250,'brute_force','2020-08-07 18:44:14','2020-08-07 18:44:14','188.166.18.69',NULL,NULL),(251,'brute_force','2020-08-07 18:48:52','2020-08-07 18:48:52','37.187.134.111',NULL,NULL),(252,'brute_force','2020-08-07 18:56:30','2020-08-07 18:56:30','45.119.212.93',NULL,NULL),(253,'brute_force','2020-08-07 19:08:20','2020-08-07 19:08:20','212.83.172.78',NULL,NULL),(254,'brute_force','2020-08-07 19:08:21','2020-08-07 19:08:21','157.245.42.253',NULL,NULL),(255,'brute_force','2020-08-07 19:13:39','2020-08-07 19:13:39','5.39.87.36',NULL,NULL),(256,'brute_force','2020-08-07 19:20:36','2020-08-07 19:20:36','69.163.197.8',NULL,NULL),(257,'brute_force','2020-08-07 19:26:06','2020-08-07 19:26:06','104.248.158.98',NULL,NULL),(258,'brute_force','2020-08-07 19:31:11','2020-08-07 19:31:11','51.158.21.162',NULL,NULL),(259,'brute_force','2020-08-07 19:32:18','2020-08-07 19:32:18','213.197.180.91',NULL,NULL),(260,'brute_force','2020-08-07 19:38:12','2020-08-07 19:38:12','93.56.47.242',NULL,NULL),(261,'brute_force','2020-08-07 19:45:28','2020-08-07 19:45:28','51.75.23.214',NULL,NULL),(262,'brute_force','2020-08-07 19:51:37','2020-08-07 19:51:37','208.109.53.185',NULL,NULL),(263,'brute_force','2020-08-07 19:56:09','2020-08-07 19:56:09','195.154.43.232',NULL,NULL),(264,'brute_force','2020-08-07 19:58:28','2020-08-07 19:58:28','51.178.30.154',NULL,NULL),(265,'brute_force','2020-08-07 20:03:27','2020-08-07 20:03:27','82.223.55.20',NULL,NULL),(266,'brute_force','2020-08-07 20:10:57','2020-08-07 20:10:57','54.37.17.21',NULL,NULL),(267,'brute_force','2020-08-07 20:17:08','2020-08-07 20:17:08','139.59.43.196',NULL,NULL),(268,'brute_force','2020-08-07 20:19:49','2020-08-07 20:19:49','62.210.7.59',NULL,NULL),(269,'brute_force','2020-08-07 20:24:48','2020-08-07 20:24:48','137.59.110.53',NULL,NULL),(270,'brute_force','2020-08-07 20:30:22','2020-08-07 20:30:22','178.33.236.93',NULL,NULL),(271,'brute_force','2020-08-07 20:38:12','2020-08-07 20:38:12','138.68.80.235',NULL,NULL),(272,'brute_force','2020-08-07 20:42:26','2020-08-07 20:42:26','51.158.26.188',NULL,NULL),(273,'brute_force','2020-08-07 20:43:12','2020-08-07 20:43:12','35.224.216.78',NULL,NULL),(274,'brute_force','2020-08-07 20:52:16','2020-08-07 20:52:16','80.90.82.70',NULL,NULL),(275,'brute_force','2020-08-07 20:57:29','2020-08-07 20:57:29','18.229.219.210',NULL,NULL),(276,'brute_force','2020-08-07 21:05:10','2020-08-07 21:05:10','164.132.48.179',NULL,NULL),(277,'brute_force','2020-08-07 21:07:22','2020-08-07 21:07:22','195.154.43.232',NULL,NULL),(278,'brute_force','2020-08-07 21:11:08','2020-08-07 21:11:08','159.203.36.107',NULL,NULL),(279,'brute_force','2020-08-07 21:30:36','2020-08-07 21:30:36','195.154.53.178',NULL,NULL),(280,'brute_force','2020-08-07 21:55:15','2020-08-07 21:55:15','212.129.53.167',NULL,NULL),(281,'brute_force','2020-08-07 22:18:35','2020-08-07 22:18:35','51.158.21.162',NULL,NULL),(282,'brute_force','2020-08-07 22:42:10','2020-08-07 22:42:10','142.4.213.28',NULL,NULL),(283,'brute_force','2020-08-07 23:06:03','2020-08-07 23:06:03','198.100.145.89',NULL,NULL),(284,'brute_force','2020-08-07 23:31:00','2020-08-07 23:31:00','62.210.11.219',NULL,NULL),(285,'brute_force','2020-08-07 23:55:55','2020-08-07 23:55:55','212.83.189.95',NULL,NULL),(286,'brute_force','2020-08-08 00:19:35','2020-08-08 00:19:35','62.210.25.243',NULL,NULL),(287,'brute_force','2020-08-08 00:44:15','2020-08-08 00:44:15','163.172.118.115',NULL,NULL),(288,'brute_force','2020-08-09 18:04:51','2020-08-09 18:04:51','51.38.190.237',NULL,NULL),(289,'brute_force','2020-08-09 18:14:05','2020-08-09 18:14:05','142.93.97.13',NULL,NULL),(290,'brute_force','2020-08-09 18:23:36','2020-08-09 18:23:36','213.32.91.71',NULL,NULL),(291,'brute_force','2020-08-09 19:03:03','2020-08-09 19:03:03','178.128.13.79',NULL,NULL),(292,'brute_force','2020-08-09 19:12:17','2020-08-09 19:12:17','167.71.171.32',NULL,NULL),(293,'brute_force','2020-08-09 19:23:14','2020-08-09 19:23:14','173.236.157.85',NULL,NULL),(294,'brute_force','2020-08-09 19:33:53','2020-08-09 19:33:53','148.72.207.135',NULL,NULL),(295,'brute_force','2020-08-09 19:44:24','2020-08-09 19:44:24','91.83.231.237',NULL,NULL),(296,'brute_force','2020-08-09 19:55:23','2020-08-09 19:55:23','178.209.170.75',NULL,NULL),(297,'brute_force','2020-08-09 20:06:21','2020-08-09 20:06:21','64.227.50.96',NULL,NULL),(298,'brute_force','2020-08-09 20:16:42','2020-08-09 20:16:42','161.35.19.176',NULL,NULL),(299,'brute_force','2020-08-09 20:28:20','2020-08-09 20:28:20','212.85.69.14',NULL,NULL),(300,'brute_force','2020-08-09 20:50:07','2020-08-09 20:50:07','107.180.71.116',NULL,NULL),(301,'brute_force','2020-08-09 21:13:52','2020-08-09 21:13:52','81.142.247.41',NULL,NULL),(302,'brute_force','2020-08-09 21:25:30','2020-08-09 21:25:30','216.10.245.49',NULL,NULL),(303,'brute_force','2020-08-09 21:37:43','2020-08-09 21:37:43','51.91.157.255',NULL,NULL),(304,'brute_force','2020-08-09 21:49:12','2020-08-09 21:49:12','174.138.41.13',NULL,NULL),(305,'brute_force','2020-08-09 22:01:02','2020-08-09 22:01:02','46.101.192.154',NULL,NULL),(306,'brute_force','2020-08-09 22:13:06','2020-08-09 22:13:06','103.226.250.28',NULL,NULL),(307,'brute_force','2020-08-09 22:23:45','2020-08-09 22:23:45','142.93.66.165',NULL,NULL),(308,'brute_force','2020-08-09 22:34:46','2020-08-09 22:34:46','209.124.90.241',NULL,NULL),(309,'brute_force','2020-08-09 22:47:03','2020-08-09 22:47:03','157.245.37.203',NULL,NULL),(310,'brute_force','2020-08-09 22:58:52','2020-08-09 22:58:52','165.22.101.100',NULL,NULL),(311,'brute_force','2020-08-09 23:11:33','2020-08-09 23:11:33','174.138.30.233',NULL,NULL),(312,'brute_force','2020-08-09 23:24:08','2020-08-09 23:24:08','139.59.25.246',NULL,NULL),(313,'brute_force','2020-08-09 23:36:01','2020-08-09 23:36:01','162.144.141.141',NULL,NULL),(314,'brute_force','2020-08-09 23:49:42','2020-08-09 23:49:42','103.147.10.222',NULL,NULL),(315,'brute_force','2020-08-10 00:00:28','2020-08-10 00:00:28','167.71.171.32',NULL,NULL),(316,'brute_force','2020-08-10 00:13:15','2020-08-10 00:13:15','142.93.7.111',NULL,NULL),(317,'brute_force','2020-08-10 00:26:29','2020-08-10 00:26:29','185.86.77.163',NULL,NULL),(318,'brute_force','2020-08-10 00:37:43','2020-08-10 00:37:43','167.99.13.195',NULL,NULL),(319,'brute_force','2020-08-10 01:03:57','2020-08-10 01:03:57','159.89.99.68',NULL,NULL),(320,'brute_force','2020-08-10 01:16:44','2020-08-10 01:16:44','46.101.120.8',NULL,NULL),(321,'brute_force','2020-08-10 01:29:59','2020-08-10 01:29:59','23.102.50.91',NULL,NULL),(322,'brute_force','2020-08-10 01:41:49','2020-08-10 01:41:49','209.97.177.73',NULL,NULL),(323,'brute_force','2020-08-10 01:52:01','2020-08-10 01:52:01','68.183.112.182',NULL,NULL),(324,'brute_force','2020-08-10 02:02:04','2020-08-10 02:02:04','68.183.111.135',NULL,NULL),(325,'brute_force','2020-08-10 02:09:52','2020-08-10 02:09:52','139.59.85.41',NULL,NULL),(326,'brute_force','2020-08-10 02:20:17','2020-08-10 02:20:17','167.71.224.90',NULL,NULL),(327,'brute_force','2020-08-10 02:28:34','2020-08-10 02:28:34','64.111.117.101',NULL,NULL),(328,'brute_force','2020-08-10 02:37:21','2020-08-10 02:37:21','217.182.73.36',NULL,NULL),(329,'brute_force','2020-08-10 02:46:30','2020-08-10 02:46:30','54.71.115.235',NULL,NULL),(330,'brute_force','2020-08-10 02:55:19','2020-08-10 02:55:19','51.77.157.106',NULL,NULL),(331,'brute_force','2020-08-10 03:05:16','2020-08-10 03:05:16','148.72.210.140',NULL,NULL),(332,'brute_force','2020-08-10 03:14:47','2020-08-10 03:14:47','206.189.128.158',NULL,NULL),(333,'brute_force','2020-08-10 03:23:45','2020-08-10 03:23:45','23.29.80.56',NULL,NULL),(334,'brute_force','2020-08-10 03:31:57','2020-08-10 03:31:57','104.236.203.13',NULL,NULL),(335,'brute_force','2020-08-10 03:40:59','2020-08-10 03:40:59','46.101.192.154',NULL,NULL),(336,'brute_force','2020-08-10 03:51:19','2020-08-10 03:51:19','178.62.110.145',NULL,NULL),(337,'brute_force','2020-08-10 04:00:27','2020-08-10 04:00:27','173.212.244.135',NULL,NULL),(338,'brute_force','2020-08-10 04:10:40','2020-08-10 04:10:40','62.210.185.4',NULL,NULL),(339,'brute_force','2020-08-10 04:30:19','2020-08-10 04:30:19','23.102.50.91',NULL,NULL),(340,'brute_force','2020-08-10 04:40:24','2020-08-10 04:40:24','137.74.206.80',NULL,NULL),(341,'brute_force','2020-08-10 04:50:32','2020-08-10 04:50:32','51.79.100.13',NULL,NULL),(342,'brute_force','2020-08-10 05:09:24','2020-08-10 05:09:24','176.56.62.144',NULL,NULL),(343,'brute_force','2020-08-10 05:20:09','2020-08-10 05:20:09','134.209.89.139',NULL,NULL),(344,'brute_force','2020-08-10 05:30:50','2020-08-10 05:30:50','178.62.110.145',NULL,NULL),(345,'brute_force','2020-08-10 05:52:16','2020-08-10 05:52:16','118.70.239.146',NULL,NULL),(346,'brute_force','2020-08-10 06:14:54','2020-08-10 06:14:54','206.189.186.211',NULL,NULL),(347,'brute_force','2020-08-10 06:25:38','2020-08-10 06:25:38','206.189.186.211',NULL,NULL),(348,'brute_force','2020-08-10 06:35:02','2020-08-10 06:35:02','159.203.176.82',NULL,NULL),(349,'brute_force','2020-08-10 06:46:45','2020-08-10 06:46:45','35.224.216.78',NULL,NULL),(350,'brute_force','2020-08-10 06:58:38','2020-08-10 06:58:38','195.167.159.161',NULL,NULL),(351,'brute_force','2020-08-10 07:10:38','2020-08-10 07:10:38','45.118.144.77',NULL,NULL),(352,'brute_force','2020-08-10 07:22:53','2020-08-10 07:22:53','159.203.36.107',NULL,NULL),(353,'brute_force','2020-08-10 07:46:49','2020-08-10 07:46:49','118.69.108.35',NULL,NULL),(354,'brute_force','2020-08-10 07:59:06','2020-08-10 07:59:06','142.93.126.181',NULL,NULL),(355,'brute_force','2020-08-10 08:11:50','2020-08-10 08:11:50','95.173.161.167',NULL,NULL),(356,'brute_force','2020-08-10 08:23:09','2020-08-10 08:23:09','176.31.54.244',NULL,NULL),(357,'brute_force','2020-08-10 08:36:55','2020-08-10 08:36:55','81.22.189.115',NULL,NULL),(358,'brute_force','2020-08-10 08:49:15','2020-08-10 08:49:15','5.39.82.14',NULL,NULL),(359,'brute_force','2020-08-10 09:02:32','2020-08-10 09:02:32','165.227.15.223',NULL,NULL),(360,'brute_force','2020-08-10 09:15:54','2020-08-10 09:15:54','192.241.132.115',NULL,NULL),(361,'brute_force','2020-08-10 09:29:11','2020-08-10 09:29:11','128.199.211.68',NULL,NULL),(362,'brute_force','2020-08-10 09:42:57','2020-08-10 09:42:57','118.69.226.194',NULL,NULL),(363,'brute_force','2020-08-10 09:55:41','2020-08-10 09:55:41','159.65.145.160',NULL,NULL),(364,'brute_force','2020-08-10 10:09:49','2020-08-10 10:09:49','62.210.185.4',NULL,NULL),(365,'brute_force','2020-08-10 10:21:38','2020-08-10 10:21:38','54.38.134.219',NULL,NULL),(366,'brute_force','2020-08-10 10:49:12','2020-08-10 10:49:12','35.204.93.97',NULL,NULL),(367,'brute_force','2020-08-10 11:03:47','2020-08-10 11:03:47','138.197.95.2',NULL,NULL),(368,'brute_force','2020-08-10 11:17:51','2020-08-10 11:17:51','54.38.134.219',NULL,NULL),(369,'brute_force','2020-08-10 11:31:59','2020-08-10 11:31:59','157.245.74.244',NULL,NULL),(370,'brute_force','2020-08-10 11:46:14','2020-08-10 11:46:14','81.46.202.77',NULL,NULL),(371,'brute_force','2020-08-10 12:20:01','2020-08-10 12:20:01','178.62.76.138',NULL,NULL),(372,'brute_force','2020-08-10 12:35:02','2020-08-10 12:35:02','138.68.233.112',NULL,NULL),(373,'brute_force','2020-08-10 12:49:55','2020-08-10 12:49:55','134.122.74.58',NULL,NULL),(374,'brute_force','2020-08-10 13:04:50','2020-08-10 13:04:50','142.4.209.40',NULL,NULL),(375,'brute_force','2020-08-10 13:19:02','2020-08-10 13:19:02','167.172.56.36',NULL,NULL),(376,'brute_force','2020-08-10 13:35:08','2020-08-10 13:35:08','157.245.106.153',NULL,NULL),(377,'brute_force','2020-08-10 13:50:49','2020-08-10 13:50:49','175.208.191.37',NULL,NULL),(378,'brute_force','2020-08-10 14:06:46','2020-08-10 14:06:46','213.32.91.71',NULL,NULL),(379,'brute_force','2020-08-10 14:23:14','2020-08-10 14:23:14','103.51.103.3',NULL,NULL),(380,'brute_force','2020-08-11 04:32:31','2020-08-11 04:32:31','93.113.111.197',NULL,NULL),(381,'brute_force','2020-08-11 04:45:39','2020-08-11 04:45:39','148.72.31.117',NULL,NULL),(382,'brute_force','2020-08-11 04:59:26','2020-08-11 04:59:26','208.113.153.203',NULL,NULL),(383,'brute_force','2020-08-11 05:27:18','2020-08-11 05:27:18','103.6.244.158',NULL,NULL),(384,'brute_force','2020-08-11 06:03:14','2020-08-11 06:03:14','139.99.148.4',NULL,NULL),(385,'brute_force','2020-08-11 06:12:10','2020-08-11 06:12:10','139.59.76.217',NULL,NULL),(386,'brute_force','2020-08-11 06:21:17','2020-08-11 06:21:17','188.166.20.141',NULL,NULL),(387,'brute_force','2020-08-11 06:27:29','2020-08-11 06:27:29','167.172.186.32',NULL,NULL),(388,'brute_force','2020-08-11 06:41:37','2020-08-11 06:41:37','51.91.136.28',NULL,NULL),(389,'brute_force','2020-08-11 06:49:22','2020-08-11 06:49:22','138.197.135.102',NULL,NULL),(390,'brute_force','2020-08-11 06:56:03','2020-08-11 06:56:03','175.208.191.37',NULL,NULL),(391,'brute_force','2020-08-11 07:03:09','2020-08-11 07:03:09','208.109.8.138',NULL,NULL),(392,'brute_force','2020-08-11 07:09:35','2020-08-11 07:09:35','160.153.245.123',NULL,NULL),(393,'brute_force','2020-08-11 07:17:18','2020-08-11 07:17:18','188.165.234.92',NULL,NULL),(394,'brute_force','2020-08-11 07:25:06','2020-08-11 07:25:06','23.29.80.56',NULL,NULL),(395,'brute_force','2020-08-11 07:31:22','2020-08-11 07:31:22','149.202.59.123',NULL,NULL),(396,'brute_force','2020-08-11 07:38:44','2020-08-11 07:38:44','159.89.51.228',NULL,NULL),(397,'brute_force','2020-08-11 07:46:25','2020-08-11 07:46:25','167.71.130.153',NULL,NULL),(398,'brute_force','2020-08-11 07:53:09','2020-08-11 07:53:09','192.99.11.48',NULL,NULL),(399,'brute_force','2020-08-11 08:00:59','2020-08-11 08:00:59','138.68.80.235',NULL,NULL),(400,'brute_force','2020-08-11 08:08:58','2020-08-11 08:08:58','35.229.45.205',NULL,NULL),(401,'brute_force','2020-08-11 08:15:38','2020-08-11 08:15:38','34.91.145.211',NULL,NULL),(402,'brute_force','2020-08-11 08:24:05','2020-08-11 08:24:05','144.217.70.190',NULL,NULL),(403,'brute_force','2020-08-11 08:31:16','2020-08-11 08:31:16','188.165.255.134',NULL,NULL),(404,'brute_force','2020-08-11 08:39:41','2020-08-11 08:39:41','54.38.54.248',NULL,NULL),(405,'brute_force','2020-08-11 08:46:11','2020-08-11 08:46:11','91.134.248.230',NULL,NULL),(406,'brute_force','2020-08-11 08:54:28','2020-08-11 08:54:28','209.97.156.68',NULL,NULL),(407,'brute_force','2020-08-11 09:02:16','2020-08-11 09:02:16','165.227.86.14',NULL,NULL),(408,'brute_force','2020-08-11 09:09:36','2020-08-11 09:09:36','65.74.177.84',NULL,NULL),(409,'brute_force','2020-08-11 09:18:24','2020-08-11 09:18:24','35.233.73.146',NULL,NULL),(410,'brute_force','2020-08-11 09:24:46','2020-08-11 09:24:46','111.92.240.206',NULL,NULL),(411,'brute_force','2020-08-11 09:32:58','2020-08-11 09:32:58','104.131.208.119',NULL,NULL),(412,'brute_force','2020-08-11 09:41:14','2020-08-11 09:41:14','91.134.142.57',NULL,NULL),(413,'brute_force','2020-08-11 09:57:09','2020-08-11 09:57:09','94.177.214.9',NULL,NULL),(414,'brute_force','2020-08-11 10:05:41','2020-08-11 10:05:41','188.68.37.192',NULL,NULL),(415,'brute_force','2020-08-11 10:14:19','2020-08-11 10:14:19','45.152.120.2',NULL,NULL),(416,'brute_force','2020-08-11 10:21:10','2020-08-11 10:21:10','72.167.226.88',NULL,NULL),(417,'brute_force','2020-08-11 10:30:15','2020-08-11 10:30:15','40.113.124.250',NULL,NULL),(418,'brute_force','2020-08-11 10:38:40','2020-08-11 10:38:40','34.91.145.211',NULL,NULL),(419,'brute_force','2020-08-11 10:46:22','2020-08-11 10:46:22','45.55.61.114',NULL,NULL),(420,'brute_force','2020-08-11 10:55:05','2020-08-11 10:55:05','13.70.199.80',NULL,NULL),(421,'brute_force','2020-08-11 11:03:51','2020-08-11 11:03:51','157.245.101.251',NULL,NULL),(422,'brute_force','2020-08-11 11:12:00','2020-08-11 11:12:00','93.113.111.197',NULL,NULL),(423,'brute_force','2020-08-11 11:29:31','2020-08-11 11:29:31','51.68.229.177',NULL,NULL),(424,'brute_force','2020-08-11 11:38:14','2020-08-11 11:38:14','160.153.251.138',NULL,NULL),(425,'brute_force','2020-08-11 11:46:39','2020-08-11 11:46:39','206.189.24.6',NULL,NULL),(426,'brute_force','2020-08-11 11:55:22','2020-08-11 11:55:22','51.75.142.24',NULL,NULL),(427,'brute_force','2020-08-11 12:12:52','2020-08-11 12:12:52','51.254.118.224',NULL,NULL),(428,'brute_force','2020-08-11 12:31:41','2020-08-11 12:31:41','95.173.161.167',NULL,NULL),(429,'brute_force','2020-08-11 12:57:33','2020-08-11 12:57:33','198.38.84.254',NULL,NULL),(430,'brute_force','2020-08-11 13:05:21','2020-08-11 13:05:21','166.62.100.99',NULL,NULL),(431,'brute_force','2020-08-11 13:15:27','2020-08-11 13:15:27','178.128.216.246',NULL,NULL),(432,'brute_force','2020-08-11 13:25:05','2020-08-11 13:25:05','178.62.59.59',NULL,NULL),(433,'brute_force','2020-08-11 13:33:15','2020-08-11 13:33:15','167.99.13.90',NULL,NULL),(434,'brute_force','2020-08-11 13:42:18','2020-08-11 13:42:18','193.70.81.132',NULL,NULL),(435,'brute_force','2020-08-11 13:52:08','2020-08-11 13:52:08','208.113.153.203',NULL,NULL),(436,'brute_force','2020-08-11 14:00:17','2020-08-11 14:00:17','138.68.80.235',NULL,NULL),(437,'brute_force','2020-08-11 14:10:34','2020-08-11 14:10:34','165.22.240.63',NULL,NULL),(438,'brute_force','2020-08-11 14:21:58','2020-08-11 14:21:58','139.59.85.41',NULL,NULL),(439,'brute_force','2020-08-11 14:29:21','2020-08-11 14:29:21','167.172.68.76',NULL,NULL),(440,'brute_force','2020-08-12 00:37:12','2020-08-12 00:37:12','157.230.104.185',NULL,NULL),(441,'brute_force','2020-08-12 01:05:54','2020-08-12 01:05:54','54.38.65.127',NULL,NULL),(442,'brute_force','2020-08-12 01:43:23','2020-08-12 01:43:23','218.232.46.83',NULL,NULL),(443,'brute_force','2020-08-12 02:21:30','2020-08-12 02:21:30','142.93.122.207',NULL,NULL),(444,'brute_force','2020-08-12 02:38:42','2020-08-12 02:38:42','142.93.122.161',NULL,NULL),(445,'brute_force','2020-08-12 02:58:06','2020-08-12 02:58:06','178.62.99.103',NULL,NULL),(446,'brute_force','2020-08-12 03:20:06','2020-08-12 03:20:06','134.122.103.0',NULL,NULL),(447,'brute_force','2020-08-12 03:36:58','2020-08-12 03:36:58','104.236.100.42',NULL,NULL),(448,'brute_force','2020-08-12 03:57:24','2020-08-12 03:57:24','92.222.92.237',NULL,NULL),(449,'brute_force','2020-08-12 04:17:46','2020-08-12 04:17:46','50.63.161.42',NULL,NULL),(450,'brute_force','2020-08-12 04:37:48','2020-08-12 04:37:48','138.197.171.66',NULL,NULL),(451,'brute_force','2020-08-12 04:59:17','2020-08-12 04:59:17','185.177.57.20',NULL,NULL),(452,'brute_force','2020-08-12 05:20:11','2020-08-12 05:20:11','139.59.57.64',NULL,NULL),(453,'brute_force','2020-08-12 05:39:31','2020-08-12 05:39:31','104.131.208.119',NULL,NULL),(454,'brute_force','2020-08-12 06:01:13','2020-08-12 06:01:13','47.75.242.193',NULL,NULL),(455,'brute_force','2020-08-12 06:22:50','2020-08-12 06:22:50','45.55.61.114',NULL,NULL),(456,'brute_force','2020-08-12 06:44:03','2020-08-12 06:44:03','104.248.158.95',NULL,NULL),(457,'brute_force','2020-08-12 07:06:53','2020-08-12 07:06:53','165.22.40.128',NULL,NULL),(458,'brute_force','2020-08-12 07:27:59','2020-08-12 07:27:59','167.71.63.47',NULL,NULL),(459,'brute_force','2020-08-12 07:50:43','2020-08-12 07:50:43','51.89.157.100',NULL,NULL),(460,'brute_force','2020-08-12 08:14:16','2020-08-12 08:14:16','139.59.43.75',NULL,NULL),(461,'brute_force','2020-08-12 08:35:52','2020-08-12 08:35:52','164.132.48.179',NULL,NULL),(462,'brute_force','2020-08-12 08:59:26','2020-08-12 08:59:26','128.199.244.150',NULL,NULL),(463,'brute_force','2020-08-12 09:23:01','2020-08-12 09:23:01','114.143.247.174',NULL,NULL),(464,'brute_force','2020-08-12 09:45:22','2020-08-12 09:45:22','91.121.101.77',NULL,NULL),(465,'brute_force','2020-08-12 10:10:14','2020-08-12 10:10:14','159.65.127.42',NULL,NULL),(466,'brute_force','2020-08-12 10:33:40','2020-08-12 10:33:40','159.203.27.100',NULL,NULL),(467,'brute_force','2020-08-12 10:57:04','2020-08-12 10:57:04','159.203.176.82',NULL,NULL),(468,'brute_force','2020-08-12 11:21:50','2020-08-12 11:21:50','159.65.145.160',NULL,NULL),(469,'brute_force','2020-08-12 12:37:17','2020-08-12 12:37:17','192.99.31.122',NULL,NULL),(470,'brute_force','2020-08-12 12:59:48','2020-08-12 12:59:48','68.183.111.135',NULL,NULL),(471,'brute_force','2020-08-12 13:19:47','2020-08-12 13:19:47','191.234.176.158',NULL,NULL),(472,'brute_force','2020-08-12 13:37:39','2020-08-12 13:37:39','107.175.46.17',NULL,NULL),(473,'brute_force','2020-08-12 13:56:27','2020-08-12 13:56:27','142.93.99.56',NULL,NULL),(474,'brute_force','2020-08-12 14:12:17','2020-08-12 14:12:17','104.155.76.131',NULL,NULL),(475,'brute_force','2020-08-12 14:49:44','2020-08-12 14:49:44','52.143.52.199',NULL,NULL),(476,'brute_force','2020-08-12 15:09:52','2020-08-12 15:09:52','139.99.148.4',NULL,NULL),(477,'brute_force','2020-08-12 15:28:23','2020-08-12 15:28:23','142.4.209.40',NULL,NULL),(478,'brute_force','2020-08-12 15:48:22','2020-08-12 15:48:22','192.163.207.200',NULL,NULL),(479,'brute_force','2020-08-12 16:09:27','2020-08-12 16:09:27','67.205.144.65',NULL,NULL),(480,'brute_force','2020-08-12 16:27:42','2020-08-12 16:27:42','72.167.222.102',NULL,NULL),(481,'brute_force','2020-08-12 16:48:54','2020-08-12 16:48:54','151.80.140.166',NULL,NULL),(482,'brute_force','2020-08-12 17:07:17','2020-08-12 17:07:17','198.12.225.100',NULL,NULL),(483,'brute_force','2020-08-12 17:24:35','2020-08-12 17:24:35','207.154.236.97',NULL,NULL),(484,'brute_force','2020-08-12 17:43:21','2020-08-12 17:43:21','37.59.98.179',NULL,NULL),(485,'brute_force','2020-08-12 18:02:42','2020-08-12 18:02:42','167.172.125.254',NULL,NULL),(486,'brute_force','2020-08-12 18:20:04','2020-08-12 18:20:04','68.183.184.7',NULL,NULL),(487,'brute_force','2020-08-12 18:39:02','2020-08-12 18:39:02','198.12.156.214',NULL,NULL),(488,'brute_force','2020-08-12 18:58:00','2020-08-12 18:58:00','212.129.33.48',NULL,NULL),(489,'brute_force','2020-08-12 19:17:25','2020-08-12 19:17:25','212.19.99.12',NULL,NULL),(490,'brute_force','2020-08-12 19:37:07','2020-08-12 19:37:07','54.38.253.1',NULL,NULL),(491,'brute_force','2020-08-12 19:58:13','2020-08-12 19:58:13','159.65.19.39',NULL,NULL),(492,'brute_force','2020-08-12 20:16:18','2020-08-12 20:16:18','91.121.143.108',NULL,NULL),(493,'brute_force','2020-08-12 20:36:36','2020-08-12 20:36:36','51.75.142.24',NULL,NULL),(494,'brute_force','2020-08-12 20:57:21','2020-08-12 20:57:21','138.197.131.66',NULL,NULL),(495,'brute_force','2020-08-12 21:16:59','2020-08-12 21:16:59','159.203.176.219',NULL,NULL),(496,'brute_force','2020-08-12 21:38:48','2020-08-12 21:38:48','138.68.238.155',NULL,NULL),(497,'brute_force','2020-08-12 21:59:44','2020-08-12 21:59:44','165.22.209.132',NULL,NULL),(498,'brute_force','2020-08-12 22:19:31','2020-08-12 22:19:31','161.35.210.241',NULL,NULL),(499,'brute_force','2020-08-12 22:41:52','2020-08-12 22:41:52','65.74.177.84',NULL,NULL),(500,'brute_force','2020-08-12 23:04:03','2020-08-12 23:04:03','145.239.95.42',NULL,NULL),(501,'brute_force','2020-08-12 23:25:35','2020-08-12 23:25:35','35.233.56.0',NULL,NULL),(502,'brute_force','2020-08-12 23:48:29','2020-08-12 23:48:29','51.75.23.214',NULL,NULL),(503,'brute_force','2020-08-13 00:11:22','2020-08-13 00:11:22','64.227.0.234',NULL,NULL),(504,'brute_force','2020-08-13 00:33:44','2020-08-13 00:33:44','65.74.177.84',NULL,NULL),(505,'brute_force','2020-08-13 00:57:55','2020-08-13 00:57:55','92.222.95.47',NULL,NULL),(506,'brute_force','2020-08-13 04:15:17','2020-08-13 04:15:17','185.147.49.151',NULL,NULL),(507,'brute_force','2020-08-13 04:29:29','2020-08-13 04:29:29','139.59.87.130',NULL,NULL),(508,'brute_force','2020-08-13 04:43:19','2020-08-13 04:43:19','142.93.182.7',NULL,NULL),(509,'brute_force','2020-08-13 05:12:57','2020-08-13 05:12:57','35.203.155.125',NULL,NULL),(510,'brute_force','2020-08-13 05:41:55','2020-08-13 05:41:55','159.203.37.43',NULL,NULL),(511,'brute_force','2020-08-13 05:57:46','2020-08-13 05:57:46','192.169.219.79',NULL,NULL),(512,'brute_force','2020-08-13 06:12:52','2020-08-13 06:12:52','163.172.42.123',NULL,NULL),(513,'brute_force','2020-08-13 06:26:56','2020-08-13 06:26:56','167.71.224.90',NULL,NULL),(514,'brute_force','2020-08-13 06:40:26','2020-08-13 06:40:26','40.113.124.250',NULL,NULL),(515,'brute_force','2020-08-13 06:52:22','2020-08-13 06:52:22','144.217.130.102',NULL,NULL),(516,'brute_force','2020-08-13 07:04:41','2020-08-13 07:04:41','103.147.10.222',NULL,NULL),(517,'brute_force','2020-08-13 07:12:55','2020-08-13 07:12:55','45.127.106.204',NULL,NULL),(518,'brute_force','2020-08-13 07:22:45','2020-08-13 07:22:45','79.137.39.102',NULL,NULL),(519,'brute_force','2020-08-13 07:31:46','2020-08-13 07:31:46','46.101.120.8',NULL,NULL),(520,'brute_force','2020-08-13 07:41:01','2020-08-13 07:41:01','103.92.26.197',NULL,NULL),(521,'brute_force','2020-08-13 07:49:32','2020-08-13 07:49:32','104.198.172.68',NULL,NULL),(522,'brute_force','2020-08-13 08:00:12','2020-08-13 08:00:12','159.89.183.168',NULL,NULL),(523,'brute_force','2020-08-13 08:11:33','2020-08-13 08:11:33','159.89.99.68',NULL,NULL),(524,'brute_force','2020-08-13 08:19:05','2020-08-13 08:19:05','148.72.209.191',NULL,NULL),(525,'brute_force','2020-08-13 08:27:53','2020-08-13 08:27:53','84.38.184.67',NULL,NULL),(526,'brute_force','2020-08-13 08:38:39','2020-08-13 08:38:39','142.93.124.210',NULL,NULL),(527,'brute_force','2020-08-13 08:48:18','2020-08-13 08:48:18','198.12.227.90',NULL,NULL),(528,'brute_force','2020-08-13 08:58:02','2020-08-13 08:58:02','107.180.95.149',NULL,NULL),(529,'brute_force','2020-08-13 09:08:24','2020-08-13 09:08:24','54.37.21.211',NULL,NULL),(530,'brute_force','2020-08-13 09:18:37','2020-08-13 09:18:37','34.91.145.211',NULL,NULL),(531,'brute_force','2020-08-13 09:29:02','2020-08-13 09:29:02','35.196.37.206',NULL,NULL),(532,'brute_force','2020-08-13 09:38:52','2020-08-13 09:38:52','142.93.122.207',NULL,NULL),(533,'brute_force','2020-08-13 09:50:52','2020-08-13 09:50:52','188.166.60.138',NULL,NULL),(534,'brute_force','2020-08-13 09:59:53','2020-08-13 09:59:53','192.99.149.195',NULL,NULL),(535,'brute_force','2020-08-13 10:10:02','2020-08-13 10:10:02','213.149.103.132',NULL,NULL),(536,'brute_force','2020-08-13 10:21:09','2020-08-13 10:21:09','64.227.7.123',NULL,NULL),(537,'brute_force','2020-08-13 10:32:27','2020-08-13 10:32:27','142.93.122.161',NULL,NULL),(538,'brute_force','2020-08-13 10:43:30','2020-08-13 10:43:30','54.37.21.211',NULL,NULL),(539,'brute_force','2020-08-13 10:54:46','2020-08-13 10:54:46','139.59.5.179',NULL,NULL),(540,'brute_force','2020-08-13 11:05:29','2020-08-13 11:05:29','200.121.128.64',NULL,NULL),(541,'brute_force','2020-08-13 11:18:00','2020-08-13 11:18:00','5.61.30.164',NULL,NULL),(542,'brute_force','2020-08-13 11:28:09','2020-08-13 11:28:09','115.146.127.147',NULL,NULL),(543,'brute_force','2020-08-13 11:39:04','2020-08-13 11:39:04','188.165.255.134',NULL,NULL),(544,'brute_force','2020-08-13 12:02:19','2020-08-13 12:02:19','54.38.65.127',NULL,NULL),(545,'brute_force','2020-08-13 12:14:16','2020-08-13 12:14:16','51.144.73.114',NULL,NULL),(546,'brute_force','2020-08-13 12:25:42','2020-08-13 12:25:42','5.32.175.72',NULL,NULL),(547,'brute_force','2020-08-13 12:38:11','2020-08-13 12:38:11','178.62.252.206',NULL,NULL),(548,'brute_force','2020-08-13 12:51:02','2020-08-13 12:51:02','149.56.19.4',NULL,NULL),(549,'brute_force','2020-08-13 13:01:05','2020-08-13 13:01:05','142.93.161.89',NULL,NULL),(550,'brute_force','2020-08-13 13:14:18','2020-08-13 13:14:18','192.241.132.115',NULL,NULL),(551,'brute_force','2020-08-13 13:25:39','2020-08-13 13:25:39','198.12.250.187',NULL,NULL),(552,'brute_force','2020-08-13 13:44:52','2020-08-13 13:44:52','62.210.185.4',NULL,NULL),(553,'brute_force','2020-08-13 13:57:32','2020-08-13 13:57:32','46.101.179.164',NULL,NULL),(554,'brute_force','2020-08-13 14:08:37','2020-08-13 14:08:37','45.62.242.26',NULL,NULL),(555,'brute_force','2020-08-13 14:35:25','2020-08-13 14:35:25','138.68.233.112',NULL,NULL),(556,'brute_force','2020-08-13 15:00:05','2020-08-13 15:00:05','35.233.56.0',NULL,NULL),(557,'brute_force','2020-08-13 15:14:21','2020-08-13 15:14:21','206.189.231.196',NULL,NULL),(558,'brute_force','2020-08-13 15:27:04','2020-08-13 15:27:04','142.4.4.229',NULL,NULL),(559,'brute_force','2020-08-13 15:39:42','2020-08-13 15:39:42','162.144.141.141',NULL,NULL),(560,'brute_force','2020-08-13 15:53:22','2020-08-13 15:53:22','178.33.236.93',NULL,NULL),(561,'brute_force','2020-08-13 16:05:33','2020-08-13 16:05:33','159.253.46.18',NULL,NULL),(562,'brute_force','2020-08-13 16:16:25','2020-08-13 16:16:25','51.91.105.6',NULL,NULL),(563,'brute_force','2020-08-13 16:26:57','2020-08-13 16:26:57','93.113.111.100',NULL,NULL),(564,'brute_force','2020-08-13 16:36:25','2020-08-13 16:36:25','113.160.54.78',NULL,NULL),(565,'brute_force','2020-08-13 16:47:22','2020-08-13 16:47:22','139.59.5.179',NULL,NULL),(566,'brute_force','2020-08-13 16:55:11','2020-08-13 16:55:11','5.253.25.217',NULL,NULL),(567,'brute_force','2020-08-13 17:03:20','2020-08-13 17:03:20','164.132.38.166',NULL,NULL),(568,'brute_force','2020-08-13 17:13:30','2020-08-13 17:13:30','92.222.92.237',NULL,NULL),(569,'brute_force','2020-08-13 17:34:29','2020-08-13 17:34:29','178.128.122.89',NULL,NULL),(570,'brute_force','2020-08-13 17:42:15','2020-08-13 17:42:15','213.32.91.71',NULL,NULL),(571,'brute_force','2020-08-13 17:52:10','2020-08-13 17:52:10','104.248.112.159',NULL,NULL),(572,'brute_force','2020-08-13 18:01:40','2020-08-13 18:01:40','160.153.245.123',NULL,NULL),(573,'brute_force','2020-08-13 18:11:07','2020-08-13 18:11:07','142.4.22.236',NULL,NULL),(574,'brute_force','2020-08-13 18:22:05','2020-08-13 18:22:05','134.122.102.200',NULL,NULL),(575,'brute_force','2020-08-13 18:30:49','2020-08-13 18:30:49','200.121.128.64',NULL,NULL),(576,'brute_force','2020-08-13 18:40:15','2020-08-13 18:40:15','187.17.106.124',NULL,NULL),(577,'brute_force','2020-08-13 18:50:26','2020-08-13 18:50:26','35.186.173.231',NULL,NULL),(578,'brute_force','2020-08-13 19:01:20','2020-08-13 19:01:20','35.221.26.149',NULL,NULL),(579,'brute_force','2020-08-13 19:11:13','2020-08-13 19:11:13','198.12.156.214',NULL,NULL),(580,'brute_force','2020-08-13 19:21:36','2020-08-13 19:21:36','188.166.38.40',NULL,NULL),(581,'brute_force','2020-08-13 19:32:05','2020-08-13 19:32:05','159.65.228.105',NULL,NULL),(582,'brute_force','2020-08-13 19:53:39','2020-08-13 19:53:39','139.59.147.218',NULL,NULL),(583,'brute_force','2020-08-13 20:02:59','2020-08-13 20:02:59','139.59.57.64',NULL,NULL),(584,'brute_force','2020-08-13 20:25:37','2020-08-13 20:25:37','157.245.37.203',NULL,NULL),(585,'brute_force','2020-08-13 20:36:13','2020-08-13 20:36:13','171.244.21.87',NULL,NULL),(586,'brute_force','2020-08-13 20:46:29','2020-08-13 20:46:29','45.152.120.2',NULL,NULL),(587,'brute_force','2020-08-13 20:57:30','2020-08-13 20:57:30','64.227.0.234',NULL,NULL),(588,'brute_force','2020-08-13 21:08:25','2020-08-13 21:08:25','166.62.122.244',NULL,NULL),(589,'brute_force','2020-08-13 21:29:55','2020-08-13 21:29:55','51.75.16.206',NULL,NULL),(590,'brute_force','2020-08-13 21:41:58','2020-08-13 21:41:58','118.69.173.199',NULL,NULL),(591,'brute_force','2020-08-13 21:53:13','2020-08-13 21:53:13','198.12.156.214',NULL,NULL),(592,'brute_force','2020-08-13 22:04:14','2020-08-13 22:04:14','95.110.129.91',NULL,NULL),(593,'brute_force','2020-08-13 22:17:52','2020-08-13 22:17:52','46.101.150.9',NULL,NULL),(594,'brute_force','2020-08-13 22:44:27','2020-08-13 22:44:27','112.196.72.188',NULL,NULL),(595,'brute_force','2020-08-13 22:55:37','2020-08-13 22:55:37','167.71.227.102',NULL,NULL),(596,'brute_force','2020-08-13 23:07:34','2020-08-13 23:07:34','165.22.112.128',NULL,NULL),(597,'brute_force','2020-08-13 23:33:03','2020-08-13 23:33:03','159.89.1.19',NULL,NULL),(598,'brute_force','2020-08-14 01:16:45','2020-08-14 01:16:45','195.154.43.232',NULL,NULL),(599,'brute_force','2020-08-14 03:29:20','2020-08-14 03:29:20','142.93.52.174',NULL,NULL),(600,'brute_force','2020-08-14 03:37:59','2020-08-14 03:37:59','192.169.218.28',NULL,NULL),(601,'brute_force','2020-08-14 03:47:59','2020-08-14 03:47:59','115.146.127.147',NULL,NULL),(602,'brute_force','2020-08-14 04:06:07','2020-08-14 04:06:07','51.75.248.160',NULL,NULL),(603,'brute_force','2020-08-14 04:26:11','2020-08-14 04:26:11','54.38.54.248',NULL,NULL),(604,'brute_force','2020-08-14 04:27:59','2020-08-14 04:27:59','198.245.60.109',NULL,NULL),(605,'brute_force','2020-08-14 04:36:10','2020-08-14 04:36:10','165.227.119.98',NULL,NULL),(606,'brute_force','2020-08-14 04:45:00','2020-08-14 04:45:00','95.110.129.91',NULL,NULL),(607,'brute_force','2020-08-14 04:54:49','2020-08-14 04:54:49','159.203.27.100',NULL,NULL),(608,'brute_force','2020-08-14 05:04:35','2020-08-14 05:04:35','148.72.209.9',NULL,NULL),(609,'brute_force','2020-08-14 05:15:37','2020-08-14 05:15:37','178.62.76.138',NULL,NULL),(610,'brute_force','2020-08-14 05:25:52','2020-08-14 05:25:52','178.62.76.138',NULL,NULL),(611,'brute_force','2020-08-14 05:35:50','2020-08-14 05:35:50','138.197.194.207',NULL,NULL),(612,'brute_force','2020-08-14 05:46:08','2020-08-14 05:46:08','142.4.2.150',NULL,NULL),(613,'brute_force','2020-08-14 05:56:12','2020-08-14 05:56:12','54.37.17.21',NULL,NULL),(614,'brute_force','2020-08-14 06:07:41','2020-08-14 06:07:41','192.99.200.69',NULL,NULL),(615,'brute_force','2020-08-14 06:19:14','2020-08-14 06:19:14','157.230.111.136',NULL,NULL),(616,'brute_force','2020-08-14 06:29:08','2020-08-14 06:29:08','145.239.95.42',NULL,NULL),(617,'brute_force','2020-08-14 06:40:06','2020-08-14 06:40:06','212.19.99.12',NULL,NULL),(618,'brute_force','2020-08-14 06:51:42','2020-08-14 06:51:42','134.209.165.92',NULL,NULL),(619,'brute_force','2020-08-14 07:03:51','2020-08-14 07:03:51','167.71.102.17',NULL,NULL),(620,'brute_force','2020-08-14 07:15:29','2020-08-14 07:15:29','81.22.189.115',NULL,NULL),(621,'brute_force','2020-08-14 07:22:26','2020-08-14 07:22:26','198.245.60.109',NULL,NULL),(622,'brute_force','2020-08-14 07:27:17','2020-08-14 07:27:17','34.84.157.244',NULL,NULL),(623,'brute_force','2020-08-14 07:37:08','2020-08-14 07:37:08','154.0.173.16',NULL,NULL),(624,'brute_force','2020-08-14 07:50:39','2020-08-14 07:50:39','40.113.124.250',NULL,NULL),(625,'brute_force','2020-08-14 08:15:55','2020-08-14 08:15:55','66.115.173.18',NULL,NULL),(626,'brute_force','2020-08-14 08:28:09','2020-08-14 08:28:09','178.32.27.177',NULL,NULL),(627,'brute_force','2020-08-14 08:36:48','2020-08-14 08:36:48','109.100.230.40',NULL,NULL),(628,'brute_force','2020-08-14 08:36:48','2020-08-14 08:36:48',NULL,NULL,'admin'),(629,'brute_force','2020-08-14 08:40:21','2020-08-14 08:40:21','166.62.80.165',NULL,NULL),(630,'brute_force','2020-08-14 08:52:40','2020-08-14 08:52:40','107.175.46.17',NULL,NULL),(631,'brute_force','2020-08-14 09:06:59','2020-08-14 09:06:59','191.234.176.158',NULL,NULL),(632,'brute_force','2020-08-14 09:18:55','2020-08-14 09:18:55','147.135.211.127',NULL,NULL),(633,'brute_force','2020-08-14 09:32:39','2020-08-14 09:32:39','5.253.25.217',NULL,NULL),(634,'brute_force','2020-08-14 09:44:10','2020-08-14 09:44:10','145.239.95.42',NULL,NULL),(635,'brute_force','2020-08-14 09:56:41','2020-08-14 09:56:41','188.165.255.134',NULL,NULL),(636,'brute_force','2020-08-14 10:10:44','2020-08-14 10:10:44','54.38.253.1',NULL,NULL),(637,'brute_force','2020-08-14 10:23:41','2020-08-14 10:23:41','51.75.53.141',NULL,NULL),(638,'brute_force','2020-08-14 10:36:54','2020-08-14 10:36:54','64.202.184.249',NULL,NULL),(639,'brute_force','2020-08-14 10:50:06','2020-08-14 10:50:06','37.187.73.206',NULL,NULL),(640,'brute_force','2020-08-14 11:03:24','2020-08-14 11:03:24','185.182.56.229',NULL,NULL),(641,'brute_force','2020-08-14 11:18:59','2020-08-14 11:18:59','157.230.239.6',NULL,NULL),(642,'brute_force','2020-08-14 11:31:19','2020-08-14 11:31:19','37.59.47.52',NULL,NULL),(643,'brute_force','2020-08-14 11:45:43','2020-08-14 11:45:43','54.238.106.173',NULL,NULL),(644,'brute_force','2020-08-14 11:59:42','2020-08-14 11:59:42','124.158.12.202',NULL,NULL),(645,'brute_force','2020-08-14 12:15:16','2020-08-14 12:15:16','46.101.150.9',NULL,NULL),(646,'brute_force','2020-08-14 12:29:17','2020-08-14 12:29:17','160.16.147.188',NULL,NULL),(647,'brute_force','2020-08-14 12:46:24','2020-08-14 12:46:24','142.4.4.229',NULL,NULL),(648,'brute_force','2020-08-14 13:01:53','2020-08-14 13:01:53','54.71.115.235',NULL,NULL),(649,'brute_force','2020-08-14 13:16:36','2020-08-14 13:16:36','61.244.70.248',NULL,NULL),(650,'brute_force','2020-08-14 13:29:03','2020-08-14 13:29:03','198.100.145.89',NULL,NULL),(651,'brute_force','2020-08-14 13:31:14','2020-08-14 13:31:14','128.199.107.33',NULL,NULL),(652,'brute_force','2020-08-14 13:46:23','2020-08-14 13:46:23','104.248.158.95',NULL,NULL),(653,'brute_force','2020-08-14 14:01:20','2020-08-14 14:01:20','41.93.48.72',NULL,NULL),(654,'brute_force','2020-08-14 14:50:57','2020-08-14 14:50:57','47.52.98.110',NULL,NULL),(655,'brute_force','2020-08-14 14:50:57','2020-08-14 14:50:57',NULL,NULL,'admin'),(656,'brute_force','2020-08-14 14:51:39','2020-08-14 14:51:39','47.52.98.110',NULL,NULL),(657,'brute_force','2020-08-14 14:51:39','2020-08-14 14:51:39',NULL,NULL,'admin'),(658,'brute_force','2020-08-14 14:52:12','2020-08-14 14:52:12','47.52.98.110',NULL,NULL),(659,'brute_force','2020-08-14 14:52:12','2020-08-14 14:52:12',NULL,NULL,'admin'),(660,'brute_force','2020-08-14 14:52:45','2020-08-14 14:52:45','47.52.98.110',NULL,NULL),(661,'brute_force','2020-08-14 14:52:45','2020-08-14 14:52:45',NULL,NULL,'admin'),(662,'brute_force','2020-08-14 14:53:14','2020-08-14 14:53:14','47.52.98.110',NULL,NULL),(663,'brute_force','2020-08-14 14:53:14','2020-08-14 14:53:14',NULL,NULL,'admin'),(664,'brute_force','2020-08-15 03:28:22','2020-08-15 03:28:22','163.172.118.115',NULL,NULL),(665,'brute_force','2020-08-15 04:03:24','2020-08-15 04:03:24','198.100.145.89',NULL,NULL),(666,'brute_force','2020-08-15 06:53:16','2020-08-15 06:53:16','62.210.11.219',NULL,NULL),(667,'brute_force','2020-08-15 07:49:11','2020-08-15 07:49:11','37.59.141.40',NULL,NULL),(668,'brute_force','2020-08-15 08:13:32','2020-08-15 08:13:32','62.210.185.4',NULL,NULL),(669,'brute_force','2020-08-15 08:37:20','2020-08-15 08:37:20','139.59.4.145',NULL,NULL),(670,'brute_force','2020-08-15 09:28:12','2020-08-15 09:28:12','45.118.144.77',NULL,NULL),(671,'brute_force','2020-08-15 09:41:37','2020-08-15 09:41:37','195.154.236.210',NULL,NULL),(672,'brute_force','2020-08-15 10:22:29','2020-08-15 10:22:29','67.205.144.65',NULL,NULL),(673,'brute_force','2020-08-15 10:48:30','2020-08-15 10:48:30','104.248.124.109',NULL,NULL),(674,'brute_force','2020-08-15 11:15:22','2020-08-15 11:15:22','52.62.23.37',NULL,NULL),(675,'brute_force','2020-08-15 11:44:49','2020-08-15 11:44:49','14.200.1.238',NULL,NULL),(676,'brute_force','2020-08-15 12:09:38','2020-08-15 12:09:38','213.197.180.91',NULL,NULL),(677,'brute_force','2020-08-15 12:39:39','2020-08-15 12:39:39','167.71.224.90',NULL,NULL),(678,'brute_force','2020-08-15 13:37:10','2020-08-15 13:37:10','198.38.84.254',NULL,NULL),(679,'brute_force','2020-08-15 14:07:17','2020-08-15 14:07:17','165.227.86.14',NULL,NULL),(680,'brute_force','2020-08-15 14:36:36','2020-08-15 14:36:36','134.209.89.139',NULL,NULL),(681,'brute_force','2020-08-15 15:06:55','2020-08-15 15:06:55','51.75.248.160',NULL,NULL),(682,'brute_force','2020-08-15 15:18:07','2020-08-15 15:18:07','51.15.147.108',NULL,NULL),(683,'brute_force','2020-08-15 15:37:03','2020-08-15 15:37:03','81.22.189.115',NULL,NULL),(684,'brute_force','2020-08-15 16:09:18','2020-08-15 16:09:18','206.189.85.88',NULL,NULL),(685,'brute_force','2020-08-15 16:36:48','2020-08-15 16:36:48','149.202.8.66',NULL,NULL),(686,'brute_force','2020-08-15 17:01:26','2020-08-15 17:01:26','35.196.37.206',NULL,NULL),(687,'brute_force','2020-08-15 17:27:25','2020-08-15 17:27:25','157.230.234.117',NULL,NULL),(688,'brute_force','2020-08-15 17:51:25','2020-08-15 17:51:25','171.244.21.87',NULL,NULL),(689,'brute_force','2020-08-15 18:17:11','2020-08-15 18:17:11','206.189.85.88',NULL,NULL),(690,'brute_force','2020-08-15 18:42:45','2020-08-15 18:42:45','217.61.104.25',NULL,NULL),(691,'brute_force','2020-08-15 19:07:57','2020-08-15 19:07:57','45.62.242.26',NULL,NULL),(692,'brute_force','2020-08-15 19:34:44','2020-08-15 19:34:44','158.69.243.169',NULL,NULL),(693,'brute_force','2020-08-15 20:02:10','2020-08-15 20:02:10','167.172.68.76',NULL,NULL),(694,'brute_force','2020-08-15 20:28:40','2020-08-15 20:28:40','138.197.135.102',NULL,NULL),(695,'brute_force','2020-08-15 20:50:30','2020-08-15 20:50:30','195.154.55.102',NULL,NULL),(696,'brute_force','2020-08-15 20:56:34','2020-08-15 20:56:34','134.209.89.139',NULL,NULL),(697,'brute_force','2020-08-15 21:23:38','2020-08-15 21:23:38','64.227.50.96',NULL,NULL),(698,'brute_force','2020-08-15 21:53:19','2020-08-15 21:53:19','157.245.40.76',NULL,NULL),(699,'brute_force','2020-08-15 22:22:14','2020-08-15 22:22:14','159.203.98.228',NULL,NULL),(700,'brute_force','2020-08-15 22:49:34','2020-08-15 22:49:34','81.46.202.77',NULL,NULL),(701,'brute_force','2020-08-15 23:00:25','2020-08-15 23:00:25','212.129.59.36',NULL,NULL),(702,'brute_force','2020-08-15 23:20:21','2020-08-15 23:20:21','159.65.127.42',NULL,NULL),(703,'brute_force','2020-08-15 23:36:46','2020-08-15 23:36:46','212.129.56.208',NULL,NULL),(704,'brute_force','2020-08-15 23:49:41','2020-08-15 23:49:41','47.75.242.193',NULL,NULL),(705,'brute_force','2020-08-16 00:19:49','2020-08-16 00:19:49','128.199.244.150',NULL,NULL),(706,'brute_force','2020-08-16 00:50:37','2020-08-16 00:50:37','72.167.226.88',NULL,NULL),(707,'brute_force','2020-08-16 01:22:07','2020-08-16 01:22:07','202.143.111.220',NULL,NULL),(708,'brute_force','2020-08-16 01:53:47','2020-08-16 01:53:47','51.91.123.235',NULL,NULL),(709,'brute_force','2020-08-16 02:22:32','2020-08-16 02:22:32','212.83.146.239',NULL,NULL),(710,'brute_force','2020-08-16 02:25:17','2020-08-16 02:25:17','213.149.103.132',NULL,NULL),(711,'brute_force','2020-08-16 02:45:10','2020-08-16 02:45:10','51.68.229.177',NULL,NULL),(712,'brute_force','2020-08-16 03:16:25','2020-08-16 03:16:25','159.89.9.140',NULL,NULL),(713,'brute_force','2020-08-16 03:41:59','2020-08-16 03:41:59','166.62.122.244',NULL,NULL),(714,'brute_force','2020-08-16 04:06:52','2020-08-16 04:06:52','167.172.56.36',NULL,NULL),(715,'brute_force','2020-08-16 04:31:59','2020-08-16 04:31:59','178.209.170.75',NULL,NULL),(716,'brute_force','2020-08-16 04:32:00','2020-08-16 04:32:00','212.129.3.50',NULL,NULL),(717,'brute_force','2020-08-16 04:56:52','2020-08-16 04:56:52','37.187.132.132',NULL,NULL),(718,'brute_force','2020-08-16 05:08:42','2020-08-16 05:08:42','62.210.7.59',NULL,NULL),(719,'brute_force','2020-08-16 05:23:09','2020-08-16 05:23:09','157.245.240.102',NULL,NULL),(720,'brute_force','2020-08-16 05:48:29','2020-08-16 05:48:29','104.248.224.124',NULL,NULL),(721,'brute_force','2020-08-16 06:15:40','2020-08-16 06:15:40','159.89.183.168',NULL,NULL),(722,'brute_force','2020-08-16 06:43:21','2020-08-16 06:43:21','148.72.207.135',NULL,NULL),(723,'brute_force','2020-08-16 07:08:47','2020-08-16 07:08:47','116.203.54.48',NULL,NULL),(724,'brute_force','2020-08-16 07:20:08','2020-08-16 07:20:08','212.83.184.117',NULL,NULL),(725,'brute_force','2020-08-16 07:34:44','2020-08-16 07:34:44','104.131.12.67',NULL,NULL),(726,'brute_force','2020-08-16 07:57:02','2020-08-16 07:57:02','176.124.231.76',NULL,NULL),(727,'brute_force','2020-08-16 07:57:35','2020-08-16 07:57:35','195.154.62.39',NULL,NULL),(728,'brute_force','2020-08-16 08:20:57','2020-08-16 08:20:57','134.209.165.92',NULL,NULL),(729,'brute_force','2020-08-16 08:44:31','2020-08-16 08:44:31','159.203.98.228',NULL,NULL),(730,'brute_force','2020-08-16 09:07:22','2020-08-16 09:07:22','104.236.45.171',NULL,NULL),(731,'brute_force','2020-08-16 09:30:54','2020-08-16 09:30:54','139.59.76.217',NULL,NULL),(732,'brute_force','2020-08-16 09:53:51','2020-08-16 09:53:51','95.173.161.167',NULL,NULL),(733,'brute_force','2020-08-16 10:18:07','2020-08-16 10:18:07','116.203.54.48',NULL,NULL),(734,'brute_force','2020-08-16 10:22:55','2020-08-16 10:22:55','192.95.30.59',NULL,NULL),(735,'brute_force','2020-08-16 10:22:55','2020-08-16 10:22:55',NULL,NULL,'admin'),(736,'brute_force','2020-08-16 10:42:58','2020-08-16 10:42:58','167.71.63.47',NULL,NULL),(737,'brute_force','2020-08-16 10:45:03','2020-08-16 10:45:03','195.154.53.178',NULL,NULL),(738,'brute_force','2020-08-16 11:07:23','2020-08-16 11:07:23','157.230.239.6',NULL,NULL),(739,'brute_force','2020-08-16 11:32:58','2020-08-16 11:32:58','198.199.66.52',NULL,NULL),(740,'brute_force','2020-08-16 11:57:25','2020-08-16 11:57:25','167.172.139.65',NULL,NULL),(741,'brute_force','2020-08-16 12:23:50','2020-08-16 12:23:50','134.209.150.109',NULL,NULL),(742,'brute_force','2020-08-16 12:50:07','2020-08-16 12:50:07','34.105.39.231',NULL,NULL),(743,'brute_force','2020-08-16 12:54:32','2020-08-16 12:54:32','198.100.145.89',NULL,NULL),(744,'brute_force','2020-08-16 13:32:36','2020-08-16 13:32:36','198.245.61.79',NULL,NULL),(745,'brute_force','2020-08-16 13:43:01','2020-08-16 13:43:01','51.178.81.106',NULL,NULL),(746,'brute_force','2020-08-16 14:10:53','2020-08-16 14:10:53','95.173.161.167',NULL,NULL),(747,'brute_force','2020-08-16 14:38:16','2020-08-16 14:38:16','206.189.231.196',NULL,NULL),(748,'brute_force','2020-08-16 15:07:37','2020-08-16 15:07:37','178.128.122.89',NULL,NULL),(749,'brute_force','2020-08-16 15:34:49','2020-08-16 15:34:49','132.148.153.156',NULL,NULL),(750,'brute_force','2020-08-16 16:03:18','2020-08-16 16:03:18','3.0.183.183',NULL,NULL),(751,'brute_force','2020-08-16 16:17:17','2020-08-16 16:17:17','195.154.62.39',NULL,NULL),(752,'brute_force','2020-08-16 16:29:58','2020-08-16 16:29:58','64.225.73.186',NULL,NULL),(753,'brute_force','2020-08-16 16:53:10','2020-08-16 16:53:10','165.22.53.233',NULL,NULL),(754,'brute_force','2020-08-16 17:55:25','2020-08-16 17:55:25','35.204.152.99',NULL,NULL),(755,'brute_force','2020-08-16 18:27:16','2020-08-16 18:27:16','212.129.3.50',NULL,NULL),(756,'brute_force','2020-08-16 18:38:47','2020-08-16 18:38:47','64.227.0.234',NULL,NULL),(757,'brute_force','2020-08-16 19:02:00','2020-08-16 19:02:00','171.244.21.87',NULL,NULL),(758,'brute_force','2020-08-16 19:05:27','2020-08-16 19:05:27','151.80.41.7',NULL,NULL),(759,'brute_force','2020-08-16 19:23:50','2020-08-16 19:23:50','132.148.153.156',NULL,NULL),(760,'brute_force','2020-08-16 19:46:32','2020-08-16 19:46:32','52.143.52.199',NULL,NULL),(761,'brute_force','2020-08-16 20:09:44','2020-08-16 20:09:44','165.22.220.253',NULL,NULL),(762,'brute_force','2020-08-16 20:32:37','2020-08-16 20:32:37','104.248.132.216',NULL,NULL),(763,'brute_force','2020-08-16 20:57:45','2020-08-16 20:57:45','167.71.209.115',NULL,NULL),(764,'brute_force','2020-08-16 21:22:09','2020-08-16 21:22:09','139.59.87.130',NULL,NULL),(765,'brute_force','2020-08-16 21:44:41','2020-08-16 21:44:41','37.187.197.113',NULL,NULL),(766,'brute_force','2020-08-16 21:51:26','2020-08-16 21:51:26','198.100.149.77',NULL,NULL),(767,'brute_force','2020-08-16 22:10:10','2020-08-16 22:10:10','192.99.149.195',NULL,NULL),(768,'brute_force','2020-08-16 22:33:43','2020-08-16 22:33:43','46.101.139.73',NULL,NULL),(769,'brute_force','2020-08-16 22:58:45','2020-08-16 22:58:45','104.236.203.29',NULL,NULL),(770,'brute_force','2020-08-17 02:20:08','2020-08-17 02:20:08','167.99.78.164',NULL,NULL),(771,'brute_force','2020-08-17 02:29:35','2020-08-17 02:29:35','159.89.99.68',NULL,NULL),(772,'brute_force','2020-08-17 02:39:08','2020-08-17 02:39:08','104.238.116.152',NULL,NULL),(773,'brute_force','2020-08-17 02:57:54','2020-08-17 02:57:54','157.245.233.164',NULL,NULL),(774,'brute_force','2020-08-17 03:15:06','2020-08-17 03:15:06','208.109.8.138',NULL,NULL),(775,'brute_force','2020-08-17 03:24:15','2020-08-17 03:24:15','51.68.229.177',NULL,NULL),(776,'brute_force','2020-08-17 03:34:57','2020-08-17 03:34:57','159.203.176.82',NULL,NULL),(777,'brute_force','2020-08-17 03:44:03','2020-08-17 03:44:03','35.228.34.39',NULL,NULL),(778,'brute_force','2020-08-17 03:53:12','2020-08-17 03:53:12','137.59.110.53',NULL,NULL),(779,'brute_force','2020-08-17 04:03:05','2020-08-17 04:03:05','148.72.31.118',NULL,NULL),(780,'brute_force','2020-08-17 04:13:31','2020-08-17 04:13:31','192.254.207.43',NULL,NULL),(781,'brute_force','2020-08-17 04:23:17','2020-08-17 04:23:17','35.200.180.182',NULL,NULL),(782,'brute_force','2020-08-17 04:33:15','2020-08-17 04:33:15','161.35.19.176',NULL,NULL),(783,'brute_force','2020-08-17 04:53:16','2020-08-17 04:53:16','68.183.112.182',NULL,NULL),(784,'brute_force','2020-08-17 05:03:33','2020-08-17 05:03:33','80.211.174.81',NULL,NULL),(785,'brute_force','2020-08-17 05:13:41','2020-08-17 05:13:41','111.92.240.206',NULL,NULL),(786,'brute_force','2020-08-17 05:24:33','2020-08-17 05:24:33','34.85.46.229',NULL,NULL),(787,'brute_force','2020-08-17 05:34:58','2020-08-17 05:34:58','89.143.198.104',NULL,NULL),(788,'brute_force','2020-08-17 05:46:24','2020-08-17 05:46:24','139.59.140.133',NULL,NULL),(789,'brute_force','2020-08-17 05:55:39','2020-08-17 05:55:39','107.180.95.149',NULL,NULL),(790,'brute_force','2020-08-17 06:09:22','2020-08-17 06:09:22','52.168.49.178',NULL,NULL),(791,'brute_force','2020-08-17 06:18:26','2020-08-17 06:18:26','178.128.68.121',NULL,NULL),(792,'brute_force','2020-08-17 06:36:29','2020-08-17 06:36:29','54.179.29.148',NULL,NULL),(793,'brute_force','2020-08-17 06:39:56','2020-08-17 06:39:56','118.70.239.146',NULL,NULL),(794,'brute_force','2020-08-17 06:51:41','2020-08-17 06:51:41','157.245.245.159',NULL,NULL),(795,'brute_force','2020-08-17 06:59:34','2020-08-17 06:59:34','157.230.187.39',NULL,NULL),(796,'brute_force','2020-08-17 07:10:06','2020-08-17 07:10:06','160.153.251.138',NULL,NULL),(797,'brute_force','2020-08-17 07:22:46','2020-08-17 07:22:46','212.19.99.12',NULL,NULL),(798,'brute_force','2020-08-17 07:32:58','2020-08-17 07:32:58','142.93.66.165',NULL,NULL),(799,'brute_force','2020-08-17 07:44:53','2020-08-17 07:44:53','209.97.156.68',NULL,NULL),(800,'brute_force','2020-08-17 07:57:37','2020-08-17 07:57:37','192.241.132.115',NULL,NULL),(801,'brute_force','2020-08-17 08:07:16','2020-08-17 08:07:16','81.170.239.2',NULL,NULL),(802,'brute_force','2020-08-17 08:21:16','2020-08-17 08:21:16','95.163.121.78',NULL,NULL),(803,'brute_force','2020-08-17 08:31:48','2020-08-17 08:31:48','174.138.41.13',NULL,NULL),(804,'brute_force','2020-08-17 08:43:48','2020-08-17 08:43:48','93.114.86.226',NULL,NULL),(805,'brute_force','2020-08-17 08:55:47','2020-08-17 08:55:47','134.209.235.106',NULL,NULL),(806,'brute_force','2020-08-17 09:08:24','2020-08-17 09:08:24','165.22.228.147',NULL,NULL),(807,'brute_force','2020-08-17 09:22:07','2020-08-17 09:22:07','167.172.200.70',NULL,NULL),(808,'brute_force','2020-08-17 09:32:53','2020-08-17 09:32:53','175.208.191.37',NULL,NULL),(809,'brute_force','2020-08-17 09:45:28','2020-08-17 09:45:28','34.94.247.253',NULL,NULL),(810,'brute_force','2020-08-17 09:58:06','2020-08-17 09:58:06','92.222.92.237',NULL,NULL),(811,'brute_force','2020-08-17 10:10:33','2020-08-17 10:10:33','107.161.177.66',NULL,NULL),(812,'brute_force','2020-08-17 10:24:33','2020-08-17 10:24:33','157.245.245.159',NULL,NULL),(813,'brute_force','2020-08-17 10:36:44','2020-08-17 10:36:44','51.68.229.177',NULL,NULL),(814,'brute_force','2020-08-17 10:48:59','2020-08-17 10:48:59','51.91.239.11',NULL,NULL),(815,'brute_force','2020-08-17 11:02:29','2020-08-17 11:02:29','70.88.133.182',NULL,NULL),(816,'brute_force','2020-08-17 11:16:04','2020-08-17 11:16:04','91.121.137.24',NULL,NULL),(817,'brute_force','2020-08-17 11:26:20','2020-08-17 11:26:20','212.129.33.48',NULL,NULL),(818,'brute_force','2020-08-17 11:40:29','2020-08-17 11:40:29','89.143.198.104',NULL,NULL),(819,'brute_force','2020-08-17 11:51:44','2020-08-17 11:51:44','173.201.196.146',NULL,NULL),(820,'brute_force','2020-08-17 12:07:01','2020-08-17 12:07:01','206.189.121.29',NULL,NULL),(821,'brute_force','2020-08-17 12:21:44','2020-08-17 12:21:44','103.147.10.222',NULL,NULL),(822,'brute_force','2020-08-17 12:34:03','2020-08-17 12:34:03','188.165.234.92',NULL,NULL),(823,'brute_force','2020-08-17 12:48:05','2020-08-17 12:48:05','132.148.244.122',NULL,NULL),(824,'brute_force','2020-08-17 13:03:56','2020-08-17 13:03:56','157.245.62.18',NULL,NULL),(825,'brute_force','2020-08-17 13:17:35','2020-08-17 13:17:35','104.248.124.109',NULL,NULL),(826,'brute_force','2020-08-17 13:33:03','2020-08-17 13:33:03','45.118.144.77',NULL,NULL),(827,'brute_force','2020-08-17 13:49:17','2020-08-17 13:49:17','185.86.77.163',NULL,NULL),(828,'brute_force','2020-08-17 14:02:27','2020-08-17 14:02:27','142.93.99.56',NULL,NULL),(829,'brute_force','2020-08-18 05:43:58','2020-08-18 05:43:58','167.99.10.162',NULL,NULL),(830,'brute_force','2020-08-18 06:13:24','2020-08-18 06:13:24','112.196.72.188',NULL,NULL),(831,'brute_force','2020-08-18 07:25:03','2020-08-18 07:25:03','160.153.245.123',NULL,NULL),(832,'brute_force','2020-08-18 08:12:15','2020-08-18 08:12:15','139.59.40.233',NULL,NULL),(833,'brute_force','2020-08-18 08:34:00','2020-08-18 08:34:00','35.185.38.253',NULL,NULL),(834,'brute_force','2020-08-18 08:58:05','2020-08-18 08:58:05','34.72.230.1',NULL,NULL),(835,'brute_force','2020-08-18 09:23:45','2020-08-18 09:23:45','159.65.185.253',NULL,NULL),(836,'brute_force','2020-08-18 10:09:36','2020-08-18 10:09:36','138.197.146.132',NULL,NULL),(837,'brute_force','2020-08-18 10:32:03','2020-08-18 10:32:03','51.38.211.30',NULL,NULL),(838,'brute_force','2020-08-18 10:57:37','2020-08-18 10:57:37','209.97.179.52',NULL,NULL),(839,'brute_force','2020-08-18 11:46:24','2020-08-18 11:46:24','34.72.230.1',NULL,NULL),(840,'brute_force','2020-08-18 12:37:46','2020-08-18 12:37:46','163.172.117.227',NULL,NULL),(841,'brute_force','2020-08-18 13:04:11','2020-08-18 13:04:11','46.105.102.68',NULL,NULL),(842,'brute_force','2020-08-18 13:56:56','2020-08-18 13:56:56','148.72.211.177',NULL,NULL),(843,'brute_force','2020-08-18 17:35:15','2020-08-18 17:35:15','138.68.80.235',NULL,NULL),(844,'brute_force','2020-08-18 17:45:19','2020-08-18 17:45:19','5.39.82.14',NULL,NULL),(845,'brute_force','2020-08-18 17:57:15','2020-08-18 17:57:15','159.203.62.189',NULL,NULL),(846,'brute_force','2020-08-18 18:20:52','2020-08-18 18:20:52','167.99.13.195',NULL,NULL),(847,'brute_force','2020-08-18 18:46:29','2020-08-18 18:46:29','104.248.50.32',NULL,NULL),(848,'brute_force','2020-08-18 18:57:20','2020-08-18 18:57:20','104.236.100.42',NULL,NULL),(849,'brute_force','2020-08-18 19:22:52','2020-08-18 19:22:52','91.134.248.230',NULL,NULL),(850,'brute_force','2020-08-18 19:36:25','2020-08-18 19:36:25','35.230.162.59',NULL,NULL),(851,'brute_force','2020-08-18 19:49:49','2020-08-18 19:49:49','167.172.50.28',NULL,NULL),(852,'brute_force','2020-08-18 20:02:08','2020-08-18 20:02:08','174.138.41.13',NULL,NULL),(853,'brute_force','2020-08-18 20:15:22','2020-08-18 20:15:22','165.22.101.100',NULL,NULL),(854,'brute_force','2020-08-18 20:28:27','2020-08-18 20:28:27','104.155.76.131',NULL,NULL),(855,'brute_force','2020-08-18 20:42:59','2020-08-18 20:42:59','159.203.70.169',NULL,NULL),(856,'brute_force','2020-08-18 20:56:27','2020-08-18 20:56:27','46.101.194.117',NULL,NULL),(857,'brute_force','2020-08-18 21:09:47','2020-08-18 21:09:47','45.55.170.59',NULL,NULL),(858,'brute_force','2020-08-18 21:24:16','2020-08-18 21:24:16','138.197.146.132',NULL,NULL),(859,'brute_force','2020-08-18 21:37:52','2020-08-18 21:37:52','198.12.225.100',NULL,NULL),(860,'brute_force','2020-08-18 21:52:10','2020-08-18 21:52:10','64.225.73.186',NULL,NULL),(861,'brute_force','2020-08-18 22:06:06','2020-08-18 22:06:06','104.248.158.95',NULL,NULL),(862,'brute_force','2020-08-18 22:20:10','2020-08-18 22:20:10','142.93.73.89',NULL,NULL),(863,'brute_force','2020-08-18 22:34:39','2020-08-18 22:34:39','120.25.201.76',NULL,NULL),(864,'brute_force','2020-08-18 22:49:32','2020-08-18 22:49:32','137.74.206.80',NULL,NULL),(865,'brute_force','2020-08-18 23:03:57','2020-08-18 23:03:57','146.185.142.200',NULL,NULL),(866,'brute_force','2020-08-18 23:19:41','2020-08-18 23:19:41','157.245.245.159',NULL,NULL),(867,'brute_force','2020-08-18 23:34:29','2020-08-18 23:34:29','142.93.97.13',NULL,NULL),(868,'brute_force','2020-08-18 23:50:44','2020-08-18 23:50:44','206.189.128.158',NULL,NULL),(869,'brute_force','2020-08-19 00:04:55','2020-08-19 00:04:55','68.183.64.176',NULL,NULL),(870,'brute_force','2020-08-19 00:34:55','2020-08-19 00:34:55','93.114.86.226',NULL,NULL),(871,'brute_force','2020-08-19 00:52:14','2020-08-19 00:52:14','34.85.46.229',NULL,NULL),(872,'brute_force','2020-08-19 01:08:22','2020-08-19 01:08:22','178.128.51.162',NULL,NULL),(873,'brute_force','2020-08-19 01:23:24','2020-08-19 01:23:24','149.202.45.11',NULL,NULL),(874,'brute_force','2020-08-19 01:40:31','2020-08-19 01:40:31','159.65.184.79',NULL,NULL),(875,'brute_force','2020-08-19 01:56:24','2020-08-19 01:56:24','104.248.158.95',NULL,NULL),(876,'brute_force','2020-08-19 02:13:25','2020-08-19 02:13:25','5.182.210.228',NULL,NULL),(877,'brute_force','2020-08-19 02:30:23','2020-08-19 02:30:23','91.121.143.108',NULL,NULL),(878,'brute_force','2020-08-19 02:45:47','2020-08-19 02:45:47','145.239.69.74',NULL,NULL),(879,'brute_force','2020-08-19 02:58:33','2020-08-19 02:58:33','107.175.46.17',NULL,NULL),(880,'brute_force','2020-08-19 03:11:53','2020-08-19 03:11:53','159.203.241.101',NULL,NULL),(881,'brute_force','2020-08-19 03:23:58','2020-08-19 03:23:58','165.22.248.87',NULL,NULL),(882,'brute_force','2020-08-19 03:34:25','2020-08-19 03:34:25','123.31.12.222',NULL,NULL),(883,'brute_force','2020-08-19 03:43:57','2020-08-19 03:43:57','138.197.95.2',NULL,NULL),(884,'brute_force','2020-08-19 03:55:24','2020-08-19 03:55:24','95.173.161.167',NULL,NULL),(885,'brute_force','2020-08-19 04:06:06','2020-08-19 04:06:06','104.131.208.119',NULL,NULL),(886,'brute_force','2020-08-19 04:16:30','2020-08-19 04:16:30','46.101.192.154',NULL,NULL),(887,'brute_force','2020-08-19 04:27:08','2020-08-19 04:27:08','159.65.228.105',NULL,NULL),(888,'brute_force','2020-08-19 04:38:21','2020-08-19 04:38:21','34.72.230.1',NULL,NULL),(889,'brute_force','2020-08-19 05:01:33','2020-08-19 05:01:33','142.4.14.247',NULL,NULL),(890,'brute_force','2020-08-19 05:23:20','2020-08-19 05:23:20','45.127.106.204',NULL,NULL),(891,'brute_force','2020-08-19 05:46:58','2020-08-19 05:46:58','65.74.177.84',NULL,NULL),(892,'brute_force','2020-08-19 05:58:17','2020-08-19 05:58:17','93.90.217.149',NULL,NULL),(893,'brute_force','2020-08-19 06:10:59','2020-08-19 06:10:59','167.99.10.162',NULL,NULL),(894,'brute_force','2020-08-19 06:21:40','2020-08-19 06:21:40','91.121.89.189',NULL,NULL),(895,'brute_force','2020-08-19 06:34:30','2020-08-19 06:34:30','173.212.244.135',NULL,NULL),(896,'brute_force','2020-08-19 06:45:58','2020-08-19 06:45:58','3.133.129.237',NULL,NULL),(897,'brute_force','2020-08-19 06:59:17','2020-08-19 06:59:17','104.248.50.32',NULL,NULL),(898,'brute_force','2020-08-19 07:23:35','2020-08-19 07:23:35','167.172.162.118',NULL,NULL),(899,'brute_force','2020-08-19 07:37:26','2020-08-19 07:37:26','34.66.79.109',NULL,NULL),(900,'brute_force','2020-08-19 07:49:25','2020-08-19 07:49:25','54.37.17.21',NULL,NULL),(901,'brute_force','2020-08-19 08:02:44','2020-08-19 08:02:44','104.131.81.54',NULL,NULL),(902,'brute_force','2020-08-19 08:15:24','2020-08-19 08:15:24','185.194.89.69',NULL,NULL),(903,'brute_force','2020-08-19 08:30:22','2020-08-19 08:30:22','165.227.119.98',NULL,NULL),(904,'brute_force','2020-08-19 08:42:54','2020-08-19 08:42:54','153.127.67.228',NULL,NULL),(905,'brute_force','2020-08-19 08:56:40','2020-08-19 08:56:40','142.4.4.229',NULL,NULL),(906,'brute_force','2020-08-19 09:09:19','2020-08-19 09:09:19','163.172.117.227',NULL,NULL),(907,'brute_force','2020-08-19 09:23:10','2020-08-19 09:23:10','37.187.134.111',NULL,NULL),(908,'brute_force','2020-08-19 09:38:00','2020-08-19 09:38:00','132.148.141.147',NULL,NULL),(909,'brute_force','2020-08-19 09:50:58','2020-08-19 09:50:58','45.127.106.204',NULL,NULL),(910,'brute_force','2020-08-19 10:04:53','2020-08-19 10:04:53','167.71.49.17',NULL,NULL),(911,'brute_force','2020-08-19 10:18:40','2020-08-19 10:18:40','161.35.19.176',NULL,NULL),(912,'brute_force','2020-08-19 10:33:42','2020-08-19 10:33:42','217.170.198.18',NULL,NULL),(913,'brute_force','2020-08-19 10:47:17','2020-08-19 10:47:17','148.72.31.117',NULL,NULL),(914,'brute_force','2020-08-19 11:02:01','2020-08-19 11:02:01','103.233.1.167',NULL,NULL),(915,'brute_force','2020-08-19 11:18:24','2020-08-19 11:18:24','35.156.58.47',NULL,NULL),(916,'brute_force','2020-08-19 11:31:45','2020-08-19 11:31:45','72.167.222.102',NULL,NULL),(917,'brute_force','2020-08-19 11:46:40','2020-08-19 11:46:40','91.121.89.189',NULL,NULL),(918,'brute_force','2020-08-19 12:02:05','2020-08-19 12:02:05','167.172.130.241',NULL,NULL),(919,'brute_force','2020-08-19 12:16:55','2020-08-19 12:16:55','15.206.220.123',NULL,NULL),(920,'brute_force','2020-08-19 12:33:25','2020-08-19 12:33:25','104.236.45.171',NULL,NULL),(921,'brute_force','2020-08-19 12:48:35','2020-08-19 12:48:35','104.238.116.152',NULL,NULL),(922,'brute_force','2020-08-19 13:04:30','2020-08-19 13:04:30','104.238.94.60',NULL,NULL),(923,'brute_force','2020-08-19 13:29:39','2020-08-19 13:29:39','18.232.223.95',NULL,NULL),(924,'brute_force','2020-08-19 13:36:23','2020-08-19 13:36:23','161.35.196.163',NULL,NULL),(925,'brute_force','2020-08-19 18:36:12','2020-08-19 18:36:12','138.68.238.155',NULL,NULL),(926,'brute_force','2020-08-19 18:51:59','2020-08-19 18:51:59','157.245.233.164',NULL,NULL),(927,'brute_force','2020-08-19 19:09:04','2020-08-19 19:09:04','54.38.212.160',NULL,NULL),(928,'brute_force','2020-08-19 19:45:40','2020-08-19 19:45:40','192.254.165.228',NULL,NULL),(929,'brute_force','2020-08-19 20:22:00','2020-08-19 20:22:00','139.59.43.196',NULL,NULL),(930,'brute_force','2020-08-19 20:41:51','2020-08-19 20:41:51','139.59.153.133',NULL,NULL),(931,'brute_force','2020-08-19 20:59:29','2020-08-19 20:59:29','217.170.205.71',NULL,NULL),(932,'brute_force','2020-08-19 21:18:22','2020-08-19 21:18:22','206.189.157.26',NULL,NULL),(933,'brute_force','2020-08-19 21:37:07','2020-08-19 21:37:07','51.77.157.106',NULL,NULL),(934,'brute_force','2020-08-19 22:16:42','2020-08-19 22:16:42','104.238.116.152',NULL,NULL),(935,'brute_force','2020-08-19 22:37:17','2020-08-19 22:37:17','54.37.17.21',NULL,NULL),(936,'brute_force','2020-08-19 22:56:41','2020-08-19 22:56:41','5.32.175.72',NULL,NULL),(937,'brute_force','2020-08-19 23:17:31','2020-08-19 23:17:31','167.172.186.32',NULL,NULL),(938,'brute_force','2020-08-19 23:38:46','2020-08-19 23:38:46','39.104.138.246',NULL,NULL),(939,'brute_force','2020-08-19 23:59:31','2020-08-19 23:59:31','91.121.89.189',NULL,NULL),(940,'brute_force','2020-08-20 00:20:30','2020-08-20 00:20:30','139.59.40.233',NULL,NULL),(941,'brute_force','2020-08-20 01:03:39','2020-08-20 01:03:39','83.137.149.120',NULL,NULL),(942,'brute_force','2020-08-20 01:26:50','2020-08-20 01:26:50','167.172.200.70',NULL,NULL),(943,'brute_force','2020-08-20 01:48:00','2020-08-20 01:48:00','96.125.168.246',NULL,NULL),(944,'brute_force','2020-08-20 02:10:22','2020-08-20 02:10:22','142.4.22.236',NULL,NULL),(945,'brute_force','2020-08-20 02:33:44','2020-08-20 02:33:44','159.65.127.42',NULL,NULL),(946,'brute_force','2020-08-20 02:56:15','2020-08-20 02:56:15','128.199.211.68',NULL,NULL),(947,'brute_force','2020-08-20 03:16:23','2020-08-20 03:16:23','142.93.99.56',NULL,NULL),(948,'brute_force','2020-08-20 03:33:37','2020-08-20 03:33:37','157.245.40.76',NULL,NULL),(949,'brute_force','2020-08-20 03:48:14','2020-08-20 03:48:14','139.59.141.196',NULL,NULL),(950,'brute_force','2020-08-20 04:05:41','2020-08-20 04:05:41','37.59.98.179',NULL,NULL),(951,'brute_force','2020-08-20 04:22:50','2020-08-20 04:22:50','64.227.44.150',NULL,NULL),(952,'brute_force','2020-08-20 04:37:36','2020-08-20 04:37:36','118.69.173.199',NULL,NULL),(953,'brute_force','2020-08-20 04:54:05','2020-08-20 04:54:05','142.93.66.165',NULL,NULL),(954,'brute_force','2020-08-20 05:11:00','2020-08-20 05:11:00','51.195.47.79',NULL,NULL),(955,'brute_force','2020-08-20 05:15:07','2020-08-20 05:15:07','167.99.12.47',NULL,NULL),(956,'brute_force','2020-08-20 05:31:12','2020-08-20 05:31:12','51.79.100.13',NULL,NULL),(957,'brute_force','2020-08-20 05:49:25','2020-08-20 05:49:25','188.166.38.40',NULL,NULL),(958,'brute_force','2020-08-20 06:25:37','2020-08-20 06:25:37','138.68.80.235',NULL,NULL),(959,'brute_force','2020-08-20 07:20:06','2020-08-20 07:20:06','35.224.216.78',NULL,NULL),(960,'brute_force','2020-08-20 07:34:45','2020-08-20 07:34:45','104.248.29.200',NULL,NULL),(961,'brute_force','2020-08-20 07:52:03','2020-08-20 07:52:03','34.91.197.121',NULL,NULL),(962,'brute_force','2020-08-20 08:12:03','2020-08-20 08:12:03','130.185.77.147',NULL,NULL),(963,'brute_force','2020-08-20 08:31:49','2020-08-20 08:31:49','139.59.2.181',NULL,NULL),(964,'brute_force','2020-08-20 08:50:39','2020-08-20 08:50:39','144.217.70.190',NULL,NULL),(965,'brute_force','2020-08-20 09:09:50','2020-08-20 09:09:50','37.187.252.148',NULL,NULL),(966,'brute_force','2020-08-20 09:29:52','2020-08-20 09:29:52','112.196.72.188',NULL,NULL),(967,'brute_force','2020-08-20 09:50:09','2020-08-20 09:50:09','46.101.236.221',NULL,NULL),(968,'brute_force','2020-08-20 10:11:44','2020-08-20 10:11:44','159.89.50.148',NULL,NULL),(969,'brute_force','2020-08-20 10:30:41','2020-08-20 10:30:41','64.227.50.96',NULL,NULL),(970,'brute_force','2020-08-20 10:51:45','2020-08-20 10:51:45','188.166.9.162',NULL,NULL),(971,'brute_force','2020-08-20 11:12:53','2020-08-20 11:12:53','165.22.40.128',NULL,NULL),(972,'brute_force','2020-08-20 11:26:47','2020-08-20 11:26:47','163.172.93.13',NULL,NULL),(973,'brute_force','2020-08-20 11:46:54','2020-08-20 11:46:54','161.35.19.176',NULL,NULL),(974,'brute_force','2020-08-20 12:09:09','2020-08-20 12:09:09','209.97.156.68',NULL,NULL),(975,'brute_force','2020-08-20 12:31:05','2020-08-20 12:31:05','192.169.243.111',NULL,NULL),(976,'brute_force','2020-08-20 12:53:46','2020-08-20 12:53:46','124.158.12.202',NULL,NULL),(977,'brute_force','2020-08-20 13:15:28','2020-08-20 13:15:28','139.59.40.233',NULL,NULL),(978,'brute_force','2020-08-20 13:37:42','2020-08-20 13:37:42','51.75.16.206',NULL,NULL),(979,'brute_force','2020-08-20 13:59:17','2020-08-20 13:59:17','45.152.120.2',NULL,NULL),(980,'brute_force','2020-08-20 14:18:14','2020-08-20 14:18:14','45.119.212.93',NULL,NULL),(981,'brute_force','2020-08-20 14:35:06','2020-08-20 14:35:06','165.22.244.213',NULL,NULL),(982,'brute_force','2020-08-24 09:42:51','2020-08-24 09:42:51','195.222.80.137',NULL,NULL),(983,'brute_force','2020-08-24 09:42:51','2020-08-24 09:42:51',NULL,NULL,'info'),(984,'brute_force','2020-08-24 09:42:52','2020-08-24 09:42:52','195.222.80.137',NULL,NULL),(985,'brute_force','2020-08-24 09:42:52','2020-08-24 09:42:52',NULL,NULL,'info@fumo.co.za'),(986,'brute_force','2020-08-24 09:42:53','2020-08-24 09:42:53','195.222.80.137',NULL,NULL),(987,'brute_force','2020-08-24 09:42:53','2020-08-24 09:42:53',NULL,NULL,'admin'),(988,'brute_force','2020-08-24 09:42:53','2020-08-24 09:42:53','195.222.80.137',NULL,NULL),(989,'brute_force','2020-08-24 09:42:53','2020-08-24 09:42:53',NULL,NULL,'administrator'),(990,'brute_force','2020-08-24 09:46:16','2020-08-24 09:46:16','109.70.100.24',NULL,NULL),(991,'brute_force','2020-08-24 09:46:16','2020-08-24 09:46:16',NULL,NULL,'pippotto06'),(992,'brute_force','2020-11-01 15:07:40','2020-11-01 15:07:40','188.53.29.207',NULL,NULL),(993,'brute_force','2020-11-01 15:07:40','2020-11-01 15:07:40',NULL,NULL,'admin'),(994,'brute_force','2020-11-01 21:14:14','2020-11-01 21:14:14','159.224.210.204',NULL,NULL),(995,'brute_force','2020-11-01 21:14:14','2020-11-01 21:14:14',NULL,NULL,'admin'),(996,'brute_force','2020-11-02 04:53:12','2020-11-02 04:53:12','175.103.46.94',NULL,NULL),(997,'brute_force','2020-11-02 04:53:12','2020-11-02 04:53:12',NULL,NULL,'admin'),(998,'brute_force','2020-11-02 14:10:23','2020-11-02 14:10:23','94.203.187.102',NULL,NULL),(999,'brute_force','2020-11-02 14:10:23','2020-11-02 14:10:23',NULL,NULL,'admin'),(1000,'brute_force','2020-11-02 20:53:28','2020-11-02 20:53:28','190.25.55.6',NULL,NULL),(1001,'brute_force','2020-11-02 20:53:28','2020-11-02 20:53:28',NULL,NULL,'admin'),(1002,'brute_force','2020-11-03 16:17:11','2020-11-03 16:17:11','176.40.225.119',NULL,NULL),(1003,'brute_force','2020-11-03 16:17:11','2020-11-03 16:17:11',NULL,NULL,'admin'),(1004,'brute_force','2020-11-04 00:01:40','2020-11-04 00:01:40','177.45.88.64',NULL,NULL),(1005,'brute_force','2020-11-04 00:01:40','2020-11-04 00:01:40',NULL,NULL,'admin'),(1006,'brute_force','2020-11-04 05:46:42','2020-11-04 05:46:42','112.198.72.7',NULL,NULL),(1007,'brute_force','2020-11-04 05:46:42','2020-11-04 05:46:42',NULL,NULL,'admin'),(1008,'brute_force','2020-11-04 15:45:52','2020-11-04 15:45:52','123.16.130.150',NULL,NULL),(1009,'brute_force','2020-11-04 15:45:52','2020-11-04 15:45:52',NULL,NULL,'admin'),(1010,'brute_force','2020-11-05 05:05:42','2020-11-05 05:05:42','92.253.40.234',NULL,NULL),(1011,'brute_force','2020-11-05 05:05:42','2020-11-05 05:05:42',NULL,NULL,'admin'),(1012,'brute_force','2020-11-05 11:43:40','2020-11-05 11:43:40','196.223.119.92',NULL,NULL),(1013,'brute_force','2020-11-05 11:43:40','2020-11-05 11:43:40',NULL,NULL,'admin'),(1014,'four_oh_four','2020-11-05 18:17:39','2020-11-05 18:17:39','105.186.106.137',NULL,NULL),(1015,'brute_force','2020-11-05 22:28:09','2020-11-05 22:28:09','86.98.3.247',NULL,NULL),(1016,'brute_force','2020-11-05 22:28:09','2020-11-05 22:28:09',NULL,NULL,'admin'),(1017,'brute_force','2020-11-06 04:52:00','2020-11-06 04:52:00','43.229.88.223',NULL,NULL),(1018,'brute_force','2020-11-06 04:52:00','2020-11-06 04:52:00',NULL,NULL,'admin'),(1019,'brute_force','2020-11-06 12:24:31','2020-11-06 12:24:31','183.83.129.170',NULL,NULL),(1020,'brute_force','2020-11-06 12:24:31','2020-11-06 12:24:31',NULL,NULL,'admin'),(1021,'brute_force','2020-11-07 12:40:33','2020-11-07 12:40:33','189.188.113.219',NULL,NULL),(1022,'brute_force','2020-11-07 12:40:33','2020-11-07 12:40:33',NULL,NULL,'admin'),(1023,'brute_force','2020-11-07 21:55:09','2020-11-07 21:55:09','186.144.162.129',NULL,NULL),(1024,'brute_force','2020-11-07 21:55:09','2020-11-07 21:55:09',NULL,NULL,'admin'),(1025,'brute_force','2020-11-08 08:56:06','2020-11-08 08:56:06','49.149.253.149',NULL,NULL),(1026,'brute_force','2020-11-08 08:56:06','2020-11-08 08:56:06',NULL,NULL,'admin'),(1027,'brute_force','2020-11-08 16:41:24','2020-11-08 16:41:24','1.22.167.116',NULL,NULL),(1028,'brute_force','2020-11-08 16:41:24','2020-11-08 16:41:24',NULL,NULL,'admin'),(1029,'brute_force','2020-11-08 21:22:13','2020-11-08 21:22:13','109.200.232.125',NULL,NULL),(1030,'brute_force','2020-11-08 21:22:13','2020-11-08 21:22:13',NULL,NULL,'admin'),(1031,'brute_force','2020-11-09 03:34:29','2020-11-09 03:34:29','103.23.32.149',NULL,NULL),(1032,'brute_force','2020-11-09 03:34:29','2020-11-09 03:34:29',NULL,NULL,'admin'),(1033,'brute_force','2020-11-09 12:54:25','2020-11-09 12:54:25','170.0.49.34',NULL,NULL),(1034,'brute_force','2020-11-09 12:54:25','2020-11-09 12:54:25',NULL,NULL,'admin'),(1035,'brute_force','2020-11-09 22:22:02','2020-11-09 22:22:02','186.88.170.187',NULL,NULL),(1036,'brute_force','2020-11-09 22:22:02','2020-11-09 22:22:02',NULL,NULL,'admin'),(1037,'brute_force','2020-11-10 16:17:33','2020-11-10 16:17:33','180.183.67.36',NULL,NULL),(1038,'brute_force','2020-11-10 16:17:33','2020-11-10 16:17:33',NULL,NULL,'admin'),(1039,'brute_force','2020-11-10 20:33:06','2020-11-10 20:33:06','177.106.188.23',NULL,NULL),(1040,'brute_force','2020-11-10 20:33:06','2020-11-10 20:33:06',NULL,NULL,'admin'),(1041,'brute_force','2020-11-11 02:31:00','2020-11-11 02:31:00','187.135.68.191',NULL,NULL),(1042,'brute_force','2020-11-11 02:31:00','2020-11-11 02:31:00',NULL,NULL,'admin'),(1043,'brute_force','2020-11-11 11:28:28','2020-11-11 11:28:28','130.105.202.206',NULL,NULL),(1044,'brute_force','2020-11-11 11:28:28','2020-11-11 11:28:28',NULL,NULL,'admin'),(1045,'brute_force','2020-11-11 23:38:27','2020-11-11 23:38:27','14.207.112.65',NULL,NULL),(1046,'brute_force','2020-11-11 23:38:27','2020-11-11 23:38:27',NULL,NULL,'admin'),(1047,'brute_force','2020-11-12 02:00:03','2020-11-12 02:00:03','222.252.25.215',NULL,NULL),(1048,'brute_force','2020-11-12 02:00:03','2020-11-12 02:00:03',NULL,NULL,'admin'),(1049,'brute_force','2020-11-12 09:39:36','2020-11-12 09:39:36','202.160.37.195',NULL,NULL),(1050,'brute_force','2020-11-12 09:39:36','2020-11-12 09:39:36',NULL,NULL,'admin'),(1051,'brute_force','2020-11-13 00:46:29','2020-11-13 00:46:29','113.184.35.75',NULL,NULL),(1052,'brute_force','2020-11-13 00:46:29','2020-11-13 00:46:29',NULL,NULL,'admin'),(1053,'brute_force','2020-11-13 15:53:47','2020-11-13 15:53:47','94.123.209.246',NULL,NULL),(1054,'brute_force','2020-11-13 15:53:47','2020-11-13 15:53:47',NULL,NULL,'admin'),(1055,'brute_force','2020-11-14 09:23:29','2020-11-14 09:23:29','175.136.52.215',NULL,NULL),(1056,'brute_force','2020-11-14 09:23:29','2020-11-14 09:23:29',NULL,NULL,'admin'),(1057,'brute_force','2020-11-14 22:51:17','2020-11-14 22:51:17','176.156.55.30',NULL,NULL),(1058,'brute_force','2020-11-14 22:51:17','2020-11-14 22:51:17',NULL,NULL,'admin'),(1059,'brute_force','2020-11-15 07:10:08','2020-11-15 07:10:08','177.220.178.177',NULL,NULL),(1060,'brute_force','2020-11-15 07:10:08','2020-11-15 07:10:08',NULL,NULL,'admin'),(1061,'brute_force','2020-11-15 10:13:58','2020-11-15 10:13:58','190.188.157.164',NULL,NULL),(1062,'brute_force','2020-11-15 10:13:58','2020-11-15 10:13:58',NULL,NULL,'admin'),(1063,'brute_force','2020-11-15 17:32:58','2020-11-15 17:32:58','176.117.81.117',NULL,NULL),(1064,'brute_force','2020-11-15 17:32:58','2020-11-15 17:32:58',NULL,NULL,'admin'),(1065,'brute_force','2020-11-16 02:22:42','2020-11-16 02:22:42','125.160.64.221',NULL,NULL),(1066,'brute_force','2020-11-16 02:22:42','2020-11-16 02:22:42',NULL,NULL,'admin'),(1067,'brute_force','2020-11-16 16:02:57','2020-11-16 16:02:57','203.176.179.188',NULL,NULL),(1068,'brute_force','2020-11-16 16:02:57','2020-11-16 16:02:57',NULL,NULL,'admin'),(1069,'brute_force','2020-11-16 19:15:42','2020-11-16 19:15:42','203.95.220.39',NULL,NULL),(1070,'brute_force','2020-11-16 19:15:42','2020-11-16 19:15:42',NULL,NULL,'admin'),(1071,'brute_force','2020-11-17 21:29:48','2020-11-17 21:29:48','84.196.67.17',NULL,NULL),(1072,'brute_force','2020-11-17 21:29:48','2020-11-17 21:29:48',NULL,NULL,'admin'),(1073,'four_oh_four','2020-12-01 21:43:48','2020-12-01 21:43:48','66.220.149.19',NULL,NULL),(1074,'four_oh_four','2020-12-01 23:15:07','2020-12-01 23:15:07','69.171.249.23',NULL,NULL),(1075,'four_oh_four','2020-12-02 00:07:15','2020-12-02 00:07:15','13.66.139.21',NULL,NULL),(1076,'four_oh_four','2020-12-02 06:22:04','2020-12-02 06:22:04','46.246.122.62',NULL,NULL),(1077,'four_oh_four','2020-12-02 06:27:17','2020-12-02 06:27:17','205.185.222.133',NULL,NULL),(1078,'four_oh_four','2020-12-02 06:30:17','2020-12-02 06:30:17','173.252.95.23',NULL,NULL),(1079,'four_oh_four','2020-12-02 06:30:32','2020-12-02 06:30:32','205.185.223.36',NULL,NULL),(1080,'four_oh_four','2020-12-02 07:14:14','2020-12-02 07:14:14','31.13.103.15',NULL,NULL),(1081,'four_oh_four','2020-12-02 07:14:16','2020-12-02 07:14:16','31.13.103.21',NULL,NULL),(1082,'four_oh_four','2020-12-02 07:56:35','2020-12-02 07:56:35','95.143.22.66',NULL,NULL),(1083,'four_oh_four','2020-12-02 09:38:39','2020-12-02 09:38:39','47.110.49.177',NULL,NULL),(1084,'four_oh_four','2020-12-02 13:49:03','2020-12-02 13:49:03','154.73.183.63',NULL,NULL),(1085,'four_oh_four','2020-12-02 13:49:03','2020-12-02 13:49:03','154.73.183.63',NULL,NULL),(1086,'four_oh_four','2020-12-02 13:51:55','2020-12-02 13:51:55','51.158.153.217',NULL,NULL),(1087,'four_oh_four','2020-12-02 13:51:55','2020-12-02 13:51:55','51.158.153.217',NULL,NULL),(1088,'four_oh_four','2020-12-02 14:29:17','2020-12-02 14:29:17','154.73.183.63',NULL,NULL),(1089,'four_oh_four','2020-12-02 14:29:17','2020-12-02 14:29:17','154.73.183.63',NULL,NULL),(1090,'four_oh_four','2020-12-02 19:44:26','2020-12-02 19:44:26','173.252.95.113',NULL,NULL),(1091,'four_oh_four','2020-12-02 21:43:55','2020-12-02 21:43:55','173.252.87.13',NULL,NULL),(1092,'four_oh_four','2020-12-03 00:26:55','2020-12-03 00:26:55','66.249.66.70',NULL,NULL),(1093,'four_oh_four','2020-12-03 06:15:36','2020-12-03 06:15:36','185.108.105.107',NULL,NULL),(1094,'four_oh_four','2020-12-03 06:18:02','2020-12-03 06:18:02','81.17.246.203',NULL,NULL),(1095,'four_oh_four','2020-12-03 07:55:38','2020-12-03 07:55:38','104.161.21.102',NULL,NULL),(1096,'four_oh_four','2020-12-03 07:55:52','2020-12-03 07:55:52','104.161.21.102',NULL,NULL),(1097,'four_oh_four','2020-12-03 07:56:06','2020-12-03 07:56:06','104.161.21.102',NULL,NULL),(1098,'four_oh_four','2020-12-03 07:56:19','2020-12-03 07:56:19','104.161.21.102',NULL,NULL),(1099,'four_oh_four','2020-12-03 07:56:34','2020-12-03 07:56:34','104.161.21.102',NULL,NULL),(1100,'four_oh_four','2020-12-03 07:56:50','2020-12-03 07:56:50','104.161.21.102',NULL,NULL),(1101,'four_oh_four','2020-12-03 08:24:52','2020-12-03 08:24:52','3.133.119.201',NULL,NULL),(1102,'four_oh_four','2020-12-03 20:55:45','2020-12-03 20:55:45','109.181.226.138',NULL,NULL),(1103,'four_oh_four','2020-12-03 20:57:53','2020-12-03 20:57:53','109.181.226.138',NULL,NULL),(1104,'four_oh_four','2020-12-03 21:12:28','2020-12-03 21:12:28','109.181.226.138',NULL,NULL),(1105,'four_oh_four','2020-12-03 21:33:07','2020-12-03 21:33:07','109.181.226.138',NULL,NULL),(1106,'four_oh_four','2020-12-03 21:38:36','2020-12-03 21:38:36','109.181.226.138',NULL,NULL),(1107,'four_oh_four','2020-12-03 22:24:57','2020-12-03 22:24:57','109.181.226.138',NULL,NULL),(1108,'four_oh_four','2020-12-04 05:07:53','2020-12-04 05:07:53','173.252.95.2',NULL,NULL),(1109,'four_oh_four','2020-12-04 06:15:50','2020-12-04 06:15:50','205.185.222.218',NULL,NULL),(1110,'four_oh_four','2020-12-04 06:17:14','2020-12-04 06:17:14','5.183.92.85',NULL,NULL),(1111,'four_oh_four','2020-12-04 10:57:18','2020-12-04 10:57:18','66.249.66.70',NULL,NULL),(1112,'four_oh_four','2020-12-04 14:25:37','2020-12-04 14:25:37','162.241.2.109',NULL,NULL),(1113,'four_oh_four','2020-12-04 19:05:53','2020-12-04 19:05:53','185.135.83.198',NULL,NULL),(1114,'four_oh_four','2020-12-05 06:21:32','2020-12-05 06:21:32','213.180.203.49',NULL,NULL),(1115,'four_oh_four','2020-12-05 06:21:42','2020-12-05 06:21:42','209.107.196.81',NULL,NULL),(1116,'four_oh_four','2020-12-05 06:25:50','2020-12-05 06:25:50','216.151.191.99',NULL,NULL),(1117,'four_oh_four','2020-12-05 14:04:02','2020-12-05 14:04:02','66.249.66.68',NULL,NULL),(1118,'four_oh_four','2020-12-05 14:49:42','2020-12-05 14:49:42','105.184.27.178',NULL,NULL),(1119,'four_oh_four','2020-12-05 18:38:30','2020-12-05 18:38:30','204.93.178.181',NULL,NULL),(1120,'four_oh_four','2020-12-06 00:14:09','2020-12-06 00:14:09','5.255.253.126',NULL,NULL),(1121,'brute_force','2020-12-06 03:28:53','2020-12-06 03:28:53','171.4.45.62',NULL,NULL),(1122,'brute_force','2020-12-06 03:28:53','2020-12-06 03:28:53',NULL,NULL,'admin'),(1123,'four_oh_four','2020-12-06 06:12:50','2020-12-06 06:12:50','185.147.214.117',NULL,NULL),(1124,'four_oh_four','2020-12-06 06:14:02','2020-12-06 06:14:02','82.145.56.102',NULL,NULL),(1125,'four_oh_four','2020-12-06 06:27:16','2020-12-06 06:27:16','173.252.87.21',NULL,NULL),(1126,'four_oh_four','2020-12-06 06:44:56','2020-12-06 06:44:56','95.175.104.196',NULL,NULL),(1127,'four_oh_four','2020-12-06 06:48:06','2020-12-06 06:48:06','135.148.2.79',NULL,NULL),(1128,'four_oh_four','2020-12-06 10:05:12','2020-12-06 10:05:12','173.252.127.10',NULL,NULL),(1129,'four_oh_four','2020-12-06 11:12:49','2020-12-06 11:12:49','196.50.222.228',NULL,NULL),(1130,'four_oh_four','2020-12-06 11:12:49','2020-12-06 11:12:49','196.50.222.228',NULL,NULL),(1131,'four_oh_four','2020-12-06 21:03:06','2020-12-06 21:03:06','173.252.95.29',NULL,NULL),(1132,'four_oh_four','2020-12-06 23:41:12','2020-12-06 23:41:12','173.252.83.7',NULL,NULL),(1133,'brute_force','2020-12-07 01:16:28','2020-12-07 01:16:28','85.194.196.8',NULL,NULL),(1134,'brute_force','2020-12-07 01:16:28','2020-12-07 01:16:28',NULL,NULL,'admin'),(1135,'four_oh_four','2020-12-07 01:19:31','2020-12-07 01:19:31','69.171.251.116',NULL,NULL),(1136,'four_oh_four','2020-12-07 05:06:22','2020-12-07 05:06:22','92.38.162.145',NULL,NULL),(1137,'four_oh_four','2020-12-07 06:18:40','2020-12-07 06:18:40','143.244.46.151',NULL,NULL),(1138,'four_oh_four','2020-12-07 06:23:17','2020-12-07 06:23:17','143.244.46.151',NULL,NULL),(1139,'four_oh_four','2020-12-07 13:40:01','2020-12-07 13:40:01','178.176.216.238',NULL,NULL),(1140,'four_oh_four','2020-12-07 14:48:52','2020-12-07 14:48:52','173.252.87.16',NULL,NULL),(1141,'four_oh_four','2020-12-07 16:03:44','2020-12-07 16:03:44','109.180.71.175',NULL,NULL),(1142,'four_oh_four','2020-12-07 16:39:30','2020-12-07 16:39:30','66.249.70.68',NULL,NULL),(1143,'brute_force','2020-12-07 18:41:21','2020-12-07 18:41:21','89.14.98.216',NULL,NULL),(1144,'brute_force','2020-12-07 18:41:21','2020-12-07 18:41:21',NULL,NULL,'admin'),(1145,'four_oh_four','2020-12-07 19:20:36','2020-12-07 19:20:36','69.171.249.8',NULL,NULL),(1146,'four_oh_four','2020-12-07 20:22:10','2020-12-07 20:22:10','69.171.251.34',NULL,NULL),(1147,'four_oh_four','2020-12-07 21:32:34','2020-12-07 21:32:34','188.122.82.146',NULL,NULL),(1148,'brute_force','2020-12-07 22:26:52','2020-12-07 22:26:52','61.91.63.66',NULL,NULL),(1149,'brute_force','2020-12-07 22:26:52','2020-12-07 22:26:52',NULL,NULL,'admin'),(1150,'four_oh_four','2020-12-08 01:36:50','2020-12-08 01:36:50','109.180.71.175',NULL,NULL),(1151,'four_oh_four','2020-12-08 01:40:24','2020-12-08 01:40:24','109.180.71.175',NULL,NULL),(1152,'four_oh_four','2020-12-08 02:13:51','2020-12-08 02:13:51','168.151.227.57',NULL,NULL),(1153,'four_oh_four','2020-12-08 02:13:57','2020-12-08 02:13:57','168.151.227.57',NULL,NULL),(1154,'brute_force','2020-12-08 11:11:02','2020-12-08 11:11:02','31.173.113.42',NULL,NULL),(1155,'brute_force','2020-12-08 11:11:02','2020-12-08 11:11:02',NULL,NULL,'admin'),(1156,'four_oh_four','2020-12-08 14:59:44','2020-12-08 14:59:44','109.180.71.175',NULL,NULL),(1157,'four_oh_four','2020-12-08 17:31:09','2020-12-08 17:31:09','66.249.76.56',NULL,NULL),(1158,'four_oh_four','2020-12-08 23:23:44','2020-12-08 23:23:44','173.252.127.27',NULL,NULL),(1159,'four_oh_four','2020-12-09 00:49:33','2020-12-09 00:49:33','31.13.115.13',NULL,NULL),(1160,'four_oh_four','2020-12-09 01:48:30','2020-12-09 01:48:30','173.252.127.1',NULL,NULL),(1161,'brute_force','2020-12-09 02:49:42','2020-12-09 02:49:42','116.99.8.224',NULL,NULL),(1162,'brute_force','2020-12-09 02:49:42','2020-12-09 02:49:42',NULL,NULL,'admin'),(1163,'four_oh_four','2020-12-09 06:14:32','2020-12-09 06:14:32','2.58.12.32',NULL,NULL),(1164,'four_oh_four','2020-12-09 06:23:09','2020-12-09 06:23:09','64.145.65.233',NULL,NULL),(1165,'brute_force','2020-12-09 14:33:49','2020-12-09 14:33:49','202.80.217.10',NULL,NULL),(1166,'brute_force','2020-12-09 14:33:49','2020-12-09 14:33:49',NULL,NULL,'admin'),(1167,'four_oh_four','2020-12-09 17:20:30','2020-12-09 17:20:30','88.99.66.77',NULL,NULL),(1168,'brute_force','2020-12-09 23:01:24','2020-12-09 23:01:24','154.237.185.156',NULL,NULL),(1169,'brute_force','2020-12-09 23:01:24','2020-12-09 23:01:24',NULL,NULL,'admin'),(1170,'four_oh_four','2020-12-10 03:05:50','2020-12-10 03:05:50','109.180.71.175',NULL,NULL),(1171,'four_oh_four','2020-12-10 03:07:11','2020-12-10 03:07:11','109.180.71.175',NULL,NULL),(1172,'four_oh_four','2020-12-10 03:13:13','2020-12-10 03:13:13','109.180.71.175',NULL,NULL),(1173,'four_oh_four','2020-12-10 03:32:45','2020-12-10 03:32:45','109.180.71.175',NULL,NULL),(1174,'four_oh_four','2020-12-10 04:30:57','2020-12-10 04:30:57','109.180.71.175',NULL,NULL),(1175,'four_oh_four','2020-12-10 06:11:49','2020-12-10 06:11:49','154.21.28.91',NULL,NULL),(1176,'four_oh_four','2020-12-10 06:13:21','2020-12-10 06:13:21','173.213.87.197',NULL,NULL),(1177,'four_oh_four','2020-12-10 14:15:40','2020-12-10 14:15:40','66.249.73.112',NULL,NULL),(1178,'four_oh_four','2020-12-10 14:35:22','2020-12-10 14:35:22','66.249.73.108',NULL,NULL),(1179,'four_oh_four','2020-12-10 17:43:45','2020-12-10 17:43:45','81.156.117.54',NULL,NULL),(1180,'four_oh_four','2020-12-10 20:48:35','2020-12-10 20:48:35','173.252.87.23',NULL,NULL),(1181,'four_oh_four','2020-12-10 21:11:22','2020-12-10 21:11:22','69.171.249.19',NULL,NULL),(1182,'four_oh_four','2020-12-11 00:16:54','2020-12-11 00:16:54','66.249.79.214',NULL,NULL),(1183,'four_oh_four','2020-12-11 00:24:12','2020-12-11 00:24:12','46.242.13.230',NULL,NULL),(1184,'four_oh_four','2020-12-11 01:47:47','2020-12-11 01:47:47','13.66.139.131',NULL,NULL),(1185,'brute_force','2020-12-11 02:53:30','2020-12-11 02:53:30','182.53.182.146',NULL,NULL),(1186,'brute_force','2020-12-11 02:53:30','2020-12-11 02:53:30',NULL,NULL,'admin'),(1187,'brute_force','2020-12-11 03:29:32','2020-12-11 03:29:32','201.177.149.250',NULL,NULL),(1188,'brute_force','2020-12-11 03:29:32','2020-12-11 03:29:32',NULL,NULL,'admin'),(1189,'four_oh_four','2020-12-11 06:14:40','2020-12-11 06:14:40','192.200.158.173',NULL,NULL),(1190,'four_oh_four','2020-12-11 06:17:10','2020-12-11 06:17:10','2.58.12.128',NULL,NULL),(1191,'four_oh_four','2020-12-11 12:32:40','2020-12-11 12:32:40','66.249.79.216',NULL,NULL),(1192,'four_oh_four','2020-12-11 17:45:02','2020-12-11 17:45:02','66.249.79.214',NULL,NULL),(1193,'four_oh_four','2020-12-11 18:47:48','2020-12-11 18:47:48','66.249.79.216',NULL,NULL),(1194,'brute_force','2020-12-11 21:59:16','2020-12-11 21:59:16','84.108.100.136',NULL,NULL),(1195,'brute_force','2020-12-11 21:59:16','2020-12-11 21:59:16',NULL,NULL,'admin'),(1196,'four_oh_four','2020-12-11 22:59:37','2020-12-11 22:59:37','109.180.71.175',NULL,NULL),(1197,'four_oh_four','2020-12-12 00:03:33','2020-12-12 00:03:33','109.180.71.175',NULL,NULL),(1198,'four_oh_four','2020-12-12 01:26:05','2020-12-12 01:26:05','109.180.71.175',NULL,NULL),(1199,'four_oh_four','2020-12-12 01:44:12','2020-12-12 01:44:12','109.180.71.175',NULL,NULL),(1200,'four_oh_four','2020-12-12 06:09:52','2020-12-12 06:09:52','109.180.71.175',NULL,NULL),(1201,'four_oh_four','2020-12-12 06:18:14','2020-12-12 06:18:14','209.107.216.193',NULL,NULL),(1202,'four_oh_four','2020-12-12 06:22:33','2020-12-12 06:22:33','84.247.50.246',NULL,NULL),(1203,'four_oh_four','2020-12-12 06:23:34','2020-12-12 06:23:34','173.195.15.242',NULL,NULL),(1204,'four_oh_four','2020-12-12 06:51:06','2020-12-12 06:51:06','109.180.71.175',NULL,NULL),(1205,'four_oh_four','2020-12-12 06:53:50','2020-12-12 06:53:50','109.180.71.175',NULL,NULL),(1206,'four_oh_four','2020-12-12 06:59:02','2020-12-12 06:59:02','109.180.71.175',NULL,NULL),(1207,'four_oh_four','2020-12-12 07:02:23','2020-12-12 07:02:23','109.180.71.175',NULL,NULL),(1208,'four_oh_four','2020-12-12 09:48:44','2020-12-12 09:48:44','157.55.39.99',NULL,NULL),(1209,'four_oh_four','2020-12-12 11:56:03','2020-12-12 11:56:03','69.171.249.11',NULL,NULL),(1210,'brute_force','2020-12-12 14:44:15','2020-12-12 14:44:15','77.46.253.75',NULL,NULL),(1211,'brute_force','2020-12-12 14:44:15','2020-12-12 14:44:15',NULL,NULL,'admin'),(1212,'brute_force','2020-12-12 18:21:54','2020-12-12 18:21:54','14.187.250.23',NULL,NULL),(1213,'brute_force','2020-12-12 18:21:54','2020-12-12 18:21:54',NULL,NULL,'admin'),(1214,'brute_force','2020-12-13 04:12:39','2020-12-13 04:12:39','14.247.37.44',NULL,NULL),(1215,'brute_force','2020-12-13 04:12:39','2020-12-13 04:12:39',NULL,NULL,'admin'),(1216,'four_oh_four','2020-12-13 06:26:14','2020-12-13 06:26:14','45.56.161.68',NULL,NULL),(1217,'four_oh_four','2020-12-13 06:27:23','2020-12-13 06:27:23','205.185.223.16',NULL,NULL),(1218,'four_oh_four','2020-12-13 09:36:53','2020-12-13 09:36:53','35.247.165.5',NULL,NULL),(1219,'brute_force','2020-12-13 10:01:59','2020-12-13 10:01:59','59.152.99.130',NULL,NULL),(1220,'brute_force','2020-12-13 10:01:59','2020-12-13 10:01:59',NULL,NULL,'admin'),(1221,'four_oh_four','2020-12-13 18:04:50','2020-12-13 18:04:50','66.249.66.150',NULL,NULL),(1222,'four_oh_four','2020-12-13 20:57:43','2020-12-13 20:57:43','148.252.132.56',NULL,NULL),(1223,'four_oh_four','2020-12-13 21:07:37','2020-12-13 21:07:37','148.252.132.56',NULL,NULL),(1224,'four_oh_four','2020-12-14 03:07:35','2020-12-14 03:07:35','72.221.164.34',NULL,NULL),(1225,'brute_force','2020-12-14 04:50:05','2020-12-14 04:50:05','124.105.9.24',NULL,NULL),(1226,'brute_force','2020-12-14 04:50:05','2020-12-14 04:50:05',NULL,NULL,'admin'),(1227,'four_oh_four','2020-12-14 06:11:35','2020-12-14 06:11:35','2.58.13.8',NULL,NULL),(1228,'four_oh_four','2020-12-14 06:13:07','2020-12-14 06:13:07','64.145.76.146',NULL,NULL),(1229,'four_oh_four','2020-12-14 06:15:14','2020-12-14 06:15:14','64.145.79.159',NULL,NULL),(1230,'brute_force','2020-12-14 12:19:57','2020-12-14 12:19:57','27.72.103.224',NULL,NULL),(1231,'brute_force','2020-12-14 12:19:57','2020-12-14 12:19:57',NULL,NULL,'admin'),(1232,'four_oh_four','2020-12-14 19:41:12','2020-12-14 19:41:12','86.151.43.160',NULL,NULL),(1233,'four_oh_four','2020-12-14 19:55:02','2020-12-14 19:55:02','5.164.223.21',NULL,NULL),(1234,'four_oh_four','2020-12-14 20:13:15','2020-12-14 20:13:15','86.151.43.160',NULL,NULL),(1235,'four_oh_four','2020-12-14 21:05:58','2020-12-14 21:05:58','206.189.157.122',NULL,NULL),(1236,'four_oh_four','2020-12-14 21:06:00','2020-12-14 21:06:00','206.189.157.122',NULL,NULL),(1237,'four_oh_four','2020-12-14 21:06:01','2020-12-14 21:06:01','206.189.157.122',NULL,NULL),(1238,'four_oh_four','2020-12-14 21:06:03','2020-12-14 21:06:03','206.189.157.122',NULL,NULL),(1239,'four_oh_four','2020-12-14 21:06:04','2020-12-14 21:06:04','206.189.157.122',NULL,NULL),(1240,'four_oh_four','2020-12-14 21:06:21','2020-12-14 21:06:21','206.189.157.122',NULL,NULL),(1241,'four_oh_four','2020-12-14 21:06:22','2020-12-14 21:06:22','206.189.157.122',NULL,NULL),(1242,'four_oh_four','2020-12-14 21:07:21','2020-12-14 21:07:21','66.249.66.154',NULL,NULL),(1243,'brute_force','2020-12-15 00:59:47','2020-12-15 00:59:47','196.188.136.101',NULL,NULL),(1244,'brute_force','2020-12-15 00:59:47','2020-12-15 00:59:47',NULL,NULL,'admin'),(1245,'brute_force','2020-12-15 03:56:32','2020-12-15 03:56:32','175.136.91.151',NULL,NULL),(1246,'brute_force','2020-12-15 03:56:32','2020-12-15 03:56:32',NULL,NULL,'admin'),(1247,'four_oh_four','2020-12-15 14:36:59','2020-12-15 14:36:59','69.171.251.11',NULL,NULL),(1248,'four_oh_four','2020-12-15 14:52:50','2020-12-15 14:52:50','50.87.249.178',NULL,NULL),(1249,'four_oh_four','2020-12-15 16:10:21','2020-12-15 16:10:21','173.252.87.120',NULL,NULL),(1250,'brute_force','2020-12-15 16:35:51','2020-12-15 16:35:51','87.116.165.87',NULL,NULL),(1251,'brute_force','2020-12-15 16:35:51','2020-12-15 16:35:51',NULL,NULL,'admin'),(1252,'four_oh_four','2020-12-15 16:38:23','2020-12-15 16:38:23','173.252.95.116',NULL,NULL),(1253,'four_oh_four','2020-12-15 18:58:30','2020-12-15 18:58:30','66.220.149.5',NULL,NULL),(1254,'four_oh_four','2020-12-15 19:44:40','2020-12-15 19:44:40','173.252.87.1',NULL,NULL),(1255,'four_oh_four','2020-12-15 21:36:51','2020-12-15 21:36:51','173.252.127.23',NULL,NULL),(1256,'brute_force','2020-12-15 23:10:06','2020-12-15 23:10:06','103.80.210.186',NULL,NULL),(1257,'brute_force','2020-12-15 23:10:06','2020-12-15 23:10:06',NULL,NULL,'admin'),(1258,'four_oh_four','2020-12-15 23:21:56','2020-12-15 23:21:56','37.115.204.233',NULL,NULL),(1259,'four_oh_four','2020-12-15 23:25:17','2020-12-15 23:25:17','72.221.164.34',NULL,NULL),(1260,'four_oh_four','2020-12-16 04:25:11','2020-12-16 04:25:11','173.252.87.3',NULL,NULL),(1261,'four_oh_four','2020-12-16 05:07:02','2020-12-16 05:07:02','207.46.13.9',NULL,NULL),(1262,'brute_force','2020-12-16 05:53:13','2020-12-16 05:53:13','180.191.158.118',NULL,NULL),(1263,'brute_force','2020-12-16 05:53:13','2020-12-16 05:53:13',NULL,NULL,'admin'),(1264,'four_oh_four','2020-12-16 06:13:41','2020-12-16 06:13:41','5.154.174.47',NULL,NULL),(1265,'four_oh_four','2020-12-16 06:19:53','2020-12-16 06:19:53','143.244.48.81',NULL,NULL),(1266,'four_oh_four','2020-12-16 06:52:42','2020-12-16 06:52:42','96.21.0.4',NULL,NULL),(1267,'four_oh_four','2020-12-16 07:22:54','2020-12-16 07:22:54','209.226.57.196',NULL,NULL),(1268,'four_oh_four','2020-12-16 10:16:15','2020-12-16 10:16:15','173.252.87.26',NULL,NULL),(1269,'four_oh_four','2020-12-16 13:41:40','2020-12-16 13:41:40','69.171.249.43',NULL,NULL),(1270,'four_oh_four','2020-12-16 16:56:14','2020-12-16 16:56:14','54.236.253.7',NULL,NULL),(1271,'four_oh_four','2020-12-16 17:20:09','2020-12-16 17:20:09','69.171.251.33',NULL,NULL),(1272,'four_oh_four','2020-12-16 19:17:50','2020-12-16 19:17:50','66.249.66.154',NULL,NULL),(1273,'four_oh_four','2020-12-16 20:40:57','2020-12-16 20:40:57','86.151.43.160',NULL,NULL),(1274,'four_oh_four','2020-12-16 21:36:37','2020-12-16 21:36:37','86.151.43.160',NULL,NULL),(1275,'four_oh_four','2020-12-16 21:41:40','2020-12-16 21:41:40','86.151.43.160',NULL,NULL),(1276,'four_oh_four','2020-12-17 02:03:50','2020-12-17 02:03:50','13.66.139.61',NULL,NULL),(1277,'four_oh_four','2020-12-17 02:40:54','2020-12-17 02:40:54','69.171.251.12',NULL,NULL),(1278,'four_oh_four','2020-12-17 03:12:57','2020-12-17 03:12:57','69.171.249.119',NULL,NULL),(1279,'four_oh_four','2020-12-17 06:16:58','2020-12-17 06:16:58','5.180.220.82',NULL,NULL),(1280,'four_oh_four','2020-12-17 06:21:07','2020-12-17 06:21:07','84.247.50.238',NULL,NULL),(1281,'brute_force','2020-12-17 08:14:30','2020-12-17 08:14:30','42.106.176.167',NULL,NULL),(1282,'brute_force','2020-12-17 08:14:30','2020-12-17 08:14:30',NULL,NULL,'admin'),(1283,'four_oh_four','2020-12-17 09:24:42','2020-12-17 09:24:42','173.252.127.120',NULL,NULL),(1284,'four_oh_four','2020-12-17 10:16:36','2020-12-17 10:16:36','173.252.107.7',NULL,NULL),(1285,'four_oh_four','2020-12-17 17:06:33','2020-12-17 17:06:33','66.249.66.152',NULL,NULL),(1286,'four_oh_four','2020-12-17 17:07:06','2020-12-17 17:07:06','66.249.66.152',NULL,NULL),(1287,'four_oh_four','2020-12-17 20:38:39','2020-12-17 20:38:39','69.171.249.28',NULL,NULL),(1288,'four_oh_four','2020-12-17 22:01:45','2020-12-17 22:01:45','185.135.83.198',NULL,NULL),(1289,'four_oh_four','2020-12-18 06:12:01','2020-12-18 06:12:01','154.21.20.101',NULL,NULL),(1290,'four_oh_four','2020-12-18 06:13:42','2020-12-18 06:13:42','64.145.79.183',NULL,NULL),(1291,'four_oh_four','2020-12-18 06:16:41','2020-12-18 06:16:41','143.244.50.211',NULL,NULL),(1292,'four_oh_four','2020-12-18 07:58:01','2020-12-18 07:58:01','76.217.31.195',NULL,NULL),(1293,'four_oh_four','2020-12-18 08:40:27','2020-12-18 08:40:27','102.250.6.44',NULL,NULL),(1294,'four_oh_four','2020-12-18 08:46:59','2020-12-18 08:46:59','66.249.66.152',NULL,NULL),(1295,'brute_force','2020-12-18 09:29:48','2020-12-18 09:29:48','115.96.75.15',NULL,NULL),(1296,'brute_force','2020-12-18 09:29:48','2020-12-18 09:29:48',NULL,NULL,'admin'),(1297,'four_oh_four','2020-12-18 16:25:11','2020-12-18 16:25:11','69.171.251.116',NULL,NULL),(1298,'four_oh_four','2020-12-19 00:49:35','2020-12-19 00:49:35','173.252.87.1',NULL,NULL),(1299,'four_oh_four','2020-12-19 03:04:32','2020-12-19 03:04:32','173.252.83.23',NULL,NULL),(1300,'four_oh_four','2020-12-19 06:11:18','2020-12-19 06:11:18','154.21.22.11',NULL,NULL),(1301,'four_oh_four','2020-12-19 06:13:21','2020-12-19 06:13:21','185.147.213.43',NULL,NULL),(1302,'four_oh_four','2020-12-19 21:23:46','2020-12-19 21:23:46','173.252.87.9',NULL,NULL),(1303,'four_oh_four','2020-12-20 04:20:15','2020-12-20 04:20:15','185.253.162.134',NULL,NULL),(1304,'four_oh_four','2020-12-20 06:16:03','2020-12-20 06:16:03','2.58.12.176',NULL,NULL),(1305,'four_oh_four','2020-12-20 06:17:13','2020-12-20 06:17:13','154.3.251.102',NULL,NULL),(1306,'four_oh_four','2020-12-20 17:12:05','2020-12-20 17:12:05','66.249.76.102',NULL,NULL),(1307,'four_oh_four','2020-12-20 19:02:20','2020-12-20 19:02:20','66.249.76.98',NULL,NULL),(1308,'four_oh_four','2020-12-20 22:00:24','2020-12-20 22:00:24','173.252.83.118',NULL,NULL),(1309,'four_oh_four','2020-12-21 01:57:45','2020-12-21 01:57:45','173.252.107.117',NULL,NULL),(1310,'four_oh_four','2020-12-21 06:14:57','2020-12-21 06:14:57','198.181.163.231',NULL,NULL),(1311,'four_oh_four','2020-12-21 06:16:56','2020-12-21 06:16:56','154.29.131.71',NULL,NULL),(1312,'brute_force','2020-12-21 07:22:27','2020-12-21 07:22:27','1.0.228.182',NULL,NULL),(1313,'brute_force','2020-12-21 07:22:27','2020-12-21 07:22:27',NULL,NULL,'admin'),(1314,'four_oh_four','2020-12-21 08:30:09','2020-12-21 08:30:09','66.249.75.230',NULL,NULL),(1315,'four_oh_four','2020-12-21 12:38:17','2020-12-21 12:38:17','95.143.22.73',NULL,NULL),(1316,'four_oh_four','2020-12-21 14:11:40','2020-12-21 14:11:40','109.181.226.215',NULL,NULL),(1317,'four_oh_four','2020-12-21 15:12:50','2020-12-21 15:12:50','66.249.75.230',NULL,NULL),(1318,'four_oh_four','2020-12-21 16:21:56','2020-12-21 16:21:56','109.181.226.215',NULL,NULL),(1319,'four_oh_four','2020-12-21 16:23:57','2020-12-21 16:23:57','178.128.77.147',NULL,NULL),(1320,'four_oh_four','2020-12-21 16:24:52','2020-12-21 16:24:52','178.128.77.147',NULL,NULL),(1321,'four_oh_four','2020-12-21 16:25:30','2020-12-21 16:25:30','178.128.77.147',NULL,NULL),(1322,'four_oh_four','2020-12-21 16:26:27','2020-12-21 16:26:27','178.128.77.147',NULL,NULL),(1323,'four_oh_four','2020-12-21 16:27:25','2020-12-21 16:27:25','178.128.77.147',NULL,NULL),(1324,'four_oh_four','2020-12-21 16:28:30','2020-12-21 16:28:30','178.128.77.147',NULL,NULL),(1325,'four_oh_four','2020-12-21 16:29:29','2020-12-21 16:29:29','178.128.77.147',NULL,NULL),(1326,'four_oh_four','2020-12-21 16:30:28','2020-12-21 16:30:28','178.128.77.147',NULL,NULL),(1327,'four_oh_four','2020-12-21 16:31:30','2020-12-21 16:31:30','178.128.77.147',NULL,NULL),(1328,'four_oh_four','2020-12-21 16:32:31','2020-12-21 16:32:31','178.128.77.147',NULL,NULL),(1329,'four_oh_four','2020-12-21 16:33:32','2020-12-21 16:33:32','178.128.77.147',NULL,NULL),(1330,'four_oh_four','2020-12-21 16:34:25','2020-12-21 16:34:25','178.128.77.147',NULL,NULL),(1331,'four_oh_four','2020-12-21 16:35:03','2020-12-21 16:35:03','178.128.77.147',NULL,NULL),(1332,'four_oh_four','2020-12-21 16:36:03','2020-12-21 16:36:03','178.128.77.147',NULL,NULL),(1333,'four_oh_four','2020-12-21 16:37:00','2020-12-21 16:37:00','178.128.77.147',NULL,NULL),(1334,'four_oh_four','2020-12-21 16:38:00','2020-12-21 16:38:00','178.128.77.147',NULL,NULL),(1335,'four_oh_four','2020-12-21 16:39:02','2020-12-21 16:39:02','178.128.77.147',NULL,NULL),(1336,'four_oh_four','2020-12-21 16:40:03','2020-12-21 16:40:03','178.128.77.147',NULL,NULL),(1337,'four_oh_four','2020-12-21 16:41:03','2020-12-21 16:41:03','178.128.77.147',NULL,NULL),(1338,'four_oh_four','2020-12-21 16:42:00','2020-12-21 16:42:00','178.128.77.147',NULL,NULL),(1339,'four_oh_four','2020-12-21 16:43:03','2020-12-21 16:43:03','178.128.77.147',NULL,NULL),(1340,'four_oh_four','2020-12-21 16:43:54','2020-12-21 16:43:54','178.128.77.147',NULL,NULL),(1341,'four_oh_four','2020-12-21 16:44:32','2020-12-21 16:44:32','178.128.77.147',NULL,NULL),(1342,'four_oh_four','2020-12-21 16:45:10','2020-12-21 16:45:10','178.128.77.147',NULL,NULL),(1343,'four_oh_four','2020-12-21 16:45:49','2020-12-21 16:45:49','178.128.77.147',NULL,NULL),(1344,'four_oh_four','2020-12-21 16:46:28','2020-12-21 16:46:28','178.128.77.147',NULL,NULL),(1345,'four_oh_four','2020-12-21 16:47:05','2020-12-21 16:47:05','178.128.77.147',NULL,NULL),(1346,'four_oh_four','2020-12-21 16:47:42','2020-12-21 16:47:42','178.128.77.147',NULL,NULL),(1347,'four_oh_four','2020-12-21 16:48:20','2020-12-21 16:48:20','178.128.77.147',NULL,NULL),(1348,'four_oh_four','2020-12-21 16:49:00','2020-12-21 16:49:00','178.128.77.147',NULL,NULL),(1349,'four_oh_four','2020-12-21 16:49:40','2020-12-21 16:49:40','178.128.77.147',NULL,NULL),(1350,'four_oh_four','2020-12-21 17:15:32','2020-12-21 17:15:32','109.181.226.215',NULL,NULL),(1351,'four_oh_four','2020-12-21 18:05:15','2020-12-21 18:05:15','102.250.6.23',NULL,NULL),(1352,'four_oh_four','2020-12-21 20:30:03','2020-12-21 20:30:03','173.252.95.23',NULL,NULL),(1353,'brute_force','2020-12-21 21:07:34','2020-12-21 21:07:34','5.127.148.235',NULL,NULL),(1354,'brute_force','2020-12-21 21:07:34','2020-12-21 21:07:34',NULL,NULL,'admin'),(1355,'four_oh_four','2020-12-21 23:34:26','2020-12-21 23:34:26','173.252.127.7',NULL,NULL),(1356,'four_oh_four','2020-12-21 23:50:36','2020-12-21 23:50:36','122.10.84.144',NULL,NULL),(1357,'four_oh_four','2020-12-22 03:02:58','2020-12-22 03:02:58','109.181.226.215',NULL,NULL),(1358,'four_oh_four','2020-12-22 06:12:34','2020-12-22 06:12:34','80.246.31.50',NULL,NULL),(1359,'four_oh_four','2020-12-22 06:15:21','2020-12-22 06:15:21','173.245.203.249',NULL,NULL),(1360,'four_oh_four','2020-12-22 06:17:30','2020-12-22 06:17:30','194.88.143.50',NULL,NULL),(1361,'four_oh_four','2020-12-22 17:26:04','2020-12-22 17:26:04','173.252.107.15',NULL,NULL),(1362,'four_oh_four','2020-12-22 17:38:45','2020-12-22 17:38:45','86.161.67.144',NULL,NULL),(1363,'four_oh_four','2020-12-22 18:12:38','2020-12-22 18:12:38','86.161.67.144',NULL,NULL),(1364,'four_oh_four','2020-12-22 20:29:29','2020-12-22 20:29:29','86.161.67.144',NULL,NULL),(1365,'four_oh_four','2020-12-22 21:40:53','2020-12-22 21:40:53','69.171.249.8',NULL,NULL),(1366,'four_oh_four','2020-12-23 01:40:30','2020-12-23 01:40:30','173.252.95.19',NULL,NULL),(1367,'four_oh_four','2020-12-23 02:03:20','2020-12-23 02:03:20','109.181.226.215',NULL,NULL),(1368,'four_oh_four','2020-12-23 02:22:15','2020-12-23 02:22:15','109.181.226.215',NULL,NULL),(1369,'four_oh_four','2020-12-23 02:33:17','2020-12-23 02:33:17','109.181.226.215',NULL,NULL),(1370,'four_oh_four','2020-12-23 03:08:26','2020-12-23 03:08:26','109.181.226.215',NULL,NULL),(1371,'four_oh_four','2020-12-23 03:11:12','2020-12-23 03:11:12','109.181.226.215',NULL,NULL),(1372,'four_oh_four','2020-12-23 04:03:07','2020-12-23 04:03:07','174.76.48.249',NULL,NULL),(1373,'brute_force','2020-12-23 05:17:40','2020-12-23 05:17:40','14.234.121.173',NULL,NULL),(1374,'brute_force','2020-12-23 05:17:40','2020-12-23 05:17:40',NULL,NULL,'admin'),(1375,'four_oh_four','2020-12-23 06:12:02','2020-12-23 06:12:02','45.56.174.189',NULL,NULL),(1376,'four_oh_four','2020-12-23 06:17:31','2020-12-23 06:17:31','78.110.173.172',NULL,NULL),(1377,'four_oh_four','2020-12-23 06:19:45','2020-12-23 06:19:45','205.185.223.4',NULL,NULL),(1378,'four_oh_four','2020-12-23 10:06:06','2020-12-23 10:06:06','105.225.88.203',NULL,NULL),(1379,'four_oh_four','2020-12-23 18:24:12','2020-12-23 18:24:12','13.66.139.87',NULL,NULL),(1380,'four_oh_four','2020-12-23 21:44:15','2020-12-23 21:44:15','173.252.127.18',NULL,NULL),(1381,'four_oh_four','2020-12-23 22:19:50','2020-12-23 22:19:50','66.249.79.214',NULL,NULL),(1382,'four_oh_four','2020-12-24 01:38:32','2020-12-24 01:38:32','173.252.95.4',NULL,NULL),(1383,'four_oh_four','2020-12-24 07:09:06','2020-12-24 07:09:06','13.66.139.87',NULL,NULL),(1384,'brute_force','2020-12-24 09:51:14','2020-12-24 09:51:14','1.22.156.202',NULL,NULL),(1385,'brute_force','2020-12-24 09:51:14','2020-12-24 09:51:14',NULL,NULL,'admin'),(1386,'four_oh_four','2020-12-24 13:18:22','2020-12-24 13:18:22','13.66.139.87',NULL,NULL),(1387,'four_oh_four','2020-12-24 15:27:20','2020-12-24 15:27:20','66.249.79.218',NULL,NULL),(1388,'four_oh_four','2020-12-24 18:18:22','2020-12-24 18:18:22','173.252.87.12',NULL,NULL),(1389,'four_oh_four','2020-12-24 18:43:23','2020-12-24 18:43:23','173.252.95.113',NULL,NULL),(1390,'four_oh_four','2020-12-25 06:21:09','2020-12-25 06:21:09','172.83.45.139',NULL,NULL),(1391,'four_oh_four','2020-12-25 06:22:37','2020-12-25 06:22:37','45.56.174.180',NULL,NULL),(1392,'brute_force','2020-12-25 18:19:25','2020-12-25 18:19:25','177.12.59.180',NULL,NULL),(1393,'brute_force','2020-12-25 18:19:25','2020-12-25 18:19:25',NULL,NULL,'admin'),(1394,'four_oh_four','2020-12-25 19:34:43','2020-12-25 19:34:43','69.171.249.11',NULL,NULL),(1395,'four_oh_four','2020-12-25 21:31:52','2020-12-25 21:31:52','142.93.190.41',NULL,NULL),(1396,'four_oh_four','2020-12-26 06:16:10','2020-12-26 06:16:10','198.181.163.113',NULL,NULL),(1397,'four_oh_four','2020-12-26 06:17:39','2020-12-26 06:17:39','205.185.193.97',NULL,NULL),(1398,'brute_force','2020-12-26 18:11:06','2020-12-26 18:11:06','31.60.22.35',NULL,NULL),(1399,'brute_force','2020-12-26 18:11:06','2020-12-26 18:11:06',NULL,NULL,'admin'),(1400,'four_oh_four','2020-12-26 18:40:51','2020-12-26 18:40:51','86.179.67.201',NULL,NULL),(1401,'four_oh_four','2020-12-26 18:53:55','2020-12-26 18:53:55','173.252.87.120',NULL,NULL),(1402,'four_oh_four','2020-12-26 18:54:07','2020-12-26 18:54:07','70.36.102.229',NULL,NULL),(1403,'four_oh_four','2020-12-26 19:33:20','2020-12-26 19:33:20','173.252.95.13',NULL,NULL),(1404,'four_oh_four','2020-12-26 19:44:58','2020-12-26 19:44:58','66.249.79.214',NULL,NULL),(1405,'four_oh_four','2020-12-27 03:13:46','2020-12-27 03:13:46','162.0.228.91',NULL,NULL),(1406,'four_oh_four','2020-12-27 06:18:40','2020-12-27 06:18:40','173.213.87.163',NULL,NULL),(1407,'four_oh_four','2020-12-27 06:21:39','2020-12-27 06:21:39','78.110.173.145',NULL,NULL),(1408,'four_oh_four','2020-12-27 06:25:20','2020-12-27 06:25:20','45.10.232.45',NULL,NULL),(1409,'four_oh_four','2020-12-27 08:27:18','2020-12-27 08:27:18','128.71.5.89',NULL,NULL),(1410,'four_oh_four','2020-12-27 11:44:03','2020-12-27 11:44:03','104.219.248.110',NULL,NULL),(1411,'four_oh_four','2020-12-27 16:27:49','2020-12-27 16:27:49','207.46.13.141',NULL,NULL),(1412,'four_oh_four','2020-12-27 21:17:14','2020-12-27 21:17:14','173.252.87.23',NULL,NULL),(1413,'brute_force','2020-12-28 00:33:14','2020-12-28 00:33:14','124.120.9.113',NULL,NULL),(1414,'brute_force','2020-12-28 00:33:14','2020-12-28 00:33:14',NULL,NULL,'admin'),(1415,'four_oh_four','2020-12-28 06:14:06','2020-12-28 06:14:06','5.183.92.158',NULL,NULL),(1416,'four_oh_four','2020-12-28 06:15:07','2020-12-28 06:15:07','45.56.161.52',NULL,NULL),(1417,'four_oh_four','2020-12-28 06:17:50','2020-12-28 06:17:50','2.58.12.218',NULL,NULL),(1418,'brute_force','2020-12-28 09:59:31','2020-12-28 09:59:31','58.8.159.115',NULL,NULL),(1419,'brute_force','2020-12-28 09:59:31','2020-12-28 09:59:31',NULL,NULL,'admin'),(1420,'four_oh_four','2020-12-28 10:39:32','2020-12-28 10:39:32','173.252.127.3',NULL,NULL),(1421,'four_oh_four','2020-12-28 16:56:55','2020-12-28 16:56:55','54.162.102.36',NULL,NULL),(1422,'four_oh_four','2020-12-28 20:19:58','2020-12-28 20:19:58','86.179.67.201',NULL,NULL),(1423,'four_oh_four','2020-12-29 06:11:18','2020-12-29 06:11:18','85.10.51.34',NULL,NULL),(1424,'four_oh_four','2020-12-29 06:13:24','2020-12-29 06:13:24','5.183.92.169',NULL,NULL),(1425,'four_oh_four','2020-12-29 06:31:34','2020-12-29 06:31:34','13.66.139.109',NULL,NULL),(1426,'four_oh_four','2020-12-29 08:00:50','2020-12-29 08:00:50','69.171.249.29',NULL,NULL),(1427,'four_oh_four','2020-12-29 10:56:18','2020-12-29 10:56:18','66.249.79.214',NULL,NULL),(1428,'brute_force','2020-12-29 18:04:07','2020-12-29 18:04:07','45.186.147.46',NULL,NULL),(1429,'brute_force','2020-12-29 18:04:07','2020-12-29 18:04:07',NULL,NULL,'admin'),(1430,'four_oh_four','2020-12-29 18:39:03','2020-12-29 18:39:03','13.66.139.109',NULL,NULL),(1431,'four_oh_four','2020-12-29 23:23:49','2020-12-29 23:23:49','13.82.47.19',NULL,NULL),(1432,'brute_force','2020-12-30 05:08:01','2020-12-30 05:08:01','110.77.240.30',NULL,NULL),(1433,'brute_force','2020-12-30 05:08:01','2020-12-30 05:08:01',NULL,NULL,'admin'),(1434,'four_oh_four','2020-12-30 06:16:59','2020-12-30 06:16:59','185.189.114.169',NULL,NULL),(1435,'four_oh_four','2020-12-30 06:18:15','2020-12-30 06:18:15','2.58.13.8',NULL,NULL),(1436,'four_oh_four','2020-12-30 07:03:05','2020-12-30 07:03:05','66.249.79.216',NULL,NULL),(1437,'four_oh_four','2020-12-30 07:11:25','2020-12-30 07:11:25','13.66.139.109',NULL,NULL),(1438,'four_oh_four','2020-12-30 07:17:31','2020-12-30 07:17:31','69.171.249.15',NULL,NULL),(1439,'four_oh_four','2020-12-30 08:10:01','2020-12-30 08:10:01','13.66.139.64',NULL,NULL),(1440,'four_oh_four','2020-12-30 12:06:33','2020-12-30 12:06:33','173.252.95.10',NULL,NULL),(1441,'four_oh_four','2020-12-30 12:18:22','2020-12-30 12:18:22','66.249.79.216',NULL,NULL),(1442,'four_oh_four','2020-12-30 12:18:45','2020-12-30 12:18:45','66.249.79.216',NULL,NULL),(1443,'four_oh_four','2020-12-31 01:14:15','2020-12-31 01:14:15','173.252.127.116',NULL,NULL),(1444,'four_oh_four','2020-12-31 02:31:29','2020-12-31 02:31:29','173.252.87.8',NULL,NULL),(1445,'four_oh_four','2020-12-31 06:12:35','2020-12-31 06:12:35','64.145.76.134',NULL,NULL),(1446,'four_oh_four','2020-12-31 06:15:31','2020-12-31 06:15:31','185.166.84.133',NULL,NULL),(1447,'brute_force','2020-12-31 06:43:20','2020-12-31 06:43:20','52.192.73.251',NULL,NULL),(1448,'brute_force','2020-12-31 06:43:20','2020-12-31 06:43:20',NULL,1,'adminsz'),(1449,'brute_force','2020-12-31 06:43:22','2020-12-31 06:43:22','52.192.73.251',NULL,NULL),(1450,'brute_force','2020-12-31 06:43:22','2020-12-31 06:43:22',NULL,1,'adminsz'),(1451,'brute_force','2020-12-31 06:43:24','2020-12-31 06:43:24','52.192.73.251',NULL,NULL),(1452,'brute_force','2020-12-31 06:43:24','2020-12-31 06:43:24',NULL,1,'adminsz'),(1453,'brute_force','2020-12-31 06:43:25','2020-12-31 06:43:25','52.192.73.251',NULL,NULL),(1454,'brute_force','2020-12-31 06:43:25','2020-12-31 06:43:25',NULL,1,'adminsz'),(1455,'brute_force','2020-12-31 06:44:05','2020-12-31 06:44:05','52.192.73.251',NULL,NULL),(1456,'brute_force','2020-12-31 06:44:05','2020-12-31 06:44:05',NULL,1,'adminsz'),(1457,'brute_force','2020-12-31 17:05:27','2020-12-31 17:05:27','196.188.177.29',NULL,NULL),(1458,'brute_force','2020-12-31 17:05:27','2020-12-31 17:05:27',NULL,NULL,'admin'),(1459,'four_oh_four','2020-12-31 18:49:40','2020-12-31 18:49:40','13.66.139.109',NULL,NULL),(1460,'four_oh_four','2021-01-01 04:17:21','2021-01-01 04:17:21','173.252.95.20',NULL,NULL),(1461,'four_oh_four','2021-01-01 10:48:12','2021-01-01 10:48:12','13.66.139.109',NULL,NULL),(1462,'four_oh_four','2021-01-01 11:46:14','2021-01-01 11:46:14','173.252.111.20',NULL,NULL),(1463,'brute_force','2021-01-01 15:29:44','2021-01-01 15:29:44','49.145.144.236',NULL,NULL),(1464,'brute_force','2021-01-01 15:29:44','2021-01-01 15:29:44',NULL,NULL,'admin'),(1465,'brute_force','2021-01-01 16:22:33','2021-01-01 16:22:33','34.209.105.222',NULL,NULL),(1466,'brute_force','2021-01-01 16:22:33','2021-01-01 16:22:33',NULL,1,'adminsz'),(1467,'brute_force','2021-01-01 16:22:35','2021-01-01 16:22:35','34.209.105.222',NULL,NULL),(1468,'brute_force','2021-01-01 16:22:35','2021-01-01 16:22:35',NULL,1,'adminsz'),(1469,'brute_force','2021-01-01 16:22:35','2021-01-01 16:22:35','34.209.105.222',NULL,NULL),(1470,'brute_force','2021-01-01 16:22:35','2021-01-01 16:22:35',NULL,1,'adminsz'),(1471,'brute_force','2021-01-01 16:22:36','2021-01-01 16:22:36','34.209.105.222',NULL,NULL),(1472,'brute_force','2021-01-01 16:22:36','2021-01-01 16:22:36',NULL,1,'adminsz'),(1473,'four_oh_four','2021-01-01 17:09:59','2021-01-01 17:09:59','95.151.144.227',NULL,NULL),(1474,'four_oh_four','2021-01-01 17:23:21','2021-01-01 17:23:21','95.151.144.227',NULL,NULL),(1475,'four_oh_four','2021-01-01 19:06:01','2021-01-01 19:06:01','66.220.149.14',NULL,NULL),(1476,'four_oh_four','2021-01-01 20:15:15','2021-01-01 20:15:15','173.252.95.113',NULL,NULL),(1477,'four_oh_four','2021-01-02 06:14:42','2021-01-02 06:14:42','156.146.37.212',NULL,NULL),(1478,'four_oh_four','2021-01-02 06:17:43','2021-01-02 06:17:43','45.10.232.128',NULL,NULL),(1479,'four_oh_four','2021-01-02 14:26:14','2021-01-02 14:26:14','95.151.144.227',NULL,NULL),(1480,'brute_force','2021-01-02 17:40:26','2021-01-02 17:40:26','14.177.24.142',NULL,NULL),(1481,'brute_force','2021-01-02 17:40:26','2021-01-02 17:40:26',NULL,NULL,'admin'),(1482,'four_oh_four','2021-01-02 22:47:08','2021-01-02 22:47:08','173.252.95.2',NULL,NULL),(1483,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1484,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1485,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1486,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1487,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1488,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1489,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1490,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1491,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1492,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1493,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1494,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1495,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1496,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1497,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1498,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1499,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1500,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1501,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1502,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1503,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1504,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1505,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1506,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1507,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1508,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1509,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1510,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1511,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1512,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1513,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1514,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1515,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1516,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1517,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1518,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1519,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1520,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1521,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1522,'four_oh_four','2021-01-03 02:48:57','2021-01-03 02:48:57','135.148.33.128',NULL,NULL),(1523,'four_oh_four','2021-01-03 02:52:40','2021-01-03 02:52:40','173.252.111.22',NULL,NULL),(1524,'four_oh_four','2021-01-03 06:14:07','2021-01-03 06:14:07','5.183.94.91',NULL,NULL),(1525,'four_oh_four','2021-01-03 06:15:43','2021-01-03 06:15:43','45.56.174.72',NULL,NULL),(1526,'four_oh_four','2021-01-03 11:15:21','2021-01-03 11:15:21','51.89.230.56',NULL,NULL),(1527,'four_oh_four','2021-01-03 12:06:50','2021-01-03 12:06:50','104.210.147.246',NULL,NULL),(1528,'four_oh_four','2021-01-03 12:07:04','2021-01-03 12:07:04','104.210.147.246',NULL,NULL),(1529,'four_oh_four','2021-01-03 12:52:37','2021-01-03 12:52:37','207.46.13.37',NULL,NULL),(1530,'brute_force','2021-01-03 12:58:19','2021-01-03 12:58:19','156.214.194.140',NULL,NULL),(1531,'brute_force','2021-01-03 12:58:19','2021-01-03 12:58:19',NULL,NULL,'admin'),(1532,'four_oh_four','2021-01-03 17:54:51','2021-01-03 17:54:51','66.249.76.100',NULL,NULL),(1533,'four_oh_four','2021-01-03 18:06:35','2021-01-03 18:06:35','66.249.76.98',NULL,NULL),(1534,'four_oh_four','2021-01-03 20:18:32','2021-01-03 20:18:32','66.249.76.98',NULL,NULL),(1535,'four_oh_four','2021-01-03 22:23:26','2021-01-03 22:23:26','173.252.95.4',NULL,NULL),(1536,'four_oh_four','2021-01-04 02:39:53','2021-01-04 02:39:53','173.252.83.1',NULL,NULL),(1537,'four_oh_four','2021-01-04 02:48:08','2021-01-04 02:48:08','66.249.76.100',NULL,NULL),(1538,'four_oh_four','2021-01-04 06:17:15','2021-01-04 06:17:15','216.151.180.9',NULL,NULL),(1539,'four_oh_four','2021-01-04 06:18:48','2021-01-04 06:18:48','209.107.210.86',NULL,NULL),(1540,'four_oh_four','2021-01-04 06:19:51','2021-01-04 06:19:51','209.107.210.86',NULL,NULL),(1541,'four_oh_four','2021-01-04 09:18:35','2021-01-04 09:18:35','34.89.85.232',NULL,NULL),(1542,'four_oh_four','2021-01-04 09:18:38','2021-01-04 09:18:38','34.89.85.232',NULL,NULL),(1543,'four_oh_four','2021-01-04 09:18:40','2021-01-04 09:18:40','34.89.85.232',NULL,NULL),(1544,'four_oh_four','2021-01-04 09:18:41','2021-01-04 09:18:41','34.89.85.232',NULL,NULL),(1545,'brute_force','2021-01-04 10:00:42','2021-01-04 10:00:42','124.253.69.3',NULL,NULL),(1546,'brute_force','2021-01-04 10:00:42','2021-01-04 10:00:42',NULL,NULL,'admin'),(1547,'four_oh_four','2021-01-04 15:28:52','2021-01-04 15:28:52','207.46.13.37',NULL,NULL),(1548,'four_oh_four','2021-01-04 16:51:33','2021-01-04 16:51:33','109.181.226.236',NULL,NULL),(1549,'four_oh_four','2021-01-04 18:10:12','2021-01-04 18:10:12','54.162.102.36',NULL,NULL),(1550,'four_oh_four','2021-01-04 18:16:38','2021-01-04 18:16:38','135.148.2.94',NULL,NULL),(1551,'four_oh_four','2021-01-04 21:52:56','2021-01-04 21:52:56','173.252.95.22',NULL,NULL),(1552,'brute_force','2021-01-05 00:18:42','2021-01-05 00:18:42','185.71.118.243',NULL,NULL),(1553,'brute_force','2021-01-05 00:18:42','2021-01-05 00:18:42',NULL,NULL,'admin'),(1554,'four_oh_four','2021-01-05 02:12:12','2021-01-05 02:12:12','173.252.111.23',NULL,NULL),(1555,'four_oh_four','2021-01-05 06:15:16','2021-01-05 06:15:16','184.170.241.41',NULL,NULL),(1556,'four_oh_four','2021-01-05 06:16:47','2021-01-05 06:16:47','64.145.79.147',NULL,NULL),(1557,'brute_force','2021-01-05 10:20:02','2021-01-05 10:20:02','180.244.235.71',NULL,NULL),(1558,'brute_force','2021-01-05 10:20:02','2021-01-05 10:20:02',NULL,NULL,'admin'),(1559,'four_oh_four','2021-01-05 14:21:54','2021-01-05 14:21:54','109.181.226.236',NULL,NULL),(1560,'four_oh_four','2021-01-05 14:35:47','2021-01-05 14:35:47','109.181.226.236',NULL,NULL),(1561,'four_oh_four','2021-01-05 14:40:07','2021-01-05 14:40:07','109.181.226.236',NULL,NULL),(1562,'four_oh_four','2021-01-05 15:29:25','2021-01-05 15:29:25','207.46.13.37',NULL,NULL),(1563,'four_oh_four','2021-01-05 17:43:38','2021-01-05 17:43:38','207.46.13.37',NULL,NULL),(1564,'four_oh_four','2021-01-05 17:48:25','2021-01-05 17:48:25','109.181.226.236',NULL,NULL),(1565,'four_oh_four','2021-01-05 19:45:36','2021-01-05 19:45:36','109.181.226.236',NULL,NULL),(1566,'four_oh_four','2021-01-05 19:46:37','2021-01-05 19:46:37','109.181.226.236',NULL,NULL),(1567,'four_oh_four','2021-01-05 19:47:37','2021-01-05 19:47:37','109.181.226.236',NULL,NULL),(1568,'four_oh_four','2021-01-05 19:48:48','2021-01-05 19:48:48','109.181.226.236',NULL,NULL),(1569,'four_oh_four','2021-01-05 19:52:21','2021-01-05 19:52:21','109.181.226.236',NULL,NULL),(1570,'four_oh_four','2021-01-05 19:53:33','2021-01-05 19:53:33','109.181.226.236',NULL,NULL),(1571,'four_oh_four','2021-01-05 19:57:26','2021-01-05 19:57:26','109.181.226.236',NULL,NULL),(1572,'four_oh_four','2021-01-05 19:59:26','2021-01-05 19:59:26','109.181.226.236',NULL,NULL),(1573,'four_oh_four','2021-01-05 20:01:48','2021-01-05 20:01:48','109.181.226.236',NULL,NULL),(1574,'four_oh_four','2021-01-05 20:02:49','2021-01-05 20:02:49','109.181.226.236',NULL,NULL),(1575,'four_oh_four','2021-01-05 22:18:46','2021-01-05 22:18:46','35.210.31.94',NULL,NULL),(1576,'four_oh_four','2021-01-06 01:22:12','2021-01-06 01:22:12','104.245.145.56',NULL,NULL),(1577,'four_oh_four','2021-01-06 01:22:13','2021-01-06 01:22:13','104.245.145.56',NULL,NULL),(1578,'brute_force','2021-01-06 02:02:57','2021-01-06 02:02:57','186.89.212.106',NULL,NULL),(1579,'brute_force','2021-01-06 02:02:57','2021-01-06 02:02:57',NULL,NULL,'admin'),(1580,'four_oh_four','2021-01-06 04:29:35','2021-01-06 04:29:35','69.171.249.116',NULL,NULL),(1581,'four_oh_four','2021-01-06 06:13:24','2021-01-06 06:13:24','5.183.92.242',NULL,NULL),(1582,'four_oh_four','2021-01-06 06:16:10','2021-01-06 06:16:10','185.147.213.85',NULL,NULL),(1583,'four_oh_four','2021-01-06 06:17:19','2021-01-06 06:17:19','194.110.114.62',NULL,NULL),(1584,'four_oh_four','2021-01-06 07:21:43','2021-01-06 07:21:43','69.171.249.120',NULL,NULL),(1585,'brute_force','2021-01-06 13:18:03','2021-01-06 13:18:03','87.116.178.200',NULL,NULL),(1586,'brute_force','2021-01-06 13:18:03','2021-01-06 13:18:03',NULL,NULL,'admin'),(1587,'four_oh_four','2021-01-06 23:07:49','2021-01-06 23:07:49','173.252.111.22',NULL,NULL),(1588,'four_oh_four','2021-01-06 23:48:09','2021-01-06 23:48:09','20.40.250.22',NULL,NULL),(1589,'four_oh_four','2021-01-07 00:12:05','2021-01-07 00:12:05','168.119.250.101',NULL,NULL),(1590,'four_oh_four','2021-01-07 05:07:37','2021-01-07 05:07:37','143.244.54.23',NULL,NULL),(1591,'four_oh_four','2021-01-07 06:14:20','2021-01-07 06:14:20','5.180.220.106',NULL,NULL),(1592,'four_oh_four','2021-01-07 06:19:10','2021-01-07 06:19:10','143.244.34.21',NULL,NULL),(1593,'four_oh_four','2021-01-07 06:24:51','2021-01-07 06:24:51','209.107.196.106',NULL,NULL),(1594,'brute_force','2021-01-07 10:17:11','2021-01-07 10:17:11','118.68.201.240',NULL,NULL),(1595,'brute_force','2021-01-07 10:17:11','2021-01-07 10:17:11',NULL,NULL,'admin'),(1596,'four_oh_four','2021-01-07 13:09:37','2021-01-07 13:09:37','13.66.139.89',NULL,NULL),(1597,'brute_force','2021-01-08 01:12:09','2021-01-08 01:12:09','14.183.110.176',NULL,NULL),(1598,'brute_force','2021-01-08 01:12:09','2021-01-08 01:12:09',NULL,NULL,'admin'),(1599,'four_oh_four','2021-01-08 12:57:55','2021-01-08 12:57:55','35.210.62.152',NULL,NULL),(1600,'four_oh_four','2021-01-08 17:30:42','2021-01-08 17:30:42','188.168.93.45',NULL,NULL),(1601,'four_oh_four','2021-01-08 17:42:27','2021-01-08 17:42:27','35.210.176.222',NULL,NULL),(1602,'brute_force','2021-01-08 19:40:43','2021-01-08 19:40:43','190.117.98.194',NULL,NULL),(1603,'brute_force','2021-01-08 19:40:43','2021-01-08 19:40:43',NULL,NULL,'admin'),(1604,'four_oh_four','2021-01-08 20:02:11','2021-01-08 20:02:11','31.13.127.117',NULL,NULL),(1605,'four_oh_four','2021-01-08 20:05:04','2021-01-08 20:05:04','31.13.127.116',NULL,NULL),(1606,'four_oh_four','2021-01-09 06:04:01','2021-01-09 06:04:01','69.171.249.20',NULL,NULL),(1607,'four_oh_four','2021-01-09 06:17:09','2021-01-09 06:17:09','205.185.222.19',NULL,NULL),(1608,'four_oh_four','2021-01-09 06:19:30','2021-01-09 06:19:30','195.158.249.86',NULL,NULL),(1609,'four_oh_four','2021-01-09 06:21:20','2021-01-09 06:21:20','5.180.220.208',NULL,NULL),(1610,'brute_force','2021-01-09 07:41:15','2021-01-09 07:41:15','181.208.160.165',NULL,NULL),(1611,'brute_force','2021-01-09 07:41:15','2021-01-09 07:41:15',NULL,NULL,'admin'),(1612,'four_oh_four','2021-01-09 15:38:47','2021-01-09 15:38:47','66.249.79.214',NULL,NULL),(1613,'four_oh_four','2021-01-09 17:06:37','2021-01-09 17:06:37','142.93.190.41',NULL,NULL),(1614,'brute_force','2021-01-09 21:54:03','2021-01-09 21:54:03','82.84.208.213',NULL,NULL),(1615,'brute_force','2021-01-09 21:54:03','2021-01-09 21:54:03',NULL,NULL,'admin'),(1616,'four_oh_four','2021-01-09 22:39:39','2021-01-09 22:39:39','35.210.119.13',NULL,NULL),(1617,'four_oh_four','2021-01-10 03:33:45','2021-01-10 03:33:45','173.252.87.17',NULL,NULL),(1618,'four_oh_four','2021-01-10 06:16:16','2021-01-10 06:16:16','173.245.203.135',NULL,NULL),(1619,'four_oh_four','2021-01-10 06:23:01','2021-01-10 06:23:01','143.244.50.92',NULL,NULL),(1620,'four_oh_four','2021-01-10 06:26:05','2021-01-10 06:26:05','198.181.163.243',NULL,NULL),(1621,'brute_force','2021-01-10 18:33:37','2021-01-10 18:33:37','210.210.116.221',NULL,NULL),(1622,'brute_force','2021-01-10 18:33:37','2021-01-10 18:33:37',NULL,NULL,'admin'),(1623,'four_oh_four','2021-01-10 19:32:44','2021-01-10 19:32:44','173.252.107.14',NULL,NULL),(1624,'four_oh_four','2021-01-10 19:34:58','2021-01-10 19:34:58','173.252.83.19',NULL,NULL),(1625,'four_oh_four','2021-01-10 20:49:36','2021-01-10 20:49:36','13.66.139.130',NULL,NULL),(1626,'four_oh_four','2021-01-10 21:24:33','2021-01-10 21:24:33','188.122.82.146',NULL,NULL),(1627,'four_oh_four','2021-01-10 23:25:10','2021-01-10 23:25:10','66.249.79.218',NULL,NULL),(1628,'brute_force','2021-01-10 23:26:04','2021-01-10 23:26:04','31.4.238.70',NULL,NULL),(1629,'brute_force','2021-01-10 23:26:04','2021-01-10 23:26:04',NULL,NULL,'admin'),(1630,'four_oh_four','2021-01-11 06:16:12','2021-01-11 06:16:12','5.180.220.197',NULL,NULL),(1631,'four_oh_four','2021-01-11 06:17:16','2021-01-11 06:17:16','173.245.203.219',NULL,NULL),(1632,'four_oh_four','2021-01-11 06:18:52','2021-01-11 06:18:52','173.213.88.60',NULL,NULL),(1633,'four_oh_four','2021-01-11 19:44:03','2021-01-11 19:44:03','173.252.95.11',NULL,NULL),(1634,'four_oh_four','2021-01-11 20:08:27','2021-01-11 20:08:27','173.252.87.119',NULL,NULL),(1635,'brute_force','2021-01-12 00:03:39','2021-01-12 00:03:39','46.251.156.18',NULL,NULL),(1636,'brute_force','2021-01-12 00:03:39','2021-01-12 00:03:39',NULL,NULL,'admin'),(1637,'four_oh_four','2021-01-12 07:44:14','2021-01-12 07:44:14','31.13.103.111',NULL,NULL),(1638,'brute_force','2021-01-12 09:17:10','2021-01-12 09:17:10','197.253.230.171',NULL,NULL),(1639,'brute_force','2021-01-12 09:17:10','2021-01-12 09:17:10',NULL,NULL,'admin'),(1640,'four_oh_four','2021-01-12 11:30:57','2021-01-12 11:30:57','185.108.107.18',NULL,NULL),(1641,'four_oh_four','2021-01-12 11:36:47','2021-01-12 11:36:47','193.37.255.245',NULL,NULL),(1642,'four_oh_four','2021-01-12 11:38:38','2021-01-12 11:38:38','192.200.158.90',NULL,NULL),(1643,'four_oh_four','2021-01-12 18:13:32','2021-01-12 18:13:32','173.252.87.8',NULL,NULL),(1644,'four_oh_four','2021-01-13 04:58:29','2021-01-13 04:58:29','173.252.127.16',NULL,NULL),(1645,'four_oh_four','2021-01-13 06:10:13','2021-01-13 06:10:13','64.145.79.151',NULL,NULL),(1646,'four_oh_four','2021-01-13 06:13:42','2021-01-13 06:13:42','64.145.79.151',NULL,NULL),(1647,'four_oh_four','2021-01-13 08:26:42','2021-01-13 08:26:42','69.171.249.6',NULL,NULL),(1648,'four_oh_four','2021-01-13 12:00:28','2021-01-13 12:00:28','173.252.107.14',NULL,NULL),(1649,'brute_force','2021-01-13 12:37:04','2021-01-13 12:37:04','110.227.242.220',NULL,NULL),(1650,'brute_force','2021-01-13 12:37:04','2021-01-13 12:37:04',NULL,NULL,'admin'),(1651,'four_oh_four','2021-01-14 03:19:24','2021-01-14 03:19:24','173.252.87.2',NULL,NULL),(1652,'four_oh_four','2021-01-14 06:10:53','2021-01-14 06:10:53','173.195.15.243',NULL,NULL),(1653,'four_oh_four','2021-01-14 06:12:44','2021-01-14 06:12:44','95.181.233.12',NULL,NULL),(1654,'brute_force','2021-01-14 09:37:05','2021-01-14 09:37:05','178.89.132.171',NULL,NULL),(1655,'brute_force','2021-01-14 09:37:05','2021-01-14 09:37:05',NULL,NULL,'admin'),(1656,'four_oh_four','2021-01-14 14:09:52','2021-01-14 14:09:52','212.80.219.78',NULL,NULL),(1657,'four_oh_four','2021-01-14 16:24:28','2021-01-14 16:24:28','66.220.149.45',NULL,NULL),(1658,'brute_force','2021-01-14 21:39:45','2021-01-14 21:39:45','36.78.22.172',NULL,NULL),(1659,'brute_force','2021-01-14 21:39:45','2021-01-14 21:39:45',NULL,NULL,'admin'),(1660,'four_oh_four','2021-01-14 21:44:20','2021-01-14 21:44:20','173.252.111.23',NULL,NULL),(1661,'four_oh_four','2021-01-15 01:42:35','2021-01-15 01:42:35','13.66.139.69',NULL,NULL),(1662,'four_oh_four','2021-01-15 01:48:53','2021-01-15 01:48:53','173.252.95.35',NULL,NULL),(1663,'four_oh_four','2021-01-15 02:33:08','2021-01-15 02:33:08','173.252.111.117',NULL,NULL),(1664,'four_oh_four','2021-01-15 03:39:09','2021-01-15 03:39:09','173.252.127.5',NULL,NULL),(1665,'four_oh_four','2021-01-15 05:58:02','2021-01-15 05:58:02','185.52.172.230',NULL,NULL),(1666,'brute_force','2021-01-15 07:45:41','2021-01-15 07:45:41','85.26.175.102',NULL,NULL),(1667,'brute_force','2021-01-15 07:45:41','2021-01-15 07:45:41',NULL,NULL,'admin'),(1668,'brute_force','2021-01-15 14:33:18','2021-01-15 14:33:18','34.251.241.226',NULL,NULL),(1669,'brute_force','2021-01-15 14:33:18','2021-01-15 14:33:18',NULL,NULL,'admin'),(1670,'brute_force','2021-01-15 14:33:26','2021-01-15 14:33:26','34.251.241.226',NULL,NULL),(1671,'brute_force','2021-01-15 14:33:26','2021-01-15 14:33:26',NULL,1,'adminsz'),(1672,'brute_force','2021-01-15 14:33:31','2021-01-15 14:33:31','34.251.241.226',NULL,NULL),(1673,'brute_force','2021-01-15 14:33:31','2021-01-15 14:33:31',NULL,1,'adminsz'),(1674,'brute_force','2021-01-15 14:33:35','2021-01-15 14:33:35','34.251.241.226',NULL,NULL),(1675,'brute_force','2021-01-15 14:33:35','2021-01-15 14:33:35',NULL,1,'adminsz'),(1676,'brute_force','2021-01-15 14:33:42','2021-01-15 14:33:42','34.251.241.226',NULL,NULL),(1677,'brute_force','2021-01-15 14:33:42','2021-01-15 14:33:42',NULL,1,'adminsz'),(1678,'four_oh_four','2021-01-15 16:43:21','2021-01-15 16:43:21','92.223.89.152',NULL,NULL),(1679,'four_oh_four','2021-01-15 22:24:24','2021-01-15 22:24:24','212.80.219.210',NULL,NULL),(1680,'four_oh_four','2021-01-16 03:44:32','2021-01-16 03:44:32','173.252.127.14',NULL,NULL),(1681,'four_oh_four','2021-01-16 06:08:54','2021-01-16 06:08:54','3.227.247.17',NULL,NULL),(1682,'four_oh_four','2021-01-16 06:20:45','2021-01-16 06:20:45','156.146.48.162',NULL,NULL),(1683,'four_oh_four','2021-01-16 06:23:20','2021-01-16 06:23:20','212.102.35.161',NULL,NULL),(1684,'four_oh_four','2021-01-16 06:49:10','2021-01-16 06:49:10','173.252.87.21',NULL,NULL),(1685,'four_oh_four','2021-01-16 12:58:57','2021-01-16 12:58:57','91.205.230.242',NULL,NULL),(1686,'four_oh_four','2021-01-16 16:08:58','2021-01-16 16:08:58','31.13.127.7',NULL,NULL),(1687,'brute_force','2021-01-16 16:59:40','2021-01-16 16:59:40','35.181.87.238',NULL,NULL),(1688,'brute_force','2021-01-16 16:59:40','2021-01-16 16:59:40',NULL,NULL,'admin'),(1689,'brute_force','2021-01-16 16:59:41','2021-01-16 16:59:41','35.181.87.238',NULL,NULL),(1690,'brute_force','2021-01-16 16:59:41','2021-01-16 16:59:41',NULL,1,'adminsz'),(1691,'brute_force','2021-01-16 16:59:41','2021-01-16 16:59:41','35.181.87.238',NULL,NULL),(1692,'brute_force','2021-01-16 16:59:41','2021-01-16 16:59:41',NULL,1,'adminsz'),(1693,'brute_force','2021-01-16 16:59:41','2021-01-16 16:59:41','35.181.87.238',NULL,NULL),(1694,'brute_force','2021-01-16 16:59:41','2021-01-16 16:59:41',NULL,1,'adminsz'),(1695,'brute_force','2021-01-16 16:59:42','2021-01-16 16:59:42','35.181.87.238',NULL,NULL),(1696,'brute_force','2021-01-16 16:59:42','2021-01-16 16:59:42',NULL,1,'adminsz'),(1697,'brute_force','2021-01-17 02:38:06','2021-01-17 02:38:06','187.189.36.215',NULL,NULL),(1698,'brute_force','2021-01-17 02:38:06','2021-01-17 02:38:06',NULL,NULL,'admin'),(1699,'four_oh_four','2021-01-17 06:39:27','2021-01-17 06:39:27','156.146.43.72',NULL,NULL),(1700,'four_oh_four','2021-01-17 06:52:58','2021-01-17 06:52:58','5.180.220.148',NULL,NULL),(1701,'four_oh_four','2021-01-17 06:54:29','2021-01-17 06:54:29','185.147.214.64',NULL,NULL),(1702,'four_oh_four','2021-01-17 07:10:22','2021-01-17 07:10:22','66.220.149.12',NULL,NULL),(1703,'four_oh_four','2021-01-17 09:08:19','2021-01-17 09:08:19','72.210.252.134',NULL,NULL),(1704,'four_oh_four','2021-01-17 16:23:44','2021-01-17 16:23:44','66.249.75.218',NULL,NULL),(1705,'four_oh_four','2021-01-17 18:09:30','2021-01-17 18:09:30','13.66.139.105',NULL,NULL),(1706,'four_oh_four','2021-01-17 19:02:17','2021-01-17 19:02:17','66.249.75.214',NULL,NULL),(1707,'four_oh_four','2021-01-18 00:22:34','2021-01-18 00:22:34','13.66.139.105',NULL,NULL),(1708,'brute_force','2021-01-18 00:50:45','2021-01-18 00:50:45','14.233.138.205',NULL,NULL),(1709,'brute_force','2021-01-18 00:50:45','2021-01-18 00:50:45',NULL,NULL,'admin'),(1710,'four_oh_four','2021-01-18 04:08:49','2021-01-18 04:08:49','69.171.249.14',NULL,NULL),(1711,'four_oh_four','2021-01-18 06:34:01','2021-01-18 06:34:01','45.56.161.29',NULL,NULL),(1712,'four_oh_four','2021-01-18 06:35:49','2021-01-18 06:35:49','173.213.87.102',NULL,NULL),(1713,'four_oh_four','2021-01-18 07:10:50','2021-01-18 07:10:50','173.252.111.9',NULL,NULL),(1714,'brute_force','2021-01-18 13:31:44','2021-01-18 13:31:44','13.53.64.97',NULL,NULL),(1715,'brute_force','2021-01-18 13:31:44','2021-01-18 13:31:44',NULL,NULL,'admin'),(1716,'brute_force','2021-01-18 13:31:44','2021-01-18 13:31:44','13.53.64.97',NULL,NULL),(1717,'brute_force','2021-01-18 13:31:44','2021-01-18 13:31:44',NULL,1,'adminsz'),(1718,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45','13.53.64.97',NULL,NULL),(1719,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45',NULL,1,'adminsz'),(1720,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45','13.53.64.97',NULL,NULL),(1721,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45',NULL,1,'adminsz'),(1722,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45','13.53.64.97',NULL,NULL),(1723,'brute_force','2021-01-18 13:31:45','2021-01-18 13:31:45',NULL,1,'adminsz'),(1724,'four_oh_four','2021-01-18 14:42:11','2021-01-18 14:42:11','66.249.75.218',NULL,NULL),(1725,'four_oh_four','2021-01-18 15:11:39','2021-01-18 15:11:39','178.238.225.229',NULL,NULL),(1726,'four_oh_four','2021-01-18 17:00:38','2021-01-18 17:00:38','13.66.139.105',NULL,NULL),(1727,'four_oh_four','2021-01-18 18:58:47','2021-01-18 18:58:47','54.162.102.36',NULL,NULL),(1728,'four_oh_four','2021-01-18 19:01:55','2021-01-18 19:01:55','5.45.207.91',NULL,NULL),(1729,'four_oh_four','2021-01-18 19:13:02','2021-01-18 19:13:02','45.63.107.185',NULL,NULL),(1730,'four_oh_four','2021-01-18 19:13:04','2021-01-18 19:13:04','45.63.107.185',NULL,NULL),(1731,'four_oh_four','2021-01-19 00:59:13','2021-01-19 00:59:13','69.171.249.13',NULL,NULL),(1732,'four_oh_four','2021-01-19 02:28:42','2021-01-19 02:28:42','54.170.255.85',NULL,NULL),(1733,'four_oh_four','2021-01-19 03:05:30','2021-01-19 03:05:30','5.255.253.126',NULL,NULL),(1734,'four_oh_four','2021-01-19 06:26:47','2021-01-19 06:26:47','64.145.79.63',NULL,NULL),(1735,'four_oh_four','2021-01-19 06:28:02','2021-01-19 06:28:02','5.180.220.70',NULL,NULL),(1736,'four_oh_four','2021-01-19 11:08:02','2021-01-19 11:08:02','13.66.139.105',NULL,NULL),(1737,'brute_force','2021-01-19 14:00:06','2021-01-19 14:00:06','88.200.222.178',NULL,NULL),(1738,'brute_force','2021-01-19 14:00:06','2021-01-19 14:00:06',NULL,NULL,'admin'),(1739,'four_oh_four','2021-01-19 22:35:38','2021-01-19 22:35:38','66.249.75.218',NULL,NULL),(1740,'four_oh_four','2021-01-20 03:16:07','2021-01-20 03:16:07','173.252.87.21',NULL,NULL),(1741,'four_oh_four','2021-01-20 05:06:15','2021-01-20 05:06:15','173.252.111.9',NULL,NULL),(1742,'four_oh_four','2021-01-20 06:22:08','2021-01-20 06:22:08','216.151.183.99',NULL,NULL),(1743,'four_oh_four','2021-01-20 06:23:19','2021-01-20 06:23:19','5.180.220.58',NULL,NULL),(1744,'four_oh_four','2021-01-20 06:33:46','2021-01-20 06:33:46','13.66.139.67',NULL,NULL),(1745,'four_oh_four','2021-01-20 09:54:46','2021-01-20 09:54:46','66.249.75.216',NULL,NULL),(1746,'four_oh_four','2021-01-20 11:25:14','2021-01-20 11:25:14','66.249.75.218',NULL,NULL),(1747,'brute_force','2021-01-20 12:53:34','2021-01-20 12:53:34','201.49.90.38',NULL,NULL),(1748,'brute_force','2021-01-20 12:53:34','2021-01-20 12:53:34',NULL,NULL,'admin'),(1749,'four_oh_four','2021-01-20 13:22:55','2021-01-20 13:22:55','207.46.13.64',NULL,NULL),(1750,'four_oh_four','2021-01-20 16:12:37','2021-01-20 16:12:37','34.238.63.74',NULL,NULL),(1751,'four_oh_four','2021-01-20 21:11:42','2021-01-20 21:11:42','66.249.75.216',NULL,NULL),(1752,'four_oh_four','2021-01-21 03:37:35','2021-01-21 03:37:35','173.252.111.9',NULL,NULL),(1753,'four_oh_four','2021-01-21 04:37:02','2021-01-21 04:37:02','157.55.39.179',NULL,NULL),(1754,'four_oh_four','2021-01-21 06:13:08','2021-01-21 06:13:08','154.21.22.81',NULL,NULL),(1755,'four_oh_four','2021-01-21 06:14:36','2021-01-21 06:14:36','37.120.218.120',NULL,NULL),(1756,'four_oh_four','2021-01-21 06:15:43','2021-01-21 06:15:43','216.151.183.148',NULL,NULL),(1757,'four_oh_four','2021-01-21 06:16:54','2021-01-21 06:16:54','37.120.218.120',NULL,NULL),(1758,'four_oh_four','2021-01-21 07:41:31','2021-01-21 07:41:31','135.148.2.82',NULL,NULL),(1759,'four_oh_four','2021-01-21 08:39:42','2021-01-21 08:39:42','62.149.143.11',NULL,NULL),(1760,'brute_force','2021-01-21 11:54:53','2021-01-21 11:54:53','13.53.64.97',NULL,NULL),(1761,'brute_force','2021-01-21 11:54:53','2021-01-21 11:54:53',NULL,1,'adminsz'),(1762,'brute_force','2021-01-21 11:54:56','2021-01-21 11:54:56','13.53.64.97',NULL,NULL),(1763,'brute_force','2021-01-21 11:54:56','2021-01-21 11:54:56',NULL,NULL,'admin'),(1764,'four_oh_four','2021-01-21 13:02:30','2021-01-21 13:02:30','13.66.139.93',NULL,NULL),(1765,'brute_force','2021-01-21 14:00:25','2021-01-21 14:00:25','54.215.97.193',NULL,NULL),(1766,'brute_force','2021-01-21 14:00:25','2021-01-21 14:00:25',NULL,1,'adminsz'),(1767,'four_oh_four','2021-01-21 14:00:26','2021-01-21 14:00:26','54.215.97.193',NULL,NULL),(1768,'brute_force','2021-01-21 14:52:39','2021-01-21 14:52:39','34.230.156.67',NULL,NULL),(1769,'brute_force','2021-01-21 14:52:39','2021-01-21 14:52:39',NULL,1,'adminsz'),(1770,'brute_force','2021-01-21 14:52:42','2021-01-21 14:52:42','34.230.156.67',NULL,NULL),(1771,'brute_force','2021-01-21 14:52:42','2021-01-21 14:52:42',NULL,NULL,'admin'),(1772,'brute_force','2021-01-21 16:27:38','2021-01-21 16:27:38','34.70.97.15',NULL,NULL),(1773,'brute_force','2021-01-21 16:27:38','2021-01-21 16:27:38',NULL,1,'adminsz'),(1774,'four_oh_four','2021-01-21 16:27:41','2021-01-21 16:27:41','34.70.97.15',NULL,NULL),(1775,'four_oh_four','2021-01-21 21:24:37','2021-01-21 21:24:37','13.66.139.93',NULL,NULL),(1776,'four_oh_four','2021-01-22 06:11:43','2021-01-22 06:11:43','216.151.191.24',NULL,NULL),(1777,'four_oh_four','2021-01-22 06:12:56','2021-01-22 06:12:56','85.10.51.31',NULL,NULL),(1778,'four_oh_four','2021-01-22 06:58:23','2021-01-22 06:58:23','3.101.83.192',NULL,NULL),(1779,'four_oh_four','2021-01-22 19:04:30','2021-01-22 19:04:30','69.171.249.116',NULL,NULL),(1780,'four_oh_four','2021-01-22 19:36:56','2021-01-22 19:36:56','173.252.107.17',NULL,NULL),(1781,'four_oh_four','2021-01-22 20:29:34','2021-01-22 20:29:34','69.171.249.20',NULL,NULL),(1782,'four_oh_four','2021-01-23 04:23:06','2021-01-23 04:23:06','185.246.209.153',NULL,NULL),(1783,'four_oh_four','2021-01-23 06:11:36','2021-01-23 06:11:36','198.181.163.173',NULL,NULL),(1784,'four_oh_four','2021-01-23 06:12:53','2021-01-23 06:12:53','198.181.163.173',NULL,NULL),(1785,'four_oh_four','2021-01-23 06:13:56','2021-01-23 06:13:56','198.181.163.173',NULL,NULL),(1786,'four_oh_four','2021-01-23 07:00:31','2021-01-23 07:00:31','13.66.139.75',NULL,NULL),(1787,'four_oh_four','2021-01-23 08:24:35','2021-01-23 08:24:35','66.249.75.216',NULL,NULL),(1788,'four_oh_four','2021-01-23 19:27:30','2021-01-23 19:27:30','13.66.139.75',NULL,NULL),(1789,'four_oh_four','2021-01-24 04:46:40','2021-01-24 04:46:40','31.13.103.120',NULL,NULL),(1790,'four_oh_four','2021-01-24 06:17:14','2021-01-24 06:17:14','66.249.70.68',NULL,NULL),(1791,'four_oh_four','2021-01-24 20:52:45','2021-01-24 20:52:45','173.252.83.4',NULL,NULL),(1792,'four_oh_four','2021-01-25 02:33:11','2021-01-25 02:33:11','121.135.128.49',NULL,NULL),(1793,'four_oh_four','2021-01-25 05:54:16','2021-01-25 05:54:16','13.66.139.75',NULL,NULL),(1794,'four_oh_four','2021-01-25 06:15:25','2021-01-25 06:15:25','209.107.210.46',NULL,NULL),(1795,'four_oh_four','2021-01-25 06:16:47','2021-01-25 06:16:47','64.145.93.50',NULL,NULL),(1796,'four_oh_four','2021-01-25 06:18:15','2021-01-25 06:18:15','192.200.158.246',NULL,NULL),(1797,'four_oh_four','2021-01-25 08:29:14','2021-01-25 08:29:14','185.206.163.212',NULL,NULL),(1798,'four_oh_four','2021-01-25 14:13:25','2021-01-25 14:13:25','112.222.195.19',NULL,NULL),(1799,'four_oh_four','2021-01-25 17:37:29','2021-01-25 17:37:29','207.46.13.34',NULL,NULL),(1800,'four_oh_four','2021-01-25 19:14:01','2021-01-25 19:14:01','13.66.139.75',NULL,NULL),(1801,'four_oh_four','2021-01-25 20:35:41','2021-01-25 20:35:41','69.171.249.9',NULL,NULL),(1802,'four_oh_four','2021-01-25 22:05:51','2021-01-25 22:05:51','173.252.87.119',NULL,NULL),(1803,'four_oh_four','2021-01-25 23:44:43','2021-01-25 23:44:43','37.115.193.27',NULL,NULL),(1804,'four_oh_four','2021-01-26 00:09:41','2021-01-26 00:09:41','173.252.111.7',NULL,NULL),(1805,'four_oh_four','2021-01-26 02:00:33','2021-01-26 02:00:33','173.252.87.119',NULL,NULL),(1806,'brute_force','2021-01-26 03:01:22','2021-01-26 03:01:22','34.251.241.226',NULL,NULL),(1807,'brute_force','2021-01-26 03:01:22','2021-01-26 03:01:22',NULL,NULL,'admin'),(1808,'four_oh_four','2021-01-26 03:01:26','2021-01-26 03:01:26','34.251.241.226',NULL,NULL),(1809,'four_oh_four','2021-01-26 03:01:27','2021-01-26 03:01:27','34.251.241.226',NULL,NULL),(1810,'four_oh_four','2021-01-26 03:01:28','2021-01-26 03:01:28','34.251.241.226',NULL,NULL),(1811,'four_oh_four','2021-01-26 03:01:29','2021-01-26 03:01:29','34.251.241.226',NULL,NULL),(1812,'four_oh_four','2021-01-26 03:01:30','2021-01-26 03:01:30','34.251.241.226',NULL,NULL),(1813,'four_oh_four','2021-01-26 03:02:23','2021-01-26 03:02:23','34.251.241.226',NULL,NULL),(1814,'four_oh_four','2021-01-26 03:02:25','2021-01-26 03:02:25','34.251.241.226',NULL,NULL),(1815,'four_oh_four','2021-01-26 03:02:26','2021-01-26 03:02:26','34.251.241.226',NULL,NULL),(1816,'four_oh_four','2021-01-26 03:02:27','2021-01-26 03:02:27','34.251.241.226',NULL,NULL),(1817,'four_oh_four','2021-01-26 03:02:29','2021-01-26 03:02:29','34.251.241.226',NULL,NULL),(1818,'four_oh_four','2021-01-26 03:02:30','2021-01-26 03:02:30','34.251.241.226',NULL,NULL),(1819,'four_oh_four','2021-01-26 03:02:32','2021-01-26 03:02:32','34.251.241.226',NULL,NULL),(1820,'four_oh_four','2021-01-26 03:02:33','2021-01-26 03:02:33','34.251.241.226',NULL,NULL),(1821,'four_oh_four','2021-01-26 03:02:35','2021-01-26 03:02:35','34.251.241.226',NULL,NULL),(1822,'four_oh_four','2021-01-26 03:02:36','2021-01-26 03:02:36','34.251.241.226',NULL,NULL),(1823,'four_oh_four','2021-01-26 03:03:23','2021-01-26 03:03:23','34.251.241.226',NULL,NULL),(1824,'four_oh_four','2021-01-26 03:03:25','2021-01-26 03:03:25','34.251.241.226',NULL,NULL),(1825,'four_oh_four','2021-01-26 03:03:28','2021-01-26 03:03:28','34.251.241.226',NULL,NULL),(1826,'four_oh_four','2021-01-26 03:03:30','2021-01-26 03:03:30','34.251.241.226',NULL,NULL),(1827,'four_oh_four','2021-01-26 03:18:35','2021-01-26 03:18:35','34.251.241.226',NULL,NULL),(1828,'four_oh_four','2021-01-26 03:18:45','2021-01-26 03:18:45','34.251.241.226',NULL,NULL),(1829,'four_oh_four','2021-01-26 03:18:54','2021-01-26 03:18:54','34.251.241.226',NULL,NULL),(1830,'four_oh_four','2021-01-26 03:19:02','2021-01-26 03:19:02','34.251.241.226',NULL,NULL),(1831,'four_oh_four','2021-01-26 03:19:14','2021-01-26 03:19:14','34.251.241.226',NULL,NULL),(1832,'four_oh_four','2021-01-26 03:19:24','2021-01-26 03:19:24','34.251.241.226',NULL,NULL),(1833,'four_oh_four','2021-01-26 03:19:34','2021-01-26 03:19:34','34.251.241.226',NULL,NULL),(1834,'four_oh_four','2021-01-26 03:19:42','2021-01-26 03:19:42','34.251.241.226',NULL,NULL),(1835,'four_oh_four','2021-01-26 03:19:51','2021-01-26 03:19:51','34.251.241.226',NULL,NULL),(1836,'four_oh_four','2021-01-26 03:19:58','2021-01-26 03:19:58','34.251.241.226',NULL,NULL),(1837,'four_oh_four','2021-01-26 03:20:07','2021-01-26 03:20:07','34.251.241.226',NULL,NULL),(1838,'four_oh_four','2021-01-26 03:20:14','2021-01-26 03:20:14','34.251.241.226',NULL,NULL),(1839,'four_oh_four','2021-01-26 03:20:22','2021-01-26 03:20:22','34.251.241.226',NULL,NULL),(1840,'four_oh_four','2021-01-26 03:20:29','2021-01-26 03:20:29','34.251.241.226',NULL,NULL),(1841,'four_oh_four','2021-01-26 03:20:37','2021-01-26 03:20:37','34.251.241.226',NULL,NULL),(1842,'four_oh_four','2021-01-26 03:20:44','2021-01-26 03:20:44','34.251.241.226',NULL,NULL),(1843,'four_oh_four','2021-01-26 03:20:53','2021-01-26 03:20:53','34.251.241.226',NULL,NULL),(1844,'four_oh_four','2021-01-26 03:21:00','2021-01-26 03:21:00','34.251.241.226',NULL,NULL),(1845,'four_oh_four','2021-01-26 03:21:11','2021-01-26 03:21:11','34.251.241.226',NULL,NULL),(1846,'four_oh_four','2021-01-26 03:21:19','2021-01-26 03:21:19','34.251.241.226',NULL,NULL),(1847,'four_oh_four','2021-01-26 06:17:44','2021-01-26 06:17:44','156.146.55.152',NULL,NULL),(1848,'four_oh_four','2021-01-26 06:22:48','2021-01-26 06:22:48','45.56.161.38',NULL,NULL),(1849,'four_oh_four','2021-01-26 06:25:54','2021-01-26 06:25:54','45.10.232.92',NULL,NULL),(1850,'four_oh_four','2021-01-26 06:28:45','2021-01-26 06:28:45','5.180.220.232',NULL,NULL),(1851,'four_oh_four','2021-01-26 09:55:28','2021-01-26 09:55:28','206.123.139.236',NULL,NULL),(1852,'four_oh_four','2021-01-26 12:29:57','2021-01-26 12:29:57','66.249.76.55',NULL,NULL),(1853,'four_oh_four','2021-01-26 12:42:32','2021-01-26 12:42:32','13.66.139.40',NULL,NULL),(1854,'four_oh_four','2021-01-27 02:32:52','2021-01-27 02:32:52','173.252.95.28',NULL,NULL),(1855,'four_oh_four','2021-01-27 06:19:46','2021-01-27 06:19:46','216.151.183.244',NULL,NULL),(1856,'four_oh_four','2021-01-27 06:20:49','2021-01-27 06:20:49','154.13.1.102',NULL,NULL),(1857,'four_oh_four','2021-01-27 11:47:08','2021-01-27 11:47:08','13.66.139.32',NULL,NULL),(1858,'four_oh_four','2021-01-27 17:22:48','2021-01-27 17:22:48','66.249.73.108',NULL,NULL),(1859,'four_oh_four','2021-01-27 18:11:32','2021-01-27 18:11:32','207.46.13.225',NULL,NULL),(1860,'four_oh_four','2021-01-27 21:29:53','2021-01-27 21:29:53','193.169.254.102',NULL,NULL),(1861,'four_oh_four','2021-01-27 21:29:54','2021-01-27 21:29:54','193.169.254.102',NULL,NULL),(1862,'four_oh_four','2021-01-27 21:29:55','2021-01-27 21:29:55','193.169.254.102',NULL,NULL),(1863,'four_oh_four','2021-01-27 22:15:37','2021-01-27 22:15:37','95.79.223.108',NULL,NULL),(1864,'four_oh_four','2021-01-27 23:48:20','2021-01-27 23:48:20','66.220.149.32',NULL,NULL),(1865,'four_oh_four','2021-01-28 00:32:15','2021-01-28 00:32:15','39.101.64.155',NULL,NULL),(1866,'four_oh_four','2021-01-28 05:36:02','2021-01-28 05:36:02','173.252.87.8',NULL,NULL),(1867,'four_oh_four','2021-01-28 06:37:12','2021-01-28 06:37:12','162.251.232.125',NULL,NULL),(1868,'four_oh_four','2021-01-28 06:38:30','2021-01-28 06:38:30','172.83.45.241',NULL,NULL),(1869,'four_oh_four','2021-01-28 06:40:18','2021-01-28 06:40:18','216.151.180.94',NULL,NULL),(1870,'four_oh_four','2021-01-28 16:01:20','2021-01-28 16:01:20','3.238.240.207',NULL,NULL),(1871,'four_oh_four','2021-01-28 17:46:29','2021-01-28 17:46:29','35.231.231.246',NULL,NULL),(1872,'four_oh_four','2021-01-28 19:01:26','2021-01-28 19:01:26','66.249.73.112',NULL,NULL),(1873,'four_oh_four','2021-01-28 21:29:35','2021-01-28 21:29:35','173.252.95.26',NULL,NULL),(1874,'four_oh_four','2021-01-28 23:41:09','2021-01-28 23:41:09','35.243.190.180',NULL,NULL),(1875,'four_oh_four','2021-01-29 01:01:39','2021-01-29 01:01:39','173.252.107.24',NULL,NULL),(1876,'four_oh_four','2021-01-29 02:27:26','2021-01-29 02:27:26','35.243.221.30',NULL,NULL),(1877,'four_oh_four','2021-01-29 05:53:40','2021-01-29 05:53:40','173.252.111.8',NULL,NULL),(1878,'four_oh_four','2021-01-29 06:17:39','2021-01-29 06:17:39','205.185.209.51',NULL,NULL),(1879,'four_oh_four','2021-01-29 06:18:54','2021-01-29 06:18:54','82.145.56.115',NULL,NULL),(1880,'four_oh_four','2021-01-29 06:24:26','2021-01-29 06:24:26','216.151.191.50',NULL,NULL),(1881,'four_oh_four','2021-01-29 08:49:22','2021-01-29 08:49:22','35.174.170.30',NULL,NULL),(1882,'four_oh_four','2021-01-30 01:03:14','2021-01-30 01:03:14','107.181.180.176',NULL,NULL),(1883,'four_oh_four','2021-01-30 02:51:55','2021-01-30 02:51:55','69.171.249.4',NULL,NULL),(1884,'four_oh_four','2021-01-30 03:02:59','2021-01-30 03:02:59','66.249.73.108',NULL,NULL),(1885,'four_oh_four','2021-01-30 03:14:34','2021-01-30 03:14:34','173.252.87.116',NULL,NULL),(1886,'four_oh_four','2021-01-30 04:12:32','2021-01-30 04:12:32','212.80.219.152',NULL,NULL),(1887,'brute_force','2021-01-30 05:29:59','2021-01-30 05:29:59','34.241.77.13',NULL,NULL),(1888,'brute_force','2021-01-30 05:29:59','2021-01-30 05:29:59',NULL,NULL,'admin'),(1889,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00','34.241.77.13',NULL,NULL),(1890,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00',NULL,1,'adminsz'),(1891,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00','34.241.77.13',NULL,NULL),(1892,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00',NULL,NULL,'admin'),(1893,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00','34.241.77.13',NULL,NULL),(1894,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00',NULL,1,'adminsz'),(1895,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00','34.241.77.13',NULL,NULL),(1896,'brute_force','2021-01-30 05:30:00','2021-01-30 05:30:00',NULL,NULL,'admin'),(1897,'four_oh_four','2021-01-30 06:13:54','2021-01-30 06:13:54','205.185.193.101',NULL,NULL),(1898,'four_oh_four','2021-01-30 06:15:31','2021-01-30 06:15:31','185.147.213.79',NULL,NULL),(1899,'four_oh_four','2021-01-30 06:17:55','2021-01-30 06:17:55','173.245.202.168',NULL,NULL),(1900,'four_oh_four','2021-01-30 14:45:12','2021-01-30 14:45:12','66.249.73.108',NULL,NULL),(1901,'four_oh_four','2021-01-30 15:54:15','2021-01-30 15:54:15','66.249.73.110',NULL,NULL),(1902,'four_oh_four','2021-01-30 18:12:13','2021-01-30 18:12:13','13.66.139.162',NULL,NULL),(1903,'four_oh_four','2021-01-30 19:55:18','2021-01-30 19:55:18','66.249.73.110',NULL,NULL),(1904,'four_oh_four','2021-01-31 01:16:52','2021-01-31 01:16:52','66.249.73.112',NULL,NULL),(1905,'four_oh_four','2021-01-31 06:18:33','2021-01-31 06:18:33','5.183.94.86',NULL,NULL),(1906,'four_oh_four','2021-01-31 06:19:37','2021-01-31 06:19:37','216.151.180.106',NULL,NULL),(1907,'four_oh_four','2021-01-31 06:21:52','2021-01-31 06:21:52','216.151.183.172',NULL,NULL),(1908,'four_oh_four','2021-01-31 06:29:09','2021-01-31 06:29:09','209.107.204.237',NULL,NULL),(1909,'four_oh_four','2021-01-31 10:32:31','2021-01-31 10:32:31','51.81.139.97',NULL,NULL),(1910,'four_oh_four','2021-01-31 14:26:52','2021-01-31 14:26:52','92.240.130.135',NULL,NULL),(1911,'four_oh_four','2021-01-31 17:18:11','2021-01-31 17:18:11','13.66.139.162',NULL,NULL),(1912,'four_oh_four','2021-01-31 21:04:37','2021-01-31 21:04:37','173.252.87.5',NULL,NULL),(1913,'four_oh_four','2021-02-01 01:59:47','2021-02-01 01:59:47','69.171.249.13',NULL,NULL),(1914,'four_oh_four','2021-02-01 02:18:47','2021-02-01 02:18:47','173.252.95.112',NULL,NULL),(1915,'four_oh_four','2021-02-01 09:50:19','2021-02-01 09:50:19','66.249.79.214',NULL,NULL),(1916,'four_oh_four','2021-02-01 17:09:02','2021-02-01 17:09:02','13.66.139.162',NULL,NULL),(1917,'four_oh_four','2021-02-02 02:19:50','2021-02-02 02:19:50','66.220.149.18',NULL,NULL),(1918,'four_oh_four','2021-02-02 04:01:25','2021-02-02 04:01:25','173.252.95.113',NULL,NULL),(1919,'four_oh_four','2021-02-02 06:16:27','2021-02-02 06:16:27','45.56.174.204',NULL,NULL),(1920,'four_oh_four','2021-02-02 06:18:25','2021-02-02 06:18:25','209.107.204.194',NULL,NULL),(1921,'four_oh_four','2021-02-02 06:49:53','2021-02-02 06:49:53','54.162.102.36',NULL,NULL),(1922,'four_oh_four','2021-02-02 16:57:21','2021-02-02 16:57:21','13.66.139.97',NULL,NULL),(1923,'four_oh_four','2021-02-02 18:47:19','2021-02-02 18:47:19','207.46.13.232',NULL,NULL),(1924,'four_oh_four','2021-02-02 21:34:29','2021-02-02 21:34:29','37.9.156.133',NULL,NULL),(1925,'four_oh_four','2021-02-03 01:44:31','2021-02-03 01:44:31','66.249.70.70',NULL,NULL),(1926,'four_oh_four','2021-02-03 06:15:27','2021-02-03 06:15:27','212.102.36.11',NULL,NULL),(1927,'four_oh_four','2021-02-03 06:18:14','2021-02-03 06:18:14','173.195.15.215',NULL,NULL),(1928,'four_oh_four','2021-02-03 06:22:37','2021-02-03 06:22:37','78.110.173.143',NULL,NULL),(1929,'four_oh_four','2021-02-03 07:24:40','2021-02-03 07:24:40','54.86.145.243',NULL,NULL),(1930,'four_oh_four','2021-02-03 09:08:04','2021-02-03 09:08:04','173.252.111.8',NULL,NULL),(1931,'four_oh_four','2021-02-03 10:05:00','2021-02-03 10:05:00','135.148.2.113',NULL,NULL),(1932,'brute_force','2021-02-03 12:10:08','2021-02-03 12:10:08','35.181.87.238',NULL,NULL),(1933,'brute_force','2021-02-03 12:10:08','2021-02-03 12:10:08',NULL,NULL,'admin'),(1934,'brute_force','2021-02-03 12:10:09','2021-02-03 12:10:09','35.181.87.238',NULL,NULL),(1935,'brute_force','2021-02-03 12:10:09','2021-02-03 12:10:09',NULL,1,'adminsz'),(1936,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10','35.181.87.238',NULL,NULL),(1937,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10',NULL,NULL,'admin'),(1938,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10','35.181.87.238',NULL,NULL),(1939,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10',NULL,1,'adminsz'),(1940,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10','35.181.87.238',NULL,NULL),(1941,'brute_force','2021-02-03 12:10:10','2021-02-03 12:10:10',NULL,NULL,'admin'),(1942,'four_oh_four','2021-02-03 16:42:18','2021-02-03 16:42:18','66.249.66.150',NULL,NULL),(1943,'four_oh_four','2021-02-03 17:31:16','2021-02-03 17:31:16','217.107.194.5',NULL,NULL),(1944,'four_oh_four','2021-02-03 17:47:31','2021-02-03 17:47:31','45.86.15.106',NULL,NULL),(1945,'four_oh_four','2021-02-03 17:47:33','2021-02-03 17:47:33','45.72.55.106',NULL,NULL),(1946,'four_oh_four','2021-02-03 20:16:53','2021-02-03 20:16:53','13.66.139.97',NULL,NULL),(1947,'four_oh_four','2021-02-04 01:37:31','2021-02-04 01:37:31','31.13.127.113',NULL,NULL),(1948,'four_oh_four','2021-02-04 06:23:22','2021-02-04 06:23:22','173.245.203.206',NULL,NULL),(1949,'four_oh_four','2021-02-04 06:26:39','2021-02-04 06:26:39','5.180.220.166',NULL,NULL),(1950,'four_oh_four','2021-02-04 06:28:39','2021-02-04 06:28:39','212.102.52.162',NULL,NULL),(1951,'four_oh_four','2021-02-04 07:24:12','2021-02-04 07:24:12','103.46.203.201',NULL,NULL),(1952,'four_oh_four','2021-02-04 09:06:20','2021-02-04 09:06:20','103.46.203.201',NULL,NULL),(1953,'four_oh_four','2021-02-04 17:03:51','2021-02-04 17:03:51','185.147.213.98',NULL,NULL),(1954,'four_oh_four','2021-02-04 19:31:36','2021-02-04 19:31:36','207.46.13.232',NULL,NULL),(1955,'four_oh_four','2021-02-04 22:11:05','2021-02-04 22:11:05','193.8.94.100',NULL,NULL),(1956,'four_oh_four','2021-02-04 22:11:06','2021-02-04 22:11:06','45.94.47.173',NULL,NULL),(1957,'four_oh_four','2021-02-04 23:30:18','2021-02-04 23:30:18','13.66.139.97',NULL,NULL),(1958,'four_oh_four','2021-02-05 04:06:49','2021-02-05 04:06:49','173.252.111.5',NULL,NULL),(1959,'four_oh_four','2021-02-05 06:10:30','2021-02-05 06:10:30','185.147.213.116',NULL,NULL),(1960,'four_oh_four','2021-02-05 06:14:18','2021-02-05 06:14:18','185.147.213.116',NULL,NULL),(1961,'four_oh_four','2021-02-05 06:51:59','2021-02-05 06:51:59','69.171.249.26',NULL,NULL),(1962,'four_oh_four','2021-02-05 08:53:39','2021-02-05 08:53:39','36.72.215.133',NULL,NULL),(1963,'four_oh_four','2021-02-05 11:29:54','2021-02-05 11:29:54','69.171.249.9',NULL,NULL),(1964,'four_oh_four','2021-02-05 16:59:59','2021-02-05 16:59:59','13.66.139.97',NULL,NULL),(1965,'four_oh_four','2021-02-05 17:38:33','2021-02-05 17:38:33','13.66.139.80',NULL,NULL),(1966,'four_oh_four','2021-02-05 17:57:40','2021-02-05 17:57:40','173.252.107.119',NULL,NULL),(1967,'four_oh_four','2021-02-05 19:04:57','2021-02-05 19:04:57','31.13.103.113',NULL,NULL),(1968,'four_oh_four','2021-02-06 00:32:14','2021-02-06 00:32:14','95.143.21.92',NULL,NULL),(1969,'four_oh_four','2021-02-06 01:31:32','2021-02-06 01:31:32','66.249.66.150',NULL,NULL),(1970,'four_oh_four','2021-02-06 06:14:56','2021-02-06 06:14:56','205.185.209.46',NULL,NULL),(1971,'four_oh_four','2021-02-06 06:16:33','2021-02-06 06:16:33','209.107.216.247',NULL,NULL),(1972,'four_oh_four','2021-02-06 06:19:19','2021-02-06 06:19:19','45.72.55.164',NULL,NULL),(1973,'four_oh_four','2021-02-06 06:19:23','2021-02-06 06:19:23','45.72.55.164',NULL,NULL),(1974,'four_oh_four','2021-02-06 07:06:09','2021-02-06 07:06:09','173.252.95.6',NULL,NULL),(1975,'four_oh_four','2021-02-06 09:54:16','2021-02-06 09:54:16','69.171.249.19',NULL,NULL),(1976,'brute_force','2021-02-06 13:16:24','2021-02-06 13:16:24','52.60.189.115',NULL,NULL),(1977,'brute_force','2021-02-06 13:16:24','2021-02-06 13:16:24',NULL,NULL,'admin'),(1978,'brute_force','2021-02-06 13:16:25','2021-02-06 13:16:25','52.60.189.115',NULL,NULL),(1979,'brute_force','2021-02-06 13:16:25','2021-02-06 13:16:25',NULL,1,'adminsz'),(1980,'brute_force','2021-02-06 13:16:26','2021-02-06 13:16:26','52.60.189.115',NULL,NULL),(1981,'brute_force','2021-02-06 13:16:26','2021-02-06 13:16:26',NULL,NULL,'admin'),(1982,'brute_force','2021-02-06 13:16:26','2021-02-06 13:16:26','52.60.189.115',NULL,NULL),(1983,'brute_force','2021-02-06 13:16:26','2021-02-06 13:16:26',NULL,1,'adminsz'),(1984,'brute_force','2021-02-06 13:16:27','2021-02-06 13:16:27','52.60.189.115',NULL,NULL),(1985,'brute_force','2021-02-06 13:16:27','2021-02-06 13:16:27',NULL,NULL,'admin'),(1986,'four_oh_four','2021-02-06 16:58:16','2021-02-06 16:58:16','13.66.139.97',NULL,NULL),(1987,'four_oh_four','2021-02-07 01:59:04','2021-02-07 01:59:04','173.252.87.6',NULL,NULL),(1988,'four_oh_four','2021-02-07 04:38:21','2021-02-07 04:38:21','69.171.249.11',NULL,NULL),(1989,'four_oh_four','2021-02-07 06:16:54','2021-02-07 06:16:54','173.245.203.105',NULL,NULL),(1990,'four_oh_four','2021-02-07 06:18:02','2021-02-07 06:18:02','173.213.88.48',NULL,NULL),(1991,'four_oh_four','2021-02-07 07:30:21','2021-02-07 07:30:21','45.94.47.111',NULL,NULL),(1992,'four_oh_four','2021-02-07 07:30:25','2021-02-07 07:30:25','45.94.47.111',NULL,NULL),(1993,'four_oh_four','2021-02-07 19:50:57','2021-02-07 19:50:57','13.66.139.97',NULL,NULL),(1994,'four_oh_four','2021-02-08 02:45:40','2021-02-08 02:45:40','173.252.95.6',NULL,NULL),(1995,'brute_force','2021-02-08 03:20:27','2021-02-08 03:20:27','34.203.37.48',NULL,NULL),(1996,'brute_force','2021-02-08 03:20:27','2021-02-08 03:20:27',NULL,NULL,'admin'),(1997,'brute_force','2021-02-08 03:20:29','2021-02-08 03:20:29','34.203.37.48',NULL,NULL),(1998,'brute_force','2021-02-08 03:20:29','2021-02-08 03:20:29',NULL,1,'adminsz'),(1999,'brute_force','2021-02-08 03:20:29','2021-02-08 03:20:29','34.203.37.48',NULL,NULL),(2000,'brute_force','2021-02-08 03:20:29','2021-02-08 03:20:29',NULL,NULL,'admin'),(2001,'brute_force','2021-02-08 03:20:29','2021-02-08 03:20:29','34.203.37.48',NULL,NULL),(2002,'brute_force','2021-02-08 03:20:29','2021-02-08 03:20:29',NULL,1,'adminsz'),(2003,'brute_force','2021-02-08 03:20:30','2021-02-08 03:20:30','34.203.37.48',NULL,NULL),(2004,'brute_force','2021-02-08 03:20:30','2021-02-08 03:20:30',NULL,NULL,'admin'),(2005,'four_oh_four','2021-02-08 03:42:34','2021-02-08 03:42:34','66.220.149.112',NULL,NULL),(2006,'four_oh_four','2021-02-08 06:18:38','2021-02-08 06:18:38','209.107.204.231',NULL,NULL),(2007,'four_oh_four','2021-02-08 06:19:47','2021-02-08 06:19:47','216.151.183.226',NULL,NULL),(2008,'four_oh_four','2021-02-08 10:03:13','2021-02-08 10:03:13','31.13.127.119',NULL,NULL),(2009,'four_oh_four','2021-02-08 19:51:34','2021-02-08 19:51:34','13.66.139.97',NULL,NULL),(2010,'four_oh_four','2021-02-08 20:56:06','2021-02-08 20:56:06','173.252.87.8',NULL,NULL),(2011,'four_oh_four','2021-02-08 22:40:02','2021-02-08 22:40:02','173.252.83.14',NULL,NULL),(2012,'four_oh_four','2021-02-08 22:49:20','2021-02-08 22:49:20','54.162.102.36',NULL,NULL),(2013,'brute_force','2021-02-09 05:31:55','2021-02-09 05:31:55','54.250.87.247',NULL,NULL),(2014,'brute_force','2021-02-09 05:31:55','2021-02-09 05:31:55',NULL,NULL,'admin'),(2015,'brute_force','2021-02-09 05:32:18','2021-02-09 05:32:18','54.250.87.247',NULL,NULL),(2016,'brute_force','2021-02-09 05:32:18','2021-02-09 05:32:18',NULL,1,'adminsz'),(2017,'four_oh_four','2021-02-09 05:32:23','2021-02-09 05:32:23','54.250.87.247',NULL,NULL),(2018,'four_oh_four','2021-02-09 05:32:25','2021-02-09 05:32:25','54.250.87.247',NULL,NULL),(2019,'four_oh_four','2021-02-09 05:32:28','2021-02-09 05:32:28','54.250.87.247',NULL,NULL),(2020,'four_oh_four','2021-02-09 05:32:32','2021-02-09 05:32:32','54.250.87.247',NULL,NULL),(2021,'four_oh_four','2021-02-09 05:32:57','2021-02-09 05:32:57','54.250.87.247',NULL,NULL),(2022,'four_oh_four','2021-02-09 05:33:01','2021-02-09 05:33:01','54.250.87.247',NULL,NULL),(2023,'four_oh_four','2021-02-09 05:33:05','2021-02-09 05:33:05','54.250.87.247',NULL,NULL),(2024,'four_oh_four','2021-02-09 05:33:09','2021-02-09 05:33:09','54.250.87.247',NULL,NULL),(2025,'four_oh_four','2021-02-09 05:33:14','2021-02-09 05:33:14','54.250.87.247',NULL,NULL),(2026,'four_oh_four','2021-02-09 05:33:19','2021-02-09 05:33:19','54.250.87.247',NULL,NULL),(2027,'four_oh_four','2021-02-09 05:33:24','2021-02-09 05:33:24','54.250.87.247',NULL,NULL),(2028,'four_oh_four','2021-02-09 05:33:29','2021-02-09 05:33:29','54.250.87.247',NULL,NULL),(2029,'four_oh_four','2021-02-09 05:33:34','2021-02-09 05:33:34','54.250.87.247',NULL,NULL),(2030,'four_oh_four','2021-02-09 05:33:39','2021-02-09 05:33:39','54.250.87.247',NULL,NULL),(2031,'four_oh_four','2021-02-09 05:33:56','2021-02-09 05:33:56','54.250.87.247',NULL,NULL),(2032,'four_oh_four','2021-02-09 05:34:00','2021-02-09 05:34:00','54.250.87.247',NULL,NULL),(2033,'four_oh_four','2021-02-09 05:34:05','2021-02-09 05:34:05','54.250.87.247',NULL,NULL),(2034,'four_oh_four','2021-02-09 05:34:10','2021-02-09 05:34:10','54.250.87.247',NULL,NULL),(2035,'four_oh_four','2021-02-09 14:24:56','2021-02-09 14:24:56','205.185.209.227',NULL,NULL),(2036,'four_oh_four','2021-02-09 14:27:07','2021-02-09 14:27:07','205.185.209.227',NULL,NULL),(2037,'four_oh_four','2021-02-09 14:29:20','2021-02-09 14:29:20','188.126.94.82',NULL,NULL),(2038,'four_oh_four','2021-02-09 17:54:44','2021-02-09 17:54:44','54.146.61.180',NULL,NULL),(2039,'four_oh_four','2021-02-09 22:10:07','2021-02-09 22:10:07','13.66.139.80',NULL,NULL),(2040,'four_oh_four','2021-02-09 22:33:03','2021-02-09 22:33:03','66.249.66.154',NULL,NULL),(2041,'four_oh_four','2021-02-10 01:01:32','2021-02-10 01:01:32','66.249.66.152',NULL,NULL),(2042,'four_oh_four','2021-02-10 04:20:29','2021-02-10 04:20:29','13.66.139.97',NULL,NULL),(2043,'four_oh_four','2021-02-10 04:21:30','2021-02-10 04:21:30','31.13.103.1',NULL,NULL),(2044,'four_oh_four','2021-02-10 06:13:15','2021-02-10 06:13:15','191.96.67.22',NULL,NULL),(2045,'four_oh_four','2021-02-10 06:18:46','2021-02-10 06:18:46','2.58.12.200',NULL,NULL),(2046,'four_oh_four','2021-02-10 10:58:29','2021-02-10 10:58:29','66.249.66.152',NULL,NULL),(2047,'brute_force','2021-02-10 16:42:34','2021-02-10 16:42:34','137.117.178.120',NULL,NULL),(2048,'brute_force','2021-02-10 16:42:34','2021-02-10 16:42:34',NULL,NULL,'admin'),(2049,'four_oh_four','2021-02-10 16:42:34','2021-02-10 16:42:34','137.117.178.120',NULL,NULL),(2050,'four_oh_four','2021-02-10 17:35:23','2021-02-10 17:35:23','52.165.145.9',NULL,NULL),(2051,'four_oh_four','2021-02-10 17:35:51','2021-02-10 17:35:51','52.165.145.9',NULL,NULL),(2052,'four_oh_four','2021-02-10 18:03:34','2021-02-10 18:03:34','13.66.139.121',NULL,NULL),(2053,'brute_force','2021-02-10 18:43:37','2021-02-10 18:43:37','13.228.104.57',NULL,NULL),(2054,'brute_force','2021-02-10 18:43:37','2021-02-10 18:43:37',NULL,NULL,'admin'),(2055,'brute_force','2021-02-10 18:43:39','2021-02-10 18:43:39','13.228.104.57',NULL,NULL),(2056,'brute_force','2021-02-10 18:43:39','2021-02-10 18:43:39',NULL,NULL,'admin'),(2057,'brute_force','2021-02-10 18:43:40','2021-02-10 18:43:40','13.228.104.57',NULL,NULL),(2058,'brute_force','2021-02-10 18:43:40','2021-02-10 18:43:40',NULL,NULL,'admin'),(2059,'brute_force','2021-02-10 18:43:41','2021-02-10 18:43:41','13.228.104.57',NULL,NULL),(2060,'brute_force','2021-02-10 18:43:41','2021-02-10 18:43:41',NULL,NULL,'admin'),(2061,'brute_force','2021-02-10 18:43:42','2021-02-10 18:43:42','13.228.104.57',NULL,NULL),(2062,'brute_force','2021-02-10 18:43:42','2021-02-10 18:43:42',NULL,NULL,'admin'),(2063,'four_oh_four','2021-02-10 19:13:22','2021-02-10 19:13:22','54.236.1.13',NULL,NULL),(2064,'four_oh_four','2021-02-10 19:50:28','2021-02-10 19:50:28','13.66.139.97',NULL,NULL),(2065,'four_oh_four','2021-02-10 22:31:40','2021-02-10 22:31:40','34.121.222.22',NULL,NULL),(2066,'four_oh_four','2021-02-10 22:31:59','2021-02-10 22:31:59','34.121.222.22',NULL,NULL),(2067,'four_oh_four','2021-02-11 00:32:42','2021-02-11 00:32:42','51.210.124.177',NULL,NULL),(2068,'four_oh_four','2021-02-11 05:13:47','2021-02-11 05:13:47','197.185.110.142',NULL,NULL),(2069,'four_oh_four','2021-02-11 06:19:09','2021-02-11 06:19:09','5.180.220.35',NULL,NULL),(2070,'four_oh_four','2021-02-11 06:21:04','2021-02-11 06:21:04','34.192.44.218',NULL,NULL),(2071,'four_oh_four','2021-02-11 06:21:05','2021-02-11 06:21:05','34.192.44.218',NULL,NULL),(2072,'four_oh_four','2021-02-11 06:21:06','2021-02-11 06:21:06','34.192.44.218',NULL,NULL),(2073,'four_oh_four','2021-02-11 06:21:07','2021-02-11 06:21:07','34.192.44.218',NULL,NULL),(2074,'four_oh_four','2021-02-11 06:21:12','2021-02-11 06:21:12','34.192.44.218',NULL,NULL),(2075,'four_oh_four','2021-02-11 06:21:13','2021-02-11 06:21:13','34.192.44.218',NULL,NULL),(2076,'four_oh_four','2021-02-11 06:21:14','2021-02-11 06:21:14','34.192.44.218',NULL,NULL),(2077,'four_oh_four','2021-02-11 06:21:15','2021-02-11 06:21:15','34.192.44.218',NULL,NULL),(2078,'four_oh_four','2021-02-11 06:21:16','2021-02-11 06:21:16','34.192.44.218',NULL,NULL),(2079,'four_oh_four','2021-02-11 06:21:17','2021-02-11 06:21:17','34.192.44.218',NULL,NULL),(2080,'four_oh_four','2021-02-11 06:21:18','2021-02-11 06:21:18','34.192.44.218',NULL,NULL),(2081,'four_oh_four','2021-02-11 06:21:19','2021-02-11 06:21:19','34.192.44.218',NULL,NULL),(2082,'four_oh_four','2021-02-11 06:21:21','2021-02-11 06:21:21','34.192.44.218',NULL,NULL),(2083,'four_oh_four','2021-02-11 06:21:22','2021-02-11 06:21:22','34.192.44.218',NULL,NULL),(2084,'four_oh_four','2021-02-11 06:21:23','2021-02-11 06:21:23','34.192.44.218',NULL,NULL),(2085,'four_oh_four','2021-02-11 06:25:48','2021-02-11 06:25:48','172.83.45.200',NULL,NULL),(2086,'four_oh_four','2021-02-11 06:28:19','2021-02-11 06:28:19','172.83.45.200',NULL,NULL),(2087,'four_oh_four','2021-02-11 07:07:30','2021-02-11 07:07:30','35.243.198.131',NULL,NULL),(2088,'four_oh_four','2021-02-11 07:24:00','2021-02-11 07:24:00','185.119.81.99',NULL,NULL),(2089,'four_oh_four','2021-02-11 07:24:02','2021-02-11 07:24:02','185.119.81.99',NULL,NULL),(2090,'four_oh_four','2021-02-11 07:24:03','2021-02-11 07:24:03','185.119.81.99',NULL,NULL),(2091,'four_oh_four','2021-02-11 07:24:05','2021-02-11 07:24:05','185.119.81.99',NULL,NULL),(2092,'four_oh_four','2021-02-11 07:24:06','2021-02-11 07:24:06','185.119.81.99',NULL,NULL),(2093,'four_oh_four','2021-02-11 07:24:07','2021-02-11 07:24:07','185.119.81.99',NULL,NULL),(2094,'four_oh_four','2021-02-11 07:24:09','2021-02-11 07:24:09','185.119.81.99',NULL,NULL),(2095,'four_oh_four','2021-02-11 07:24:10','2021-02-11 07:24:10','185.119.81.99',NULL,NULL),(2096,'four_oh_four','2021-02-11 07:24:12','2021-02-11 07:24:12','185.119.81.99',NULL,NULL),(2097,'four_oh_four','2021-02-11 07:24:13','2021-02-11 07:24:13','185.119.81.99',NULL,NULL),(2098,'four_oh_four','2021-02-11 09:06:25','2021-02-11 09:06:25','69.171.249.45',NULL,NULL),(2099,'four_oh_four','2021-02-11 09:27:29','2021-02-11 09:27:29','173.252.83.9',NULL,NULL),(2100,'four_oh_four','2021-02-11 13:10:51','2021-02-11 13:10:51','66.220.149.25',NULL,NULL),(2101,'four_oh_four','2021-02-11 15:43:44','2021-02-11 15:43:44','66.220.149.43',NULL,NULL),(2102,'four_oh_four','2021-02-11 16:49:07','2021-02-11 16:49:07','173.252.95.3',NULL,NULL),(2103,'four_oh_four','2021-02-11 17:30:10','2021-02-11 17:30:10','13.66.139.115',NULL,NULL),(2104,'four_oh_four','2021-02-11 21:36:35','2021-02-11 21:36:35','169.159.179.212',NULL,NULL),(2105,'four_oh_four','2021-02-11 22:05:35','2021-02-11 22:05:35','35.231.240.33',NULL,NULL),(2106,'four_oh_four','2021-02-11 23:53:53','2021-02-11 23:53:53','173.252.95.116',NULL,NULL),(2107,'four_oh_four','2021-02-12 00:39:03','2021-02-12 00:39:03','13.66.139.97',NULL,NULL),(2108,'four_oh_four','2021-02-12 06:26:29','2021-02-12 06:26:29','78.110.173.157',NULL,NULL),(2109,'four_oh_four','2021-02-12 06:27:53','2021-02-12 06:27:53','216.151.183.195',NULL,NULL),(2110,'four_oh_four','2021-02-12 08:46:01','2021-02-12 08:46:01','173.252.111.4',NULL,NULL),(2111,'four_oh_four','2021-02-12 10:02:57','2021-02-12 10:02:57','31.13.103.2',NULL,NULL),(2112,'four_oh_four','2021-02-12 10:02:57','2021-02-12 10:02:57','31.13.103.2',NULL,NULL),(2113,'four_oh_four','2021-02-12 10:03:00','2021-02-12 10:03:00','31.13.103.8',NULL,NULL),(2114,'four_oh_four','2021-02-12 10:03:00','2021-02-12 10:03:00','31.13.103.4',NULL,NULL),(2115,'four_oh_four','2021-02-12 10:03:25','2021-02-12 10:03:25','173.252.95.9',NULL,NULL),(2116,'four_oh_four','2021-02-12 10:06:00','2021-02-12 10:06:00','173.252.127.6',NULL,NULL),(2117,'four_oh_four','2021-02-12 10:52:52','2021-02-12 10:52:52','173.252.95.18',NULL,NULL),(2118,'four_oh_four','2021-02-12 20:19:04','2021-02-12 20:19:04','173.252.87.21',NULL,NULL),(2119,'four_oh_four','2021-02-12 20:42:04','2021-02-12 20:42:04','13.66.139.127',NULL,NULL),(2120,'four_oh_four','2021-02-12 23:29:54','2021-02-12 23:29:54','173.252.83.111',NULL,NULL),(2121,'four_oh_four','2021-02-13 02:29:11','2021-02-13 02:29:11','173.252.107.117',NULL,NULL),(2122,'four_oh_four','2021-02-13 04:58:27','2021-02-13 04:58:27','157.55.39.238',NULL,NULL),(2123,'four_oh_four','2021-02-13 05:20:20','2021-02-13 05:20:20','66.249.79.216',NULL,NULL),(2124,'four_oh_four','2021-02-13 06:21:49','2021-02-13 06:21:49','5.180.220.238',NULL,NULL),(2125,'four_oh_four','2021-02-13 06:27:36','2021-02-13 06:27:36','185.153.151.19',NULL,NULL),(2126,'four_oh_four','2021-02-13 06:29:06','2021-02-13 06:29:06','5.180.220.238',NULL,NULL),(2127,'four_oh_four','2021-02-13 12:04:48','2021-02-13 12:04:48','66.249.79.214',NULL,NULL),(2128,'four_oh_four','2021-02-13 14:17:20','2021-02-13 14:17:20','31.13.103.116',NULL,NULL),(2129,'four_oh_four','2021-02-13 22:32:23','2021-02-13 22:32:23','173.252.83.4',NULL,NULL),(2130,'four_oh_four','2021-02-14 11:14:24','2021-02-14 11:14:24','157.55.39.238',NULL,NULL),(2131,'four_oh_four','2021-02-14 13:32:57','2021-02-14 13:32:57','157.55.39.238',NULL,NULL),(2132,'four_oh_four','2021-02-14 16:41:59','2021-02-14 16:41:59','41.21.236.132',NULL,NULL),(2133,'four_oh_four','2021-02-14 18:19:48','2021-02-14 18:19:48','66.220.149.42',NULL,NULL),(2134,'four_oh_four','2021-02-14 18:50:57','2021-02-14 18:50:57','173.252.95.5',NULL,NULL),(2135,'four_oh_four','2021-02-14 21:09:09','2021-02-14 21:09:09','66.249.79.216',NULL,NULL),(2136,'four_oh_four','2021-02-15 20:49:09','2021-02-15 20:49:09','13.66.139.162',NULL,NULL),(2137,'four_oh_four','2021-02-15 21:51:24','2021-02-15 21:51:24','173.252.111.119',NULL,NULL),(2138,'four_oh_four','2021-02-16 01:14:38','2021-02-16 01:14:38','173.252.111.12',NULL,NULL),(2139,'four_oh_four','2021-02-16 03:57:34','2021-02-16 03:57:34','200.0.23.6',NULL,NULL),(2140,'four_oh_four','2021-02-16 05:36:26','2021-02-16 05:36:26','173.195.15.133',NULL,NULL),(2141,'four_oh_four','2021-02-16 05:38:43','2021-02-16 05:38:43','172.83.45.195',NULL,NULL),(2142,'four_oh_four','2021-02-16 05:39:58','2021-02-16 05:39:58','2.58.13.62',NULL,NULL),(2143,'four_oh_four','2021-02-16 06:20:16','2021-02-16 06:20:16','185.147.214.81',NULL,NULL),(2144,'four_oh_four','2021-02-16 06:27:24','2021-02-16 06:27:24','89.238.142.237',NULL,NULL),(2145,'four_oh_four','2021-02-16 06:28:26','2021-02-16 06:28:26','154.3.250.172',NULL,NULL),(2146,'four_oh_four','2021-02-16 15:56:31','2021-02-16 15:56:31','69.171.251.34',NULL,NULL),(2147,'four_oh_four','2021-02-16 18:38:53','2021-02-16 18:38:53','173.252.111.120',NULL,NULL),(2148,'four_oh_four','2021-02-17 01:10:01','2021-02-17 01:10:01','13.66.139.61',NULL,NULL),(2149,'four_oh_four','2021-02-17 01:52:57','2021-02-17 01:52:57','13.66.139.116',NULL,NULL),(2150,'four_oh_four','2021-02-17 06:29:29','2021-02-17 06:29:29','212.102.37.72',NULL,NULL),(2151,'four_oh_four','2021-02-17 06:33:26','2021-02-17 06:33:26','173.195.15.234',NULL,NULL),(2152,'four_oh_four','2021-02-17 18:28:31','2021-02-17 18:28:31','13.66.139.61',NULL,NULL),(2153,'four_oh_four','2021-02-17 23:51:44','2021-02-17 23:51:44','13.66.139.116',NULL,NULL),(2154,'four_oh_four','2021-02-18 03:28:32','2021-02-18 03:28:32','173.252.87.118',NULL,NULL),(2155,'four_oh_four','2021-02-18 06:10:18','2021-02-18 06:10:18','205.185.193.57',NULL,NULL),(2156,'four_oh_four','2021-02-18 06:12:09','2021-02-18 06:12:09','37.120.218.115',NULL,NULL),(2157,'four_oh_four','2021-02-18 11:18:46','2021-02-18 11:18:46','154.73.183.63',NULL,NULL),(2158,'four_oh_four','2021-02-18 11:21:18','2021-02-18 11:21:18','154.73.183.63',NULL,NULL),(2159,'four_oh_four','2021-02-18 11:23:13','2021-02-18 11:23:13','157.55.39.71',NULL,NULL),(2160,'four_oh_four','2021-02-18 11:38:53','2021-02-18 11:38:53','13.66.139.61',NULL,NULL),(2161,'four_oh_four','2021-02-18 11:41:04','2021-02-18 11:41:04','154.73.183.63',NULL,NULL),(2162,'four_oh_four','2021-02-18 12:18:13','2021-02-18 12:18:13','157.48.220.189',NULL,NULL),(2163,'four_oh_four','2021-02-18 12:20:16','2021-02-18 12:20:16','154.73.183.63',NULL,NULL),(2164,'four_oh_four','2021-02-18 12:28:23','2021-02-18 12:28:23','157.47.5.124',NULL,NULL),(2165,'four_oh_four','2021-02-18 13:12:13','2021-02-18 13:12:13','154.73.183.63',NULL,NULL),(2166,'four_oh_four','2021-02-18 13:12:13','2021-02-18 13:12:13','154.73.183.63',NULL,NULL),(2167,'four_oh_four','2021-02-18 13:12:30','2021-02-18 13:12:30','154.73.183.63',NULL,NULL),(2168,'four_oh_four','2021-02-18 13:12:30','2021-02-18 13:12:30','154.73.183.63',NULL,NULL),(2169,'four_oh_four','2021-02-18 13:31:57','2021-02-18 13:31:57','157.47.5.124',NULL,NULL),(2170,'four_oh_four','2021-02-18 15:20:26','2021-02-18 15:20:26','173.252.111.2',NULL,NULL),(2171,'four_oh_four','2021-02-18 20:03:04','2021-02-18 20:03:04','157.55.39.238',NULL,NULL),(2172,'four_oh_four','2021-02-18 22:59:15','2021-02-18 22:59:15','173.252.87.5',NULL,NULL),(2173,'four_oh_four','2021-02-18 23:52:40','2021-02-18 23:52:40','13.66.139.116',NULL,NULL),(2174,'four_oh_four','2021-02-19 04:47:52','2021-02-19 04:47:52','13.66.139.61',NULL,NULL),(2175,'four_oh_four','2021-02-19 06:24:33','2021-02-19 06:24:33','209.107.204.244',NULL,NULL),(2176,'four_oh_four','2021-02-19 06:26:48','2021-02-19 06:26:48','205.185.223.97',NULL,NULL),(2177,'four_oh_four','2021-02-19 06:28:15','2021-02-19 06:28:15','156.146.41.102',NULL,NULL),(2178,'four_oh_four','2021-02-19 06:30:41','2021-02-19 06:30:41','2.58.12.205',NULL,NULL),(2179,'four_oh_four','2021-02-19 07:33:37','2021-02-19 07:33:37','217.107.194.5',NULL,NULL),(2180,'four_oh_four','2021-02-19 08:39:46','2021-02-19 08:39:46','66.249.79.214',NULL,NULL),(2181,'four_oh_four','2021-02-19 10:22:39','2021-02-19 10:22:39','66.249.79.214',NULL,NULL),(2182,'four_oh_four','2021-02-19 18:12:56','2021-02-19 18:12:56','173.252.79.14',NULL,NULL),(2183,'four_oh_four','2021-02-19 18:38:17','2021-02-19 18:38:17','173.252.87.15',NULL,NULL),(2184,'four_oh_four','2021-02-19 19:19:06','2021-02-19 19:19:06','13.66.139.61',NULL,NULL),(2185,'four_oh_four','2021-02-20 01:05:26','2021-02-20 01:05:26','157.55.39.71',NULL,NULL),(2186,'four_oh_four','2021-02-20 03:28:21','2021-02-20 03:28:21','157.55.39.71',NULL,NULL),(2187,'four_oh_four','2021-02-20 05:49:32','2021-02-20 05:49:32','13.66.139.116',NULL,NULL),(2188,'four_oh_four','2021-02-20 05:56:37','2021-02-20 05:56:37','13.66.139.61',NULL,NULL),(2189,'four_oh_four','2021-02-20 06:22:18','2021-02-20 06:22:18','45.56.160.92',NULL,NULL),(2190,'four_oh_four','2021-02-20 06:24:37','2021-02-20 06:24:37','173.213.87.101',NULL,NULL),(2191,'four_oh_four','2021-02-20 06:46:38','2021-02-20 06:46:38','13.66.139.116',NULL,NULL),(2192,'four_oh_four','2021-02-20 15:16:51','2021-02-20 15:16:51','13.66.139.61',NULL,NULL),(2193,'four_oh_four','2021-02-20 15:24:05','2021-02-20 15:24:05','66.249.66.150',NULL,NULL),(2194,'four_oh_four','2021-02-20 16:33:45','2021-02-20 16:33:45','173.252.83.14',NULL,NULL),(2195,'four_oh_four','2021-02-20 17:40:36','2021-02-20 17:40:36','13.66.139.61',NULL,NULL),(2196,'four_oh_four','2021-02-20 21:01:01','2021-02-20 21:01:01','94.68.108.30',NULL,NULL),(2197,'four_oh_four','2021-02-20 21:12:53','2021-02-20 21:12:53','95.79.142.124',NULL,NULL),(2198,'four_oh_four','2021-02-20 21:15:01','2021-02-20 21:15:01','34.73.173.105',NULL,NULL),(2199,'four_oh_four','2021-02-20 23:01:00','2021-02-20 23:01:00','13.66.139.116',NULL,NULL),(2200,'four_oh_four','2021-02-21 00:32:00','2021-02-21 00:32:00','173.252.87.5',NULL,NULL),(2201,'four_oh_four','2021-02-21 03:00:54','2021-02-21 03:00:54','69.171.249.4',NULL,NULL),(2202,'four_oh_four','2021-02-21 06:12:03','2021-02-21 06:12:03','37.120.218.106',NULL,NULL),(2203,'four_oh_four','2021-02-21 06:13:08','2021-02-21 06:13:08','86.106.74.121',NULL,NULL),(2204,'four_oh_four','2021-02-21 06:21:40','2021-02-21 06:21:40','91.207.102.156',NULL,NULL),(2205,'four_oh_four','2021-02-21 09:03:57','2021-02-21 09:03:57','13.66.139.116',NULL,NULL),(2206,'four_oh_four','2021-02-21 11:19:31','2021-02-21 11:19:31','35.193.149.5',NULL,NULL),(2207,'four_oh_four','2021-02-21 20:23:37','2021-02-21 20:23:37','173.252.95.14',NULL,NULL),(2208,'four_oh_four','2021-02-21 23:21:51','2021-02-21 23:21:51','69.171.249.21',NULL,NULL),(2209,'four_oh_four','2021-02-21 23:59:37','2021-02-21 23:59:37','35.196.131.36',NULL,NULL),(2210,'brute_force','2021-02-22 03:03:05','2021-02-22 03:03:05','103.80.210.203',NULL,NULL),(2211,'brute_force','2021-02-22 03:03:05','2021-02-22 03:03:05',NULL,NULL,'admin'),(2212,'four_oh_four','2021-02-22 06:21:01','2021-02-22 06:21:01','192.200.158.170',NULL,NULL),(2213,'four_oh_four','2021-02-22 06:22:59','2021-02-22 06:22:59','62.149.20.42',NULL,NULL),(2214,'four_oh_four','2021-02-22 06:25:42','2021-02-22 06:25:42','217.138.202.42',NULL,NULL),(2215,'four_oh_four','2021-02-22 19:25:04','2021-02-22 19:25:04','13.66.139.116',NULL,NULL),(2216,'four_oh_four','2021-02-22 19:29:03','2021-02-22 19:29:03','69.171.249.10',NULL,NULL),(2217,'four_oh_four','2021-02-22 20:25:15','2021-02-22 20:25:15','173.252.95.29',NULL,NULL),(2218,'four_oh_four','2021-02-22 21:13:30','2021-02-22 21:13:30','104.196.147.160',NULL,NULL),(2219,'four_oh_four','2021-02-23 06:15:36','2021-02-23 06:15:36','209.107.216.54',NULL,NULL),(2220,'four_oh_four','2021-02-23 06:17:26','2021-02-23 06:17:26','194.110.114.62',NULL,NULL),(2221,'four_oh_four','2021-02-23 06:45:26','2021-02-23 06:45:26','202.53.86.106',NULL,NULL),(2222,'four_oh_four','2021-02-23 06:47:32','2021-02-23 06:47:32','202.53.86.106',NULL,NULL),(2223,'four_oh_four','2021-02-23 07:15:00','2021-02-23 07:15:00','202.53.86.106',NULL,NULL),(2224,'four_oh_four','2021-02-23 10:18:09','2021-02-23 10:18:09','202.53.86.106',NULL,NULL),(2225,'four_oh_four','2021-02-23 10:20:14','2021-02-23 10:20:14','202.53.86.106',NULL,NULL),(2226,'four_oh_four','2021-02-23 10:29:55','2021-02-23 10:29:55','202.53.86.106',NULL,NULL),(2227,'four_oh_four','2021-02-23 10:33:08','2021-02-23 10:33:08','202.53.86.106',NULL,NULL),(2228,'four_oh_four','2021-02-23 12:14:23','2021-02-23 12:14:23','202.53.86.106',NULL,NULL),(2229,'four_oh_four','2021-02-23 15:38:28','2021-02-23 15:38:28','5.45.207.91',NULL,NULL),(2230,'brute_force','2021-02-23 15:39:10','2021-02-23 15:39:10','121.52.154.98',NULL,NULL),(2231,'brute_force','2021-02-23 15:39:10','2021-02-23 15:39:10',NULL,NULL,'admin'),(2232,'four_oh_four','2021-02-23 19:28:11','2021-02-23 19:28:11','13.66.139.116',NULL,NULL),(2233,'four_oh_four','2021-02-23 20:47:37','2021-02-23 20:47:37','31.13.103.118',NULL,NULL),(2234,'brute_force','2021-02-24 07:02:56','2021-02-24 07:02:56','14.243.44.174',NULL,NULL),(2235,'brute_force','2021-02-24 07:02:56','2021-02-24 07:02:56',NULL,NULL,'admin'),(2236,'four_oh_four','2021-02-24 09:36:44','2021-02-24 09:36:44','202.53.86.106',NULL,NULL),(2237,'four_oh_four','2021-02-24 10:37:19','2021-02-24 10:37:19','13.66.139.116',NULL,NULL),(2238,'four_oh_four','2021-02-24 14:57:54','2021-02-24 14:57:54','173.252.87.3',NULL,NULL),(2239,'four_oh_four','2021-02-24 17:25:01','2021-02-24 17:25:01','173.252.87.3',NULL,NULL),(2240,'four_oh_four','2021-02-24 19:38:38','2021-02-24 19:38:38','95.79.142.124',NULL,NULL),(2241,'brute_force','2021-02-24 21:23:23','2021-02-24 21:23:23','105.67.133.146',NULL,NULL),(2242,'brute_force','2021-02-24 21:23:23','2021-02-24 21:23:23',NULL,NULL,'admin'),(2243,'four_oh_four','2021-02-24 21:27:03','2021-02-24 21:27:03','13.66.139.116',NULL,NULL),(2244,'four_oh_four','2021-02-24 22:34:59','2021-02-24 22:34:59','13.66.139.116',NULL,NULL),(2245,'four_oh_four','2021-02-25 00:07:44','2021-02-25 00:07:44','37.24.85.119',NULL,NULL),(2246,'four_oh_four','2021-02-25 05:50:22','2021-02-25 05:50:22','173.252.111.5',NULL,NULL),(2247,'four_oh_four','2021-02-25 08:40:17','2021-02-25 08:40:17','13.66.139.116',NULL,NULL),(2248,'four_oh_four','2021-02-25 10:03:56','2021-02-25 10:03:56','209.107.196.27',NULL,NULL),(2249,'four_oh_four','2021-02-25 10:05:37','2021-02-25 10:05:37','91.90.124.11',NULL,NULL),(2250,'four_oh_four','2021-02-25 21:48:45','2021-02-25 21:48:45','157.55.39.163',NULL,NULL),(2251,'brute_force','2021-02-25 23:37:12','2021-02-25 23:37:12','71.11.164.215',NULL,NULL),(2252,'brute_force','2021-02-25 23:37:12','2021-02-25 23:37:12',NULL,NULL,'admin'),(2253,'four_oh_four','2021-02-26 02:31:01','2021-02-26 02:31:01','173.252.95.12',NULL,NULL),(2254,'four_oh_four','2021-02-26 06:12:42','2021-02-26 06:12:42','205.185.223.42',NULL,NULL),(2255,'four_oh_four','2021-02-26 06:14:51','2021-02-26 06:14:51','13.66.139.116',NULL,NULL),(2256,'four_oh_four','2021-02-26 06:14:54','2021-02-26 06:14:54','45.56.161.75',NULL,NULL),(2257,'four_oh_four','2021-02-26 12:05:00','2021-02-26 12:05:00','202.53.86.106',NULL,NULL),(2258,'four_oh_four','2021-02-26 13:30:51','2021-02-26 13:30:51','173.252.83.4',NULL,NULL),(2259,'four_oh_four','2021-02-26 13:53:41','2021-02-26 13:53:41','185.22.175.132',NULL,NULL),(2260,'four_oh_four','2021-02-26 20:09:39','2021-02-26 20:09:39','197.185.101.13',NULL,NULL),(2261,'four_oh_four','2021-02-26 20:46:07','2021-02-26 20:46:07','173.252.111.16',NULL,NULL),(2262,'four_oh_four','2021-02-26 22:50:21','2021-02-26 22:50:21','173.252.95.17',NULL,NULL),(2263,'four_oh_four','2021-02-26 23:18:06','2021-02-26 23:18:06','173.252.107.17',NULL,NULL),(2264,'four_oh_four','2021-02-27 01:48:59','2021-02-27 01:48:59','31.13.103.111',NULL,NULL),(2265,'brute_force','2021-02-27 03:29:38','2021-02-27 03:29:38','114.141.50.238',NULL,NULL),(2266,'brute_force','2021-02-27 03:29:38','2021-02-27 03:29:38',NULL,NULL,'admin'),(2267,'four_oh_four','2021-02-27 06:15:49','2021-02-27 06:15:49','89.238.142.248',NULL,NULL),(2268,'four_oh_four','2021-02-27 06:20:29','2021-02-27 06:20:29','64.145.79.94',NULL,NULL),(2269,'four_oh_four','2021-02-27 06:23:37','2021-02-27 06:23:37','64.145.79.94',NULL,NULL),(2270,'four_oh_four','2021-02-27 20:56:58','2021-02-27 20:56:58','173.252.111.13',NULL,NULL),(2271,'four_oh_four','2021-02-27 21:30:01','2021-02-27 21:30:01','66.249.70.70',NULL,NULL),(2272,'four_oh_four','2021-02-27 21:53:21','2021-02-27 21:53:21','157.55.39.238',NULL,NULL),(2273,'four_oh_four','2021-02-27 22:23:33','2021-02-27 22:23:33','173.252.111.20',NULL,NULL),(2274,'four_oh_four','2021-02-28 00:11:15','2021-02-28 00:11:15','173.252.111.118',NULL,NULL),(2275,'four_oh_four','2021-02-28 06:12:03','2021-02-28 06:12:03','205.185.214.105',NULL,NULL),(2276,'four_oh_four','2021-02-28 06:14:01','2021-02-28 06:14:01','205.185.214.105',NULL,NULL),(2277,'four_oh_four','2021-02-28 06:16:04','2021-02-28 06:16:04','205.185.209.210',NULL,NULL),(2278,'four_oh_four','2021-02-28 06:34:21','2021-02-28 06:34:21','139.162.182.111',NULL,NULL),(2279,'brute_force','2021-02-28 11:13:25','2021-02-28 11:13:25','49.48.120.217',NULL,NULL),(2280,'brute_force','2021-02-28 11:13:25','2021-02-28 11:13:25',NULL,NULL,'admin'),(2281,'four_oh_four','2021-02-28 14:49:21','2021-02-28 14:49:21','66.249.70.68',NULL,NULL),(2282,'brute_force','2021-02-28 16:19:06','2021-02-28 16:19:06','180.241.205.157',NULL,NULL),(2283,'brute_force','2021-02-28 16:19:06','2021-02-28 16:19:06',NULL,NULL,'admin'),(2284,'four_oh_four','2021-03-01 03:45:22','2021-03-01 03:45:22','66.249.70.68',NULL,NULL),(2285,'four_oh_four','2021-03-01 10:30:04','2021-03-01 10:30:04','173.252.111.12',NULL,NULL),(2286,'four_oh_four','2021-03-01 16:05:50','2021-03-01 16:05:50','40.77.167.81',NULL,NULL),(2287,'four_oh_four','2021-03-01 18:32:00','2021-03-01 18:32:00','173.252.87.120',NULL,NULL),(2288,'four_oh_four','2021-03-02 02:13:48','2021-03-02 02:13:48','54.237.242.239',NULL,NULL),(2289,'four_oh_four','2021-03-02 02:13:52','2021-03-02 02:13:52','54.237.242.239',NULL,NULL),(2290,'four_oh_four','2021-03-02 02:13:53','2021-03-02 02:13:53','54.237.242.239',NULL,NULL),(2291,'four_oh_four','2021-03-02 02:13:54','2021-03-02 02:13:54','54.237.242.239',NULL,NULL),(2292,'four_oh_four','2021-03-02 06:30:28','2021-03-02 06:30:28','185.245.84.52',NULL,NULL),(2293,'four_oh_four','2021-03-02 06:34:31','2021-03-02 06:34:31','2.58.12.145',NULL,NULL),(2294,'four_oh_four','2021-03-02 06:37:27','2021-03-02 06:37:27','45.10.232.69',NULL,NULL),(2295,'four_oh_four','2021-03-02 06:40:29','2021-03-02 06:40:29','5.183.92.122',NULL,NULL),(2296,'four_oh_four','2021-03-02 07:26:34','2021-03-02 07:26:34','173.252.111.24',NULL,NULL),(2297,'four_oh_four','2021-03-02 10:18:49','2021-03-02 10:18:49','173.254.31.20',NULL,NULL),(2298,'four_oh_four','2021-03-02 10:32:16','2021-03-02 10:32:16','173.252.95.21',NULL,NULL),(2299,'brute_force','2021-03-02 12:05:11','2021-03-02 12:05:11','13.233.73.212',NULL,NULL),(2300,'brute_force','2021-03-02 12:05:11','2021-03-02 12:05:11',NULL,NULL,'admin'),(2301,'brute_force','2021-03-02 12:05:12','2021-03-02 12:05:12','13.233.73.212',NULL,NULL),(2302,'brute_force','2021-03-02 12:05:12','2021-03-02 12:05:12',NULL,1,'adminsz'),(2303,'brute_force','2021-03-02 12:05:13','2021-03-02 12:05:13','13.233.73.212',NULL,NULL),(2304,'brute_force','2021-03-02 12:05:13','2021-03-02 12:05:13',NULL,NULL,'admin'),(2305,'brute_force','2021-03-02 12:05:13','2021-03-02 12:05:13','13.233.73.212',NULL,NULL),(2306,'brute_force','2021-03-02 12:05:13','2021-03-02 12:05:13',NULL,1,'adminsz'),(2307,'brute_force','2021-03-02 12:05:14','2021-03-02 12:05:14','13.233.73.212',NULL,NULL),(2308,'brute_force','2021-03-02 12:05:14','2021-03-02 12:05:14',NULL,NULL,'admin'),(2309,'four_oh_four','2021-03-02 20:46:27','2021-03-02 20:46:27','35.198.195.209',NULL,NULL),(2310,'four_oh_four','2021-03-02 21:21:11','2021-03-02 21:21:11','35.198.195.209',NULL,NULL),(2311,'four_oh_four','2021-03-02 21:33:43','2021-03-02 21:33:43','173.252.111.1',NULL,NULL),(2312,'four_oh_four','2021-03-03 01:07:20','2021-03-03 01:07:20','173.252.111.3',NULL,NULL),(2313,'four_oh_four','2021-03-03 03:43:18','2021-03-03 03:43:18','66.249.70.72',NULL,NULL),(2314,'four_oh_four','2021-03-03 06:14:35','2021-03-03 06:14:35','205.185.209.9',NULL,NULL),(2315,'four_oh_four','2021-03-03 06:17:09','2021-03-03 06:17:09','2.58.12.67',NULL,NULL),(2316,'four_oh_four','2021-03-03 06:18:40','2021-03-03 06:18:40','2.58.12.170',NULL,NULL),(2317,'four_oh_four','2021-03-03 06:22:08','2021-03-03 06:22:08','185.147.213.134',NULL,NULL),(2318,'four_oh_four','2021-03-03 23:37:36','2021-03-03 23:37:36','173.252.111.13',NULL,NULL),(2319,'four_oh_four','2021-03-04 03:13:46','2021-03-04 03:13:46','13.66.139.29',NULL,NULL),(2320,'four_oh_four','2021-03-04 03:40:43','2021-03-04 03:40:43','173.252.95.2',NULL,NULL),(2321,'four_oh_four','2021-03-04 06:10:16','2021-03-04 06:10:16','91.197.235.184',NULL,NULL),(2322,'four_oh_four','2021-03-04 06:11:29','2021-03-04 06:11:29','91.197.235.184',NULL,NULL),(2323,'brute_force','2021-03-04 12:00:39','2021-03-04 12:00:39','3.8.68.2',NULL,NULL),(2324,'brute_force','2021-03-04 12:00:39','2021-03-04 12:00:39',NULL,NULL,'admin'),(2325,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40','3.8.68.2',NULL,NULL),(2326,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40',NULL,1,'adminsz'),(2327,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40','3.8.68.2',NULL,NULL),(2328,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40',NULL,NULL,'admin'),(2329,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40','3.8.68.2',NULL,NULL),(2330,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40',NULL,1,'adminsz'),(2331,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40','3.8.68.2',NULL,NULL),(2332,'brute_force','2021-03-04 12:00:40','2021-03-04 12:00:40',NULL,NULL,'admin'),(2333,'four_oh_four','2021-03-04 12:59:28','2021-03-04 12:59:28','31.13.103.21',NULL,NULL),(2334,'four_oh_four','2021-03-04 20:12:14','2021-03-04 20:12:14','173.252.95.21',NULL,NULL),(2335,'four_oh_four','2021-03-05 01:18:55','2021-03-05 01:18:55','173.252.127.22',NULL,NULL),(2336,'four_oh_four','2021-03-05 03:15:56','2021-03-05 03:15:56','13.66.139.29',NULL,NULL),(2337,'brute_force','2021-03-05 05:52:01','2021-03-05 05:52:01','52.64.20.252',NULL,NULL),(2338,'brute_force','2021-03-05 05:52:01','2021-03-05 05:52:01',NULL,NULL,'admin'),(2339,'brute_force','2021-03-05 05:52:03','2021-03-05 05:52:03','52.64.20.252',NULL,NULL),(2340,'brute_force','2021-03-05 05:52:03','2021-03-05 05:52:03',NULL,1,'adminsz'),(2341,'brute_force','2021-03-05 05:52:04','2021-03-05 05:52:04','52.64.20.252',NULL,NULL),(2342,'brute_force','2021-03-05 05:52:04','2021-03-05 05:52:04',NULL,NULL,'admin'),(2343,'brute_force','2021-03-05 05:52:06','2021-03-05 05:52:06','52.64.20.252',NULL,NULL),(2344,'brute_force','2021-03-05 05:52:06','2021-03-05 05:52:06',NULL,1,'adminsz'),(2345,'brute_force','2021-03-05 05:52:07','2021-03-05 05:52:07','52.64.20.252',NULL,NULL),(2346,'brute_force','2021-03-05 05:52:07','2021-03-05 05:52:07',NULL,NULL,'admin'),(2347,'four_oh_four','2021-03-05 06:15:25','2021-03-05 06:15:25','78.110.173.149',NULL,NULL),(2348,'four_oh_four','2021-03-05 06:22:06','2021-03-05 06:22:06','45.10.232.57',NULL,NULL),(2349,'four_oh_four','2021-03-05 06:23:24','2021-03-05 06:23:24','185.147.214.190',NULL,NULL),(2350,'four_oh_four','2021-03-05 17:12:11','2021-03-05 17:12:11','62.210.80.33',NULL,NULL),(2351,'four_oh_four','2021-03-05 19:23:57','2021-03-05 19:23:57','66.220.149.9',NULL,NULL),(2352,'four_oh_four','2021-03-05 21:22:33','2021-03-05 21:22:33','213.178.45.85',NULL,NULL),(2353,'four_oh_four','2021-03-05 21:35:42','2021-03-05 21:35:42','13.66.139.29',NULL,NULL),(2354,'four_oh_four','2021-03-06 03:36:48','2021-03-06 03:36:48','135.148.71.97',NULL,NULL),(2355,'four_oh_four','2021-03-06 06:14:26','2021-03-06 06:14:26','198.181.163.117',NULL,NULL),(2356,'four_oh_four','2021-03-06 06:26:20','2021-03-06 06:26:20','212.102.39.111',NULL,NULL),(2357,'four_oh_four','2021-03-06 07:23:14','2021-03-06 07:23:14','135.148.71.98',NULL,NULL),(2358,'four_oh_four','2021-03-06 10:43:09','2021-03-06 10:43:09','31.24.227.102',NULL,NULL),(2359,'four_oh_four','2021-03-06 10:48:26','2021-03-06 10:48:26','103.123.112.6',NULL,NULL),(2360,'four_oh_four','2021-03-06 13:23:33','2021-03-06 13:23:33','107.150.164.242',NULL,NULL),(2361,'four_oh_four','2021-03-06 19:01:18','2021-03-06 19:01:18','13.66.139.29',NULL,NULL),(2362,'four_oh_four','2021-03-07 00:49:46','2021-03-07 00:49:46','173.252.87.15',NULL,NULL),(2363,'four_oh_four','2021-03-07 03:08:09','2021-03-07 03:08:09','95.143.21.198',NULL,NULL),(2364,'four_oh_four','2021-03-07 04:43:47','2021-03-07 04:43:47','173.252.87.16',NULL,NULL),(2365,'four_oh_four','2021-03-07 06:18:21','2021-03-07 06:18:21','91.149.245.102',NULL,NULL),(2366,'four_oh_four','2021-03-07 06:25:30','2021-03-07 06:25:30','91.149.245.102',NULL,NULL),(2367,'four_oh_four','2021-03-07 06:26:37','2021-03-07 06:26:37','5.180.220.101',NULL,NULL),(2368,'four_oh_four','2021-03-07 07:12:15','2021-03-07 07:12:15','66.249.70.68',NULL,NULL),(2369,'four_oh_four','2021-03-07 14:06:24','2021-03-07 14:06:24','66.249.70.68',NULL,NULL),(2370,'brute_force','2021-03-07 20:35:54','2021-03-07 20:35:54','176.105.204.189',NULL,NULL),(2371,'brute_force','2021-03-07 20:35:54','2021-03-07 20:35:54',NULL,NULL,'admin'),(2372,'brute_force','2021-03-08 03:49:53','2021-03-08 03:49:53','171.4.40.12',NULL,NULL),(2373,'brute_force','2021-03-08 03:49:53','2021-03-08 03:49:53',NULL,NULL,'admin'),(2374,'four_oh_four','2021-03-08 06:59:19','2021-03-08 06:59:19','3.101.13.125',NULL,NULL),(2375,'four_oh_four','2021-03-08 10:33:11','2021-03-08 10:33:11','173.252.83.15',NULL,NULL),(2376,'four_oh_four','2021-03-08 19:25:39','2021-03-08 19:25:39','173.252.95.21',NULL,NULL),(2377,'four_oh_four','2021-03-08 21:09:54','2021-03-08 21:09:54','173.252.111.5',NULL,NULL),(2378,'four_oh_four','2021-03-09 03:38:51','2021-03-09 03:38:51','66.249.66.154',NULL,NULL),(2379,'four_oh_four','2021-03-09 06:16:07','2021-03-09 06:16:07','173.213.87.102',NULL,NULL),(2380,'four_oh_four','2021-03-09 06:19:55','2021-03-09 06:19:55','5.183.92.62',NULL,NULL),(2381,'four_oh_four','2021-03-09 14:41:16','2021-03-09 14:41:16','173.252.107.10',NULL,NULL),(2382,'brute_force','2021-03-09 19:39:16','2021-03-09 19:39:16','177.138.123.51',NULL,NULL),(2383,'brute_force','2021-03-09 19:39:16','2021-03-09 19:39:16',NULL,NULL,'admin'),(2384,'four_oh_four','2021-03-09 23:07:20','2021-03-09 23:07:20','66.220.149.26',NULL,NULL),(2385,'four_oh_four','2021-03-10 03:15:42','2021-03-10 03:15:42','66.220.149.118',NULL,NULL),(2386,'four_oh_four','2021-03-10 06:13:44','2021-03-10 06:13:44','216.151.191.147',NULL,NULL),(2387,'four_oh_four','2021-03-10 06:17:59','2021-03-10 06:17:59','5.180.220.17',NULL,NULL),(2388,'four_oh_four','2021-03-10 06:21:39','2021-03-10 06:21:39','192.200.158.194',NULL,NULL),(2389,'four_oh_four','2021-03-10 20:28:28','2021-03-10 20:28:28','3.65.206.247',NULL,NULL),(2390,'four_oh_four','2021-03-10 20:28:28','2021-03-10 20:28:28','3.65.206.247',NULL,NULL),(2391,'four_oh_four','2021-03-10 20:39:18','2021-03-10 20:39:18','173.252.83.117',NULL,NULL),(2392,'brute_force','2021-03-10 23:29:12','2021-03-10 23:29:12','188.113.189.101',NULL,NULL),(2393,'brute_force','2021-03-10 23:29:12','2021-03-10 23:29:12',NULL,NULL,'admin'),(2394,'four_oh_four','2021-03-11 00:30:05','2021-03-11 00:30:05','69.171.249.112',NULL,NULL),(2395,'four_oh_four','2021-03-11 10:22:49','2021-03-11 10:22:49','154.73.183.63',NULL,NULL),(2396,'four_oh_four','2021-03-11 12:21:05','2021-03-11 12:21:05','105.247.5.202',NULL,NULL),(2397,'four_oh_four','2021-03-11 12:21:23','2021-03-11 12:21:23','105.247.5.202',NULL,NULL),(2398,'four_oh_four','2021-03-11 17:09:53','2021-03-11 17:09:53','13.66.139.30',NULL,NULL),(2399,'four_oh_four','2021-03-11 17:11:14','2021-03-11 17:11:14','13.66.139.30',NULL,NULL),(2400,'four_oh_four','2021-03-11 18:24:51','2021-03-11 18:24:51','219.100.37.240',NULL,NULL),(2401,'four_oh_four','2021-03-11 18:52:27','2021-03-11 18:52:27','173.252.87.5',NULL,NULL),(2402,'four_oh_four','2021-03-11 20:07:57','2021-03-11 20:07:57','173.252.111.117',NULL,NULL),(2403,'four_oh_four','2021-03-12 01:50:13','2021-03-12 01:50:13','161.97.108.113',NULL,NULL),(2404,'four_oh_four','2021-03-12 06:19:33','2021-03-12 06:19:33','162.251.232.57',NULL,NULL),(2405,'four_oh_four','2021-03-12 06:21:30','2021-03-12 06:21:30','64.145.79.123',NULL,NULL),(2406,'four_oh_four','2021-03-12 06:25:20','2021-03-12 06:25:20','5.183.92.151',NULL,NULL),(2407,'brute_force','2021-03-12 06:35:23','2021-03-12 06:35:23','1.53.217.175',NULL,NULL),(2408,'brute_force','2021-03-12 06:35:23','2021-03-12 06:35:23',NULL,NULL,'admin'),(2409,'four_oh_four','2021-03-12 13:06:03','2021-03-12 13:06:03','31.13.127.28',NULL,NULL),(2410,'four_oh_four','2021-03-12 13:06:21','2021-03-12 13:06:21','31.13.127.7',NULL,NULL),(2411,'four_oh_four','2021-03-12 13:06:23','2021-03-12 13:06:23','31.13.127.117',NULL,NULL),(2412,'four_oh_four','2021-03-13 06:17:14','2021-03-13 06:17:14','216.151.191.104',NULL,NULL),(2413,'four_oh_four','2021-03-13 06:18:19','2021-03-13 06:18:19','212.102.49.171',NULL,NULL),(2414,'four_oh_four','2021-03-13 06:46:50','2021-03-13 06:46:50','173.252.87.14',NULL,NULL),(2415,'four_oh_four','2021-03-13 08:46:45','2021-03-13 08:46:45','173.252.107.120',NULL,NULL),(2416,'four_oh_four','2021-03-13 09:19:51','2021-03-13 09:19:51','173.252.127.120',NULL,NULL),(2417,'brute_force','2021-03-13 10:35:18','2021-03-13 10:35:18','171.5.235.216',NULL,NULL),(2418,'brute_force','2021-03-13 10:35:18','2021-03-13 10:35:18',NULL,NULL,'admin'),(2419,'four_oh_four','2021-03-14 06:17:06','2021-03-14 06:17:06','45.56.174.192',NULL,NULL),(2420,'four_oh_four','2021-03-14 06:19:19','2021-03-14 06:19:19','45.56.174.192',NULL,NULL),(2421,'four_oh_four','2021-03-14 06:20:42','2021-03-14 06:20:42','5.180.220.70',NULL,NULL),(2422,'four_oh_four','2021-03-14 06:51:08','2021-03-14 06:51:08','69.171.249.5',NULL,NULL),(2423,'four_oh_four','2021-03-14 09:03:45','2021-03-14 09:03:45','173.252.83.11',NULL,NULL),(2424,'four_oh_four','2021-03-14 23:17:19','2021-03-14 23:17:19','76.217.31.195',NULL,NULL),(2425,'four_oh_four','2021-03-15 02:54:21','2021-03-15 02:54:21','80.94.93.13',NULL,NULL),(2426,'four_oh_four','2021-03-15 04:55:35','2021-03-15 04:55:35','173.252.95.117',NULL,NULL),(2427,'four_oh_four','2021-03-15 05:17:11','2021-03-15 05:17:11','80.94.93.13',NULL,NULL),(2428,'four_oh_four','2021-03-15 07:21:08','2021-03-15 07:21:08','54.36.113.142',NULL,NULL),(2429,'four_oh_four','2021-03-15 09:48:39','2021-03-15 09:48:39','173.252.127.14',NULL,NULL),(2430,'four_oh_four','2021-03-15 19:24:00','2021-03-15 19:24:00','45.144.225.142',NULL,NULL),(2431,'four_oh_four','2021-03-16 02:08:22','2021-03-16 02:08:22','173.252.95.25',NULL,NULL),(2432,'four_oh_four','2021-03-16 03:19:02','2021-03-16 03:19:02','157.55.39.191',NULL,NULL),(2433,'four_oh_four','2021-03-16 04:48:09','2021-03-16 04:48:09','173.252.111.8',NULL,NULL),(2434,'four_oh_four','2021-03-16 05:36:40','2021-03-16 05:36:40','188.126.94.71',NULL,NULL),(2435,'four_oh_four','2021-03-16 05:42:03','2021-03-16 05:42:03','188.126.94.71',NULL,NULL),(2436,'four_oh_four','2021-03-16 05:43:44','2021-03-16 05:43:44','64.145.79.214',NULL,NULL),(2437,'four_oh_four','2021-03-16 05:51:56','2021-03-16 05:51:56','157.55.39.191',NULL,NULL),(2438,'four_oh_four','2021-03-16 06:26:46','2021-03-16 06:26:46','66.201.170.69',NULL,NULL),(2439,'brute_force','2021-03-16 08:41:23','2021-03-16 08:41:23','180.252.53.133',NULL,NULL),(2440,'brute_force','2021-03-16 08:41:23','2021-03-16 08:41:23',NULL,NULL,'admin'),(2441,'four_oh_four','2021-03-16 09:25:49','2021-03-16 09:25:49','154.73.183.63',NULL,NULL),(2442,'four_oh_four','2021-03-16 09:25:49','2021-03-16 09:25:49','154.73.183.63',NULL,NULL),(2443,'four_oh_four','2021-03-16 09:40:00','2021-03-16 09:40:00','154.73.183.63',NULL,NULL),(2444,'four_oh_four','2021-03-16 21:01:14','2021-03-16 21:01:14','40.114.110.192',NULL,NULL),(2445,'four_oh_four','2021-03-16 21:58:22','2021-03-16 21:58:22','51.81.139.66',NULL,NULL),(2446,'four_oh_four','2021-03-16 23:13:33','2021-03-16 23:13:33','69.171.249.18',NULL,NULL),(2447,'four_oh_four','2021-03-16 23:58:37','2021-03-16 23:58:37','203.159.80.182',NULL,NULL),(2448,'four_oh_four','2021-03-16 23:58:41','2021-03-16 23:58:41','203.159.80.182',NULL,NULL),(2449,'four_oh_four','2021-03-16 23:58:43','2021-03-16 23:58:43','203.159.80.182',NULL,NULL),(2450,'four_oh_four','2021-03-16 23:58:46','2021-03-16 23:58:46','203.159.80.182',NULL,NULL),(2451,'four_oh_four','2021-03-16 23:58:49','2021-03-16 23:58:49','203.159.80.182',NULL,NULL),(2452,'four_oh_four','2021-03-16 23:58:52','2021-03-16 23:58:52','203.159.80.182',NULL,NULL),(2453,'four_oh_four','2021-03-16 23:58:55','2021-03-16 23:58:55','203.159.80.182',NULL,NULL),(2454,'four_oh_four','2021-03-16 23:58:57','2021-03-16 23:58:57','203.159.80.182',NULL,NULL),(2455,'four_oh_four','2021-03-16 23:59:00','2021-03-16 23:59:00','203.159.80.182',NULL,NULL),(2456,'four_oh_four','2021-03-16 23:59:03','2021-03-16 23:59:03','203.159.80.182',NULL,NULL),(2457,'four_oh_four','2021-03-16 23:59:05','2021-03-16 23:59:05','203.159.80.182',NULL,NULL),(2458,'four_oh_four','2021-03-16 23:59:08','2021-03-16 23:59:08','203.159.80.182',NULL,NULL),(2459,'four_oh_four','2021-03-16 23:59:10','2021-03-16 23:59:10','203.159.80.182',NULL,NULL),(2460,'four_oh_four','2021-03-16 23:59:15','2021-03-16 23:59:15','203.159.80.182',NULL,NULL),(2461,'four_oh_four','2021-03-16 23:59:19','2021-03-16 23:59:19','203.159.80.182',NULL,NULL),(2462,'four_oh_four','2021-03-16 23:59:21','2021-03-16 23:59:21','203.159.80.182',NULL,NULL),(2463,'four_oh_four','2021-03-16 23:59:22','2021-03-16 23:59:22','203.159.80.182',NULL,NULL),(2464,'four_oh_four','2021-03-16 23:59:26','2021-03-16 23:59:26','203.159.80.182',NULL,NULL),(2465,'four_oh_four','2021-03-16 23:59:29','2021-03-16 23:59:29','203.159.80.182',NULL,NULL),(2466,'four_oh_four','2021-03-16 23:59:32','2021-03-16 23:59:32','203.159.80.182',NULL,NULL),(2467,'four_oh_four','2021-03-17 03:52:04','2021-03-17 03:52:04','157.55.39.191',NULL,NULL),(2468,'four_oh_four','2021-03-17 05:50:26','2021-03-17 05:50:26','157.55.39.191',NULL,NULL),(2469,'four_oh_four','2021-03-17 05:57:21','2021-03-17 05:57:21','173.213.88.49',NULL,NULL),(2470,'four_oh_four','2021-03-17 05:58:42','2021-03-17 05:58:42','173.195.15.171',NULL,NULL),(2471,'four_oh_four','2021-03-17 06:44:35','2021-03-17 06:44:35','154.73.183.63',NULL,NULL),(2472,'four_oh_four','2021-03-17 06:44:35','2021-03-17 06:44:35','154.73.183.63',NULL,NULL),(2473,'four_oh_four','2021-03-17 14:19:16','2021-03-17 14:19:16','154.73.183.63',NULL,NULL),(2474,'four_oh_four','2021-03-17 14:19:16','2021-03-17 14:19:16','154.73.183.63',NULL,NULL),(2475,'four_oh_four','2021-03-17 14:23:52','2021-03-17 14:23:52','13.66.139.14',NULL,NULL),(2476,'four_oh_four','2021-03-17 16:23:55','2021-03-17 16:23:55','13.66.139.14',NULL,NULL),(2477,'four_oh_four','2021-03-17 20:05:54','2021-03-17 20:05:54','173.252.83.21',NULL,NULL),(2478,'four_oh_four','2021-03-17 21:22:16','2021-03-17 21:22:16','69.171.249.21',NULL,NULL),(2479,'four_oh_four','2021-03-17 22:07:32','2021-03-17 22:07:32','13.66.139.32',NULL,NULL),(2480,'brute_force','2021-03-17 23:18:34','2021-03-17 23:18:34','125.167.239.51',NULL,NULL),(2481,'brute_force','2021-03-17 23:18:34','2021-03-17 23:18:34',NULL,NULL,'admin'),(2482,'four_oh_four','2021-03-18 02:20:40','2021-03-18 02:20:40','13.66.139.96',NULL,NULL),(2483,'four_oh_four','2021-03-18 04:25:17','2021-03-18 04:25:17','85.249.41.58',NULL,NULL),(2484,'four_oh_four','2021-03-18 05:54:16','2021-03-18 05:54:16','45.82.223.17',NULL,NULL),(2485,'four_oh_four','2021-03-18 05:55:32','2021-03-18 05:55:32','45.82.223.17',NULL,NULL),(2486,'four_oh_four','2021-03-18 05:56:38','2021-03-18 05:56:38','45.10.232.92',NULL,NULL),(2487,'four_oh_four','2021-03-18 05:59:47','2021-03-18 05:59:47','66.249.66.152',NULL,NULL),(2488,'four_oh_four','2021-03-18 06:37:10','2021-03-18 06:37:10','154.73.183.63',NULL,NULL),(2489,'four_oh_four','2021-03-18 06:37:10','2021-03-18 06:37:10','154.73.183.63',NULL,NULL),(2490,'four_oh_four','2021-03-18 10:30:41','2021-03-18 10:30:41','13.66.139.14',NULL,NULL),(2491,'four_oh_four','2021-03-18 12:27:23','2021-03-18 12:27:23','13.66.139.14',NULL,NULL),(2492,'four_oh_four','2021-03-18 13:31:06','2021-03-18 13:31:06','154.73.183.63',NULL,NULL),(2493,'four_oh_four','2021-03-18 14:27:28','2021-03-18 14:27:28','5.45.80.13',NULL,NULL),(2494,'four_oh_four','2021-03-18 14:53:06','2021-03-18 14:53:06','41.13.118.85',NULL,NULL),(2495,'four_oh_four','2021-03-18 14:53:07','2021-03-18 14:53:07','41.13.118.85',NULL,NULL),(2496,'four_oh_four','2021-03-18 18:10:57','2021-03-18 18:10:57','13.66.139.32',NULL,NULL),(2497,'four_oh_four','2021-03-18 20:25:10','2021-03-18 20:25:10','13.66.139.32',NULL,NULL),(2498,'four_oh_four','2021-03-18 22:26:38','2021-03-18 22:26:38','13.66.139.96',NULL,NULL),(2499,'four_oh_four','2021-03-19 00:06:49','2021-03-19 00:06:49','13.66.139.96',NULL,NULL),(2500,'brute_force','2021-03-19 00:10:28','2021-03-19 00:10:28','219.92.117.153',NULL,NULL),(2501,'brute_force','2021-03-19 00:10:28','2021-03-19 00:10:28',NULL,NULL,'admin'),(2502,'four_oh_four','2021-03-19 04:52:58','2021-03-19 04:52:58','173.252.83.117',NULL,NULL),(2503,'four_oh_four','2021-03-19 05:35:34','2021-03-19 05:35:34','13.66.139.32',NULL,NULL),(2504,'four_oh_four','2021-03-19 05:56:02','2021-03-19 05:56:02','5.183.92.67',NULL,NULL),(2505,'four_oh_four','2021-03-19 05:57:46','2021-03-19 05:57:46','5.183.92.67',NULL,NULL),(2506,'four_oh_four','2021-03-19 06:56:12','2021-03-19 06:56:12','176.113.246.171',NULL,NULL),(2507,'four_oh_four','2021-03-19 11:43:27','2021-03-19 11:43:27','54.236.1.11',NULL,NULL),(2508,'four_oh_four','2021-03-19 12:31:52','2021-03-19 12:31:52','13.66.139.32',NULL,NULL),(2509,'four_oh_four','2021-03-19 16:51:56','2021-03-19 16:51:56','13.66.139.96',NULL,NULL),(2510,'four_oh_four','2021-03-20 05:18:45','2021-03-20 05:18:45','216.151.183.226',NULL,NULL),(2511,'four_oh_four','2021-03-20 05:20:00','2021-03-20 05:20:00','185.153.151.20',NULL,NULL),(2512,'four_oh_four','2021-03-20 08:50:58','2021-03-20 08:50:58','176.113.251.128',NULL,NULL),(2513,'four_oh_four','2021-03-20 10:01:26','2021-03-20 10:01:26','13.66.139.32',NULL,NULL),(2514,'four_oh_four','2021-03-20 13:31:43','2021-03-20 13:31:43','66.249.66.150',NULL,NULL),(2515,'four_oh_four','2021-03-20 13:33:16','2021-03-20 13:33:16','66.249.66.154',NULL,NULL),(2516,'four_oh_four','2021-03-20 14:26:03','2021-03-20 14:26:03','217.12.221.2',NULL,NULL),(2517,'four_oh_four','2021-03-20 18:28:31','2021-03-20 18:28:31','66.220.149.39',NULL,NULL),(2518,'four_oh_four','2021-03-20 23:28:10','2021-03-20 23:28:10','173.252.107.15',NULL,NULL),(2519,'four_oh_four','2021-03-21 01:53:01','2021-03-21 01:53:01','31.13.103.13',NULL,NULL),(2520,'four_oh_four','2021-03-21 03:22:26','2021-03-21 03:22:26','173.252.83.1',NULL,NULL),(2521,'four_oh_four','2021-03-21 05:42:47','2021-03-21 05:42:47','185.147.213.140',NULL,NULL),(2522,'four_oh_four','2021-03-21 05:45:02','2021-03-21 05:45:02','173.213.88.72',NULL,NULL),(2523,'four_oh_four','2021-03-21 09:27:32','2021-03-21 09:27:32','173.252.83.6',NULL,NULL),(2524,'four_oh_four','2021-03-21 11:53:46','2021-03-21 11:53:46','13.66.139.106',NULL,NULL),(2525,'four_oh_four','2021-03-21 12:50:18','2021-03-21 12:50:18','102.32.232.225',NULL,NULL),(2526,'four_oh_four','2021-03-21 12:50:18','2021-03-21 12:50:18','102.32.232.225',NULL,NULL),(2527,'four_oh_four','2021-03-21 12:50:20','2021-03-21 12:50:20','102.32.232.225',NULL,NULL),(2528,'four_oh_four','2021-03-21 12:52:22','2021-03-21 12:52:22','102.32.232.225',NULL,NULL),(2529,'four_oh_four','2021-03-21 13:57:18','2021-03-21 13:57:18','194.36.166.2',NULL,NULL),(2530,'four_oh_four','2021-03-21 20:47:31','2021-03-21 20:47:31','51.81.139.71',NULL,NULL),(2531,'four_oh_four','2021-03-22 05:42:06','2021-03-22 05:42:06','194.150.167.106',NULL,NULL),(2532,'four_oh_four','2021-03-22 05:46:25','2021-03-22 05:46:25','64.145.79.183',NULL,NULL),(2533,'four_oh_four','2021-03-22 05:47:36','2021-03-22 05:47:36','173.213.87.101',NULL,NULL),(2534,'four_oh_four','2021-03-22 09:00:49','2021-03-22 09:00:49','173.252.111.118',NULL,NULL),(2535,'four_oh_four','2021-03-22 11:50:14','2021-03-22 11:50:14','173.252.87.117',NULL,NULL),(2536,'four_oh_four','2021-03-22 16:22:08','2021-03-22 16:22:08','13.66.139.106',NULL,NULL),(2537,'four_oh_four','2021-03-22 18:34:11','2021-03-22 18:34:11','13.66.139.86',NULL,NULL),(2538,'four_oh_four','2021-03-22 22:12:45','2021-03-22 22:12:45','173.252.83.19',NULL,NULL),(2539,'four_oh_four','2021-03-22 23:38:39','2021-03-22 23:38:39','173.252.83.13',NULL,NULL),(2540,'four_oh_four','2021-03-23 01:07:17','2021-03-23 01:07:17','173.252.83.3',NULL,NULL),(2541,'four_oh_four','2021-03-23 04:39:27','2021-03-23 04:39:27','66.220.149.22',NULL,NULL),(2542,'four_oh_four','2021-03-23 05:52:30','2021-03-23 05:52:30','45.133.192.165',NULL,NULL),(2543,'four_oh_four','2021-03-23 05:54:15','2021-03-23 05:54:15','104.238.44.41',NULL,NULL),(2544,'four_oh_four','2021-03-23 05:56:56','2021-03-23 05:56:56','173.245.202.136',NULL,NULL),(2545,'four_oh_four','2021-03-23 07:35:30','2021-03-23 07:35:30','31.13.103.16',NULL,NULL),(2546,'four_oh_four','2021-03-23 08:15:08','2021-03-23 08:15:08','173.252.83.2',NULL,NULL),(2547,'four_oh_four','2021-03-23 18:33:02','2021-03-23 18:33:02','157.55.39.128',NULL,NULL),(2548,'four_oh_four','2021-03-23 20:55:51','2021-03-23 20:55:51','13.66.139.65',NULL,NULL),(2549,'four_oh_four','2021-03-24 02:47:30','2021-03-24 02:47:30','66.249.66.154',NULL,NULL),(2550,'four_oh_four','2021-03-24 04:19:35','2021-03-24 04:19:35','212.102.47.162',NULL,NULL),(2551,'four_oh_four','2021-03-24 05:40:54','2021-03-24 05:40:54','173.252.83.18',NULL,NULL),(2552,'four_oh_four','2021-03-24 06:03:34','2021-03-24 06:03:34','69.171.251.118',NULL,NULL),(2553,'four_oh_four','2021-03-24 07:11:44','2021-03-24 07:11:44','157.55.39.146',NULL,NULL),(2554,'four_oh_four','2021-03-24 07:25:36','2021-03-24 07:25:36','173.252.107.24',NULL,NULL),(2555,'four_oh_four','2021-03-24 11:32:46','2021-03-24 11:32:46','13.66.139.65',NULL,NULL),(2556,'four_oh_four','2021-03-24 12:09:14','2021-03-24 12:09:14','69.171.249.28',NULL,NULL),(2557,'four_oh_four','2021-03-24 17:09:53','2021-03-24 17:09:53','173.252.127.32',NULL,NULL),(2558,'four_oh_four','2021-03-24 18:54:30','2021-03-24 18:54:30','188.239.119.120',NULL,NULL),(2559,'four_oh_four','2021-03-25 05:36:34','2021-03-25 05:36:34','45.56.174.40',NULL,NULL),(2560,'four_oh_four','2021-03-25 05:37:54','2021-03-25 05:37:54','143.244.49.101',NULL,NULL),(2561,'four_oh_four','2021-03-25 10:39:51','2021-03-25 10:39:51','157.55.39.89',NULL,NULL),(2562,'four_oh_four','2021-03-25 10:40:09','2021-03-25 10:40:09','157.55.39.146',NULL,NULL),(2563,'four_oh_four','2021-03-25 16:05:47','2021-03-25 16:05:47','13.66.139.65',NULL,NULL),(2564,'four_oh_four','2021-03-25 16:16:44','2021-03-25 16:16:44','173.252.83.13',NULL,NULL),(2565,'four_oh_four','2021-03-25 17:32:28','2021-03-25 17:32:28','173.252.107.24',NULL,NULL),(2566,'four_oh_four','2021-03-25 20:19:30','2021-03-25 20:19:30','157.55.39.127',NULL,NULL),(2567,'four_oh_four','2021-03-26 03:08:58','2021-03-26 03:08:58','93.158.91.224',NULL,NULL),(2568,'four_oh_four','2021-03-26 03:09:01','2021-03-26 03:09:01','93.158.91.234',NULL,NULL),(2569,'four_oh_four','2021-03-26 05:24:37','2021-03-26 05:24:37','173.245.203.176',NULL,NULL),(2570,'four_oh_four','2021-03-26 05:25:56','2021-03-26 05:25:56','154.29.131.31',NULL,NULL),(2571,'four_oh_four','2021-03-26 05:46:10','2021-03-26 05:46:10','184.170.241.101',NULL,NULL),(2572,'four_oh_four','2021-03-26 08:35:23','2021-03-26 08:35:23','173.252.95.117',NULL,NULL),(2573,'four_oh_four','2021-03-26 10:53:17','2021-03-26 10:53:17','173.252.83.6',NULL,NULL),(2574,'four_oh_four','2021-03-26 12:11:40','2021-03-26 12:11:40','66.249.66.216',NULL,NULL),(2575,'four_oh_four','2021-03-26 20:38:59','2021-03-26 20:38:59','13.66.139.65',NULL,NULL),(2576,'four_oh_four','2021-03-26 20:43:41','2021-03-26 20:43:41','13.66.139.65',NULL,NULL),(2577,'four_oh_four','2021-03-26 21:36:05','2021-03-26 21:36:05','13.66.139.90',NULL,NULL),(2578,'four_oh_four','2021-03-26 22:19:29','2021-03-26 22:19:29','13.66.139.16',NULL,NULL),(2579,'four_oh_four','2021-03-26 23:20:19','2021-03-26 23:20:19','173.252.127.119',NULL,NULL),(2580,'four_oh_four','2021-03-27 01:02:48','2021-03-27 01:02:48','159.89.47.95',NULL,NULL),(2581,'four_oh_four','2021-03-27 08:38:27','2021-03-27 08:38:27','13.66.139.15',NULL,NULL),(2582,'four_oh_four','2021-03-27 11:57:26','2021-03-27 11:57:26','66.249.66.152',NULL,NULL),(2583,'four_oh_four','2021-03-30 20:15:01','2021-03-30 20:15:01','192.145.127.76',NULL,NULL),(2584,'four_oh_four','2021-03-30 22:38:03','2021-03-30 22:38:03','192.145.127.76',NULL,NULL),(2585,'four_oh_four','2021-03-30 22:46:07','2021-03-30 22:46:07','192.145.127.76',NULL,NULL),(2586,'brute_force','2021-03-31 00:16:12','2021-03-31 00:16:12','27.71.122.179',NULL,NULL),(2587,'brute_force','2021-03-31 00:16:12','2021-03-31 00:16:12',NULL,NULL,'admin'),(2588,'four_oh_four','2021-03-31 04:54:27','2021-03-31 04:54:27','192.145.127.76',NULL,NULL),(2589,'four_oh_four','2021-03-31 08:35:16','2021-03-31 08:35:16','40.125.103.205',NULL,NULL),(2590,'four_oh_four','2021-03-31 09:29:04','2021-03-31 09:29:04','40.125.102.106',NULL,NULL),(2591,'four_oh_four','2021-03-31 11:29:39','2021-03-31 11:29:39','13.66.139.91',NULL,NULL),(2592,'four_oh_four','2021-03-31 12:13:33','2021-03-31 12:13:33','192.145.127.76',NULL,NULL),(2593,'four_oh_four','2021-03-31 13:42:51','2021-03-31 13:42:51','105.184.203.14',NULL,NULL),(2594,'four_oh_four','2021-03-31 17:22:40','2021-03-31 17:22:40','36.255.45.249',NULL,NULL),(2595,'four_oh_four','2021-03-31 17:23:01','2021-03-31 17:23:01','36.255.45.249',NULL,NULL),(2596,'four_oh_four','2021-03-31 18:36:36','2021-03-31 18:36:36','66.249.66.152',NULL,NULL),(2597,'four_oh_four','2021-03-31 18:39:00','2021-03-31 18:39:00','66.249.66.152',NULL,NULL),(2598,'four_oh_four','2021-03-31 19:41:06','2021-03-31 19:41:06','173.252.87.12',NULL,NULL),(2599,'four_oh_four','2021-03-31 20:00:49','2021-03-31 20:00:49','13.66.139.91',NULL,NULL),(2600,'brute_force','2021-03-31 20:59:47','2021-03-31 20:59:47','116.107.60.212',NULL,NULL),(2601,'brute_force','2021-03-31 20:59:47','2021-03-31 20:59:47',NULL,NULL,'admin'),(2602,'four_oh_four','2021-03-31 21:18:15','2021-03-31 21:18:15','173.252.87.18',NULL,NULL),(2603,'four_oh_four','2021-03-31 22:07:40','2021-03-31 22:07:40','157.55.39.146',NULL,NULL),(2604,'four_oh_four','2021-04-01 00:07:13','2021-04-01 00:07:13','157.55.39.146',NULL,NULL),(2605,'four_oh_four','2021-04-01 05:51:06','2021-04-01 05:51:06','37.120.144.233',NULL,NULL),(2606,'four_oh_four','2021-04-01 06:03:24','2021-04-01 06:03:24','154.21.114.52',NULL,NULL),(2607,'four_oh_four','2021-04-01 06:04:54','2021-04-01 06:04:54','154.21.114.52',NULL,NULL),(2608,'four_oh_four','2021-04-01 08:23:11','2021-04-01 08:23:11','13.66.139.20',NULL,NULL),(2609,'four_oh_four','2021-04-01 08:55:36','2021-04-01 08:55:36','66.249.66.150',NULL,NULL),(2610,'brute_force','2021-04-01 09:37:38','2021-04-01 09:37:38','203.91.116.189',NULL,NULL),(2611,'brute_force','2021-04-01 09:37:38','2021-04-01 09:37:38',NULL,NULL,'admin'),(2612,'four_oh_four','2021-04-01 14:24:31','2021-04-01 14:24:31','13.66.139.91',NULL,NULL),(2613,'four_oh_four','2021-04-01 15:26:30','2021-04-01 15:26:30','173.252.87.3',NULL,NULL),(2614,'four_oh_four','2021-04-01 16:00:11','2021-04-01 16:00:11','13.66.139.91',NULL,NULL),(2615,'four_oh_four','2021-04-01 21:46:15','2021-04-01 21:46:15','31.13.127.9',NULL,NULL),(2616,'four_oh_four','2021-04-01 22:22:28','2021-04-01 22:22:28','157.55.39.146',NULL,NULL),(2617,'four_oh_four','2021-04-02 00:25:11','2021-04-02 00:25:11','157.55.39.146',NULL,NULL),(2618,'four_oh_four','2021-04-02 01:17:36','2021-04-02 01:17:36','5.16.125.222',NULL,NULL),(2619,'four_oh_four','2021-04-02 01:41:35','2021-04-02 01:41:35','66.249.66.152',NULL,NULL),(2620,'four_oh_four','2021-04-02 01:55:44','2021-04-02 01:55:44','173.252.107.1',NULL,NULL),(2621,'four_oh_four','2021-04-02 03:34:18','2021-04-02 03:34:18','66.249.66.152',NULL,NULL),(2622,'four_oh_four','2021-04-02 04:03:10','2021-04-02 04:03:10','62.210.80.33',NULL,NULL),(2623,'four_oh_four','2021-04-02 05:48:55','2021-04-02 05:48:55','198.181.163.97',NULL,NULL),(2624,'four_oh_four','2021-04-02 05:52:16','2021-04-02 05:52:16','185.244.9.98',NULL,NULL),(2625,'four_oh_four','2021-04-02 05:53:59','2021-04-02 05:53:59','84.247.50.240',NULL,NULL),(2626,'four_oh_four','2021-04-02 06:25:56','2021-04-02 06:25:56','13.66.139.104',NULL,NULL),(2627,'four_oh_four','2021-04-02 07:47:30','2021-04-02 07:47:30','105.227.50.136',NULL,NULL),(2628,'four_oh_four','2021-04-02 16:21:19','2021-04-02 16:21:19','13.66.139.20',NULL,NULL),(2629,'four_oh_four','2021-04-02 20:16:51','2021-04-02 20:16:51','89.248.165.154',NULL,NULL),(2630,'brute_force','2021-04-03 03:34:35','2021-04-03 03:34:35','27.2.113.69',NULL,NULL),(2631,'brute_force','2021-04-03 03:34:35','2021-04-03 03:34:35',NULL,NULL,'admin'),(2632,'four_oh_four','2021-04-03 05:34:30','2021-04-03 05:34:30','173.245.203.176',NULL,NULL),(2633,'four_oh_four','2021-04-03 05:55:56','2021-04-03 05:55:56','212.102.35.112',NULL,NULL),(2634,'four_oh_four','2021-04-03 05:57:42','2021-04-03 05:57:42','209.107.210.157',NULL,NULL),(2635,'four_oh_four','2021-04-03 08:54:13','2021-04-03 08:54:13','188.122.82.146',NULL,NULL),(2636,'four_oh_four','2021-04-03 11:24:01','2021-04-03 11:24:01','13.66.139.104',NULL,NULL),(2637,'four_oh_four','2021-04-03 12:48:24','2021-04-03 12:48:24','13.66.139.20',NULL,NULL),(2638,'four_oh_four','2021-04-03 14:45:44','2021-04-03 14:45:44','165.22.229.254',NULL,NULL),(2639,'four_oh_four','2021-04-03 17:37:41','2021-04-03 17:37:41','197.185.107.3',NULL,NULL),(2640,'four_oh_four','2021-04-03 19:37:17','2021-04-03 19:37:17','13.66.139.104',NULL,NULL),(2641,'four_oh_four','2021-04-03 19:37:27','2021-04-03 19:37:27','13.66.139.20',NULL,NULL),(2642,'four_oh_four','2021-04-03 21:12:41','2021-04-03 21:12:41','13.66.139.29',NULL,NULL),(2643,'four_oh_four','2021-04-04 00:03:02','2021-04-04 00:03:02','13.66.139.2',NULL,NULL),(2644,'four_oh_four','2021-04-04 00:28:53','2021-04-04 00:28:53','13.66.139.104',NULL,NULL),(2645,'four_oh_four','2021-04-04 01:37:25','2021-04-04 01:37:25','13.66.139.91',NULL,NULL),(2646,'four_oh_four','2021-04-04 01:56:30','2021-04-04 01:56:30','13.66.139.29',NULL,NULL),(2647,'four_oh_four','2021-04-04 03:51:44','2021-04-04 03:51:44','13.66.139.104',NULL,NULL),(2648,'four_oh_four','2021-04-04 04:19:17','2021-04-04 04:19:17','173.252.83.2',NULL,NULL),(2649,'four_oh_four','2021-04-04 05:33:42','2021-04-04 05:33:42','198.181.163.181',NULL,NULL),(2650,'four_oh_four','2021-04-04 05:35:45','2021-04-04 05:35:45','84.247.50.238',NULL,NULL),(2651,'four_oh_four','2021-04-04 05:56:01','2021-04-04 05:56:01','185.147.213.37',NULL,NULL),(2652,'four_oh_four','2021-04-04 05:58:33','2021-04-04 05:58:33','13.66.139.29',NULL,NULL),(2653,'four_oh_four','2021-04-04 05:59:16','2021-04-04 05:59:16','173.213.88.60',NULL,NULL),(2654,'brute_force','2021-04-04 06:27:29','2021-04-04 06:27:29','113.212.108.132',NULL,NULL),(2655,'brute_force','2021-04-04 06:27:29','2021-04-04 06:27:29',NULL,NULL,'admin'),(2656,'four_oh_four','2021-04-04 08:36:47','2021-04-04 08:36:47','173.252.83.120',NULL,NULL),(2657,'four_oh_four','2021-04-04 09:08:33','2021-04-04 09:08:33','66.249.66.150',NULL,NULL),(2658,'four_oh_four','2021-04-04 09:43:12','2021-04-04 09:43:12','173.252.83.111',NULL,NULL),(2659,'four_oh_four','2021-04-04 15:05:53','2021-04-04 15:05:53','66.249.66.152',NULL,NULL),(2660,'four_oh_four','2021-04-04 15:23:19','2021-04-04 15:23:19','201.33.174.34',NULL,NULL),(2661,'four_oh_four','2021-04-04 17:27:30','2021-04-04 17:27:30','173.252.83.3',NULL,NULL),(2662,'four_oh_four','2021-04-05 04:00:36','2021-04-05 04:00:36','35.210.188.229',NULL,NULL),(2663,'four_oh_four','2021-04-05 05:32:04','2021-04-05 05:32:04','94.46.220.95',NULL,NULL),(2664,'four_oh_four','2021-04-05 05:37:56','2021-04-05 05:37:56','70.39.113.201',NULL,NULL),(2665,'four_oh_four','2021-04-05 05:43:47','2021-04-05 05:43:47','185.147.214.189',NULL,NULL),(2666,'four_oh_four','2021-04-05 14:01:54','2021-04-05 14:01:54','66.249.66.154',NULL,NULL),(2667,'four_oh_four','2021-04-05 14:19:54','2021-04-05 14:19:54','66.249.66.152',NULL,NULL),(2668,'four_oh_four','2021-04-05 17:26:49','2021-04-05 17:26:49','13.66.139.104',NULL,NULL),(2669,'four_oh_four','2021-04-05 20:53:17','2021-04-05 20:53:17','66.249.66.150',NULL,NULL),(2670,'four_oh_four','2021-04-05 20:55:20','2021-04-05 20:55:20','66.249.66.154',NULL,NULL),(2671,'four_oh_four','2021-04-05 23:16:41','2021-04-05 23:16:41','173.252.83.7',NULL,NULL),(2672,'four_oh_four','2021-04-06 00:25:08','2021-04-06 00:25:08','173.252.83.17',NULL,NULL),(2673,'four_oh_four','2021-04-06 01:34:15','2021-04-06 01:34:15','173.252.83.14',NULL,NULL),(2674,'four_oh_four','2021-04-06 01:43:11','2021-04-06 01:43:11','66.249.66.154',NULL,NULL),(2675,'four_oh_four','2021-04-06 01:49:17','2021-04-06 01:49:17','66.249.66.152',NULL,NULL),(2676,'four_oh_four','2021-04-06 01:51:49','2021-04-06 01:51:49','66.249.66.150',NULL,NULL),(2677,'four_oh_four','2021-04-06 01:52:54','2021-04-06 01:52:54','66.249.66.150',NULL,NULL),(2678,'four_oh_four','2021-04-06 04:26:37','2021-04-06 04:26:37','173.252.83.9',NULL,NULL),(2679,'four_oh_four','2021-04-06 04:32:15','2021-04-06 04:32:15','157.55.39.89',NULL,NULL),(2680,'four_oh_four','2021-04-06 05:24:29','2021-04-06 05:24:29','216.151.180.184',NULL,NULL),(2681,'four_oh_four','2021-04-06 05:26:21','2021-04-06 05:26:21','192.200.158.173',NULL,NULL),(2682,'four_oh_four','2021-04-06 05:28:13','2021-04-06 05:28:13','216.151.180.184',NULL,NULL),(2683,'four_oh_four','2021-04-06 06:18:16','2021-04-06 06:18:16','173.252.83.120',NULL,NULL),(2684,'four_oh_four','2021-04-06 06:39:54','2021-04-06 06:39:54','176.113.251.128',NULL,NULL),(2685,'four_oh_four','2021-04-06 08:07:03','2021-04-06 08:07:03','173.252.83.6',NULL,NULL),(2686,'four_oh_four','2021-04-06 08:47:59','2021-04-06 08:47:59','173.252.83.21',NULL,NULL),(2687,'four_oh_four','2021-04-06 12:30:29','2021-04-06 12:30:29','173.252.83.117',NULL,NULL),(2688,'four_oh_four','2021-04-06 12:52:43','2021-04-06 12:52:43','154.73.183.63',NULL,NULL),(2689,'four_oh_four','2021-04-06 13:06:15','2021-04-06 13:06:15','197.86.200.133',NULL,NULL),(2690,'four_oh_four','2021-04-06 13:06:42','2021-04-06 13:06:42','197.86.200.133',NULL,NULL),(2691,'four_oh_four','2021-04-06 13:25:58','2021-04-06 13:25:58','173.252.83.11',NULL,NULL),(2692,'four_oh_four','2021-04-06 14:07:28','2021-04-06 14:07:28','173.252.87.26',NULL,NULL),(2693,'four_oh_four','2021-04-06 14:26:42','2021-04-06 14:26:42','173.252.83.113',NULL,NULL),(2694,'four_oh_four','2021-04-06 16:49:45','2021-04-06 16:49:45','173.252.83.21',NULL,NULL),(2695,'four_oh_four','2021-04-06 18:01:48','2021-04-06 18:01:48','173.252.83.113',NULL,NULL),(2696,'four_oh_four','2021-04-06 19:23:53','2021-04-06 19:23:53','173.252.83.18',NULL,NULL),(2697,'four_oh_four','2021-04-06 20:45:00','2021-04-06 20:45:00','66.220.149.16',NULL,NULL),(2698,'four_oh_four','2021-04-06 20:57:47','2021-04-06 20:57:47','173.252.83.18',NULL,NULL),(2699,'four_oh_four','2021-04-06 23:43:05','2021-04-06 23:43:05','13.66.139.104',NULL,NULL),(2700,'four_oh_four','2021-04-07 00:45:09','2021-04-07 00:45:09','173.252.83.10',NULL,NULL),(2701,'four_oh_four','2021-04-07 00:49:24','2021-04-07 00:49:24','100.27.2.251',NULL,NULL),(2702,'four_oh_four','2021-04-07 02:33:00','2021-04-07 02:33:00','173.252.83.4',NULL,NULL),(2703,'four_oh_four','2021-04-07 05:58:29','2021-04-07 05:58:29','173.252.83.24',NULL,NULL),(2704,'four_oh_four','2021-04-07 06:04:20','2021-04-07 06:04:20','205.185.214.105',NULL,NULL),(2705,'four_oh_four','2021-04-07 06:06:37','2021-04-07 06:06:37','45.56.161.52',NULL,NULL),(2706,'four_oh_four','2021-04-07 06:08:09','2021-04-07 06:08:09','45.56.160.90',NULL,NULL),(2707,'four_oh_four','2021-04-07 07:14:57','2021-04-07 07:14:57','13.66.139.29',NULL,NULL),(2708,'four_oh_four','2021-04-07 08:28:01','2021-04-07 08:28:01','69.171.249.2',NULL,NULL),(2709,'brute_force','2021-04-07 19:20:29','2021-04-07 19:20:29','202.47.45.33',NULL,NULL),(2710,'brute_force','2021-04-07 19:20:29','2021-04-07 19:20:29',NULL,NULL,'admin'),(2711,'four_oh_four','2021-04-07 19:31:16','2021-04-07 19:31:16','13.66.139.20',NULL,NULL),(2712,'four_oh_four','2021-04-07 21:02:40','2021-04-07 21:02:40','104.196.178.21',NULL,NULL),(2713,'four_oh_four','2021-04-07 22:48:06','2021-04-07 22:48:06','173.252.83.18',NULL,NULL),(2714,'four_oh_four','2021-04-08 02:35:10','2021-04-08 02:35:10','35.210.78.159',NULL,NULL),(2715,'four_oh_four','2021-04-08 03:36:22','2021-04-08 03:36:22','35.210.4.1',NULL,NULL),(2716,'four_oh_four','2021-04-08 05:14:35','2021-04-08 05:14:35','157.55.39.80',NULL,NULL),(2717,'four_oh_four','2021-04-08 05:39:49','2021-04-08 05:39:49','45.56.174.192',NULL,NULL),(2718,'four_oh_four','2021-04-08 05:54:00','2021-04-08 05:54:00','176.113.251.128',NULL,NULL),(2719,'four_oh_four','2021-04-08 05:56:46','2021-04-08 05:56:46','173.252.83.7',NULL,NULL),(2720,'four_oh_four','2021-04-08 06:03:02','2021-04-08 06:03:02','64.145.67.22',NULL,NULL),(2721,'four_oh_four','2021-04-08 06:07:33','2021-04-08 06:07:33','45.10.232.57',NULL,NULL),(2722,'four_oh_four','2021-04-08 07:52:48','2021-04-08 07:52:48','173.252.95.117',NULL,NULL),(2723,'four_oh_four','2021-04-08 17:17:11','2021-04-08 17:17:11','66.249.66.150',NULL,NULL),(2724,'four_oh_four','2021-04-08 18:42:19','2021-04-08 18:42:19','13.66.139.72',NULL,NULL),(2725,'four_oh_four','2021-04-08 19:29:11','2021-04-08 19:29:11','144.217.135.132',NULL,NULL),(2726,'four_oh_four','2021-04-08 19:41:58','2021-04-08 19:41:58','40.77.167.3',NULL,NULL),(2727,'four_oh_four','2021-04-08 19:55:58','2021-04-08 19:55:58','13.66.139.72',NULL,NULL),(2728,'four_oh_four','2021-04-08 19:56:04','2021-04-08 19:56:04','13.66.139.70',NULL,NULL),(2729,'four_oh_four','2021-04-08 20:22:11','2021-04-08 20:22:11','173.252.83.8',NULL,NULL),(2730,'four_oh_four','2021-04-08 20:27:26','2021-04-08 20:27:26','13.66.139.72',NULL,NULL),(2731,'brute_force','2021-04-08 22:33:17','2021-04-08 22:33:17','110.77.142.114',NULL,NULL),(2732,'brute_force','2021-04-08 22:33:17','2021-04-08 22:33:17',NULL,NULL,'admin'),(2733,'four_oh_four','2021-04-09 00:25:20','2021-04-09 00:25:20','173.252.83.4',NULL,NULL),(2734,'four_oh_four','2021-04-09 00:32:17','2021-04-09 00:32:17','13.66.139.76',NULL,NULL),(2735,'four_oh_four','2021-04-09 01:39:30','2021-04-09 01:39:30','13.66.139.72',NULL,NULL),(2736,'four_oh_four','2021-04-09 02:40:49','2021-04-09 02:40:49','41.13.110.236',NULL,NULL),(2737,'four_oh_four','2021-04-09 05:20:07','2021-04-09 05:20:07','5.183.92.230',NULL,NULL),(2738,'four_oh_four','2021-04-09 05:29:29','2021-04-09 05:29:29','5.180.220.106',NULL,NULL),(2739,'four_oh_four','2021-04-09 05:35:31','2021-04-09 05:35:31','2.58.12.133',NULL,NULL),(2740,'four_oh_four','2021-04-09 07:24:06','2021-04-09 07:24:06','40.77.167.42',NULL,NULL),(2741,'four_oh_four','2021-04-09 07:55:04','2021-04-09 07:55:04','173.252.83.21',NULL,NULL),(2742,'brute_force','2021-04-09 08:37:44','2021-04-09 08:37:44','118.175.249.48',NULL,NULL),(2743,'brute_force','2021-04-09 08:37:44','2021-04-09 08:37:44',NULL,NULL,'admin'),(2744,'four_oh_four','2021-04-09 09:40:33','2021-04-09 09:40:33','35.210.62.152',NULL,NULL),(2745,'four_oh_four','2021-04-09 10:32:20','2021-04-09 10:32:20','13.66.139.70',NULL,NULL),(2746,'brute_force','2021-04-09 11:43:39','2021-04-09 11:43:39','27.75.105.236',NULL,NULL),(2747,'brute_force','2021-04-09 11:43:39','2021-04-09 11:43:39',NULL,NULL,'admin'),(2748,'brute_force','2021-04-09 13:26:57','2021-04-09 13:26:57','113.186.108.203',NULL,NULL),(2749,'brute_force','2021-04-09 13:26:57','2021-04-09 13:26:57',NULL,NULL,'admin'),(2750,'four_oh_four','2021-04-09 15:01:14','2021-04-09 15:01:14','66.249.66.136',NULL,NULL),(2751,'four_oh_four','2021-04-09 15:38:41','2021-04-09 15:38:41','173.252.83.112',NULL,NULL),(2752,'brute_force','2021-04-09 16:26:15','2021-04-09 16:26:15','62.118.159.193',NULL,NULL),(2753,'brute_force','2021-04-09 16:26:15','2021-04-09 16:26:15',NULL,NULL,'admin'),(2754,'four_oh_four','2021-04-09 17:12:19','2021-04-09 17:12:19','173.252.83.1',NULL,NULL),(2755,'four_oh_four','2021-04-09 21:45:47','2021-04-09 21:45:47','66.249.66.132',NULL,NULL),(2756,'four_oh_four','2021-04-09 23:26:15','2021-04-09 23:26:15','188.130.128.55',NULL,NULL),(2757,'four_oh_four','2021-04-09 23:30:42','2021-04-09 23:30:42','173.252.83.11',NULL,NULL),(2758,'brute_force','2021-04-09 23:43:25','2021-04-09 23:43:25','120.29.110.103',NULL,NULL),(2759,'brute_force','2021-04-09 23:43:25','2021-04-09 23:43:25',NULL,NULL,'admin'),(2760,'brute_force','2021-04-10 00:22:32','2021-04-10 00:22:32','201.183.166.0',NULL,NULL),(2761,'brute_force','2021-04-10 00:22:32','2021-04-10 00:22:32',NULL,NULL,'admin'),(2762,'four_oh_four','2021-04-10 00:33:05','2021-04-10 00:33:05','173.252.83.3',NULL,NULL),(2763,'four_oh_four','2021-04-10 04:14:37','2021-04-10 04:14:37','173.252.83.2',NULL,NULL),(2764,'four_oh_four','2021-04-10 05:39:46','2021-04-10 05:39:46','173.252.87.23',NULL,NULL),(2765,'four_oh_four','2021-04-10 05:41:08','2021-04-10 05:41:08','5.180.220.208',NULL,NULL),(2766,'four_oh_four','2021-04-10 05:46:48','2021-04-10 05:46:48','209.107.204.196',NULL,NULL),(2767,'four_oh_four','2021-04-10 08:01:16','2021-04-10 08:01:16','173.252.95.24',NULL,NULL),(2768,'four_oh_four','2021-04-10 09:10:27','2021-04-10 09:10:27','66.249.66.136',NULL,NULL),(2769,'four_oh_four','2021-04-10 10:21:08','2021-04-10 10:21:08','5.16.125.222',NULL,NULL),(2770,'brute_force','2021-04-10 10:50:50','2021-04-10 10:50:50','188.163.100.51',NULL,NULL),(2771,'brute_force','2021-04-10 10:50:50','2021-04-10 10:50:50',NULL,NULL,'admin'),(2772,'four_oh_four','2021-04-10 13:42:30','2021-04-10 13:42:30','173.252.83.119',NULL,NULL),(2773,'four_oh_four','2021-04-10 15:47:52','2021-04-10 15:47:52','176.29.77.243',NULL,NULL),(2774,'four_oh_four','2021-04-10 18:02:54','2021-04-10 18:02:54','31.13.103.9',NULL,NULL),(2775,'four_oh_four','2021-04-10 20:32:16','2021-04-10 20:32:16','173.252.79.8',NULL,NULL),(2776,'four_oh_four','2021-04-10 20:33:29','2021-04-10 20:33:29','13.66.139.76',NULL,NULL),(2777,'four_oh_four','2021-04-10 23:47:55','2021-04-10 23:47:55','157.97.47.81',NULL,NULL),(2778,'four_oh_four','2021-04-11 00:30:05','2021-04-11 00:30:05','13.66.139.72',NULL,NULL),(2779,'four_oh_four','2021-04-11 04:08:01','2021-04-11 04:08:01','66.249.66.132',NULL,NULL),(2780,'four_oh_four','2021-04-11 04:09:42','2021-04-11 04:09:42','66.249.66.132',NULL,NULL),(2781,'four_oh_four','2021-04-11 04:13:17','2021-04-11 04:13:17','173.252.87.3',NULL,NULL),(2782,'four_oh_four','2021-04-11 04:13:27','2021-04-11 04:13:27','13.66.139.72',NULL,NULL),(2783,'four_oh_four','2021-04-11 05:50:37','2021-04-11 05:50:37','5.183.92.110',NULL,NULL),(2784,'four_oh_four','2021-04-11 05:53:52','2021-04-11 05:53:52','5.183.92.181',NULL,NULL),(2785,'four_oh_four','2021-04-11 06:04:10','2021-04-11 06:04:10','40.77.167.42',NULL,NULL),(2786,'four_oh_four','2021-04-11 06:08:22','2021-04-11 06:08:22','5.183.94.94',NULL,NULL),(2787,'four_oh_four','2021-04-11 07:34:57','2021-04-11 07:34:57','173.252.83.112',NULL,NULL),(2788,'four_oh_four','2021-04-11 09:32:54','2021-04-11 09:32:54','66.249.66.134',NULL,NULL),(2789,'four_oh_four','2021-04-11 10:00:42','2021-04-11 10:00:42','66.249.66.136',NULL,NULL),(2790,'four_oh_four','2021-04-11 16:58:35','2021-04-11 16:58:35','40.77.167.25',NULL,NULL),(2791,'four_oh_four','2021-04-11 19:29:39','2021-04-11 19:29:39','66.249.66.132',NULL,NULL),(2792,'four_oh_four','2021-04-11 19:54:15','2021-04-11 19:54:15','102.250.7.100',NULL,NULL),(2793,'four_oh_four','2021-04-12 03:15:03','2021-04-12 03:15:03','173.252.83.17',NULL,NULL),(2794,'four_oh_four','2021-04-12 03:30:23','2021-04-12 03:30:23','185.30.32.160',NULL,NULL),(2795,'four_oh_four','2021-04-12 05:21:33','2021-04-12 05:21:33','181.214.227.11',NULL,NULL),(2796,'four_oh_four','2021-04-12 05:26:49','2021-04-12 05:26:49','5.180.220.100',NULL,NULL),(2797,'four_oh_four','2021-04-12 05:29:32','2021-04-12 05:29:32','185.147.214.70',NULL,NULL),(2798,'four_oh_four','2021-04-12 05:44:17','2021-04-12 05:44:17','41.13.13.46',NULL,NULL),(2799,'four_oh_four','2021-04-12 06:31:48','2021-04-12 06:31:48','173.252.83.13',NULL,NULL),(2800,'four_oh_four','2021-04-12 08:43:09','2021-04-12 08:43:09','173.252.83.19',NULL,NULL),(2801,'four_oh_four','2021-04-12 09:06:44','2021-04-12 09:06:44','69.171.249.7',NULL,NULL),(2802,'four_oh_four','2021-04-12 09:27:13','2021-04-12 09:27:13','173.252.83.112',NULL,NULL),(2803,'four_oh_four','2021-04-12 14:50:35','2021-04-12 14:50:35','13.66.139.72',NULL,NULL),(2804,'four_oh_four','2021-04-12 18:32:01','2021-04-12 18:32:01','66.249.66.136',NULL,NULL),(2805,'four_oh_four','2021-04-12 18:37:03','2021-04-12 18:37:03','31.14.252.90',NULL,NULL),(2806,'four_oh_four','2021-04-12 19:36:28','2021-04-12 19:36:28','173.252.83.6',NULL,NULL),(2807,'four_oh_four','2021-04-12 20:51:38','2021-04-12 20:51:38','173.252.83.3',NULL,NULL),(2808,'four_oh_four','2021-04-12 21:57:06','2021-04-12 21:57:06','173.252.83.118',NULL,NULL),(2809,'four_oh_four','2021-04-12 23:26:19','2021-04-12 23:26:19','173.252.83.5',NULL,NULL),(2810,'four_oh_four','2021-04-13 01:10:52','2021-04-13 01:10:52','173.252.83.20',NULL,NULL),(2811,'four_oh_four','2021-04-13 05:00:33','2021-04-13 05:00:33','20.43.6.239',NULL,NULL),(2812,'four_oh_four','2021-04-13 05:00:37','2021-04-13 05:00:37','20.43.6.239',NULL,NULL),(2813,'four_oh_four','2021-04-13 05:00:39','2021-04-13 05:00:39','20.43.6.239',NULL,NULL),(2814,'four_oh_four','2021-04-13 05:00:41','2021-04-13 05:00:41','20.43.6.239',NULL,NULL),(2815,'four_oh_four','2021-04-13 05:10:56','2021-04-13 05:10:56','91.90.122.12',NULL,NULL),(2816,'four_oh_four','2021-04-13 05:14:12','2021-04-13 05:14:12','5.180.221.47',NULL,NULL),(2817,'four_oh_four','2021-04-13 05:15:31','2021-04-13 05:15:31','185.147.213.55',NULL,NULL),(2818,'four_oh_four','2021-04-13 05:43:39','2021-04-13 05:43:39','173.252.83.3',NULL,NULL),(2819,'four_oh_four','2021-04-13 06:37:37','2021-04-13 06:37:37','173.252.83.11',NULL,NULL),(2820,'four_oh_four','2021-04-13 08:32:57','2021-04-13 08:32:57','173.252.83.6',NULL,NULL),(2821,'four_oh_four','2021-04-13 10:55:58','2021-04-13 10:55:58','68.183.55.89',NULL,NULL),(2822,'four_oh_four','2021-04-13 11:00:12','2021-04-13 11:00:12','50.87.140.133',NULL,NULL),(2823,'four_oh_four','2021-04-13 11:15:00','2021-04-13 11:15:00','13.66.139.72',NULL,NULL),(2824,'four_oh_four','2021-04-13 12:15:59','2021-04-13 12:15:59','13.36.39.161',NULL,NULL),(2825,'four_oh_four','2021-04-13 12:16:02','2021-04-13 12:16:02','13.36.39.161',NULL,NULL),(2826,'brute_force','2021-04-13 12:27:47','2021-04-13 12:27:47','202.142.85.236',NULL,NULL),(2827,'brute_force','2021-04-13 12:27:47','2021-04-13 12:27:47',NULL,NULL,'admin'),(2828,'four_oh_four','2021-04-13 12:40:33','2021-04-13 12:40:33','3.237.20.246',NULL,NULL),(2829,'four_oh_four','2021-04-13 13:01:08','2021-04-13 13:01:08','3.237.20.246',NULL,NULL),(2830,'four_oh_four','2021-04-13 13:04:52','2021-04-13 13:04:52','3.237.20.246',NULL,NULL),(2831,'four_oh_four','2021-04-13 13:10:00','2021-04-13 13:10:00','3.237.20.246',NULL,NULL),(2832,'four_oh_four','2021-04-13 13:45:43','2021-04-13 13:45:43','173.252.83.12',NULL,NULL),(2833,'four_oh_four','2021-04-13 13:48:42','2021-04-13 13:48:42','3.237.20.246',NULL,NULL),(2834,'four_oh_four','2021-04-13 14:02:11','2021-04-13 14:02:11','3.237.20.246',NULL,NULL),(2835,'four_oh_four','2021-04-13 14:28:14','2021-04-13 14:28:14','3.237.20.246',NULL,NULL),(2836,'four_oh_four','2021-04-13 15:35:19','2021-04-13 15:35:19','138.128.118.130',NULL,NULL),(2837,'four_oh_four','2021-04-13 17:27:22','2021-04-13 17:27:22','173.252.83.17',NULL,NULL),(2838,'four_oh_four','2021-04-13 19:19:51','2021-04-13 19:19:51','13.66.139.72',NULL,NULL),(2839,'four_oh_four','2021-04-14 02:07:57','2021-04-14 02:07:57','173.252.83.9',NULL,NULL),(2840,'four_oh_four','2021-04-14 02:29:19','2021-04-14 02:29:19','31.13.115.15',NULL,NULL),(2841,'four_oh_four','2021-04-14 05:25:46','2021-04-14 05:25:46','5.183.92.56',NULL,NULL),(2842,'four_oh_four','2021-04-14 05:40:36','2021-04-14 05:40:36','205.185.222.244',NULL,NULL),(2843,'four_oh_four','2021-04-14 05:43:05','2021-04-14 05:43:05','173.252.107.4',NULL,NULL),(2844,'four_oh_four','2021-04-14 05:43:46','2021-04-14 05:43:46','154.21.114.231',NULL,NULL),(2845,'four_oh_four','2021-04-14 05:45:11','2021-04-14 05:45:11','5.180.221.11',NULL,NULL),(2846,'four_oh_four','2021-04-14 06:18:51','2021-04-14 06:18:51','13.66.139.70',NULL,NULL),(2847,'four_oh_four','2021-04-14 06:56:56','2021-04-14 06:56:56','13.66.139.33',NULL,NULL),(2848,'four_oh_four','2021-04-14 09:56:30','2021-04-14 09:56:30','173.252.111.19',NULL,NULL),(2849,'brute_force','2021-04-14 12:35:54','2021-04-14 12:35:54','193.194.69.168',NULL,NULL),(2850,'brute_force','2021-04-14 12:35:54','2021-04-14 12:35:54',NULL,NULL,'admin'),(2851,'four_oh_four','2021-04-14 13:15:02','2021-04-14 13:15:02','173.252.83.7',NULL,NULL),(2852,'four_oh_four','2021-04-14 13:48:08','2021-04-14 13:48:08','13.66.139.64',NULL,NULL),(2853,'four_oh_four','2021-04-14 14:26:00','2021-04-14 14:26:00','154.73.183.63',NULL,NULL),(2854,'four_oh_four','2021-04-14 18:55:27','2021-04-14 18:55:27','173.252.83.20',NULL,NULL),(2855,'four_oh_four','2021-04-14 20:36:19','2021-04-14 20:36:19','173.252.83.5',NULL,NULL),(2856,'brute_force','2021-04-15 00:57:28','2021-04-15 00:57:28','113.184.126.137',NULL,NULL),(2857,'brute_force','2021-04-15 00:57:28','2021-04-15 00:57:28',NULL,NULL,'admin'),(2858,'four_oh_four','2021-04-15 02:54:20','2021-04-15 02:54:20','173.252.83.7',NULL,NULL),(2859,'four_oh_four','2021-04-15 07:13:18','2021-04-15 07:13:18','41.206.98.5',NULL,NULL),(2860,'four_oh_four','2021-04-15 11:24:35','2021-04-15 11:24:35','69.171.249.14',NULL,NULL),(2861,'brute_force','2021-04-15 14:38:49','2021-04-15 14:38:49','154.73.183.63',NULL,NULL),(2862,'brute_force','2021-04-15 14:38:49','2021-04-15 14:38:49',NULL,2,'itumeleng@rainmakers.cafe'),(2863,'brute_force','2021-04-16 07:13:19','2021-04-16 07:13:19','154.73.183.63',NULL,NULL),(2864,'brute_force','2021-04-16 07:13:19','2021-04-16 07:13:19',NULL,2,'itumeleng@rainmakers.cafe'),(2865,'brute_force','2021-04-16 07:14:56','2021-04-16 07:14:56','154.73.183.63',NULL,NULL),(2866,'brute_force','2021-04-16 07:14:56','2021-04-16 07:14:56',NULL,2,'itumeleng@rainmakers.cafe'),(2867,'brute_force','2021-04-21 10:45:04','2021-04-21 10:45:04','154.73.183.63',NULL,NULL),(2868,'brute_force','2021-04-21 10:45:04','2021-04-21 10:45:04',NULL,NULL,'micol@rainmakers.cafe'),(2869,'four_oh_four','2021-04-22 13:44:40','2021-04-22 13:44:40','154.73.183.63',NULL,NULL);
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_temp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_itsec_user_groups`
--

DROP TABLE IF EXISTS `wpuxyio7feou_itsec_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_itsec_user_groups` (
  `group_id` char(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `group_label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `group_roles` text COLLATE utf8mb4_unicode_520_ci,
  `group_canonical` text COLLATE utf8mb4_unicode_520_ci,
  `group_users` text COLLATE utf8mb4_unicode_520_ci,
  `group_min_role` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `group_created_at` datetime DEFAULT NULL,
  PRIMARY KEY (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_itsec_user_groups`
--

LOCK TABLES `wpuxyio7feou_itsec_user_groups` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_user_groups` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_itsec_user_groups` VALUES ('7bd6aa1b-e4f3-4e5d-96ab-197ab4ad2570','Administrator Users','','administrator','','','2020-07-02 09:08:48'),('e9664a48-21ff-40f5-9424-9fdbd0876b54','Editor Users','','editor','','','2020-07-02 09:08:48'),('80a2f965-df8e-461d-9df4-ce373e953c23','Author Users','','author','','','2020-07-02 09:08:48'),('4480bd81-7c72-44ac-9d5a-2ccdb3381e25','Contributor Users','','contributor','','','2020-07-02 09:08:48'),('fa41f47a-55ff-4c82-9b83-b70fc97d4831','Subscriber Users','','subscriber','','','2020-07-02 09:08:48');
/*!40000 ALTER TABLE `wpuxyio7feou_itsec_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_links`
--

DROP TABLE IF EXISTS `wpuxyio7feou_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_links`
--

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

--
-- Table structure for table `wpuxyio7feou_mprm_customer`
--

DROP TABLE IF EXISTS `wpuxyio7feou_mprm_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_mprm_customer` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(11) NOT NULL,
  `email` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `telephone` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `purchase_value` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `purchase_count` bigint(11) NOT NULL,
  `payment_ids` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `notes` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  KEY `user` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_mprm_customer`
--

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

--
-- Table structure for table `wpuxyio7feou_nextend2_image_storage`
--

DROP TABLE IF EXISTS `wpuxyio7feou_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_nextend2_image_storage`
--

LOCK TABLES `wpuxyio7feou_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_image_storage` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_nextend2_image_storage` VALUES (1,'becf8f09928605570582a5f5a3e9051b','$upload$/slider2/freelayerslider1.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'6904179afbc272e8dd32f8eed893ab2c','$upload$/slider2/freelayerslider2.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(3,'fa3ca6fae9956df4143e1ce25d023882','$upload$/slider2/freelayerslider3.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(4,'411611ab3cc57886ceb58a54249b175a','$upload$/2021/03/Fumo-Slide-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(5,'29588792810858ef4d1de4b790487092','$upload$/2021/03/Fumo-Slide-2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(6,'4252825cecd940d4d7640e5b758963b8','$upload$/2021/03/Fumo-Slide-3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(7,'f5d18cdf5a598c93cb648e47571cab8b','$upload$/2021/04/1DEA0241-49C4-46ED-BD66-ED3C2A408D39.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(8,'c808e8e469694eef0b27f13982340ca3','$upload$/2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(9,'165b555108934f06e08f2a1569e6b65f','$upload$/2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(10,'63a6c7277ca9a1685e958b9a430310fc','$upload$/2021/04/Slide-2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(11,'755a71c0064993d3ac725edcdb5f52b3','$upload$/2021/04/Slide-3-scaled.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(12,'7d5ffcb9a90eaf6023c0fc3db94312b1','$upload$/2021/04/Slide-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(13,'89c181ac3f6e9d4b77abd62ee726e39b','$upload$/2021/04/banner-3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(14,'c6ecb6c36bc7d427b9c682b9d682ab9b','$upload$/2021/04/Banner-3-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(15,'7f41633046b24d5dae75344f464cc28d','$upload$/2021/04/Banner-2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_nextend2_section_storage`
--

DROP TABLE IF EXISTS `wpuxyio7feou_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `section` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referencekey` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `system` int(11) NOT NULL DEFAULT '0',
  `editable` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `system` (`system`),
  KEY `editable` (`editable`),
  KEY `application` (`application`,`section`(50),`referencekey`(50)),
  KEY `application_2` (`application`,`section`(50))
) ENGINE=MyISAM AUTO_INCREMENT=10830 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_nextend2_section_storage`
--

LOCK TABLES `wpuxyio7feou_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_nextend2_section_storage` VALUES (10000,'smartslider','settings','','{\"n2_ss3_version\":\"3.4.1.17\\/b:release-3.4.1.17\\/r:821e0c40c1a68904613c085ca8d654d9473341fb\"}',0,1),(10003,'smartslider','free','dismissNewsletterSampleSliders','1',0,1),(10158,'smartslider','tutorial','GettingStarted','1',0,1),(10825,'smartslider','sliderChanged','2','0',0,1),(10826,'cache','notweb/n2-ss-2','data.manifest','{\"generator\":[]}',0,1),(10827,'cache','notweb/n2-ss-2','variations.manifest','1',0,1),(10828,'cache','notweb/n2-ss-2','slideren_US1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":2145916800,\"currentPath\":\"68e19c1ed6452869cf968daaf83ae1e0\",\"version\":\"3.4.1.17\"}',0,1),(10829,'cache','notweb/n2-ss-2','slideren_US1','{\"html\":\"<div class=\\\"n2-section-smartslider fitvidsignore  n2_clear\\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><style>div#n2-ss-2{width:1920px;}div#n2-ss-2 .n2-ss-slider-1{position:relative;}div#n2-ss-2 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-2 .n2-ss-slider-2{position:relative;overflow:hidden;padding:0px 0px 0px 0px;height:1000px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-2 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-2 .n2-ss-slide-backgrounds,div#n2-ss-2 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-2 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-2 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-2 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-2 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-2 .n2-ss-layers-container{position:relative;width:1920px;height:1000px;}div#n2-ss-2 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-2 .n2-ss-slide{perspective:1500px;}div#n2-ss-2[data-ie] .n2-ss-slide{perspective:none;transform:perspective(1500px);}div#n2-ss-2 .n2-ss-slide-active{z-index:21;}div#n2-ss-2 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;}div#n2-ss-2 .nextend-arrow img{position:relative;min-height:0;min-width:0;vertical-align:top;width:auto;height:auto;max-width:100%;max-height:100%;display:inline;}div#n2-ss-2 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-2 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-2 .nextend-arrow-animated > div{position:relative;}div#n2-ss-2 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-2 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-2 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;left:0;}div#n2-ss-2 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{left:-100%;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{left:100%;}div#n2-ss-2 .nextend-arrow.nextend-arrow-animated-horizontal:HOVER .n2-active,div#n2-ss-2 .nextend-arrow.nextend-arrow-animated-horizontal:FOCUS .n2-active{left:0;}div#n2-ss-2 .nextend-arrow-animated-vertical > div{transition:all 0.4s;top:0;}div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active{top:-100%;}div#n2-ss-2 .nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-2 .nextend-arrow-animated-vertical:FOCUS > div{top:100%;}div#n2-ss-2 .nextend-arrow-animated-vertical:HOVER .n2-active,div#n2-ss-2 .nextend-arrow-animated-vertical:FOCUS .n2-active{top:0;}div#n2-ss-2 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-2 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-2 .nextend-bullet-bar{display:inline-flex;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-2 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-2 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-2 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-2 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-2 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-2 div.n2-ss-bullet-thumbnail-container{position:absolute;opacity:0;z-index:10000000;}div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-2 .n2-font-080602f166aad40ce0a702af52546da5-hover{font-family: \'Roboto\';color: #ffffff;font-size:87.5%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: 10px;word-spacing: normal;text-transform: uppercase;font-weight: bold;}div#n2-ss-2 .n2-font-f795f70f95888a7220b695817545efa4-hover{font-family: \'Roboto\';color: #ffffff;font-size:62.5%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: 2px;word-spacing: normal;text-transform: uppercase;font-weight: bold;}div#n2-ss-2 .n2-font-a828f6ed04402f1fda863503f59dd6aa-hover{font-family: \'Italiana\';color: #ffffff;font-size:450%;text-shadow: none;line-height: 1;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: 2px;word-spacing: normal;text-transform: uppercase;font-weight: 900;}div#n2-ss-2 .n2-font-20fb777b2e2e995f935615cadaab0721-hover{font-family: \'Italiana\';color: #ffffff;font-size:312.5%;text-shadow: none;line-height: 1;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: 10px;word-spacing: normal;text-transform: uppercase;font-weight: 900;}div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot{background: RGBA(255,255,255,0);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border-width: 2px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,0.5);border-radius:50px;margin: 4px;}div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot.n2-active, div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot:HOVER, div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot:FOCUS{background: #ffffff;border-width: 2px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,1);}<\\/style><div id=\\\"n2-ss-2-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-2\\\" data-creator=\\\"Smart Slider 3\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition  n2-ss-load-fade \\\" style=\\\"font-size: 1rem;\\\" data-fontsize=\\\"16\\\">\\n        <div class=\\\"n2-ss-slider-1 n2_ss__touch_element n2-ow\\\" style=\\\"\\\">\\n            <div class=\\\"n2-ss-slider-2 n2-ow\\\" style=\\\"\\\">\\n                                                <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\n\\n                    <div class=\\\"n2-ss-slide-backgrounds\\\"><\\/div><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"3\\\" data-title=\\\"Slide 1\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-3\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"7d5ffcb9a90eaf6023c0fc3db94312b1\\\" data-desktop=\\\"\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Slide-1.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" data-no-lazy=\\\"\\\" style=\\\"opacity:0.74;background-position: 0% 100%;background-image:url(\'\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Slide-1.jpg\')\\\"><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"padding:50px 65px 50px 65px;\\\" data-desktopportraitpadding=\\\"50|*|65|*|50|*|65\\\" data-mobileportraitpadding=\\\"50|*|0|*|50|*|0\\\" data-sstype=\\\"slide\\\" data-csstextalign=\\\"center\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-16610d53ccff8\\\" style=\\\"overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"default\\\" data-desktopportraitverticalalign=\\\"center\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-mobileportraitpadding=\\\"0|*|0|*|20|*|0|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow n-uc-16610d53ccff8-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0.3125em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|5|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"0\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"0\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"80\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item1\\\" class=\\\"n2-font-080602f166aad40ce0a702af52546da5-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Italian dining at its finest<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0.3125em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|5|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"0\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"80\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item2\\\" class=\\\"n2-font-f795f70f95888a7220b695817545efa4-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Italian dining at its finest<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"0\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"35\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item3\\\" class=\\\"n2-font-a828f6ed04402f1fda863503f59dd6aa-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">An unforgettable<br>culinary experience<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"0\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"0\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"35\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item4\\\" class=\\\"n2-font-20fb777b2e2e995f935615cadaab0721-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">An unforgettable<br>culinary experience<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"14\\\" data-title=\\\"Slide 1\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-14\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"7f41633046b24d5dae75344f464cc28d\\\" data-desktop=\\\"\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Banner-2.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" data-no-lazy=\\\"\\\" style=\\\"opacity:0.74;background-position: 0% 100%;background-image:url(\'\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Banner-2.jpg\')\\\"><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"padding:50px 65px 50px 65px;\\\" data-desktopportraitpadding=\\\"50|*|65|*|50|*|65\\\" data-mobileportraitpadding=\\\"50|*|0|*|50|*|0\\\" data-sstype=\\\"slide\\\" data-csstextalign=\\\"center\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-2GHm5aBA1sGc\\\" style=\\\"overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"default\\\" data-desktopportraitverticalalign=\\\"center\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-mobileportraitpadding=\\\"0|*|0|*|20|*|0|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow n-uc-2GHm5aBA1sGc-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0.3125em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|5|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"0\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"0\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"80\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item5\\\" class=\\\"n2-font-080602f166aad40ce0a702af52546da5-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Italian dining at its finest<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0.3125em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|5|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"0\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"80\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item6\\\" class=\\\"n2-font-f795f70f95888a7220b695817545efa4-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Italian dining at its finest<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"0\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"35\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item7\\\" class=\\\"n2-font-a828f6ed04402f1fda863503f59dd6aa-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">An unforgettable<br>culinary experience<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"0\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"0\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"35\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item8\\\" class=\\\"n2-font-20fb777b2e2e995f935615cadaab0721-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">\\\"Age and glasses of wine<br> should never be counted\\\"<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"15\\\" data-title=\\\"Slide 1\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-15\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"c6ecb6c36bc7d427b9c682b9d682ab9b\\\" data-desktop=\\\"\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Banner-3-1.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" data-no-lazy=\\\"\\\" style=\\\"opacity:0.74;background-position: 46% 42%;background-image:url(\'\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Banner-3-1.jpg\')\\\"><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"padding:50px 65px 50px 65px;\\\" data-desktopportraitpadding=\\\"50|*|65|*|50|*|65\\\" data-mobileportraitpadding=\\\"50|*|0|*|50|*|0\\\" data-sstype=\\\"slide\\\" data-csstextalign=\\\"center\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-bEPZLn7caBAc\\\" style=\\\"overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"default\\\" data-desktopportraitverticalalign=\\\"center\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-mobileportraitpadding=\\\"0|*|0|*|20|*|0|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow n-uc-bEPZLn7caBAc-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0.3125em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|5|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"0\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"0\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"80\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item9\\\" class=\\\"n2-font-080602f166aad40ce0a702af52546da5-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Italian dining at its finest<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0.3125em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|5|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"0\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"80\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item10\\\" class=\\\"n2-font-f795f70f95888a7220b695817545efa4-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Italian dining at its finest<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"0\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"35\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item11\\\" class=\\\"n2-font-a828f6ed04402f1fda863503f59dd6aa-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">An unforgettable<br>culinary experience<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"0\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"0\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"35\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-2item12\\\" class=\\\"n2-font-20fb777b2e2e995f935615cadaab0721-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">People who love to eat are<br> always the best people<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>                <\\/div>\\n            <\\/div>\\n            <div data-ssleft=\\\"0+15\\\" data-sstop=\\\"sliderHeight\\/2-previousheight\\/2\\\" id=\\\"n2-ss-2-arrow-previous\\\" class=\\\"n2-ss-widget n2-ss-widget-hide-mobileportrait nextend-arrow n2-ow nextend-arrow-previous  nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"previous arrow\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\\\" alt=\\\"previous arrow\\\"><\\/div>\\n<div data-ssright=\\\"0+15\\\" data-sstop=\\\"sliderHeight\\/2-nextheight\\/2\\\" id=\\\"n2-ss-2-arrow-next\\\" class=\\\"n2-ss-widget n2-ss-widget-hide-mobileportrait nextend-arrow n2-ow nextend-arrow-next  nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"next arrow\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\\\" alt=\\\"next arrow\\\"><\\/div>\\n<div data-ssleft=\\\"sliderWidth\\/2-bulletwidth\\/2\\\" data-ssbottom=\\\"0+10\\\" data-offset=\\\"10\\\" class=\\\"n2-ss-widget  n2-flex n2-ss-control-bullet n2-ss-control-bullet-horizontal\\\" style=\\\"position: absolute;\\\"><div class=\\\" nextend-bullet-bar n2-ow n2-bar-justify-content-center\\\"><\\/div><\\/div>\\n        <\\/div>\\n        <\\/div><div id=\\\"n2-ss-2-spinner\\\" style=\\\"display: none;\\\"><div><div class=\\\"n2-ss-spinner-simple-white-container\\\"><div class=\\\"n2-ss-spinner-simple-white\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"n2_clear\\\"><\\/div><div id=\\\"n2-ss-2-placeholder\\\" style=\\\"min-height:0px;position: relative;z-index:2;background-color:RGBA(0,0,0,0); background-color:RGBA(255,255,255,0);\\\"><img style=\\\"width: 100%; max-width:1920px; display: block;opacity:0;margin:0px;\\\" class=\\\"n2-ow skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjEwMDAiID48L3N2Zz4=\\\" alt=\\\"Slider\\\"><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroup\":{\"smartslider\":\"\\/home\\/ottunive\\/public_html\\/fumo\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider.min.css\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\".n2-ss-spinner-simple-white-container {\\n    position: absolute;\\n    top: 50%;\\n    left: 50%;\\n    margin: -20px;\\n    background: #fff;\\n    width: 20px;\\n    height: 20px;\\n    padding: 10px;\\n    border-radius: 50%;\\n    z-index: 1000;\\n}\\n\\n.n2-ss-spinner-simple-white {\\n  outline: 1px solid RGBA(0,0,0,0);\\n  width:100%;\\n  height: 100%;\\n}\\n\\n.n2-ss-spinner-simple-white:before {\\n    position: absolute;\\n    top: 50%;\\n    left: 50%;\\n    width: 20px;\\n    height: 20px;\\n    margin-top: -11px;\\n    margin-left: -11px;\\n}\\n\\n.n2-ss-spinner-simple-white:not(:required):before {\\n    content: \'\';\\n    border-radius: 50%;\\n    border-top: 2px solid #333;\\n    border-right: 2px solid transparent;\\n    animation: n2SimpleWhite .6s linear infinite;\\n}\\n@keyframes n2SimpleWhite {\\n    to {transform: rotate(360deg);}\\n}\"],\"globalInline\":[]},\"less\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroup\":{\"smartslider-frontend\":\"\\/home\\/ottunive\\/public_html\\/fumo\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider-frontend.min.js\",\"smartslider-simple-type-frontend\":\"\\/home\\/ottunive\\/public_html\\/fumo\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Slider\\/SliderType\\/Simple\\/Assets\\/dist\\/smartslider-simple-type-frontend.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"N2R([\\\"documentReady\\\",\\\"smartslider-frontend\\\",\\\"smartslider-simple-type-frontend\\\"],function(){new N2Classes.SmartSliderSimple(\'#n2-ss-2\', {\\\"admin\\\":false,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"alias\\\":{\\\"id\\\":0,\\\"smoothScroll\\\":0,\\\"slideSwitch\\\":0,\\\"scroll\\\":1},\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"load\\\":{\\\"fade\\\":1,\\\"scroll\\\":0},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"responsive\\\":{\\\"hideOn\\\":{\\\"desktopLandscape\\\":false,\\\"desktopPortrait\\\":false,\\\"tabletLandscape\\\":false,\\\"tabletPortrait\\\":false,\\\"mobileLandscape\\\":false,\\\"mobilePortrait\\\":false},\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"downscale\\\":1,\\\"upscale\\\":1,\\\"minimumHeight\\\":0,\\\"maximumSlideWidth\\\":{\\\"desktopLandscape\\\":1920,\\\"desktopPortrait\\\":1920,\\\"tabletLandscape\\\":1920,\\\"tabletPortrait\\\":1920,\\\"mobileLandscape\\\":1920,\\\"mobilePortrait\\\":1920},\\\"forceFull\\\":0,\\\"forceFullOverflowX\\\":\\\"body\\\",\\\"forceFullHorizontalSelector\\\":\\\"\\\",\\\"constrainRatio\\\":1,\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"decreaseSliderHeight\\\":0,\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"breakpoints\\\":[{\\\"device\\\":\\\"tabletPortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":1199,\\\"landscapeWidth\\\":1199},{\\\"device\\\":\\\"mobilePortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":700,\\\"landscapeWidth\\\":900}],\\\"enabledDevices\\\":{\\\"desktopLandscape\\\":0,\\\"desktopPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"mobileLandscape\\\":0,\\\"mobilePortrait\\\":1},\\\"sizes\\\":{\\\"desktopPortrait\\\":{\\\"width\\\":1920,\\\"height\\\":1000,\\\"max\\\":3000,\\\"min\\\":1200},\\\"tabletPortrait\\\":{\\\"width\\\":701,\\\"height\\\":365,\\\"max\\\":1199,\\\"min\\\":701},\\\"mobilePortrait\\\":{\\\"width\\\":320,\\\"height\\\":166,\\\"max\\\":900,\\\"min\\\":320}},\\\"normalizedDeviceModes\\\":{\\\"unknown\\\":\\\"desktopPortrait\\\",\\\"desktopPortrait\\\":\\\"desktopPortrait\\\",\\\"desktopLandscape\\\":\\\"desktopPortrait\\\",\\\"tabletLandscape\\\":\\\"desktopPortrait\\\",\\\"tabletPortrait\\\":\\\"tabletPortrait\\\",\\\"mobileLandscape\\\":\\\"tabletPortrait\\\",\\\"mobilePortrait\\\":\\\"mobilePortrait\\\"},\\\"overflowHiddenPage\\\":0,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayLoop\\\":1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":\\\"0\\\",\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0},\\\"interval\\\":1,\\\"intervalModifier\\\":\\\"loop\\\",\\\"intervalSlide\\\":\\\"current\\\"},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"bgAnimationsColor\\\":\\\"RGBA(51,51,51,1)\\\",\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"parallax\\\":0,\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"dynamicHeight\\\":0,\\\"initCallbacks\\\":function($){N2D(\\\"SmartSliderWidgetArrowImage\\\",\\\"SmartSliderWidget\\\",function(e,i){function r(e,i,t,s,r,o){this.key=e,this.action=t,this.desktopRatio=s,this.tabletRatio=r,this.mobileRatio=o,N2Classes.SmartSliderWidget.prototype.constructor.call(this,i)}return((r.prototype=Object.create(N2Classes.SmartSliderWidget.prototype)).constructor=r).prototype.onStart=function(){this.deferred=e.Deferred(),this.slider.sliderElement.on(\\\"SliderDevice\\\",this.onDevice.bind(this)).trigger(\\\"addWidget\\\",this.deferred),this.$widget=e(\\\"#\\\"+this.slider.elementID+\\\"-arrow-\\\"+this.key).on(\\\"click\\\",function(e){e.stopPropagation(),this.slider[this.action]()}.bind(this)),this.$resize=this.$widget.find(\\\".n2-resize\\\"),0===this.$resize.length&&(this.$resize=this.$widget),e.when(this.$widget.n2imagesLoaded(),this.slider.stages.get(\\\"ResizeFirst\\\").getDeferred()).always(this.onLoad.bind(this))},r.prototype.onLoad=function(){this.$widget.addClass(\\\"n2-ss-widget--calc\\\"),this.previousWidth=this.$resize.width(),this.previousHeight=this.$resize.height(),this.$widget.removeClass(\\\"n2-ss-widget--calc\\\"),this.$resize.find(\\\"img\\\").css(\\\"width\\\",\\\"100%\\\"),this.onDevice(null,{device:this.slider.responsive.getDeviceMode()}),this.deferred.resolve()},r.prototype.onDevice=function(e,i){var t=1;switch(i.device){case\\\"tabletPortrait\\\":case\\\"tabletLandscape\\\":t=this.tabletRatio;break;case\\\"mobilePortrait\\\":case\\\"mobileLandscape\\\":t=this.mobileRatio;break;default:t=this.desktopRatio}this.$resize.width(this.previousWidth*t+\\\"px\\\"),this.$resize.height(this.previousHeight*t+\\\"px\\\")},function(e,i,t,s){this.key=\\\"arrow\\\",this.previous=new r(\\\"previous\\\",e,\\\"previousWithDirection\\\",i,t,s),this.next=new r(\\\"next\\\",e,\\\"nextWithDirection\\\",i,t,s)}});new N2Classes.SmartSliderWidgetArrowImage(this, 1, 1, 0.5);N2D(\\\"SmartSliderWidgetBulletTransition\\\",\\\"SmartSliderWidget\\\",function(l,s){function t(t,e){this.key=\\\"bullet\\\",this.parameters=e,N2Classes.SmartSliderWidget.prototype.constructor.call(this,t)}return((t.prototype=Object.create(N2Classes.SmartSliderWidget.prototype)).constructor=t).prototype.onStart=function(){switch(this.hasDots=!0,this.axis=\\\"horizontal\\\",this.offset=0,this.$bar=this.slider.sliderElement.find(\\\".nextend-bullet-bar\\\"),this.$widget=this.$bar.parent(),this.event=\\\"universalclick\\\",\\\"mouseenter\\\"===this.parameters.action&&(this.event=\\\"universalenter\\\"),this.parameters.area){case 5:case 8:this.axis=\\\"vertical\\\"}this.slider.stages.done(\\\"BeforeShow\\\",this.onBeforeShow.bind(this))},t.prototype.onBeforeShow=function(){this.onVisibleSlidesChanged(),this.hasDots&&this.slider.currentSlide.$dot.addClass(\\\"n2-active\\\").removeAttr(\\\"tabindex\\\").attr(\\\"aria-current\\\",\\\"true\\\"),this.slider.sliderElement.on({visibleSlidesChanged:this.onVisibleSlidesChanged.bind(this),SlideWillChange:this.onSlideSwitch.bind(this)})},t.prototype.onSlideSwitch=function(t,e){this.hasDots&&(this.$dots.removeClass(\\\"n2-active\\\").attr(\\\"tabindex\\\",\\\"0\\\").removeAttr(\\\"aria-current\\\"),e.$dot.addClass(\\\"n2-active\\\").removeAttr(\\\"tabindex\\\").attr(\\\"aria-current\\\",\\\"true\\\"))},t.prototype.showThumbnail=function(t,e){var i=this.getThumbnail(t);NextendTween.to(i,.3,{opacity:1}),t.$dot.one(\\\"universalleave.thumbnailleave\\\",this.hideThumbnail.bind(this,i))},t.prototype.hideThumbnail=function(t,e){e.stopPropagation(),NextendTween.to(t,.3,{opacity:0,onComplete:function(){t.remove()}})},t.prototype.getThumbnail=function(t){var e=t.$dot,i=this.slider.sliderElement.offset(),s=e.offset(),o=e.outerWidth(),a=e.outerHeight(),r=l(\\\"<div><\\/div>\\\").append(l(\\\"<div><\\/div>\\\").css({width:this.parameters.thumbnailWidth+\\\"px\\\",height:this.parameters.thumbnailHeight+\\\"px\\\",backgroundImage:\'url(\\\"\'+t.getThumbnail()+\'\\\")\'}).addClass(\\\"n2-ss-bullet-thumbnail\\\")).addClass(this.parameters.thumbnailStyle).addClass(\\\"n2-ss-bullet-thumbnail-container\\\").appendTo(this.slider.sliderElement);switch(this.parameters.thumbnailPosition){case\\\"right\\\":r.css({left:s.left-i.left+o+\\\"px\\\",top:s.top-i.top+a\\/2-r.outerHeight(!0)\\/2+\\\"px\\\"});break;case\\\"left\\\":r.css({left:s.left-i.left-r.outerWidth(!0)+\\\"px\\\",top:s.top-i.top+a\\/2-r.outerHeight(!0)\\/2+\\\"px\\\"});break;case\\\"top\\\":r.css({left:s.left-i.left+o\\/2-r.outerWidth(!0)\\/2+\\\"px\\\",top:s.top-i.top-r.outerHeight(!0)+\\\"px\\\"});break;case\\\"bottom\\\":r.css({left:s.left-i.left+o\\/2-r.outerWidth(!0)\\/2+\\\"px\\\",top:s.top-i.top+a+\\\"px\\\"})}return e.data(\\\"thumbnail\\\",r),r},t.prototype.onVisibleSlidesChanged=function(){if(this.$dotsOuter!==s&&(this.$dotsOuter.remove(),delete this.$dotsOuter),this.$bar.html(\\\"\\\"),this.slider.visibleSlides.length<=1)this.hasDots=!1;else{this.hasDots=!0,this.$dots=l(),this.$dotsOuter=l();for(var t=0;t<this.slider.visibleSlides.length;t++){var e=this.slider.visibleSlides[t],i=l(\'<div class=\\\"n2-ow n2-bullet \'+this.parameters.dotClasses+\'\\\" tabindex=\\\"0\\\"><\\/div>\').attr(\\\"role\\\",\\\"button\\\").attr(\\\"aria-label\\\",e.getTitle()).appendTo(this.$bar);switch(this.$dotsOuter=this.$dotsOuter.add(i.wrap(l(\'<div class=\\\"n2-ow\\\"><\\/div>\').on(this.event,this.onDotClick.bind(this,e))).on(\\\"n2Activate\\\",this.onDotClick.bind(this,e))),e.$dot=i,this.$dots=this.$dots.add(i),this.parameters.mode){case\\\"numeric\\\":i.html(t+1);break;case\\\"title\\\":i.html(e.getTitle())}if(1===this.parameters.thumbnail)e.getThumbnail()&&i.on({universalenter:this.showThumbnail.bind(this,e)},{leaveOnSecond:!0})}this.onSlideSwitch(null,this.slider.currentSlide)}},t.prototype.onDotClick=function(t,e){this.slider.directionalChangeTo(t.index)},t.prototype.calculateDimensions=function(t){this.isVisible()?(this.$widget.addClass(\\\"n2-ss-control-bullet--calculate-size\\\"),t[this.key+\\\"width\\\"]=this.$bar.outerWidth(),t[this.key+\\\"height\\\"]=this.$bar.outerHeight(),this.$widget.removeClass(\\\"n2-ss-control-bullet--calculate-size\\\")):(t[this.key+\\\"width\\\"]=0,t[this.key+\\\"height\\\"]=0)},t});new N2Classes.SmartSliderWidgetBulletTransition(this, {\\\"area\\\":10,\\\"dotClasses\\\":\\\"n2-style-bcef68443b2682444059e693254dd628-dot \\\",\\\"mode\\\":\\\"\\\",\\\"action\\\":\\\"click\\\"});}});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroup\":[],\"files\":{\"Roboto\":[\"300\",\"400\"],\"Italiana\":[\"300\",\"400\"]},\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Slide-1.jpg\",\"\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Banner-2.jpg\",\"\\/\\/rainmakers.cafe\\/fumo\\/wp-content\\/uploads\\/2021\\/04\\/Banner-3-1.jpg\"]}}}',0,1);
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `wpuxyio7feou_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(254) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci 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 `wpuxyio7feou_nextend2_smartslider3_generators`
--

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

--
-- Table structure for table `wpuxyio7feou_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `wpuxyio7feou_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `alias` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `time` (`time`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_nextend2_smartslider3_sliders`
--

LOCK TABLES `wpuxyio7feou_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_nextend2_smartslider3_sliders` VALUES (1,NULL,'Tutorial Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"1\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-minimum-thumbnail-count\":\"2\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"placeholder-background-image\":\"\",\"placeholder-color\":\"FFFFFF00\",\"backgroundMode\":\"fill\",\"dynamic-height\":\"0\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','trash','2020-02-25 13:53:41','https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png',0),(2,NULL,'Home Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"alias-slideswitch-scroll\":\"1\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"width\":\"1920\",\"height\":\"1000\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"1\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"ffffff00\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffff80\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffff\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;background-size:cover;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\\\ntransition: all 0.4s;\\\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-minimum-thumbnail-count\":\"2\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"loading-type\":\"\",\"delay\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','published','2021-03-17 08:23:15','$upload$/2021/03/01.jpg',0),(3,'','Home Slider - Copy','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"alias-slideswitch-scroll\":\"1\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"width\":\"1920\",\"height\":\"1000\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"1\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"ffffff00\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffff80\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffff\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;background-size:cover;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\\\ntransition: all 0.4s;\\\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-minimum-thumbnail-count\":\"2\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"loading-type\":\"\",\"delay\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','published','2021-04-14 14:08:16','$upload$/slider2/freelayersliderthumbnail.png',0);
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `wpuxyio7feou_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`group_id`,`slider_id`),
  KEY `ordering` (`ordering`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_nextend2_smartslider3_sliders_xref`
--

LOCK TABLES `wpuxyio7feou_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_nextend2_smartslider3_sliders_xref` VALUES (0,2,0),(0,3,1);
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `wpuxyio7feou_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext COLLATE utf8mb4_unicode_520_ci,
  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `thumbnail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `publish_up` (`publish_up`),
  KEY `publish_down` (`publish_down`),
  KEY `generator_id` (`generator_id`),
  KEY `ordering` (`ordering`),
  KEY `slider` (`slider`),
  KEY `thumbnail` (`thumbnail`(100))
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_nextend2_smartslider3_slides`
--

LOCK TABLES `wpuxyio7feou_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_nextend2_smartslider3_slides` VALUES (1,'Slide Background',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',1,0),(2,'Build & Design',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',2,0),(3,'Slide 1',2,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|20|*|0|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-16610d53ccff8\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":0,\"tabletlandscape\":1,\"mobileportrait\":0,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"10px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":0,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"10||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"2px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":0,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"72||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"\'italiana\'\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"2px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":0,\"tabletlandscape\":1,\"mobileportrait\":0,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"50||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"\'italiana\'\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"10px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2021/04/Slide-1.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/04/Slide-1.jpg\",\"backgroundFocusX\":0,\"backgroundFocusY\":100,\"backgroundImageOpacity\":74,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',2,0),(14,'Slide 1',2,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|20|*|0|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-2GHm5aBA1sGc\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":0,\"tabletlandscape\":1,\"mobileportrait\":0,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"10px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":0,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"10||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"2px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":0,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"72||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"\'italiana\'\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"2px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":0,\"tabletlandscape\":1,\"mobileportrait\":0,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"50||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"\'italiana\'\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"10px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\\\"Age and glasses of wine\\n should never be counted\\\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2021/04/Banner-2.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/04/Banner-2.jpg\",\"backgroundFocusX\":0,\"backgroundFocusY\":100,\"backgroundImageOpacity\":74,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',2,0),(15,'Slide 1',2,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|20|*|0|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-bEPZLn7caBAc\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":0,\"tabletlandscape\":1,\"mobileportrait\":0,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"10px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":0,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"10||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"2px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":0,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"72||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"\'italiana\'\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"2px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":0,\"tabletlandscape\":1,\"mobileportrait\":0,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"50||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"\'italiana\'\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"10px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"People who love to eat are\\n always the best people\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2021/04/Slide-3-scaled.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/04/Banner-3-1.jpg\",\"backgroundFocusX\":\"46\",\"backgroundFocusY\":\"42\",\"backgroundImageOpacity\":74,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',2,0),(9,'Slide 1',3,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Eo1RMPY1F6pp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Arial\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"66||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Arial\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2021/03/Fumo-Slide-1.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/03/Fumo-Slide-1.jpg\",\"backgroundFocusX\":0,\"backgroundFocusY\":100,\"backgroundImageOpacity\":74,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',2,0),(10,'Slide 3',3,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-E96PIZ4bI0q2\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Arial\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"66||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Arial\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2021/03/Fumo-Slide-3.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/03/Fumo-Slide-3.jpg\",\"backgroundFocusX\":47,\"backgroundFocusY\":100,\"backgroundImageOpacity\":74,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',2,0),(11,'Slide 2',3,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-lzFdieMD8HSl\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Excellent Education Program\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Arial\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Italian dining at its finest\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":35,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Innovative Methods of Teaching\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"66||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Arial\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":900,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"An unforgettable\\nculinary experience\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2021/03/Fumo-Slide-2.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/03/Fumo-Slide-2.jpg\",\"backgroundFocusX\":0,\"backgroundFocusY\":100,\"backgroundImageOpacity\":74,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',2,0);
/*!40000 ALTER TABLE `wpuxyio7feou_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_options`
--

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

--
-- Dumping data for table `wpuxyio7feou_options`
--

LOCK TABLES `wpuxyio7feou_options` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_options` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_options` VALUES (1,'siteurl','http://rainmakers.cafe/fumo','yes'),(2,'home','http://rainmakers.cafe/fumo','yes'),(3,'blogname','Fumo Restaurant','yes'),(4,'blogdescription','Contemporary Italian','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','simone@zanetti.co.za','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:21:{i:0;s:29:\"antispam-bee/antispam_bee.php\";i:1;s:41:\"better-wp-security/better-wp-security.php\";i:2;s:15:\"bloom/bloom.php\";i:3;s:35:\"call-now-button/call-now-button.php\";i:4;s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";i:5;s:27:\"coming-soon/coming-soon.php\";i:6;s:37:\"dg-divi-carousel/dg-divi-carousel.php\";i:7;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:8;s:41:\"dpProEventCalendar/dpProEventCalendar.php\";i:9;s:25:\"duplicator/duplicator.php\";i:10;s:37:\"dzs-restaurantmenu/restaurantmenu.php\";i:11;s:33:\"instagram-feed/instagram-feed.php\";i:12;s:19:\"monarch/monarch.php\";i:13;s:38:\"mp-restaurant-menu/restaurant-menu.php\";i:14;s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";i:15;s:33:\"smart-slider-3/smart-slider-3.php\";i:16;s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";i:17;s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";i:18;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:19;s:41:\"wp-post-page-clone/wp-post-page-clone.php\";i:20;s:23:\"wp-smushit/wp-smush.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi','yes'),(6249,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','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','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:6:{i:0;b:0;s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:16:\"handle_uninstall\";}s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";a:2:{i:0;s:15:\"HT_CTC_Register\";i:1;s:9:\"uninstall\";}s:41:\"dpProEventCalendar/dpProEventCalendar.php\";a:2:{i:0;s:23:\"DpProEventCalendar_Init\";i:1;s:17:\"checkMU_uninstall\";}s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:29:\"antispam-bee/antispam_bee.php\";a:2:{i:0;s:12:\"Antispam_Bee\";i:1;s:9:\"uninstall\";}}','yes'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','30446','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','31','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','1','yes'),(93,'admin_email_lifespan','1628016784','yes'),(94,'initial_db_version','47018','yes'),(95,'wpuxyio7feou_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:123:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:24:\"manage_events_categories\";b:1;s:21:\"dzsrst_make_shortcode\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:22:\"manage_restaurant_menu\";b:1;s:26:\"manage_restaurant_settings\";b:1;s:23:\"manage_restaurant_terms\";b:1;s:17:\"edit_mp_menu_item\";b:1;s:17:\"read_mp_menu_item\";b:1;s:19:\"delete_mp_menu_item\";b:1;s:18:\"edit_mp_menu_items\";b:1;s:25:\"edit_others_mp_menu_items\";b:1;s:21:\"publish_mp_menu_items\";b:1;s:26:\"read_private_mp_menu_items\";b:1;s:20:\"delete_mp_menu_items\";b:1;s:28:\"delete_private_mp_menu_items\";b:1;s:30:\"delete_published_mp_menu_items\";b:1;s:27:\"delete_others_mp_menu_items\";b:1;s:26:\"edit_private_mp_menu_items\";b:1;s:28:\"edit_published_mp_menu_items\";b:1;s:25:\"manage_mp_menu_item_terms\";b:1;s:23:\"edit_mp_menu_item_terms\";b:1;s:25:\"delete_mp_menu_item_terms\";b:1;s:25:\"assign_mp_menu_item_terms\";b:1;s:23:\"view_mp_menu_item_stats\";b:1;s:15:\"edit_mprm_order\";b:1;s:15:\"read_mprm_order\";b:1;s:17:\"delete_mprm_order\";b:1;s:16:\"edit_mprm_orders\";b:1;s:23:\"edit_others_mprm_orders\";b:1;s:19:\"publish_mprm_orders\";b:1;s:24:\"read_private_mprm_orders\";b:1;s:18:\"delete_mprm_orders\";b:1;s:26:\"delete_private_mprm_orders\";b:1;s:28:\"delete_published_mprm_orders\";b:1;s:25:\"delete_others_mprm_orders\";b:1;s:24:\"edit_private_mprm_orders\";b:1;s:26:\"edit_published_mprm_orders\";b:1;s:23:\"manage_mprm_order_terms\";b:1;s:21:\"edit_mprm_order_terms\";b:1;s:23:\"delete_mprm_order_terms\";b:1;s:23:\"assign_mprm_order_terms\";b:1;s:21:\"view_mprm_order_stats\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:24:\"manage_events_categories\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:16:{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:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:24:\"manage_events_categories\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{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:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";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:12:\"mprm_manager\";a:2:{s:4:\"name\";s:18:\"Restaurant Manager\";s:12:\"capabilities\";a:63:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:12:\"upload_files\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_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:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:22:\"manage_restaurant_menu\";b:1;s:23:\"manage_restaurant_terms\";b:1;s:17:\"edit_mp_menu_item\";b:1;s:17:\"read_mp_menu_item\";b:1;s:19:\"delete_mp_menu_item\";b:1;s:18:\"edit_mp_menu_items\";b:1;s:25:\"edit_others_mp_menu_items\";b:1;s:21:\"publish_mp_menu_items\";b:1;s:26:\"read_private_mp_menu_items\";b:1;s:20:\"delete_mp_menu_items\";b:1;s:28:\"delete_private_mp_menu_items\";b:1;s:30:\"delete_published_mp_menu_items\";b:1;s:27:\"delete_others_mp_menu_items\";b:1;s:26:\"edit_private_mp_menu_items\";b:1;s:28:\"edit_published_mp_menu_items\";b:1;s:25:\"manage_mp_menu_item_terms\";b:1;s:23:\"edit_mp_menu_item_terms\";b:1;s:25:\"delete_mp_menu_item_terms\";b:1;s:25:\"assign_mp_menu_item_terms\";b:1;s:23:\"view_mp_menu_item_stats\";b:1;s:15:\"edit_mprm_order\";b:1;s:15:\"read_mprm_order\";b:1;s:17:\"delete_mprm_order\";b:1;s:16:\"edit_mprm_orders\";b:1;s:23:\"edit_others_mprm_orders\";b:1;s:19:\"publish_mprm_orders\";b:1;s:24:\"read_private_mprm_orders\";b:1;s:18:\"delete_mprm_orders\";b:1;s:26:\"delete_private_mprm_orders\";b:1;s:28:\"delete_published_mprm_orders\";b:1;s:25:\"delete_others_mprm_orders\";b:1;s:24:\"edit_private_mprm_orders\";b:1;s:26:\"edit_published_mprm_orders\";b:1;s:23:\"manage_mprm_order_terms\";b:1;s:21:\"edit_mprm_order_terms\";b:1;s:23:\"delete_mprm_order_terms\";b:1;s:23:\"assign_mprm_order_terms\";b:1;s:21:\"view_mprm_order_stats\";b:1;}}s:13:\"mprm_customer\";a:2:{s:4:\"name\";s:19:\"Restaurant Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:21:{i:1619171613;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1619172627;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"12ca8767a64eac20d01836398698c811\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:11:\"flush-files\";}s:8:\"interval\";i:3600;}}}i:1619174128;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:1619180288;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_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:1619181522;a:3:{s:24:\"bloom_lists_auto_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:22:\"seedprod_notifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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:1619183433;a:1:{s:18:\"pecbookingreminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1619185224;a:4:{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;}}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:1619186067;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"d3ad27d223d301b6ae68ed2a88d04d71\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"health-check\";}s:8:\"interval\";i:86400;}}}i:1619186187;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"3ec3d6914daf50bcdb5e5b065213e29b\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:17:\"purge-log-entries\";}s:8:\"interval\";i:86400;}}}i:1619186427;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"c0ae31dfe60fdb9da055aa838519db0f\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"clear-tokens\";}s:8:\"interval\";i:86400;}}}i:1619186787;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"7a0fd5d064c59cf40c3df9ad0bb6e63d\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:11:\"clear-locks\";}s:8:\"interval\";i:86400;}}}i:1619207534;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:1619207737;a:1:{s:15:\"itsec_cron_test\";a:1:{s:32:\"55c10d49c9bf0d41b0a2ffa904d6a956\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1619207737;}}}}i:1619254786;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:1619254787;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:1619256059;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1619302267;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:1619416800;a:2:{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;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1619530824;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:1619600434;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(40941,'_site_transient_timeout_itsec_wp_upload_dir','1619185467','no'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(269,'seed_csp4_settings_advanced','a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}','yes'),(120,'loginizer_ins_time','1593642928','yes'),(121,'loginizer_promo_time','1593642928','yes'),(122,'pagelayer_version','1.1.5','yes'),(123,'pagelayer_options','a:0:{}','yes'),(124,'pagelayer_promo_time','1593729328','yes'),(125,'eduexpert_promo_time','1593729328','yes'),(138,'theme_mods_eduexpert','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1593680434;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(166,'et_pb_cache_notice','a:1:{s:5:\"4.4.8\";s:6:\"ignore\";}','yes'),(224,'dg_settings','a:2:{s:24:\"dgdc_license_key_setting\";s:25:\"dgear_2D5T-66I2-3SW6-CPG3\";s:23:\"dgdc_license_key_status\";s:6:\"active\";}','yes'),(171,'et_core_version','4.9.4','yes'),(173,'et_divi','a:177:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:5:\"4.9.4\";s:31:\"divi_previous_installed_version\";s:5:\"4.9.3\";s:29:\"divi_latest_installed_version\";s:5:\"4.9.4\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:85:\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-light-background.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#f40000|#aa1515|#7f0000|#828282|#c6c6c6|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:40:\"https://www.facebook.com/Fumo.Restaurant\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:41:\"https://www.instagram.com/fumorestaurant/\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:457:\".mprm-taxonomy-title {\n    display: none !important;\n}\n.et_pb_toggle_close {\n    background-color: #f4f4f4;\n    padding: 12px;\n    margin-bottom: 14px !important;\n}\n.mprm-container.mprm-shortcode-items.mprm-view-grid {\n    margin: 0px !important;\n}\nh5.et_pb_toggle_title {\n    font-family: \'Italiana\',Georgia,\"Times New Roman\",serif;\n    font-weight: 700;\n    font-size: 19px;\n    color: #000000!important;\n    letter-spacing: 2px;\n    line-height: 1.5em;\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:22:\"builder_global_presets\";O:8:\"stdClass\":0:{}s:29:\"custom_defaults_migrated_flag\";b:1;s:19:\"product_tour_status\";a:3:{i:1;s:3:\"off\";i:2;s:3:\"off\";i:3;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:871;s:33:\"et_fb_pref_modal_dimension_height\";i:439;s:27:\"et_fb_pref_modal_position_x\";i:131;s:27:\"et_fb_pref_modal_position_y\";i:51;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:444;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:300;s:30:\"et_fb_pref_lv_modal_position_x\";i:1179;s:30:\"et_fb_pref_lv_modal_position_y\";i:479;s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:12:\"divi_favicon\";s:0:\"\";s:12:\"accent_color\";s:7:\"#aa1515\";s:12:\"header_color\";s:7:\"#aa1515\";s:10:\"link_color\";s:7:\"#f40000\";s:13:\"nav_fullwidth\";b:0;s:11:\"logo_height\";i:80;s:16:\"menu_link_active\";s:7:\"#f40000\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#aa1515\";s:24:\"show_header_social_icons\";b:0;s:24:\"show_footer_social_icons\";b:1;s:26:\"footer_widget_header_color\";s:7:\"#aa1515\";s:26:\"footer_widget_bullet_color\";s:7:\"#aa1515\";s:29:\"footer_menu_active_link_color\";s:7:\"#aa1515\";s:28:\"bottom_bar_social_icon_color\";s:7:\"#f40000\";s:14:\"footer_columns\";s:1:\"3\";s:22:\"all_buttons_icon_color\";s:7:\"#f40000\";s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";}','yes'),(174,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(176,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(178,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(179,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(180,'et_support_site_id','WUL7cK@F-i3t!(lMydQ=','yes'),(181,'et_safe_mode_plugins_whitelist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(182,'et_support_center_installed','true','yes'),(183,'et_images_temp_folder','/home/ottunive/public_html/fumo/wp-content/uploads/et_temp','yes'),(184,'et_schedule_clean_images_last_time','1618639233','yes'),(185,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),(187,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(22078,'seedprod_run_activation','1','yes'),(22079,'seedprod_token','c9040993-f605-4df6-9b5f-d1a93773bc52','yes'),(7323,'seedprod_review','a:2:{s:4:\"time\";i:1607165777;s:9:\"dismissed\";b:1;}','yes'),(7325,'sb_instagram_errors','a:8:{s:10:\"connection\";a:0:{}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:0:{}s:9:\"error_log\";a:1:{i:0;s:96:\"03-17 09:10:16 - API error 2: An unexpected error has occurred. Please retry your request later.\";}s:10:\"action_log\";a:2:{i:0;s:42:\"03-17 10:13:45 - Cleared connection error.\";i:1;s:64:\"03-17 10:13:45 - Cleared connected account error fumorestaurant.\";}}','no'),(6802,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"simone@zanetti.co.za\";s:7:\"version\";s:5:\"5.7.1\";s:9:\"timestamp\";i:1618497526;}','no'),(21838,'auto_update_core_dev','enabled','yes'),(21839,'auto_update_core_minor','enabled','yes'),(21840,'auto_update_core_major','unset','yes'),(22012,'fs_api_cache','a:0:{}','no'),(22089,'seedprod_notifications','a:4:{s:6:\"update\";i:1619095353;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(22051,'rewrite_rules','a:442:{s:7:\"menu/?$\";s:32:\"index.php?post_type=mp_menu_item\";s:37:\"menu/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=mp_menu_item&feed=$matches[1]\";s:32:\"menu/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=mp_menu_item&feed=$matches[1]\";s:24:\"menu/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=mp_menu_item&paged=$matches[1]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$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:29:\"^pec-events/([^/]*)/([^/]*)/?\";s:55:\"index.php?pec-events=$matches[1]&event_date=$matches[2]\";s:13:\"pec-events/?$\";s:30:\"index.php?post_type=pec-events\";s:43:\"pec-events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=pec-events&feed=$matches[1]\";s:38:\"pec-events/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=pec-events&feed=$matches[1]\";s:30:\"pec-events/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=pec-events&paged=$matches[1]\";s:12:\"menu_item/?$\";s:32:\"index.php?post_type=dzsrst_items\";s:42:\"menu_item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dzsrst_items&feed=$matches[1]\";s:37:\"menu_item/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dzsrst_items&feed=$matches[1]\";s:29:\"menu_item/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=dzsrst_items&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:36:\"seedprod/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"seedprod/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"seedprod/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"seedprod/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"seedprod/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"seedprod/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"seedprod/([^/]+)/embed/?$\";s:41:\"index.php?seedprod=$matches[1]&embed=true\";s:29:\"seedprod/([^/]+)/trackback/?$\";s:35:\"index.php?seedprod=$matches[1]&tb=1\";s:37:\"seedprod/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?seedprod=$matches[1]&paged=$matches[2]\";s:44:\"seedprod/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?seedprod=$matches[1]&cpage=$matches[2]\";s:33:\"seedprod/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?seedprod=$matches[1]&page=$matches[2]\";s:25:\"seedprod/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"seedprod/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"seedprod/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"seedprod/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"seedprod/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"seedprod/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"menu/([^/]+)/embed/?$\";s:45:\"index.php?mp_menu_item=$matches[1]&embed=true\";s:25:\"menu/([^/]+)/trackback/?$\";s:39:\"index.php?mp_menu_item=$matches[1]&tb=1\";s:45:\"menu/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?mp_menu_item=$matches[1]&feed=$matches[2]\";s:40:\"menu/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?mp_menu_item=$matches[1]&feed=$matches[2]\";s:33:\"menu/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?mp_menu_item=$matches[1]&paged=$matches[2]\";s:40:\"menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?mp_menu_item=$matches[1]&cpage=$matches[2]\";s:29:\"menu/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?mp_menu_item=$matches[1]&page=$matches[2]\";s:21:\"menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"menu-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?mp_menu_category=$matches[1]&feed=$matches[2]\";s:49:\"menu-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?mp_menu_category=$matches[1]&feed=$matches[2]\";s:30:\"menu-category/([^/]+)/embed/?$\";s:49:\"index.php?mp_menu_category=$matches[1]&embed=true\";s:42:\"menu-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?mp_menu_category=$matches[1]&paged=$matches[2]\";s:24:\"menu-category/([^/]+)/?$\";s:38:\"index.php?mp_menu_category=$matches[1]\";s:49:\"menu-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?mp_menu_tag=$matches[1]&feed=$matches[2]\";s:44:\"menu-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?mp_menu_tag=$matches[1]&feed=$matches[2]\";s:25:\"menu-tag/([^/]+)/embed/?$\";s:44:\"index.php?mp_menu_tag=$matches[1]&embed=true\";s:37:\"menu-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?mp_menu_tag=$matches[1]&paged=$matches[2]\";s:19:\"menu-tag/([^/]+)/?$\";s:33:\"index.php?mp_menu_tag=$matches[1]\";s:56:\"menu-ingredient/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?mp_ingredient=$matches[1]&feed=$matches[2]\";s:51:\"menu-ingredient/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?mp_ingredient=$matches[1]&feed=$matches[2]\";s:32:\"menu-ingredient/([^/]+)/embed/?$\";s:46:\"index.php?mp_ingredient=$matches[1]&embed=true\";s:44:\"menu-ingredient/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?mp_ingredient=$matches[1]&paged=$matches[2]\";s:26:\"menu-ingredient/([^/]+)/?$\";s:35:\"index.php?mp_ingredient=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:38:\"pec-events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"pec-events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"pec-events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"pec-events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"pec-events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"pec-events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"pec-events/([^/]+)/embed/?$\";s:43:\"index.php?pec-events=$matches[1]&embed=true\";s:31:\"pec-events/([^/]+)/trackback/?$\";s:37:\"index.php?pec-events=$matches[1]&tb=1\";s:51:\"pec-events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?pec-events=$matches[1]&feed=$matches[2]\";s:46:\"pec-events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?pec-events=$matches[1]&feed=$matches[2]\";s:39:\"pec-events/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?pec-events=$matches[1]&paged=$matches[2]\";s:46:\"pec-events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?pec-events=$matches[1]&cpage=$matches[2]\";s:35:\"pec-events/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?pec-events=$matches[1]&page=$matches[2]\";s:27:\"pec-events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"pec-events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"pec-events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"pec-events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"pec-events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"pec-events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"pec-venues/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"pec-venues/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"pec-venues/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"pec-venues/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"pec-venues/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"pec-venues/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"pec-venues/([^/]+)/embed/?$\";s:43:\"index.php?pec-venues=$matches[1]&embed=true\";s:31:\"pec-venues/([^/]+)/trackback/?$\";s:37:\"index.php?pec-venues=$matches[1]&tb=1\";s:39:\"pec-venues/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?pec-venues=$matches[1]&paged=$matches[2]\";s:46:\"pec-venues/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?pec-venues=$matches[1]&cpage=$matches[2]\";s:35:\"pec-venues/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?pec-venues=$matches[1]&page=$matches[2]\";s:27:\"pec-venues/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"pec-venues/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"pec-venues/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"pec-venues/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"pec-venues/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"pec-venues/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"pec-organizers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"pec-organizers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"pec-organizers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"pec-organizers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"pec-organizers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"pec-organizers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"pec-organizers/([^/]+)/embed/?$\";s:47:\"index.php?pec-organizers=$matches[1]&embed=true\";s:35:\"pec-organizers/([^/]+)/trackback/?$\";s:41:\"index.php?pec-organizers=$matches[1]&tb=1\";s:43:\"pec-organizers/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?pec-organizers=$matches[1]&paged=$matches[2]\";s:50:\"pec-organizers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?pec-organizers=$matches[1]&cpage=$matches[2]\";s:39:\"pec-organizers/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?pec-organizers=$matches[1]&page=$matches[2]\";s:31:\"pec-organizers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"pec-organizers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"pec-organizers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"pec-organizers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"pec-organizers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"pec-organizers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"pec-speakers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"pec-speakers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"pec-speakers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"pec-speakers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"pec-speakers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"pec-speakers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"pec-speakers/([^/]+)/embed/?$\";s:45:\"index.php?pec-speakers=$matches[1]&embed=true\";s:33:\"pec-speakers/([^/]+)/trackback/?$\";s:39:\"index.php?pec-speakers=$matches[1]&tb=1\";s:41:\"pec-speakers/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?pec-speakers=$matches[1]&paged=$matches[2]\";s:48:\"pec-speakers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?pec-speakers=$matches[1]&cpage=$matches[2]\";s:37:\"pec-speakers/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?pec-speakers=$matches[1]&page=$matches[2]\";s:29:\"pec-speakers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"pec-speakers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"pec-speakers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"pec-speakers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"pec-speakers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"pec-speakers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"pec_events_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?pec_events_category=$matches[1]&feed=$matches[2]\";s:55:\"pec_events_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?pec_events_category=$matches[1]&feed=$matches[2]\";s:36:\"pec_events_category/([^/]+)/embed/?$\";s:52:\"index.php?pec_events_category=$matches[1]&embed=true\";s:48:\"pec_events_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?pec_events_category=$matches[1]&paged=$matches[2]\";s:30:\"pec_events_category/([^/]+)/?$\";s:41:\"index.php?pec_events_category=$matches[1]\";s:65:\"restaurant_item_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dzsrst_items_cat=$matches[1]&feed=$matches[2]\";s:60:\"restaurant_item_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dzsrst_items_cat=$matches[1]&feed=$matches[2]\";s:41:\"restaurant_item_category/([^/]+)/embed/?$\";s:49:\"index.php?dzsrst_items_cat=$matches[1]&embed=true\";s:53:\"restaurant_item_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dzsrst_items_cat=$matches[1]&paged=$matches[2]\";s:35:\"restaurant_item_category/([^/]+)/?$\";s:38:\"index.php?dzsrst_items_cat=$matches[1]\";s:60:\"restaurant_item_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dzsrst_items_tag=$matches[1]&feed=$matches[2]\";s:55:\"restaurant_item_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dzsrst_items_tag=$matches[1]&feed=$matches[2]\";s:36:\"restaurant_item_tag/([^/]+)/embed/?$\";s:49:\"index.php?dzsrst_items_tag=$matches[1]&embed=true\";s:48:\"restaurant_item_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dzsrst_items_tag=$matches[1]&paged=$matches[2]\";s:30:\"restaurant_item_tag/([^/]+)/?$\";s:38:\"index.php?dzsrst_items_tag=$matches[1]\";s:37:\"menu_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"menu_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"menu_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"menu_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"menu_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"menu_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"menu_item/([^/]+)/embed/?$\";s:45:\"index.php?dzsrst_items=$matches[1]&embed=true\";s:30:\"menu_item/([^/]+)/trackback/?$\";s:39:\"index.php?dzsrst_items=$matches[1]&tb=1\";s:50:\"menu_item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dzsrst_items=$matches[1]&feed=$matches[2]\";s:45:\"menu_item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dzsrst_items=$matches[1]&feed=$matches[2]\";s:38:\"menu_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dzsrst_items=$matches[1]&paged=$matches[2]\";s:45:\"menu_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dzsrst_items=$matches[1]&cpage=$matches[2]\";s:34:\"menu_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dzsrst_items=$matches[1]&page=$matches[2]\";s:26:\"menu_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"menu_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"menu_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"menu_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"menu_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"menu_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"3d-flip-book/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"3d-flip-book/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"3d-flip-book/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"3d-flip-book/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"3d-flip-book/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"3d-flip-book/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"3d-flip-book/([^/]+)/embed/?$\";s:45:\"index.php?3d-flip-book=$matches[1]&embed=true\";s:33:\"3d-flip-book/([^/]+)/trackback/?$\";s:39:\"index.php?3d-flip-book=$matches[1]&tb=1\";s:41:\"3d-flip-book/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?3d-flip-book=$matches[1]&paged=$matches[2]\";s:48:\"3d-flip-book/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?3d-flip-book=$matches[1]&cpage=$matches[2]\";s:37:\"3d-flip-book/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?3d-flip-book=$matches[1]&page=$matches[2]\";s:29:\"3d-flip-book/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"3d-flip-book/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"3d-flip-book/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"3d-flip-book/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"3d-flip-book/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"3d-flip-book/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"3d-flip-book-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?3d-flip-book-category=$matches[1]&feed=$matches[2]\";s:57:\"3d-flip-book-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?3d-flip-book-category=$matches[1]&feed=$matches[2]\";s:38:\"3d-flip-book-category/([^/]+)/embed/?$\";s:54:\"index.php?3d-flip-book-category=$matches[1]&embed=true\";s:50:\"3d-flip-book-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?3d-flip-book-category=$matches[1]&paged=$matches[2]\";s:32:\"3d-flip-book-category/([^/]+)/?$\";s:43:\"index.php?3d-flip-book-category=$matches[1]\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:42:\"index.php?&page_id=30446&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(39578,'widget_mprm_menu_item','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39579,'widget_mprm_category','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39580,'widget_mprm_cart_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40953,'itsec_temp_whitelist_ip','a:3:{s:13:\"154.73.183.63\";i:1619255220;s:37:\"2409:4070:228d:2f:fd80:4731:55f2:7e54\";i:1619234796;s:37:\"2409:4070:228d:2f:cd22:ca4d:33f4:539f\";i:1619245292;}','no'),(29415,'dzs_term_reorder_options','a:8:{s:9:\"extra_css\";s:0:\"\";s:12:\"thumbdisplay\";a:1:{i:0;s:12:\"dzsrst_items\";}s:14:\"catdisplay_top\";a:1:{s:12:\"dzsrst_items\";s:16:\"dzsrst_items_cat\";}s:8:\"cat_sort\";a:1:{i:0;s:16:\"dzsrst_items_cat\";}s:3:\"tax\";a:0:{}s:16:\"already_set_cpts\";a:1:{i:0;s:12:\"dzsrst_items\";}s:15:\"already_set_tax\";a:1:{i:0;s:16:\"dzsrst_items_cat\";}s:20:\"already_set_sort_tax\";a:1:{i:0;s:16:\"dzsrst_items_cat\";}}','yes'),(29416,'dzsrst_mainoptions','a:7:{s:12:\"always_embed\";s:3:\"off\";s:18:\"capabilities_added\";s:2:\"on\";s:11:\"embed_fonts\";s:2:\"on\";s:13:\"currency_sign\";s:1:\"R\";s:9:\"extra_css\";s:0:\"\";s:18:\"categories_rewrite\";s:24:\"restaurant_item_category\";s:12:\"tags_rewrite\";s:19:\"restaurant_item_tag\";}','yes'),(29462,'dzsrst_items_cat_children','a:0:{}','yes'),(29463,'dzsap_sample_data','a:2:{s:4:\"cats\";a:2:{i:0;i:21;i:1;i:22;}s:5:\"posts\";a:6:{i:0;i:300;i:1;i:301;i:2;i:302;i:3;i:303;i:4;i:304;i:5;i:305;}}','yes'),(22404,'ecwd_event_category_children','a:0:{}','yes'),(11180,'ht_ctc_group','a:17:{s:8:\"group_id\";s:0:\"\";s:14:\"call_to_action\";s:14:\"WhatsApp Group\";s:13:\"style_desktop\";s:1:\"4\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:6:\"bottom\";s:12:\"side_1_value\";s:4:\"10px\";s:6:\"side_2\";s:4:\"left\";s:12:\"side_2_value\";s:4:\"10px\";s:12:\"show_or_hide\";s:4:\"hide\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:13:\"mobile_side_1\";s:6:\"bottom\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:4:\"left\";s:19:\"mobile_side_2_value\";s:4:\"10px\";}','yes'),(11181,'ht_ctc_share','a:17:{s:10:\"share_text\";s:34:\"Checkout this Awesome page {{url}}\";s:14:\"call_to_action\";s:14:\"WhatsApp Share\";s:13:\"style_desktop\";s:1:\"1\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:3:\"top\";s:12:\"side_1_value\";s:4:\"10px\";s:6:\"side_2\";s:5:\"right\";s:12:\"side_2_value\";s:4:\"10px\";s:12:\"show_or_hide\";s:4:\"hide\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:13:\"mobile_side_1\";s:3:\"top\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:5:\"right\";s:19:\"mobile_side_2_value\";s:4:\"10px\";}','yes'),(11182,'ht_ctc_switch','a:1:{s:9:\"interface\";s:3:\"yes\";}','yes'),(11183,'ht_ctc_s1','a:3:{s:13:\"s1_text_color\";s:0:\"\";s:11:\"s1_bg_color\";s:0:\"\";s:5:\"hello\";s:5:\"world\";}','yes'),(11184,'ht_ctc_s2','a:4:{s:11:\"s2_img_size\";s:4:\"50px\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25D366\";s:8:\"cta_type\";s:5:\"hover\";}','yes'),(11185,'ht_ctc_s3','a:4:{s:11:\"s3_img_size\";s:4:\"50px\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";s:8:\"cta_type\";s:5:\"hover\";}','yes'),(11186,'ht_ctc_s3_1','a:9:{s:11:\"s3_img_size\";s:4:\"40px\";s:11:\"s3_bg_color\";s:7:\"#25D366\";s:17:\"s3_bg_color_hover\";s:7:\"#25D366\";s:10:\"s3_padding\";s:4:\"14px\";s:13:\"s3_box_shadow\";s:1:\"1\";s:19:\"s3_box_shadow_hover\";s:1:\"1\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";}','yes'),(11187,'ht_ctc_s4','a:5:{s:13:\"s4_text_color\";s:7:\"#7f7d7d\";s:11:\"s4_bg_color\";s:7:\"#e4e4e4\";s:10:\"s4_img_url\";s:0:\"\";s:15:\"s4_img_position\";s:4:\"left\";s:11:\"s4_img_size\";s:4:\"32px\";}','yes'),(11188,'ht_ctc_s5','a:12:{s:9:\"s5_line_1\";s:0:\"\";s:9:\"s5_line_2\";s:35:\"We will respond as soon as possible\";s:15:\"s5_line_1_color\";s:7:\"#000000\";s:15:\"s5_line_2_color\";s:7:\"#000000\";s:19:\"s5_background_color\";s:7:\"#ffffff\";s:15:\"s5_border_color\";s:7:\"#dddddd\";s:6:\"s5_img\";s:0:\"\";s:13:\"s5_img_height\";s:4:\"70px\";s:12:\"s5_img_width\";s:4:\"70px\";s:17:\"s5_content_height\";s:4:\"70px\";s:16:\"s5_content_width\";s:5:\"270px\";s:15:\"s5_img_position\";s:5:\"right\";}','yes'),(11189,'ht_ctc_s6','a:4:{s:12:\"s6_txt_color\";s:0:\"\";s:21:\"s6_txt_color_on_hover\";s:0:\"\";s:17:\"s6_txt_decoration\";s:0:\"\";s:26:\"s6_txt_decoration_on_hover\";s:0:\"\";}','yes'),(11190,'ht_ctc_s7','a:10:{s:12:\"s7_icon_size\";s:4:\"20px\";s:13:\"s7_icon_color\";s:7:\"#ffffff\";s:19:\"s7_icon_color_hover\";s:7:\"#f4f4f4\";s:14:\"s7_border_size\";s:4:\"12px\";s:15:\"s7_border_color\";s:7:\"#25D366\";s:21:\"s7_border_color_hover\";s:7:\"#25d366\";s:16:\"s7_border_radius\";s:3:\"50%\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";}','yes'),(11191,'ht_ctc_s7_1','a:7:{s:12:\"s7_icon_size\";s:4:\"20px\";s:13:\"s7_icon_color\";s:7:\"#ffffff\";s:19:\"s7_icon_color_hover\";s:7:\"#f4f4f4\";s:14:\"s7_border_size\";s:4:\"12px\";s:10:\"s7_bgcolor\";s:7:\"#25D366\";s:16:\"s7_bgcolor_hover\";s:7:\"#00d34d\";s:8:\"cta_type\";s:5:\"hover\";}','yes'),(11192,'ht_ctc_s8','a:10:{s:12:\"s8_txt_color\";s:7:\"#ffffff\";s:21:\"s8_txt_color_on_hover\";s:7:\"#ffffff\";s:11:\"s8_bg_color\";s:7:\"#26a69a\";s:20:\"s8_bg_color_on_hover\";s:7:\"#26a69a\";s:13:\"s8_icon_color\";s:7:\"#ffffff\";s:22:\"s8_icon_color_on_hover\";s:7:\"#ffffff\";s:16:\"s8_icon_position\";s:4:\"left\";s:12:\"s8_text_size\";s:4:\"16px\";s:12:\"s8_icon_size\";s:4:\"16px\";s:11:\"s8_btn_size\";s:3:\"btn\";}','yes'),(11193,'ht_ctc_s99','a:6:{s:19:\"s99_dekstop_img_url\";s:0:\"\";s:18:\"s99_mobile_img_url\";s:0:\"\";s:22:\"s99_desktop_img_height\";s:4:\"50px\";s:21:\"s99_desktop_img_width\";s:0:\"\";s:21:\"s99_mobile_img_height\";s:4:\"50px\";s:20:\"s99_mobile_img_width\";s:0:\"\";}','yes'),(11194,'ht_ctc_cs_options','a:1:{s:5:\"hello\";s:5:\"world\";}','yes'),(11195,'ht_ctc_plugin_details','a:3:{s:7:\"version\";s:5:\"3.3.1\";s:2:\"v3\";s:2:\"v3\";s:6:\"v3_2_5\";s:6:\"v3_2_5\";}','yes'),(11196,'ht_ctc_one_time','a:1:{s:13:\"first_version\";s:3:\"3.1\";}','yes'),(30029,'!sbi_17841401993766512#12','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/176244011_1156966091393350_7709851803379046288_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-OZYRYdHPRgAX-Tj8ev&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=77f9da7915da3fc29f2e03bff323d3c9&oe=60A6D315\",\"caption\":\"You can tell a lot about a #chef based on how he makes #risotto. \\ud83c\\uddee\\ud83c\\uddf9 \\n\\n@clauchefs risotto #creations are a must-try. Come and taste the magic that #asparagus and #prawns can do with Claudio\\u2019s touch. \\ud83e\\udd90\\n\\n#fresh#fish#seafood#green#herbs#authentic#Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#Foodstagram\\u00a0#foodlovers\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood\",\"id\":\"18142661884160664\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-21T08:40:42+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CN6_E1CjTTK\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/172985750_802799833949390_1661715277255361457_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xIxtVi3SOYQAX8E9o9D&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=4711dd706712d990ba198f9f7427f937&oe=60A954FB\",\"caption\":\"Expect the unexpected. Come at Fumo to discover how many things we can do with a Lemon \\ud83c\\udf4b \\n\\n#lemon#dessert#fruit#passion#healthydessert #Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood#foodstagram#foodlovers\",\"id\":\"17869226708465592\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-15T11:05:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNry3cUjGXY\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/171507188_469609394240147_3637173349254620351_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TRrj7Hp3Ei4AX83pLa6&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=f72fb05fc9d5ee97aa691211a375516e&oe=60A7D04C\",\"caption\":\"You can only win and achieve targets when you believe @fumorestaurant four different #tomatoes marinated differently #garlic #oregano from #sicily voila fried pizza topped with these beauties #pizza #pizzalover #pizzatime #pizzanapoletana #foodblogger #foodstagram @clauchefs you never stop to surprise \\ud83d\\udc4f\\ud83d\\udc4f\\ud83d\\udc4f\\ud83c\\udf45#napoli soon available @fumo.cafe\",\"id\":\"17881053893295752\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T13:17:50+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhu1zwDhOx\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/170259254_354214966006773_3612470060806023929_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eindwJ-bXW8AX_1zcah&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=ca55127f7affacb37ab099a4bb18f262&oe=60A6AFF1\",\"caption\":\"I am not sure about you but I believe @clauchefs in #simplicity #ingridients #genuine produce to create a #festival of flavors here\\u2019s #prawns #tartare and #burratacheese @fumorestaurant #foodstagram #foodblogger #foodlover #foodpic no promotion only realizing and express my #creative dish I\\u2019ll stand up \\ud83d\\udcaa\\ud83c\\udffc\",\"id\":\"17901423526879919\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-10T04:20:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNeMgqxDRDC\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/169639712_466508368099580_3344570493025092911_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=O_ImnHjracUAX86LpEc&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=872c412a2d03cf8179222951645e0c92&oe=60A87E97\",\"caption\":\"Born and raised in #napoli i am spreading some of my neapolitan #culture here in #southafrica #pizzatime #pizzanapoletana #pizzalovers #pizzalove #pizzagram @fumorestaurant  #foodblogger #foodstagram  @clauchefs\",\"id\":\"17893421585008145\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T11:45:10+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNXRDpuDOV8\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/168718448_3774994529288043_1041644703232882496_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=r8sqeFKFF68AX-3ARkq&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=1405c34a11b861087d039f90cf5b4036&oe=60A964D9\",\"caption\":\"#EasterSunday is just a few hours away, come and taste our special menu to celebrate Easter the South-African way but with some Italian flavors and wine.\\n \\nThe special #EasterSunday menu includes the lamb shoulder and wine bottle for R 1500 (serves 5\\/6 people), available for dine-in or take-out. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Foodstagram #foodlovers #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17885137271143608\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-03T11:07:28+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNM5j_rj-WG\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/168914287_762968827942917_1827040933897423115_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=t61-mNvLIC4AX8nloE0&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=1b3535137d69f4c5cf969479f417b85e&oe=60A72444\",\"caption\":\"Fumo\\u2019s #GoodFriday\\u2019s fish festival is about to start. The freshest fish has arrived this morning and everything is ready to welcome you. We can\\u2019t wait to celebrate together!\\n\\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500.\\nAvailable for dine-in or take-out. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood#foodstagram#foodlovers\",\"id\":\"17919618397577513\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-02T11:49:27+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNKZkk8Dgjc\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/166691235_448792953021725_9208700168759046517_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QlgaOfR3z1EAX-vkrfL&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=9c6caa02ef137442463e1fb78a839bc1&oe=60A7F16C\",\"caption\":\"We know the importance of wine to accompany a good quality meat. At #EasterSunday we serve you the best quality 2kg lamb cut, so we had to pair it with the best wine: a bottle of Red blend Opulence, that will enhance every flavor in the dish. \\n\\nThe special #EasterSunday menu including the lamb shoulder and wine bottle is at R 1500 (serves 5\\/6 people), available for dine-in or take-out. Call us or WhatsApp us for bookings [076 124 9615]. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17926373398555143\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T11:58:58+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNH13dDjISG\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/166191864_277581030524997_1677774179472555398_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WDCpWziB8pEAX_sIRYx&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=61d8b446f684d24bad210dc0092b5907&oe=60A67F8A\",\"caption\":\"Indulge in a Fish Festival menu for #GoodFriday lunch. We source the freshest ingredients and fish everyday, this is why even #meatlovers can\\u2019t resist to our fish dishes.\\n \\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500.\\nAvailable for dine-in or take-out at lunch and dinner time. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood\",\"id\":\"18063602263284395\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T10:35:47+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFHjRfDq56\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/166830508_413287790018752_2432615059924310805_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=k9-d_Ren8b8AX_x-XGr&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=67beccf42b77c5e3439525a13e5896ec&oe=60A75185\",\"caption\":\"Easter is approaching, we can\\u2019t wait to have you here to celebrate it together with a typical lamb shoulder roast that will remind you the tastes of home, but with a luxurious twist, as we pair it with a bottle of Red blend Opulence wine #pheliwines by @moyahaboseemola \\n \\nThe special #EasterSunday menu including the 2kg lamb cut and wine bottle is at R 1500 (serves 5\\/6 people), available for dine-in or take-out at lunch and dinner time. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17950909090438653\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-30T12:40:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNCxDyQDTo_\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/166184401_375331713469834_3458046969357423289_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=imVKXvpHHtcAX_mRCCa&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=f01627fc7336b6b9977c907c42fda4be&oe=60A9331F\",\"caption\":\"Treat yourself and your Family for these Easter celebrations with our #GoodFriday special lunch and dinner fish festival menu. \\n\\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500. Available for dine-in or take-out. Bookings are now open. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood\",\"id\":\"17931214846509050\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T12:23:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9lhhWDbuN\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/164982518_807638503432809_8143911046565471139_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aB2c5jS4BNEAX8impbB&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=19063acc4b331cb79208c7a871c8dedb&oe=60A71F6D\",\"caption\":\"Fumo thought of special Easter Sunday menu to offer you a tasteful experience with your family and loved one(s). We know there is no proper Easter celebrations without lamb, we slowly cook it with typical Italian herbs to make it exceptionally tender and flavorful.\\n \\nThe 2kg lamb shoulder comes with a bottle of Red blend Opulence wine for R 1500 (serves 5\\/6 people).\\nAvailable for dine-in or take-out. Bookings are now open.\\n \\n#Pretoria #lunch #dinner #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17901230389850461\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T16:03:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Z3fkD24j\\/\"}],\"pagination\":{\"17841401993766512_users\":\"https:\\/\\/graph.instagram.com\\/v3.2\\/17841401993766512\\/media?access_token=IGQVJWY0gtdFJfR3pSbDFvX19IMU51UUdFNk0zVTliS0ZAvMkhwdzJRUjJvX0V1bVRTbFR4bm9DTGVxSFpiOXhYSlVYenh1bkh4c3o0UTJpRG5TdGJIVXByZAnA2MjNISG12d2lNTVVR&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=12&after=QVFIUlVMdFNob19Vci1wZAnFLcV83LVB2QWpCU0hLbGNudzFPeV9IVUFra251Sk9iaUItYUJTQVFseW9GZAmF1LUJDRU4wMndzR3A4aVR6aUFISG5oenBqN0p3\"},\"pages_created\":1}','no'),(40908,'mprm_install_page','1','yes'),(38968,'_site_transient_timeout_browser_d084a7cffca12a48f6ef32b18168de98','1619172288','no'),(38969,'_site_transient_browser_d084a7cffca12a48f6ef32b18168de98','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(40992,'_site_transient_timeout_community-events-e65ff3bf1f7f6fcca6b3c1cf497dd914','1619202111','no'),(40993,'_site_transient_community-events-e65ff3bf1f7f6fcca6b3c1cf497dd914','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:19:\"2409:4070:228d:2f::\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:66:\"Watch party + Discussion group: Using WordPress in Other Languages\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/277702142/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-04-22 06:00:00\";s:8:\"end_date\";s:19:\"2021-04-22 07:00:00\";s:20:\"start_unix_timestamp\";i:1619096400;s:18:\"end_unix_timestamp\";i:1619100000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:18:\"WordCamp Venezuela\";s:3:\"url\";s:36:\"https://venezuela.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-05-06 00:00:00\";s:8:\"end_date\";s:19:\"2021-05-07 00:00:00\";s:20:\"start_unix_timestamp\";i:1620273600;s:18:\"end_unix_timestamp\";i:1620360000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"VE\";s:8:\"latitude\";d:10.4805937000000000125510268844664096832275390625;s:9:\"longitude\";d:-66.903606300000006967820809222757816314697265625;}}}}','no'),(40996,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1619158911','no'),(40999,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1619158911','no'),(39344,'et_pb_signup_0e2cc2b0e12609a9c43488430c3524ab','off','yes'),(41040,'_site_transient_timeout_community-events-7bcc1aaeb82c574e7102318295b0b59a','1619212027','no'),(41041,'_site_transient_community-events-7bcc1aaeb82c574e7102318295b0b59a','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"154.73.183.0\";}s:6:\"events\";a:3:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:64:\"Demo + Discussion group: Creating and Registering Block Patterns\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/277669249/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-04-23 07:00:00\";s:8:\"end_date\";s:19:\"2021-04-23 08:00:00\";s:20:\"start_unix_timestamp\";i:1619186400;s:18:\"end_unix_timestamp\";i:1619190000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:18:\"WordCamp Venezuela\";s:3:\"url\";s:36:\"https://venezuela.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-05-06 16:00:00\";s:8:\"end_date\";s:19:\"2021-05-07 00:00:00\";s:20:\"start_unix_timestamp\";i:1620331200;s:18:\"end_unix_timestamp\";i:1620360000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"VE\";s:8:\"latitude\";d:10.4805937000000000125510268844664096832275390625;s:9:\"longitude\";d:-66.903606300000006967820809222757816314697265625;}}i:2;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-06-07 00:00:00\";s:8:\"end_date\";s:19:\"2021-06-10 00:00:00\";s:20:\"start_unix_timestamp\";i:1623020400;s:18:\"end_unix_timestamp\";i:1623279600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.16220220000000296067810268141329288482666015625;s:9:\"longitude\";d:-8.6570587999999997208533386583440005779266357421875;}}}}','no'),(40765,'updraft_combine_jobs_around','1619169659','yes'),(39499,'_site_transient_timeout_browser_281cdf43bbfc9567b2cd3cd59a320aaf','1619525846','no'),(39500,'_site_transient_browser_281cdf43bbfc9567b2cd3cd59a320aaf','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"90.0.4430.72\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(40942,'_site_transient_itsec_wp_upload_dir','a:6:{s:4:\"path\";s:58:\"/home/ottunive/public_html/fumo/wp-content/uploads/2021/04\";s:3:\"url\";s:54:\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04\";s:6:\"subdir\";s:8:\"/2021/04\";s:7:\"basedir\";s:50:\"/home/ottunive/public_html/fumo/wp-content/uploads\";s:7:\"baseurl\";s:46:\"http://rainmakers.cafe/fumo/wp-content/uploads\";s:5:\"error\";b:0;}','no'),(41028,'_transient_timeout_sbi_i_17841401993766512#12','1619172390','no'),(41029,'_transient_sbi_i_17841401993766512#12','{\"17931214846509050\":{\"id\":\"166184401_375331713469834_3458046969357423289_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17901230389850461\":{\"id\":\"164982518_807638503432809_8143911046565471139_n\",\"ratio\":\"1.37\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17950909090438653\":{\"id\":\"166830508_413287790018752_2432615059924310805_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18063602263284395\":{\"id\":\"166191864_277581030524997_1677774179472555398_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17926373398555143\":{\"id\":\"166691235_448792953021725_9208700168759046517_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17919618397577513\":{\"id\":\"168914287_762968827942917_1827040933897423115_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885137271143608\":{\"id\":\"168718448_3774994529288043_1041644703232882496_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17893421585008145\":{\"id\":\"169639712_466508368099580_3344570493025092911_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17901423526879919\":{\"id\":\"170259254_354214966006773_3612470060806023929_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17881053893295752\":{\"id\":\"171507188_469609394240147_3637173349254620351_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17869226708465592\":{\"id\":\"172985750_802799833949390_1661715277255361457_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18142661884160664\":{\"id\":\"176244011_1156966091393350_7709851803379046288_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(39515,'_site_transient_timeout_browser_430c8bfe8bf1cc772d8a7ec27f27106c','1619526651','no'),(39516,'_site_transient_browser_430c8bfe8bf1cc772d8a7ec27f27106c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.128\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(40911,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1619170167;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:19:{s:29:\"antispam-bee/antispam_bee.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/antispam-bee\";s:4:\"slug\";s:12:\"antispam-bee\";s:6:\"plugin\";s:29:\"antispam-bee/antispam_bee.php\";s:11:\"new_version\";s:5:\"2.9.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/antispam-bee/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/antispam-bee.2.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=977629\";s:2:\"1x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-128x128.png?rev=977629\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/antispam-bee/assets/banner-1544x500.png?rev=1109432\";s:2:\"1x\";s:67:\"https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=1109432\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"call-now-button/call-now-button.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/call-now-button\";s:4:\"slug\";s:15:\"call-now-button\";s:6:\"plugin\";s:35:\"call-now-button/call-now-button.php\";s:11:\"new_version\";s:5:\"0.4.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/call-now-button/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/call-now-button.0.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-256x256.png?rev=1793650\";s:2:\"1x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-128x128.png?rev=1793650\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/call-now-button/assets/banner-1544x500.png?rev=2269468\";s:2:\"1x\";s:70:\"https://ps.w.org/call-now-button/assets/banner-772x250.png?rev=2269468\";}s:11:\"banners_rtl\";a:0:{}}s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/click-to-chat-for-whatsapp\";s:4:\"slug\";s:26:\"click-to-chat-for-whatsapp\";s:6:\"plugin\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";s:11:\"new_version\";s:5:\"3.3.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/click-to-chat-for-whatsapp/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/click-to-chat-for-whatsapp.3.3.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-128x128.png?rev=2413139\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/banner-772x250.png?rev=2158946\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:5:\"6.2.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/coming-soon.6.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-256x256.png?rev=2402574\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=2402575\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.png?rev=2402574\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/disable-gutenberg.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/official-facebook-pixel\";s:4:\"slug\";s:23:\"official-facebook-pixel\";s:6:\"plugin\";s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";s:11:\"new_version\";s:5:\"3.0.5\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/official-facebook-pixel/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/official-facebook-pixel.3.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/official-facebook-pixel/assets/icon.svg?rev=2452179\";s:3:\"svg\";s:68:\"https://ps.w.org/official-facebook-pixel/assets/icon.svg?rev=2452179\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:41:\"better-wp-security/better-wp-security.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/better-wp-security\";s:4:\"slug\";s:18:\"better-wp-security\";s:6:\"plugin\";s:41:\"better-wp-security/better-wp-security.php\";s:11:\"new_version\";s:5:\"7.9.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/better-wp-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/better-wp-security.7.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/better-wp-security/assets/icon-256x256.jpg?rev=969999\";s:2:\"1x\";s:62:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=970042\";s:3:\"svg\";s:62:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=970042\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/better-wp-security/assets/banner-772x250.png?rev=881897\";}s:11:\"banners_rtl\";a:0:{}}s:38:\"mp-restaurant-menu/restaurant-menu.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/mp-restaurant-menu\";s:4:\"slug\";s:18:\"mp-restaurant-menu\";s:6:\"plugin\";s:38:\"mp-restaurant-menu/restaurant-menu.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/mp-restaurant-menu/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/mp-restaurant-menu.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mp-restaurant-menu/assets/icon-128x128.jpg?rev=2294532\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/mp-restaurant-menu/assets/banner-1544x500.png?rev=2294532\";s:2:\"1x\";s:73:\"https://ps.w.org/mp-restaurant-menu/assets/banner-772x250.png?rev=2295435\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.4.1.17\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.4.1.17.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=2307688\";s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2307688\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2307688\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":9:{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:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"3.8.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.3.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=2263432\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.gif?rev=2263431\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=1863697\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=1863697\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/supreme-modules-for-divi\";s:4:\"slug\";s:24:\"supreme-modules-for-divi\";s:6:\"plugin\";s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";s:11:\"new_version\";s:5:\"2.3.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/supreme-modules-for-divi/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/supreme-modules-for-divi.2.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/supreme-modules-for-divi/assets/icon-256x256.png?rev=2329163\";s:2:\"1x\";s:77:\"https://ps.w.org/supreme-modules-for-divi/assets/icon-128x128.png?rev=2329163\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/supreme-modules-for-divi/assets/banner-1544x500.png?rev=2281026\";s:2:\"1x\";s:79:\"https://ps.w.org/supreme-modules-for-divi/assets/banner-772x250.png?rev=2281026\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.53\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.53.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.9.1.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.9.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"2.7.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.2.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=2468655\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2468655\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wp-post-page-clone/wp-post-page-clone.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wp-post-page-clone\";s:4:\"slug\";s:18:\"wp-post-page-clone\";s:6:\"plugin\";s:41:\"wp-post-page-clone/wp-post-page-clone.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-post-page-clone/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-post-page-clone.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-post-page-clone/assets/icon-256x256.png?rev=1593430\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-post-page-clone/assets/icon-128x128.png?rev=1593430\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/wp-post-page-clone/assets/banner-772x250.png?rev=1593430\";}s:11:\"banners_rtl\";a:0:{}}s:15:\"bloom/bloom.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"1.3.12\";s:6:\"plugin\";s:15:\"bloom/bloom.php\";s:4:\"slug\";s:5:\"bloom\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://www.elegantthemes.com/images/plugins/2x/bloom.png\";s:2:\"1x\";s:57:\"https://www.elegantthemes.com/images/plugins/1x/bloom.png\";}s:3:\"url\";s:53:\"https://www.elegantthemes.com/api/changelog/bloom.txt\";s:7:\"package\";s:148:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=bloom&api_key=b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4&username=simonezanetti\";s:2:\"id\";s:15:\"bloom/bloom.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"monarch/monarch.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"1.4.14\";s:6:\"plugin\";s:19:\"monarch/monarch.php\";s:4:\"slug\";s:7:\"monarch\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://www.elegantthemes.com/images/plugins/2x/monarch.png\";s:2:\"1x\";s:59:\"https://www.elegantthemes.com/images/plugins/1x/monarch.png\";}s:3:\"url\";s:55:\"https://www.elegantthemes.com/api/changelog/monarch.txt\";s:7:\"package\";s:150:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=monarch&api_key=b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4&username=simonezanetti\";s:2:\"id\";s:19:\"monarch/monarch.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}}','no'),(40912,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":4:{s:7:\"checked\";a:23:{s:29:\"antispam-bee/antispam_bee.php\";s:5:\"2.9.4\";s:15:\"bloom/bloom.php\";s:6:\"1.3.12\";s:35:\"call-now-button/call-now-button.php\";s:5:\"0.4.1\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";s:5:\"3.3.1\";s:27:\"coming-soon/coming-soon.php\";s:5:\"6.2.1\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:3:\"2.4\";s:37:\"dg-divi-carousel/dg-divi-carousel.php\";s:6:\"2.0.20\";s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";s:5:\"4.3.3\";s:41:\"dpProEventCalendar/dpProEventCalendar.php\";s:5:\"3.2.6\";s:25:\"duplicator/duplicator.php\";s:5:\"1.4.0\";s:37:\"dzs-restaurantmenu/restaurantmenu.php\";s:4:\"1.16\";s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";s:5:\"3.0.5\";s:41:\"better-wp-security/better-wp-security.php\";s:5:\"7.9.1\";s:19:\"monarch/monarch.php\";s:6:\"1.4.14\";s:38:\"mp-restaurant-menu/restaurant-menu.php\";s:5:\"2.4.0\";s:33:\"smart-slider-3/smart-slider-3.php\";s:8:\"3.4.1.17\";s:33:\"instagram-feed/instagram-feed.php\";s:3:\"2.9\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.8.4\";s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";s:5:\"2.3.6\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.16.53\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.9.1.7\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"2.7.0\";s:41:\"wp-post-page-clone/wp-post-page-clone.php\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:15:\"bloom/bloom.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"1.3.12\";s:6:\"plugin\";s:15:\"bloom/bloom.php\";s:4:\"slug\";s:5:\"bloom\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://www.elegantthemes.com/images/plugins/2x/bloom.png\";s:2:\"1x\";s:57:\"https://www.elegantthemes.com/images/plugins/1x/bloom.png\";}s:3:\"url\";s:53:\"https://www.elegantthemes.com/api/changelog/bloom.txt\";s:7:\"package\";s:148:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=bloom&api_key=b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4&username=simonezanetti\";s:2:\"id\";s:15:\"bloom/bloom.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"monarch/monarch.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"1.4.14\";s:6:\"plugin\";s:19:\"monarch/monarch.php\";s:4:\"slug\";s:7:\"monarch\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://www.elegantthemes.com/images/plugins/2x/monarch.png\";s:2:\"1x\";s:59:\"https://www.elegantthemes.com/images/plugins/1x/monarch.png\";}s:3:\"url\";s:55:\"https://www.elegantthemes.com/api/changelog/monarch.txt\";s:7:\"package\";s:150:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=monarch&api_key=b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4&username=simonezanetti\";s:2:\"id\";s:19:\"monarch/monarch.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"last_checked\";i:1619170167;}','no'),(39645,'_transient_health-check-site-status-result','{\"good\":\"14\",\"recommended\":\"5\",\"critical\":\"1\"}','yes'),(41026,'_transient_timeout_sbi_17841401993766512#12','1619172390','no'),(41027,'_transient_sbi_17841401993766512#12','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/176244011_1156966091393350_7709851803379046288_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-OZYRYdHPRgAX-Tj8ev&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=77f9da7915da3fc29f2e03bff323d3c9&oe=60A6D315\",\"caption\":\"You can tell a lot about a #chef based on how he makes #risotto. \\ud83c\\uddee\\ud83c\\uddf9 \\n\\n@clauchefs risotto #creations are a must-try. Come and taste the magic that #asparagus and #prawns can do with Claudio\\u2019s touch. \\ud83e\\udd90\\n\\n#fresh#fish#seafood#green#herbs#authentic#Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#Foodstagram\\u00a0#foodlovers\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood\",\"id\":\"18142661884160664\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-21T08:40:42+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CN6_E1CjTTK\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/172985750_802799833949390_1661715277255361457_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xIxtVi3SOYQAX8E9o9D&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=4711dd706712d990ba198f9f7427f937&oe=60A954FB\",\"caption\":\"Expect the unexpected. Come at Fumo to discover how many things we can do with a Lemon \\ud83c\\udf4b \\n\\n#lemon#dessert#fruit#passion#healthydessert #Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood#foodstagram#foodlovers\",\"id\":\"17869226708465592\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-15T11:05:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNry3cUjGXY\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/171507188_469609394240147_3637173349254620351_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TRrj7Hp3Ei4AX83pLa6&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=f72fb05fc9d5ee97aa691211a375516e&oe=60A7D04C\",\"caption\":\"You can only win and achieve targets when you believe @fumorestaurant four different #tomatoes marinated differently #garlic #oregano from #sicily voila fried pizza topped with these beauties #pizza #pizzalover #pizzatime #pizzanapoletana #foodblogger #foodstagram @clauchefs you never stop to surprise \\ud83d\\udc4f\\ud83d\\udc4f\\ud83d\\udc4f\\ud83c\\udf45#napoli soon available @fumo.cafe\",\"id\":\"17881053893295752\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T13:17:50+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhu1zwDhOx\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/170259254_354214966006773_3612470060806023929_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eindwJ-bXW8AX_1zcah&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=ca55127f7affacb37ab099a4bb18f262&oe=60A6AFF1\",\"caption\":\"I am not sure about you but I believe @clauchefs in #simplicity #ingridients #genuine produce to create a #festival of flavors here\\u2019s #prawns #tartare and #burratacheese @fumorestaurant #foodstagram #foodblogger #foodlover #foodpic no promotion only realizing and express my #creative dish I\\u2019ll stand up \\ud83d\\udcaa\\ud83c\\udffc\",\"id\":\"17901423526879919\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-10T04:20:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNeMgqxDRDC\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/169639712_466508368099580_3344570493025092911_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=O_ImnHjracUAX86LpEc&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=872c412a2d03cf8179222951645e0c92&oe=60A87E97\",\"caption\":\"Born and raised in #napoli i am spreading some of my neapolitan #culture here in #southafrica #pizzatime #pizzanapoletana #pizzalovers #pizzalove #pizzagram @fumorestaurant  #foodblogger #foodstagram  @clauchefs\",\"id\":\"17893421585008145\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T11:45:10+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNXRDpuDOV8\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/168718448_3774994529288043_1041644703232882496_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=r8sqeFKFF68AX-3ARkq&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=1405c34a11b861087d039f90cf5b4036&oe=60A964D9\",\"caption\":\"#EasterSunday is just a few hours away, come and taste our special menu to celebrate Easter the South-African way but with some Italian flavors and wine.\\n \\nThe special #EasterSunday menu includes the lamb shoulder and wine bottle for R 1500 (serves 5\\/6 people), available for dine-in or take-out. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Foodstagram #foodlovers #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17885137271143608\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-03T11:07:28+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNM5j_rj-WG\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/168914287_762968827942917_1827040933897423115_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=t61-mNvLIC4AX8nloE0&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=1b3535137d69f4c5cf969479f417b85e&oe=60A72444\",\"caption\":\"Fumo\\u2019s #GoodFriday\\u2019s fish festival is about to start. The freshest fish has arrived this morning and everything is ready to welcome you. We can\\u2019t wait to celebrate together!\\n\\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500.\\nAvailable for dine-in or take-out. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood#foodstagram#foodlovers\",\"id\":\"17919618397577513\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-02T11:49:27+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNKZkk8Dgjc\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/166691235_448792953021725_9208700168759046517_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QlgaOfR3z1EAX-vkrfL&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=9c6caa02ef137442463e1fb78a839bc1&oe=60A7F16C\",\"caption\":\"We know the importance of wine to accompany a good quality meat. At #EasterSunday we serve you the best quality 2kg lamb cut, so we had to pair it with the best wine: a bottle of Red blend Opulence, that will enhance every flavor in the dish. \\n\\nThe special #EasterSunday menu including the lamb shoulder and wine bottle is at R 1500 (serves 5\\/6 people), available for dine-in or take-out. Call us or WhatsApp us for bookings [076 124 9615]. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17926373398555143\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T11:58:58+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNH13dDjISG\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/166191864_277581030524997_1677774179472555398_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WDCpWziB8pEAX_sIRYx&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=61d8b446f684d24bad210dc0092b5907&oe=60A67F8A\",\"caption\":\"Indulge in a Fish Festival menu for #GoodFriday lunch. We source the freshest ingredients and fish everyday, this is why even #meatlovers can\\u2019t resist to our fish dishes.\\n \\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500.\\nAvailable for dine-in or take-out at lunch and dinner time. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood\",\"id\":\"18063602263284395\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T10:35:47+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFHjRfDq56\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/166830508_413287790018752_2432615059924310805_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=k9-d_Ren8b8AX_x-XGr&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=67beccf42b77c5e3439525a13e5896ec&oe=60A75185\",\"caption\":\"Easter is approaching, we can\\u2019t wait to have you here to celebrate it together with a typical lamb shoulder roast that will remind you the tastes of home, but with a luxurious twist, as we pair it with a bottle of Red blend Opulence wine #pheliwines by @moyahaboseemola \\n \\nThe special #EasterSunday menu including the 2kg lamb cut and wine bottle is at R 1500 (serves 5\\/6 people), available for dine-in or take-out at lunch and dinner time. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17950909090438653\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-30T12:40:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNCxDyQDTo_\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/166184401_375331713469834_3458046969357423289_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=imVKXvpHHtcAX_mRCCa&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=f01627fc7336b6b9977c907c42fda4be&oe=60A9331F\",\"caption\":\"Treat yourself and your Family for these Easter celebrations with our #GoodFriday special lunch and dinner fish festival menu. \\n\\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500. Available for dine-in or take-out. Bookings are now open. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood\",\"id\":\"17931214846509050\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T12:23:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9lhhWDbuN\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/164982518_807638503432809_8143911046565471139_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aB2c5jS4BNEAX8impbB&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=19063acc4b331cb79208c7a871c8dedb&oe=60A71F6D\",\"caption\":\"Fumo thought of special Easter Sunday menu to offer you a tasteful experience with your family and loved one(s). We know there is no proper Easter celebrations without lamb, we slowly cook it with typical Italian herbs to make it exceptionally tender and flavorful.\\n \\nThe 2kg lamb shoulder comes with a bottle of Red blend Opulence wine for R 1500 (serves 5\\/6 people).\\nAvailable for dine-in or take-out. Bookings are now open.\\n \\n#Pretoria #lunch #dinner #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17901230389850461\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T16:03:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Z3fkD24j\\/\"}],\"pagination\":{\"17841401993766512_users\":\"https:\\/\\/graph.instagram.com\\/v3.2\\/17841401993766512\\/media?access_token=IGQVJWY0gtdFJfR3pSbDFvX19IMU51UUdFNk0zVTliS0ZAvMkhwdzJRUjJvX0V1bVRTbFR4bm9DTGVxSFpiOXhYSlVYenh1bkh4c3o0UTJpRG5TdGJIVXByZAnA2MjNISG12d2lNTVVR&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=12&after=QVFIUlVMdFNob19Vci1wZAnFLcV83LVB2QWpCU0hLbGNudzFPeV9IVUFra251Sk9iaUItYUJTQVFseW9GZAmF1LUJDRU4wMndzR3A4aVR6aUFISG5oenBqN0p3\"},\"pages_created\":1}','no'),(39906,'_site_transient_timeout_browser_9359865d22f4f5c9ec57327b7ceb8bb0','1619585233','no'),(39907,'_site_transient_browser_9359865d22f4f5c9ec57327b7ceb8bb0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"90.0.4430.72\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(11275,'facebook_config','a:4:{s:8:\"pixel_id\";s:15:\"562799884470880\";s:7:\"use_pii\";s:1:\"1\";s:7:\"use_s2s\";s:1:\"1\";s:12:\"access_token\";s:0:\"\";}','yes'),(7108,'seedprod_settings','{\"enable_maintenance_mode\":false,\"enable_coming_soon_mode\":false}','yes'),(7109,'seedprod_maintenance_mode_page_id','80','yes'),(29937,'seedprod_csp4_migrated','1','yes'),(7112,'seedprod_migration_run_once','1','yes'),(7143,'seedprod_onetime_flush_rewrite','1','yes'),(6306,'wp-smush-show_upgrade_modal','1','no'),(6284,'itsec_highlighted_logs','a:3:{s:11:\"highlighted\";a:0:{}s:7:\"markers\";a:0:{}s:5:\"muted\";a:1:{s:18:\"file-change-report\";i:1619099067;}}','no'),(6364,'auto_update_themes','a:1:{i:0;s:4:\"Divi\";}','no'),(38568,'et_pb_contact_form_ae87f194d4f18c1bcf8ccf2e12bae0bf','off','yes'),(6426,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(6432,'et_pb_signup_0cc67f1a9745a7bf572bfd3e934bace0','off','yes'),(6431,'et_pb_contact_form_c4949ad6abce72f5390c1d45d62424ef','off','yes'),(9683,'wp_mail_smtp_initial_version','2.5.1','no'),(9684,'wp_mail_smtp_version','2.6.0','no'),(9685,'wp_mail_smtp','a:7:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:20:\"simone@zanetti.co.za\";s:9:\"from_name\";s:15:\"Fumo Restaurant\";s:6:\"mailer\";s:8:\"sendgrid\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";s:3:\"yes\";s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:0:\"\";s:10:\"encryption\";s:4:\"none\";s:4:\"port\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:69:\"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\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}}','no'),(9686,'wp_mail_smtp_activated_time','1606854992','no'),(9687,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1606854992;}','yes'),(9692,'action_scheduler_hybrid_store_demarkation','202','yes'),(9693,'schema-ActionScheduler_StoreSchema','3.0.1606854992','yes'),(9694,'schema-ActionScheduler_LoggerSchema','2.0.1606854992','yes'),(9698,'wp_mail_smtp_migration_version','3','yes'),(9699,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1613645063;s:9:\"dismissed\";b:1;}','yes'),(9700,'action_scheduler_lock_async-request-runner','1619171627','yes'),(30108,'et_pb_contact_form_614f1c1a9d1d6d78b7cc732fd3f84446','off','yes'),(29966,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30363,'et_pb_contact_form_4e87c7a8c0a47baf11a0f6a33ebd5610','off','yes'),(22128,'calendarjsupdated','0','no'),(22129,'jswidgetupdated','0','no'),(21957,'widget_glf-mor-commerce','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21991,'tribe_events_calendar_options','a:12:{s:8:\"did_init\";b:1;s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:14:\"schema-version\";s:3:\"3.9\";s:21:\"previous_ecp_versions\";a:1:{i:0;s:1:\"0\";}s:18:\"latest_ecp_version\";s:7:\"5.3.2.1\";s:16:\"views_v2_enabled\";b:1;s:12:\"postsPerPage\";i:12;s:16:\"monthEventAmount\";i:3;s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:39:\"last-update-message-the-events-calendar\";s:7:\"5.3.2.1\";}','yes'),(21998,'tribe_last_updated_option','1613651389.8417','yes'),(21999,'tribe_last_save_post','1613651389.8421','yes'),(22000,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22003,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:42:\"the-events-calendar/common/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1613651402;s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:7:\"abspath\";s:32:\"/home/ottunive/public_html/fumo/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";s:8:\"sdk_path\";s:42:\"the-events-calendar/common/vendor/freemius\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1613651402;}}','yes'),(22004,'fs_debug_mode','','yes'),(22005,'fs_accounts','a:12:{s:21:\"id_slug_type_path_map\";a:1:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"the-events-calendar\";a:21:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1613650688;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"5.3.2.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:10:\"fumo.co.za\";s:9:\"server_ip\";s:14:\"178.79.186.170\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1613650688;s:7:\"version\";s:7:\"5.3.2.1\";}s:15:\"prev_is_premium\";b:0;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:0;s:22:\"install_sync_timestamp\";i:1613651402;s:19:\"keepalive_timestamp\";i:1613651402;s:20:\"activation_timestamp\";i:1613650698;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"10\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";}s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:7:\"5.3.2.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"903ba2a076a4480d3c97226e8f471561\";s:5:\"plans\";a:1:{s:19:\"the-events-calendar\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MzA2OQ==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NDg3Mg==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wMS0wOCAxNTozNjowNw==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1613651389;s:3:\"md5\";s:32:\"05ad5a5b7b1267f0dc3e4585c06506a0\";s:7:\"plugins\";a:12:{s:29:\"antispam-bee/antispam_bee.php\";a:5:{s:4:\"slug\";s:12:\"antispam-bee\";s:7:\"version\";s:5:\"2.9.3\";s:5:\"title\";s:12:\"Antispam Bee\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:15:\"bloom/bloom.php\";a:5:{s:4:\"slug\";s:5:\"bloom\";s:7:\"version\";s:6:\"1.3.11\";s:5:\"title\";s:5:\"Bloom\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"call-now-button/call-now-button.php\";a:5:{s:4:\"slug\";s:15:\"call-now-button\";s:7:\"version\";s:5:\"0.4.1\";s:5:\"title\";s:15:\"Call Now Button\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";a:5:{s:4:\"slug\";s:26:\"click-to-chat-for-whatsapp\";s:7:\"version\";s:5:\"3.2.6\";s:5:\"title\";s:13:\"Click to Chat\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"coming-soon/coming-soon.php\";a:5:{s:4:\"slug\";s:11:\"coming-soon\";s:7:\"version\";s:8:\"6.0.11.1\";s:5:\"title\";s:62:\"Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"dg-divi-carousel/dg-divi-carousel.php\";a:5:{s:4:\"slug\";s:16:\"dg-divi-carousel\";s:7:\"version\";s:6:\"2.0.19\";s:5:\"title\";s:13:\"Divi Carousel\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";a:5:{s:4:\"slug\";s:28:\"supreme-modules-pro-for-divi\";s:7:\"version\";s:5:\"4.2.2\";s:5:\"title\";s:16:\"Divi Supreme Pro\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:41:\"better-wp-security/better-wp-security.php\";a:5:{s:4:\"slug\";s:18:\"better-wp-security\";s:7:\"version\";s:5:\"7.9.0\";s:5:\"title\";s:16:\"iThemes Security\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:19:\"monarch/monarch.php\";a:5:{s:4:\"slug\";s:7:\"monarch\";s:7:\"version\";s:6:\"1.4.13\";s:5:\"title\";s:14:\"Monarch Plugin\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"instagram-feed/instagram-feed.php\";a:5:{s:4:\"slug\";s:14:\"instagram-feed\";s:7:\"version\";s:3:\"2.7\";s:5:\"title\";s:28:\"Smash Balloon Instagram Feed\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";a:5:{s:4:\"slug\";s:24:\"supreme-modules-for-divi\";s:7:\"version\";s:5:\"2.3.6\";s:5:\"title\";s:63:\"Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"the-events-calendar/the-events-calendar.php\";a:5:{s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:7:\"5.3.2.1\";s:5:\"title\";s:19:\"The Events Calendar\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1613651389;s:3:\"md5\";s:32:\"489ff5ccd191684b8d637d48160636d2\";s:7:\"plugins\";a:17:{s:29:\"antispam-bee/antispam_bee.php\";a:5:{s:4:\"slug\";s:12:\"antispam-bee\";s:7:\"version\";s:5:\"2.9.3\";s:5:\"title\";s:12:\"Antispam Bee\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:15:\"bloom/bloom.php\";a:5:{s:4:\"slug\";s:5:\"bloom\";s:7:\"version\";s:6:\"1.3.11\";s:5:\"title\";s:5:\"Bloom\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"call-now-button/call-now-button.php\";a:5:{s:4:\"slug\";s:15:\"call-now-button\";s:7:\"version\";s:5:\"0.4.1\";s:5:\"title\";s:15:\"Call Now Button\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";a:5:{s:4:\"slug\";s:26:\"click-to-chat-for-whatsapp\";s:7:\"version\";s:5:\"3.2.6\";s:5:\"title\";s:13:\"Click to Chat\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"coming-soon/coming-soon.php\";a:5:{s:4:\"slug\";s:11:\"coming-soon\";s:7:\"version\";s:8:\"6.0.11.1\";s:5:\"title\";s:62:\"Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:37:\"dg-divi-carousel/dg-divi-carousel.php\";a:5:{s:4:\"slug\";s:16:\"dg-divi-carousel\";s:7:\"version\";s:6:\"2.0.19\";s:5:\"title\";s:13:\"Divi Carousel\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";a:5:{s:4:\"slug\";s:28:\"supreme-modules-pro-for-divi\";s:7:\"version\";s:5:\"4.2.2\";s:5:\"title\";s:16:\"Divi Supreme Pro\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";a:5:{s:4:\"slug\";s:23:\"official-facebook-pixel\";s:7:\"version\";s:5:\"3.0.3\";s:5:\"title\";s:22:\"Facebook for WordPress\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:41:\"better-wp-security/better-wp-security.php\";a:5:{s:4:\"slug\";s:18:\"better-wp-security\";s:7:\"version\";s:5:\"7.9.0\";s:5:\"title\";s:16:\"iThemes Security\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:19:\"monarch/monarch.php\";a:5:{s:4:\"slug\";s:7:\"monarch\";s:7:\"version\";s:6:\"1.4.13\";s:5:\"title\";s:14:\"Monarch Plugin\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"instagram-feed/instagram-feed.php\";a:5:{s:4:\"slug\";s:14:\"instagram-feed\";s:7:\"version\";s:3:\"2.7\";s:5:\"title\";s:28:\"Smash Balloon Instagram Feed\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:23:\"wp-smushit/wp-smush.php\";a:5:{s:4:\"slug\";s:10:\"wp-smushit\";s:7:\"version\";s:5:\"3.8.3\";s:5:\"title\";s:5:\"Smush\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";a:5:{s:4:\"slug\";s:24:\"supreme-modules-for-divi\";s:7:\"version\";s:5:\"2.3.6\";s:5:\"title\";s:63:\"Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:43:\"the-events-calendar/the-events-calendar.php\";a:5:{s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:7:\"5.3.2.1\";s:5:\"title\";s:19:\"The Events Calendar\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"updraftplus/updraftplus.php\";a:5:{s:4:\"slug\";s:11:\"updraftplus\";s:7:\"version\";s:7:\"1.16.47\";s:5:\"title\";s:28:\"UpdraftPlus - Backup/Restore\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"wp-fastest-cache/wpFastestCache.php\";a:5:{s:4:\"slug\";s:16:\"wp-fastest-cache\";s:7:\"version\";s:7:\"0.9.1.5\";s:5:\"title\";s:16:\"WP Fastest Cache\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";a:5:{s:4:\"slug\";s:12:\"wp-mail-smtp\";s:7:\"version\";s:5:\"2.6.0\";s:5:\"title\";s:12:\"WP Mail SMTP\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1613651389;s:3:\"md5\";s:32:\"52670f79f6b7dc038feff6d9a69be3dd\";s:6:\"themes\";a:2:{s:4:\"Divi\";a:5:{s:4:\"slug\";s:4:\"Divi\";s:7:\"version\";s:5:\"4.9.0\";s:5:\"title\";s:4:\"Divi\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:15:\"twentytwentyone\";a:5:{s:4:\"slug\";s:15:\"twentytwentyone\";s:7:\"version\";s:3:\"1.1\";s:5:\"title\";s:17:\"Twenty Twenty-One\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:1:{s:19:\"the-events-calendar\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:8:\"86661173\";s:9:\"plugin_id\";s:4:\"3069\";s:7:\"user_id\";s:7:\"4404991\";s:5:\"title\";s:15:\"Fumo Restaurant\";s:3:\"url\";s:27:\"http://rainmakers.cafe/fumo\";s:7:\"version\";s:7:\"5.3.2.1\";s:8:\"language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"5.6.1\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"4872\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:10:\"public_key\";s:32:\"pk_0d44593637f11fe42b3ca5ef4bbeb\";s:10:\"secret_key\";s:32:\"sk_rYN(t}RI_Z45H3:F5W7z1y=ge%M4c\";s:2:\"id\";s:7:\"6709100\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-02-18 12:18:17\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:4404991;O:7:\"FS_User\":13:{s:5:\"email\";s:20:\"raju@rainmakers.cafe\";s:5:\"first\";s:4:\"raju\";s:4:\"last\";s:0:\"\";s:11:\"is_verified\";b:0;s:7:\"is_beta\";N;s:11:\"customer_id\";N;s:5:\"gross\";i:0;s:10:\"public_key\";s:32:\"pk_fd49daaaa68ba3183b45c3db437e0\";s:10:\"secret_key\";s:32:\"sk_8xCHW;K*k_{&pMxwfkJXa%_?RJub1\";s:2:\"id\";s:7:\"4404991\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-02-18 12:18:17\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:13:\"admin_notices\";a:1:{s:19:\"the-events-calendar\";a:0:{}}}','yes'),(22006,'fs_gdpr','a:2:{s:2:\"u0\";a:1:{s:8:\"required\";b:0;}s:2:\"u3\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}}','yes'),(22007,'tribe_last_generate_rewrite_rules','1613650701.4925','yes'),(30402,'layout_category_children','a:0:{}','yes'),(9651,'et_pb_contact_form_820e44ca341a3d7556ed9fb3b870f8c4','off','yes'),(9646,'et_pb_contact_form_3bc60c40e539d9c35b9a8caa7a5156a2','off','yes'),(9647,'et_pb_signup_0a034c880bdcdfb64360e6478ee7b8b6','off','yes'),(29965,'n2_ss3_version','3.4.1.17/b:release-3.4.1.17/r:821e0c40c1a68904613c085ca8d654d9473341fb','yes'),(22158,'events_categories_children','a:0:{}','yes'),(22187,'ecwd_old_events','0','yes'),(22188,'ecwd_default_calendar','268','yes'),(22189,'ecwd_settings_events','a:1:{s:19:\"use_custom_template\";s:1:\"0\";}','yes'),(22190,'ecwd_version','1.1.41','yes'),(22195,'ecwd_scripts_key','602e66e23cfcc','yes'),(22196,'ecwd_settings_general','a:1:{s:13:\"save_settings\";i:1;}','yes'),(22197,'widget_ecwd_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22198,'ecwd_slug_changed','0','yes'),(22199,'ecwd_single_slug','event','yes'),(22200,'ecwd_slug','events','yes'),(22201,'ecwd_cpt_setup','1','yes'),(22202,'ecwd_settings','','yes'),(22203,'ecwd_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"3/30/2021\";s:3:\"int\";i:14;s:9:\"dismissed\";i:0;}}','yes'),(21848,'can_compress_scripts','0','no'),(40956,'_site_transient_timeout_browser_fde6b5e09d017489a44967c1846dcc29','1619703896','no'),(40955,'action_scheduler_migration_status','complete','yes'),(40957,'_site_transient_browser_fde6b5e09d017489a44967c1846dcc29','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"14.0.3\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(41031,'_site_transient_timeout_browser_d36b7428f034633878fcdcb88dd9ac82','1619773621','no'),(41032,'_site_transient_browser_d36b7428f034633878fcdcb88dd9ac82','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.128\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(29378,'updraftplus_dismissedautobackup','1623138782','yes'),(30696,'WpFc_api_key','d6effc329a007b401ef8276a787efa90','yes'),(29884,'seedprod_coming_soon_page_id','331','yes'),(29885,'seedprod_free_templates_subscribed','1','yes'),(22987,'itsec_dismissed_notices','a:1:{i:0;s:11:\"release-rcp\";}','no'),(22994,'updraftplus_dismisseddashnotice','1645602150','yes'),(38753,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1619148400;s:7:\"checked\";a:2:{s:4:\"Divi\";s:5:\"4.9.4\";s:15:\"twentytwentyone\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{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:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:5:\"4.9.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:147:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4&username=simonezanetti\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"translations\";a:0:{}}','no'),(38754,'_site_transient_et_update_themes','O:8:\"stdClass\":4:{s:7:\"checked\";a:2:{s:4:\"Divi\";s:5:\"4.9.4\";s:15:\"twentytwentyone\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:5:\"4.9.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:147:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4&username=simonezanetti\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"last_checked\";i:1619148400;}','no'),(41036,'_site_transient_timeout_browser_291da66cbb2b7ebec14fe3e09324e087','1619773625','no'),(41037,'_site_transient_browser_291da66cbb2b7ebec14fe3e09324e087','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"90.0.4430.85\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(41033,'_site_transient_timeout_php_check_8c0181da100b1c7d1f637c18117d0149','1619773621','no'),(41000,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1619202111','no'),(41001,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\'>Become an Early Adopter With the Gutenberg Plugin</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\'>WordPress 5.7.1 Security and Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential\'>WPTavern: With Some Hits and Misses, the Guten Blog WordPress Theme Has Potential</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/google-delays-page-experience-ranking-signal-rollout-until-june-2021-adds-new-report-to-search-console?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-delays-page-experience-ranking-signal-rollout-until-june-2021-adds-new-report-to-search-console\'>WPTavern: Google Delays Page Experience Ranking Signal Rollout until June 2021, Adds New Report to Search Console</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/themes-set-up-for-a-paradigm-shift-wordpress-5-8-will-unleash-tools-to-make-it-happen?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=themes-set-up-for-a-paradigm-shift-wordpress-5-8-will-unleash-tools-to-make-it-happen\'>WPTavern: Themes Set Up for a Paradigm Shift, WordPress 5.8 Will Unleash Tools To Make It Happen</a></li></ul></div>','no'),(40994,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1619202111','no'),(40995,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1619202111','no'),(40997,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1619202111','no'),(40998,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1619202111','no'),(39571,'mprm_db_version','2.0.0','yes'),(39572,'mprm_settings','a:23:{s:8:\"currency\";s:3:\"ZAR\";s:13:\"template_mode\";s:5:\"theme\";s:14:\"customer_phone\";s:1:\"1\";s:15:\"item_quantities\";s:1:\"1\";s:16:\"shipping_address\";s:1:\"1\";s:16:\"enable_ajax_cart\";s:1:\"1\";s:15:\"default_gateway\";s:6:\"manual\";s:14:\"checkout_color\";s:7:\"inherit\";s:16:\"checkout_padding\";s:12:\"mprm-inherit\";s:17:\"currency_position\";s:6:\"before\";s:19:\"thousands_separator\";s:1:\",\";s:17:\"decimal_separator\";s:1:\".\";s:15:\"number_decimals\";s:1:\"2\";s:14:\"accepted_cards\";a:4:{s:4:\"visa\";s:4:\"Visa\";s:15:\"americanexpress\";s:16:\"American Express\";s:8:\"discover\";s:8:\"Discover\";s:6:\"paypal\";s:6:\"PayPal\";}s:20:\"checkout_include_tax\";s:2:\"no\";s:14:\"checkout_label\";s:8:\"Purchase\";s:16:\"add_to_cart_text\";s:11:\"Add to Cart\";s:12:\"buy_now_text\";s:7:\"Buy Now\";s:16:\"display_taxonomy\";s:4:\"list\";s:13:\"taxonomy_grid\";a:5:{s:3:\"col\";s:1:\"3\";s:10:\"categ_name\";s:9:\"only_text\";s:8:\"feat_img\";s:1:\"1\";s:11:\"ingredients\";s:1:\"1\";s:9:\"link_item\";s:1:\"1\";}s:13:\"taxonomy_list\";a:5:{s:3:\"col\";s:1:\"2\";s:10:\"categ_name\";s:9:\"only_text\";s:8:\"feat_img\";s:1:\"1\";s:11:\"ingredients\";s:1:\"1\";s:9:\"link_item\";s:1:\"1\";}s:20:\"taxonomy_simple_list\";a:5:{s:3:\"col\";s:1:\"1\";s:9:\"price_pos\";s:6:\"points\";s:10:\"categ_name\";s:9:\"only_text\";s:5:\"price\";s:1:\"1\";s:9:\"link_item\";s:1:\"1\";}s:15:\"theme_templates\";s:0:\"\";}','yes'),(39573,'mprm_use_php_sessions','1','yes'),(38507,'et_pb_contact_form_75af7ee9f76bc1742465d23b06da7b7e','off','yes'),(38512,'et_pb_contact_form_6c38a77c0e077715d523e1c4c70ff7cf','off','yes'),(38404,'et_pb_contact_form_b4b3c9f51ccdf26912ac1caa9295ad1c','off','yes'),(38466,'et_pb_contact_form_df745f593228d15f63fe3bec8182992d','off','yes'),(7329,'!sbi_17841401993766512#4','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/172985750_802799833949390_1661715277255361457_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=riSlpi_01kMAX8GAK7e&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=ed2829937933ee45448af4d29040fdcb&oe=60A16BFB\",\"caption\":\"Expect the unexpected. Come at Fumo to discover how many things we can do with a Lemon \\ud83c\\udf4b \\n\\n#lemon#dessert#fruit#passion#healthydessert #Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood#foodstagram#foodlovers\",\"id\":\"17869226708465592\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-15T11:05:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNry3cUjGXY\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/171507188_469609394240147_3637173349254620351_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8zomC9Bux0cAX_hUZCX&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=250737de886b2e33a07f917eed52587f&oe=60A3DBCC\",\"caption\":\"You can only win and achieve targets when you believe @fumorestaurant four different #tomatoes marinated differently #garlic #oregano from #sicily voila fried pizza topped with these beauties #pizza #pizzalover #pizzatime #pizzanapoletana #foodblogger #foodstagram @clauchefs you never stop to surprise \\ud83d\\udc4f\\ud83d\\udc4f\\ud83d\\udc4f\\ud83c\\udf45#napoli soon available @fumo.cafe\",\"id\":\"17881053893295752\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T13:17:50+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhu1zwDhOx\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/170259254_354214966006773_3612470060806023929_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zIRP-5kXHwIAX-ijL2T&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=fae17a3caedc00e1e45b7dc2c32d55d9&oe=60A2BB71\",\"caption\":\"I am not sure about you but I believe @clauchefs in #simplicity #ingridients #genuine produce to create a #festival of flavors here\\u2019s #prawns #tartare and #burratacheese @fumorestaurant #foodstagram #foodblogger #foodlover #foodpic no promotion only realizing and express my #creative dish I\\u2019ll stand up \\ud83d\\udcaa\\ud83c\\udffc\",\"id\":\"17901423526879919\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-10T04:20:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNeMgqxDRDC\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/169639712_466508368099580_3344570493025092911_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Z1eYp8FXZSQAX_e06YA&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=2b9307470ec61d458e6ff7c364a99c97&oe=60A48A17\",\"caption\":\"Born and raised in #napoli i am spreading some of my neapolitan #culture here in #southafrica #pizzatime #pizzanapoletana #pizzalovers #pizzalove #pizzagram @fumorestaurant  #foodblogger #foodstagram  @clauchefs\",\"id\":\"17893421585008145\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T11:45:10+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNXRDpuDOV8\\/\"}],\"pagination\":{\"17841401993766512_users\":\"https:\\/\\/graph.instagram.com\\/v3.2\\/17841401993766512\\/media?access_token=IGQVJWY0gtdFJfR3pSbDFvX19IMU51UUdFNk0zVTliS0ZAvMkhwdzJRUjJvX0V1bVRTbFR4bm9DTGVxSFpiOXhYSlVYenh1bkh4c3o0UTJpRG5TdGJIVXByZAnA2MjNISG12d2lNTVVR&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=4&after=QVFIUmY5MzhnZAWNWYXdmWWxuZAmtmNjBVSzdtN0MxNWx1ZA1c0cWhPbDc3OVNqajhDckk2ZAi13WGg4NE90Ql9pUWsxOTczSkFVbEZAmdGJGa2xob1ZAzcUlKTFlR\"},\"pages_created\":1}','no'),(7332,'!sbi_header_17841401993766512#4','{\"id\":\"17841401993766512\",\"username\":\"fumorestaurant\",\"media_count\":369}','no'),(7335,'sb_instagram_ajax_status','a:2:{s:6:\"tested\";b:1;s:10:\"successful\";b:1;}','yes'),(7426,'et_pb_contact_form_e165e7bb63cb464c861ff6f5baee545c','off','yes'),(7427,'et_pb_signup_6cf0868d01bc080d14fe1a168c8d08d0','off','yes'),(7338,'sbi_refresh_report','a:2:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2021-04-23 03:26:39\";}i:17841401993766512;a:2:{s:16:\"should_do_update\";b:0;s:6:\"reason\";s:38:\"token expiration date not close enough\";}}','no'),(9716,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1614076618;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(9719,'wp_mail_smtp_debug','a:1:{i:0;s:253:\"Mailer: SendGrid\r\nThe from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ to see the Sender Identity requirements - from;\";}','no'),(9725,'et_pb_contact_form_b4422f328481866394647b34de2aac87','off','yes'),(9730,'et_pb_contact_form_b47cc392b707e4b680a41e4961b1d188','off','yes'),(163,'current_theme','Divi','yes'),(164,'theme_mods_Divi','a:5:{i:0;b:0;s:18:\"custom_css_post_id\";i:5;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:3:{s:12:\"primary-menu\";i:24;s:14:\"secondary-menu\";i:0;s:11:\"footer-menu\";i:0;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";}','yes'),(165,'theme_switched','','yes'),(189,'et_account_status','active','no'),(268,'seed_csp4_settings_design','a:13:{s:8:\"bg_color\";s:7:\"#020202\";s:8:\"bg_image\";s:0:\"\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:7:\"bg_size\";s:5:\"cover\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#d6d6d6\";s:10:\"link_color\";s:7:\"#e83333\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}','yes'),(211,'recently_activated','a:2:{s:27:\"updraftplus/updraftplus.php\";i:1619099007;s:56:\"interactive-3d-flipbook-powered-physics-engine/index.php\";i:1619098992;}','yes'),(40949,'_transient_timeout_et_core_path','1619185467','no'),(40950,'_transient_et_core_path','/home/ottunive/public_html/fumo/wp-content/themes/Divi/core','no'),(40951,'_transient_timeout_et_core_version','1619185467','no'),(40952,'_transient_et_core_version','4.9.4','no'),(240,'et_bloom_options','a:2:{s:14:\"schema_version\";i:1;s:10:\"db_version\";s:3:\"1.2\";}','yes'),(241,'et_core_api_email_options','a:2:{i:0;b:0;s:8:\"accounts\";a:1:{s:9:\"mailchimp\";a:1:{s:17:\"Stone in the shoe\";a:0:{}}}}','yes'),(242,'widget_bloomwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(256,'widget_monarchwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'seed_csp4_initial_version','5.1.2','no'),(266,'seed_csp4_version','5.1.2','no'),(267,'seed_csp4_settings_content','a:9:{s:6:\"status\";s:1:\"2\";s:4:\"logo\";s:85:\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/07/Logo-Fumo-black-background.jpg\";s:8:\"headline\";s:33:\"Our new website will be live soon\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}','yes'),(191,'et_support_center_setup_done','processed','yes'),(194,'et_google_api_settings','a:3:{s:7:\"api_key\";s:39:\"AIzaSyCINy0PGbaZbJTJjqIpK8o1Lt1kZQH-sSU\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(195,'et_automatic_updates_options','a:2:{s:8:\"username\";s:13:\"simonezanetti\";s:7:\"api_key\";s:40:\"b66ed9c0d2f777a5e8d111e701f37d9c9310e7c4\";}','no'),(7213,'sb_instagram_settings','a:58:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";a:1:{i:0;s:17:\"17841401993766512\";}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\";i:100;s:16:\"sb_instagram_num\";i:12;s:24:\"sb_instagram_height_unit\";s:1:\"%\";s:17:\"sb_instagram_cols\";s:1:\"6\";s:27:\"sb_instagram_disable_mobile\";s:2:\"on\";s:26:\"sb_instagram_image_padding\";i:2;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:0:\"\";s:27:\"sb_instagram_btn_background\";s:7:\"#e10101\";s:27:\"sb_instagram_btn_text_color\";s:7:\"#ffffff\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";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:7:\"#e10101\";s:34:\"sb_instagram_follow_btn_text_color\";s:7:\"#ffffff\";s:28:\"sb_instagram_follow_btn_text\";s:22:\"Follow us on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";s:2:\"on\";s:15:\"sb_ajax_initial\";s:0:\"\";s:24:\"enqueue_css_in_shortcode\";s:0:\"\";s:23:\"sb_instagram_ajax_theme\";s:0:\"\";s:4:\"gdpr\";s:4:\"auto\";s:27:\"sb_instagram_disable_resize\";s:0:\"\";s:24:\"sb_instagram_favor_local\";s:2:\"on\";s:19:\"sb_instagram_minnum\";s:1:\"0\";s:24:\"disable_js_image_loading\";s:0:\"\";s:18:\"enqueue_js_in_head\";s:0:\"\";s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:15:\"custom_template\";s:0:\"\";s:20:\"disable_admin_notice\";s:0:\"\";s:19:\"enable_email_report\";s:2:\"on\";s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:20:\"simone@zanetti.co.za\";s:15:\"sbi_font_method\";s:3:\"svg\";s:28:\"sb_instagram_disable_awesome\";s:0:\"\";s:18:\"connected_accounts\";a:1:{i:17841401993766512;a:11:{s:12:\"access_token\";s:140:\"IGQVJWY0gtdFJfR3pSbDFvX19IMU51UUdFNk0zVTliS0ZAvMkhwdzJRUjJvX0V1bVRTbFR4bm9DTGVxSFpiOXhYSlVYenh1bkh4c3o0UTJpRG5TdGJIVXByZAnA2MjNISG12d2lNTVVR\";s:7:\"user_id\";s:17:\"17841401993766512\";s:8:\"username\";s:14:\"fumorestaurant\";s:8:\"is_valid\";b:1;s:12:\"last_checked\";i:1604730482;s:17:\"expires_timestamp\";i:1623806461;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:1618639236;}}s:21:\"sb_instagram_show_bio\";s:0:\"\";}','yes'),(30676,'!sbi_17841401993766512#6','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/161395740_349545229695576_7434842197403074490_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xqog7sjKasoAX_wKse7&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=2954b905d5bf4ec8e3a8031b55fa2d45&oe=607A0B8E\",\"caption\":\"Not only fish at Fumo, come and taste our exclusive Italian-style marinades. \\n\\n#Italian#restaurant#pretoria#pretoriafoodies#food#meat#steak#beef#marinades#fine#dining#luxury#quality#ingredients#southafrica#italy#delicious\",\"id\":\"17909939461679096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-16T12:09:21+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMeqVcYDiVA\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/149505901_243229840731779_425470408110778957_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=SaAchRRiMuoAX_zqVNt&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=881f6e9320d51131a53d5caeff5e588a&oe=6077B90E\",\"caption\":\"Happy valentines folks @fumorestaurant we wish you lots of #love #loveyou #loveislove #photographylover #food #foodie #foodporn #foodphotography #milan #milano #piazzaduomo \\u2764\\ufe0f\",\"id\":\"17891167000917887\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-14T15:30:26+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLRxf-xjPQH\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/149125905_459498615079904_3814913754732491621_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MIsGnfX3ZXkAX_Kpf0Z&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0c8fd36a3288631110e1da79207a19d0&oe=607985E1\",\"caption\":\"\\u201c\\ud835\\udc3f\\ud835\\udc5c\\ud835\\udc63\\ud835\\udc52 \\ud835\\udc56\\ud835\\udc60 \\ud835\\udc61\\u210e\\ud835\\udc52 \\ud835\\udc52\\ud835\\udc5a\\ud835\\udc4f\\ud835\\udc59\\ud835\\udc52\\ud835\\udc5a \\ud835\\udc5c\\ud835\\udc53 \\ud835\\udc52\\ud835\\udc61\\ud835\\udc52\\ud835\\udc5f\\ud835\\udc5b\\ud835\\udc56\\ud835\\udc61\\ud835\\udc66; \\ud835\\udc56\\ud835\\udc61 \\ud835\\udc50\\ud835\\udc5c\\ud835\\udc5b\\ud835\\udc53\\ud835\\udc5c\\ud835\\udc62\\ud835\\udc5b\\ud835\\udc51\\ud835\\udc60 \\ud835\\udc4e\\ud835\\udc59\\ud835\\udc59 \\ud835\\udc5a\\ud835\\udc52\\ud835\\udc5a\\ud835\\udc5c\\ud835\\udc5f\\ud835\\udc66 \\ud835\\udc5c\\ud835\\udc53 \\ud835\\udc4e \\ud835\\udc4f\\ud835\\udc52\\ud835\\udc54\\ud835\\udc56\\ud835\\udc5b\\ud835\\udc5b\\ud835\\udc56\\ud835\\udc5b\\ud835\\udc54, \\ud835\\udc4e\\ud835\\udc59\\ud835\\udc59 \\ud835\\udc53\\ud835\\udc52\\ud835\\udc4e\\ud835\\udc5f \\ud835\\udc5c\\ud835\\udc53 \\ud835\\udc4e\\ud835\\udc5b \\ud835\\udc52\\ud835\\udc5b\\ud835\\udc51\\u201c \\u2013 Madame de Stael \\nBook at Fumo at Valentine\\u2019s Day for a night starting with a complimentary glass of Prosecco and that you will wish could last forever. [Whatsapp bookings: 076 124 9615]\\n.\\n.\\n.\\n.\\n.\\n#food#seafood#italianfood#restaurant#luxury#dining#experience#romantic#valentinesday#love#pretoria#fine#menu#italian#southafrica#special#pretoriafoodies#pretoriafood#pretoriarestaurants\",\"id\":\"17928189100497432\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-12T10:00:41+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMCLD4jolX\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/148298773_220824743084618_678080905495506735_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ae3h5kqkFiAAX8AkrKh&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=df11c842fa7161c96744dd3f11fd0ad7&oe=6077F664\",\"caption\":\"Raspberries and Champagne, the combination that comes from the stars: two essential elements of Fumo\\u2019s Lui & Lei menu. Limited tables available for the most romantic night of the year. Book now and receive a complimentary glass of Prosecco at arrival [WhatsApp: 076 124 9615]! \\n.\\n.\\n.\\n. \\n. \\n#fancy#drink#dinner#prosecco#champagne#seafood#italian#luxury#restaurant#pretoria#italianfood#raspberries#special#romantic#valentinesday\",\"id\":\"17970293236364796\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-11T10:46:55+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLJiq2Aj1uA\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/147935812_427741104976835_1278611727371728303_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_Z9dsR6Ue6QAX_b_vDt&_nc_oc=AQk2yi_yieA7g0aGwixlgv5aLjs864Ksgeh2R8sOqgBYce4Pg-O3BES58HUOJhq3iKO3YxzhjFSzhundmhRdBWNh&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=2aeba0a2e7fca3e199259dc85f381714&oe=6079F26E\",\"caption\":\"Did you know that Casanova\\u2019s favorite food was oysters? He used to eat 50 of them every morning. Guess why! \\nAt Fumo we serve them fresh every day, come and taste them also at Valentine\\u2019s Day, together with a complimentary glass of Prosecco: book your table now and let the magic happen!\\n[Whatsapp us for bookings: 076 1249615]\\n. \\n.\\n.\\n.\\n.\\n#food#lovers#oysters#seafood#valentines#restaurant#special#dinner#night#italianfood#menu#luxury#experience#pretoria#prosecco#visitus\",\"id\":\"18058603246278719\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-10T14:49:20+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLHZng6Dc_O\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/146686531_1047386319081481_1166082961689784017_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fe89kizT01QAX_k3DVv&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=45c18bcf3bba0cf4905f7d9593da273e&oe=607A519C\",\"caption\":\"Have a great lunch folks #seafood #fishing #fish #fishinglife @fumorestaurant #instagram #instadaily #foodporn #foodie #foodphotography #foodstagram\",\"id\":\"17933564458455085\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-07T12:19:27+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK_aFFbD2li\\/\"}],\"pagination\":{\"17841401993766512_users\":\"https:\\/\\/graph.instagram.com\\/v3.2\\/17841401993766512\\/media?access_token=IGQVJVeU96cjBhQURHdWFyeDdkMkY5ZA0lkdEdpYjdpUU5kNnl0VGxIZAHhEeTJBVW5VM1JobVBOWl9BbUNvMlhUeUJ6YXJuTDcwWldyTm96VUtldHNxNHJRYnN6NjlVQm5zbnl6VzNR&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=QVFIUkY2QXhHQVF6Q3ZAoMVlwMHdnLUdaQl9BcjQwWm16TjdidHgxVVQxS0V1d3pjSWx5U0VlOVhlcFRURGlpZATg4VGhwbjYzczROWEVWN3lFVl8weXNMWUhn\"},\"pages_created\":1}','no'),(30324,'dpProEventCalendar_options','a:66:{s:13:\"booking_codex\";b:1;s:18:\"form_customization\";b:1;s:12:\"booking_code\";b:1;s:11:\"admin_email\";b:1;s:22:\"update_sync_ical_type_\";b:1;s:29:\"form_show_booking_block_hours\";b:1;s:20:\"display_fully_booked\";b:1;s:20:\"venue_filter_include\";b:1;s:21:\"form_show_extra_dates\";b:1;s:30:\"booking_custom_fields_calendar\";b:1;s:18:\"form_show_timezone\";b:1;s:17:\"booking_remaining\";b:1;s:27:\"booking_cancel_email_enable\";b:1;s:22:\"new_event_email_enable\";b:1;s:14:\"booking_cancel\";b:1;s:16:\"link_post_target\";b:1;s:26:\"form_show_location_options\";b:1;s:20:\"show_location_filter\";b:1;s:23:\"display_attendees_names\";b:1;s:18:\"form_show_end_time\";b:1;s:20:\"show_timezone_update\";b:1;s:18:\"sync_ical_category\";b:1;s:18:\"translation_fields\";b:1;s:12:\"sync_fb_page\";b:1;s:36:\"booking_email_template_reminder_user\";b:1;s:15:\"form_show_color\";b:1;s:26:\"booking_max_upcoming_dates\";b:1;s:13:\"form_bookings\";b:1;s:16:\"form_text_editor\";b:1;s:20:\"booking_max_quantity\";b:1;s:28:\"new_event_template_published\";b:1;s:17:\"display_attendees\";b:1;s:26:\"allow_user_add_event_roles\";b:1;s:19:\"daily_weekly_layout\";b:1;s:19:\"show_titles_monthly\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:21:\"disable_rewrite_rules\";i:0;s:10:\"user_roles\";a:0:{}s:13:\"article_share\";b:1;s:23:\"category_filter_include\";b:1;s:19:\"assign_events_admin\";b:1;s:16:\"all_working_days\";b:1;s:14:\"hide_old_dates\";b:1;s:16:\"limit_time_start\";b:1;s:16:\"form_show_fields\";b:1;s:22:\"allow_users_edit_event\";b:1;s:11:\"show_author\";b:1;s:13:\"remove_events\";b:1;s:12:\"cache_active\";b:1;s:7:\"booking\";b:1;s:12:\"booking_lang\";b:1;s:11:\"enable_wpml\";b:1;s:14:\"booking_status\";b:1;s:18:\"booking_non_logged\";b:1;s:26:\"booking_non_logged_options\";b:1;s:11:\"weekly_view\";b:1;s:17:\"tickets_remaining\";b:1;s:9:\"sync_ical\";b:1;s:18:\"updatebookingtable\";b:1;s:18:\"sync_ical_url_text\";b:1;s:16:\"booking_quantity\";b:1;s:13:\"booking_phone\";b:1;s:20:\"booking_extra_fields\";b:1;s:19:\"booking_cancel_date\";b:1;s:21:\"booking_cancel_reason\";b:1;s:14:\"booking_coupon\";b:1;}','yes'),(30096,'et_pb_contact_form_d393626577f73d4e9f2e6830622f638c','off','yes'),(30331,'widget_eventscalendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30332,'widget_eventscalendarupcomingevents','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30333,'widget_eventscalendaraccordion','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30334,'widget_eventscalendaraddevents','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30335,'widget_eventscalendartodayevents','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10122,'et_pb_contact_form_fc72ed77523e48564b9d5bbe0ebf4a94','off','yes'),(32960,'seedprod_app_settings','{  \n    \"facebook_g_app_id\":\"\",\n    \"disable_seedprod_button\":false\n }','yes'),(29366,'https_detection_errors','a:0:{}','yes'),(8735,'et_pb_signup_240d20b40ab593caf59633a54ce6b1b1','off','yes'),(9510,'dsm_general','','yes'),(9505,'dsm-supreme-modules-for-divi-activation-date','1606833623','no'),(9511,'dsm_theme_builder','','yes'),(9512,'dsm_settings_social_media','','yes'),(9513,'dsm_settings_misc','','yes'),(25432,'category_children','a:0:{}','yes'),(9524,'dsm_flush_rewrite_rules_flag','1','yes'),(9530,'dsm_pro_license','a:2:{s:3:\"key\";s:43:\"dsm-pro-lifetime-8b419fbc-4e1fe3d8-cf62ff39\";s:10:\"last_check\";i:1619168786;}','no'),(9551,'et_pb_signup_69b9ff4ff3c6eaa37caf3b3e3968f8a2','off','yes'),(9602,'cnb','a:13:{s:6:\"active\";s:1:\"1\";s:6:\"number\";s:12:\"+27123460916\";s:4:\"text\";s:0:\"\";s:5:\"color\";s:7:\"#00bb00\";s:9:\"iconcolor\";s:7:\"#ffffff\";s:10:\"appearance\";s:5:\"right\";s:4:\"show\";s:0:\"\";s:5:\"limit\";s:7:\"include\";s:8:\"tracking\";s:1:\"0\";s:11:\"conversions\";s:1:\"0\";s:4:\"zoom\";s:1:\"1\";s:7:\"z-index\";s:2:\"10\";s:7:\"version\";s:5:\"0.4.1\";}','yes'),(310,'itsec-storage','a:8:{s:6:\"global\";a:35:{s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:16:\"blacklist_period\";i:7;s:14:\"lockout_period\";i:15;s:18:\"lockout_white_list\";a:0:{}s:12:\"log_rotation\";i:60;s:17:\"file_log_rotation\";i:180;s:8:\"log_type\";s:8:\"database\";s:12:\"log_location\";s:72:\"/home/ottunive/public_html/fumo/wp-content/uploads/ithemes-security/logs\";s:8:\"log_info\";s:0:\"\";s:14:\"allow_tracking\";b:0;s:11:\"write_files\";b:1;s:10:\"nginx_file\";s:42:\"/home/ottunive/public_html/fumo/nginx.conf\";s:24:\"infinitewp_compatibility\";b:0;s:11:\"did_upgrade\";b:0;s:9:\"lock_file\";b:0;s:5:\"proxy\";s:14:\"security-check\";s:12:\"proxy_header\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"hide_admin_bar\";b:0;s:16:\"show_error_codes\";b:0;s:19:\"show_security_check\";b:0;s:5:\"build\";i:4122;s:13:\"initial_build\";i:4118;s:20:\"activation_timestamp\";i:1593680928;s:11:\"cron_status\";i:1;s:8:\"use_cron\";b:1;s:14:\"cron_test_time\";i:1619207737;s:19:\"enable_grade_report\";b:0;s:10:\"server_ips\";a:1:{i:0;s:14:\"178.79.186.170\";}s:13:\"feature_flags\";a:0:{}s:12:\"manage_group\";a:0:{}s:24:\"licensed_hostname_prompt\";b:0;}s:11:\"user-groups\";a:1:{s:14:\"default_groups\";a:5:{s:13:\"administrator\";s:36:\"7bd6aa1b-e4f3-4e5d-96ab-197ab4ad2570\";s:6:\"editor\";s:36:\"e9664a48-21ff-40f5-9424-9fdbd0876b54\";s:6:\"author\";s:36:\"80a2f965-df8e-461d-9df4-ce373e953c23\";s:11:\"contributor\";s:36:\"4480bd81-7c72-44ac-9d5a-2ccdb3381e25\";s:10:\"subscriber\";s:36:\"fa41f47a-55ff-4c82-9b83-b70fc97d4831\";}}s:18:\"security-check-pro\";a:6:{s:19:\"last_scan_timestamp\";i:1619099670;s:15:\"remote_ip_index\";s:11:\"REMOTE_ADDR\";s:13:\"ssl_supported\";b:1;s:20:\"remote_ips_timestamp\";i:1619099670;s:10:\"remote_ips\";a:2:{i:0;s:12:\"69.16.197.31\";i:1;s:14:\"69.167.144.232\";}s:8:\"key_salt\";s:60:\"b%%T.],u4=D(Cscp9$j1%FEg=pf}2M&-0H1(1GH5F-I,)XQYEkhktR#z%*Q}\";}s:21:\"password-requirements\";a:2:{s:20:\"enabled_requirements\";a:1:{s:8:\"strength\";b:1;}s:20:\"requirement_settings\";a:1:{s:8:\"strength\";a:1:{s:5:\"group\";a:6:{i:0;s:36:\"7bd6aa1b-e4f3-4e5d-96ab-197ab4ad2570\";i:1;s:36:\"e9664a48-21ff-40f5-9424-9fdbd0876b54\";i:2;s:36:\"80a2f965-df8e-461d-9df4-ce373e953c23\";i:3;s:36:\"4480bd81-7c72-44ac-9d5a-2ccdb3381e25\";i:4;s:36:\"fa41f47a-55ff-4c82-9b83-b70fc97d4831\";i:5;s:14:\"everybody-else\";}}}}s:16:\"wordpress-tweaks\";a:13:{s:18:\"wlwmanifest_header\";b:0;s:14:\"edituri_header\";b:0;s:12:\"comment_spam\";b:0;s:11:\"file_editor\";b:1;s:14:\"disable_xmlrpc\";i:0;s:22:\"allow_xmlrpc_multiauth\";b:0;s:8:\"rest_api\";s:15:\"restrict-access\";s:12:\"login_errors\";b:0;s:21:\"force_unique_nicename\";b:0;s:27:\"disable_unused_author_pages\";b:0;s:16:\"block_tabnapping\";b:0;s:21:\"valid_user_login_type\";s:4:\"both\";s:26:\"patch_thumb_file_traversal\";b:1;}s:3:\"ssl\";a:3:{s:11:\"require_ssl\";s:7:\"enabled\";s:8:\"frontend\";i:0;s:5:\"admin\";b:0;}s:19:\"network-brute-force\";a:5:{s:7:\"api_key\";s:32:\"x8sk2j2Js76bmOn4rM7ur7UsGIabBoUk\";s:10:\"api_secret\";s:128:\"OrD1lI3ClIA9b785v9X0D6T55YN91rtT0Y1lEs8ICO59H55R5RZd2oJcguMvFD685cA77V38Z10Pg13TlLT1JqUI7b8x7jG6XG9fvC005P6YqpL00RecdmA06uLK110t\";s:10:\"enable_ban\";b:1;s:13:\"updates_optin\";b:0;s:7:\"api_nag\";b:0;}s:19:\"notification-center\";a:8:{s:9:\"last_sent\";a:1:{s:6:\"digest\";i:1609359123;}s:9:\"resend_at\";a:1:{s:6:\"digest\";i:1619190387;}s:4:\"data\";a:1:{s:6:\"digest\";a:0:{}}s:15:\"last_mail_error\";s:0:\"\";s:13:\"notifications\";a:3:{s:6:\"digest\";a:5:{s:8:\"schedule\";s:5:\"daily\";s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}s:14:\"recipient_type\";s:7:\"default\";s:7:\"subject\";N;}s:7:\"lockout\";a:4:{s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}s:14:\"recipient_type\";s:7:\"default\";s:7:\"subject\";N;}s:6:\"backup\";a:2:{s:10:\"email_list\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";N;}}s:12:\"admin_emails\";a:0:{}s:10:\"from_email\";s:0:\"\";s:18:\"default_recipients\";a:1:{s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}}}}','yes'),(316,'itsec_active_modules','a:8:{s:9:\"ban-users\";b:1;s:6:\"backup\";b:1;s:11:\"brute-force\";b:1;s:19:\"network-brute-force\";b:1;s:16:\"wordpress-tweaks\";b:1;s:18:\"security-check-pro\";b:1;s:3:\"ssl\";b:1;s:13:\"404-detection\";b:1;}','yes'),(325,'antispam_bee','a:25:{s:9:\"flag_spam\";i:0;s:12:\"email_notify\";i:0;s:14:\"cronjob_enable\";i:0;s:16:\"cronjob_interval\";i:0;s:9:\"no_notice\";i:0;s:15:\"dashboard_count\";i:0;s:15:\"dashboard_chart\";i:0;s:12:\"regexp_check\";i:1;s:7:\"spam_ip\";i:1;s:17:\"already_commented\";i:1;s:10:\"time_check\";i:0;s:14:\"always_allowed\";i:0;s:12:\"ignore_pings\";i:0;s:13:\"ignore_filter\";i:0;s:11:\"ignore_type\";i:1;s:14:\"reasons_enable\";i:0;s:14:\"ignore_reasons\";a:0:{}s:12:\"bbcode_check\";i:1;s:14:\"gravatar_check\";i:0;s:12:\"country_code\";i:0;s:13:\"country_black\";s:0:\"\";s:13:\"country_white\";s:0:\"\";s:13:\"translate_api\";i:0;s:14:\"translate_lang\";a:0:{}s:24:\"delete_data_on_uninstall\";i:1;}','no'),(7209,'sbi_notifications','a:4:{s:6:\"update\";i:1619158902;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(330,'antispambee_db_version','1.01','yes'),(352,'wp-smush-settings','a:21:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;}','yes'),(353,'wp-smush-install-type','existing','no'),(354,'wp-smush-version','3.8.4','no'),(361,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1593681203;}s:5:\"queue\";a:0:{}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1594286003;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1615963502;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1616049894;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"7de3619981caadc55f30a002bfb299f6\";s:10:\"handled_at\";i:1616850726;}}}','no'),(362,'wpmudev_recommended_plugins_registered','a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1593681203;}}','no'),(7201,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(385,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b41b79e61586ef39f00413dfe832f268\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(384,'updraftplus_version','1.16.50','yes'),(386,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-883995d4fccc6b547ff9b2b817100ec4\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(387,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-eefd4206dff93025be1a19b3072beede\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(388,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-08805d5057b322ffce059ea2fcfbb298\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(389,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-41fdeb87eb7389bdee3d85f4deafbffe\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";s:7:\"user_id\";s:64:\"5fafaaa93f1e17873f485c97283279e157489ab718c1d839ce6a03d3764f906b\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:166:\"ya29.a0AfH6SMDnp3unjcBrdqQkJnPqikWuMB-_89n4e1ai29XQ0rPBE-v-RGglGTPCyuW5EDGDsGA8CR27zf9zaZb3Rztj38S2DtIfbX2JlD4DFljWQ0VQmJsc31J_J9CqoH3TrniqxqTf_3z23PQ3PuFY085rc7r7PFI\";s:7:\"created\";i:1619083320;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1619086889;s:9:\"ownername\";s:14:\"Simone Zanetti\";s:16:\"instance_enabled\";i:1;}}}','yes'),(390,'updraft_onedrive','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(391,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-f8f1c3612db751279c0993dd76e1ef33\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(392,'updraft_azure','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(414,'updraft_include_plugins','1','yes'),(393,'updraft_sftp','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(394,'updraft_googlecloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(395,'updraft_backblaze','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(396,'updraft_webdav','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(397,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-68e73f4731a076d220343d8aca0db540\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(398,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-7f43f78cd51e265026bebcb24777e065\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(399,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-27a3c494a9715962d280943ada7ef059\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}','yes'),(403,'updraft_retain_extrarules','a:0:{}','yes'),(404,'updraft_email','','yes'),(400,'updraftplus-addons_siteid','9e8f303c0243310200922a4f3bb02ec7','no'),(402,'updraftplus_tour_cancelled_on','backup_now','yes'),(405,'updraft_report_warningsonly','a:0:{}','yes'),(406,'updraft_report_wholebackup','a:0:{}','yes'),(407,'updraft_extradbs','a:0:{}','yes'),(408,'updraft_include_more_path','a:0:{}','yes'),(409,'updraft_interval','daily','yes'),(410,'updraft_retain','5','yes'),(411,'updraft_interval_database','daily','yes'),(412,'updraft_retain_db','5','yes'),(413,'updraft_service','googledrive','yes'),(415,'updraft_include_themes','1','yes'),(416,'updraft_include_uploads','1','yes'),(417,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(418,'updraft_include_others','1','yes'),(419,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(420,'updraft_split_every','400','yes'),(421,'updraft_delete_local','1','yes'),(422,'updraft_dir','updraft','yes'),(423,'updraft_debug_mode','0','yes'),(424,'updraft_ssl_useservercerts','0','yes'),(425,'updraft_ssl_disableverify','0','yes'),(426,'updraft_ssl_nossl','0','yes'),(9487,'auto_update_plugins','a:22:{i:1;s:29:\"antispam-bee/antispam_bee.php\";i:2;s:15:\"bloom/bloom.php\";i:3;s:35:\"call-now-button/call-now-button.php\";i:4;s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";i:5;s:27:\"coming-soon/coming-soon.php\";i:6;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:7;s:37:\"dg-divi-carousel/dg-divi-carousel.php\";i:8;s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";i:10;s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";i:11;s:41:\"better-wp-security/better-wp-security.php\";i:12;s:19:\"monarch/monarch.php\";i:13;s:33:\"instagram-feed/instagram-feed.php\";i:14;s:23:\"wp-smushit/wp-smush.php\";i:15;s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";i:16;s:27:\"updraftplus/updraftplus.php\";i:17;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:18;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:19;s:41:\"wp-post-page-clone/wp-post-page-clone.php\";i:20;s:33:\"smart-slider-3/smart-slider-3.php\";i:21;s:38:\"mp-restaurant-menu/restaurant-menu.php\";i:22;s:25:\"duplicator/duplicator.php\";i:23;s:56:\"interactive-3d-flipbook-powered-physics-engine/index.php\";}','no'),(429,'updraft_lastmessage','The backup apparently succeeded and is now complete (Apr 22 09:22:19)','yes'),(430,'updraftplus_unlocked_fd','1','no'),(431,'updraftplus_last_lock_time_fd','2021-04-22 09:21:44','no'),(432,'updraftplus_semaphore_fd','0','no'),(433,'updraft_last_scheduled_fd','1619083304','yes'),(435,'updraft_backup_history','a:5:{i:1619083304;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-plugins.zip\";}s:12:\"plugins-size\";i:43444240;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-themes.zip\";}s:11:\"themes-size\";i:13041394;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-uploads.zip\";}s:12:\"uploads-size\";i:244620004;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-others.zip\";}s:11:\"others-size\";i:1278607;s:2:\"db\";s:57:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-db.gz\";s:7:\"db-size\";i:702288;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"587893614b91929eeba20c8bf8d7a4bd77a98443\";s:7:\"themes0\";s:40:\"6c9adcabcb671ebb26e6c74e3bc7e9b904f3c2b3\";s:8:\"uploads0\";s:40:\"27ed6a028b97816ff94de7c1aed8fbda459b8e48\";s:7:\"others0\";s:40:\"82320642ec16554bda73156d700fd38fa9e670c9\";s:3:\"db0\";s:40:\"3dc2b5db834631d8c42257950957e5d11c0ee417\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"cd00a5b286387392cd0f93e4e3828f40db112e2271820b0117d96b8a6e8bea25\";s:7:\"themes0\";s:64:\"2f273af937ed38e41ca2d372db4134f42ecfd16bab464aff57b3009f267c76d7\";s:8:\"uploads0\";s:64:\"c9d2138e9df4b08f6cc140ad46c962e6d7e333fd13fdb855865dad042b6a1a8b\";s:7:\"others0\";s:64:\"b7f4b0c597206754b4b3e02b0c20434303319b97c36cf6640077c78cbf2b141d\";s:3:\"db0\";s:64:\"15ebc42e86ed2163349ff026dfdae8a2dbcfe549f452f3b685334ed2ae47f251\";}}s:5:\"nonce\";s:12:\"900ef68f349a\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-41fdeb87eb7389bdee3d85f4deafbffe\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1619083304;s:6:\"themes\";i:1619083311;s:7:\"uploads\";i:1619083313;s:6:\"others\";i:1619083318;}s:18:\"created_by_version\";s:7:\"1.16.53\";s:21:\"last_saved_by_version\";s:7:\"1.16.53\";s:12:\"is_multisite\";b:0;}i:1618996949;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-04-21-0922_Fumo_Restaurant_b44f26df81ca-plugins.zip\";}s:12:\"plugins-size\";i:43442872;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-04-21-0922_Fumo_Restaurant_b44f26df81ca-themes.zip\";}s:11:\"themes-size\";i:13041394;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-04-21-0922_Fumo_Restaurant_b44f26df81ca-uploads.zip\";}s:12:\"uploads-size\";i:213121824;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-04-21-0922_Fumo_Restaurant_b44f26df81ca-others.zip\";}s:11:\"others-size\";i:810227;s:2:\"db\";s:57:\"backup_2021-04-21-0922_Fumo_Restaurant_b44f26df81ca-db.gz\";s:7:\"db-size\";i:705067;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"5a851159dd9fb03ef2619d2063ca3f75dc3491dd\";s:7:\"themes0\";s:40:\"49a8a3666fa749c02c664d9a5f8ca4b80f9b7117\";s:8:\"uploads0\";s:40:\"1646b142aaf1cacd82392410a9fc1dd71a0343b6\";s:7:\"others0\";s:40:\"00a26589183b5db562b34422b256b92996664851\";s:3:\"db0\";s:40:\"c009f94bd80751951132240c120016033fc3e0c0\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"2760776324062d347d543a998c9c4add88da762fba72be6d2f8743c6790c5031\";s:7:\"themes0\";s:64:\"39695ec86302c0d35b92c7d651630aaa38d5d8abfdb5f89bb91c75a353a0f30f\";s:8:\"uploads0\";s:64:\"9285d4f33db87258d93c281f91e3c73068702da69b55a0c2ccfe5ff8f658b218\";s:7:\"others0\";s:64:\"5d49760aebe9aca128b4cbd550d8778d3e5335ea79586fb806106e3ed9450b53\";s:3:\"db0\";s:64:\"2f4d0fefd9677f500f143b04a86b345a4f7a25349c592e0ad444b6f942b51bdc\";}}s:5:\"nonce\";s:12:\"b44f26df81ca\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-41fdeb87eb7389bdee3d85f4deafbffe\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1618996949;s:6:\"themes\";i:1618996957;s:7:\"uploads\";i:1618996959;s:6:\"others\";i:1618996963;}s:18:\"created_by_version\";s:7:\"1.16.53\";s:21:\"last_saved_by_version\";s:7:\"1.16.53\";s:12:\"is_multisite\";b:0;}i:1618910525;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-04-20-0922_Fumo_Restaurant_c88641e04d71-plugins.zip\";}s:12:\"plugins-size\";i:39504110;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-04-20-0922_Fumo_Restaurant_c88641e04d71-themes.zip\";}s:11:\"themes-size\";i:13041394;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-04-20-0922_Fumo_Restaurant_c88641e04d71-uploads.zip\";}s:12:\"uploads-size\";i:211788734;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-04-20-0922_Fumo_Restaurant_c88641e04d71-others.zip\";}s:11:\"others-size\";i:797999;s:2:\"db\";s:57:\"backup_2021-04-20-0922_Fumo_Restaurant_c88641e04d71-db.gz\";s:7:\"db-size\";i:611134;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"404b3870f010167c95079720239cff5c47aaa6e3\";s:7:\"themes0\";s:40:\"942ccb3d738a108e3f3bbee6f0ca2058b799a9fa\";s:8:\"uploads0\";s:40:\"de3627fa59bf70072e800352ff868deafb617985\";s:7:\"others0\";s:40:\"637e3b9946408ec53e2b1bd84c48810feacc0464\";s:3:\"db0\";s:40:\"7698791d3e21163a7b649c32d43d870eb49cf4d3\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"b48db81b869a00b27057343fede250e3286e8e6a1e98c48eeee15b7bec1c94b1\";s:7:\"themes0\";s:64:\"71dde388c0b6317d30f5fcb47ccc246dbcb6b7c76ee9445434fb3f7b2462c4f4\";s:8:\"uploads0\";s:64:\"fe71ba7bf7eaa5e6d03043607f3ba19392597f83974dfc32d2a80685d69c7e03\";s:7:\"others0\";s:64:\"f416d37b74fc6bb04c69edb13b3ca498c775fc8348dbdab17bccfd78fbc2f57c\";s:3:\"db0\";s:64:\"cba53f169bfa3c41750accd175e1ac8699976f13809f19779425beff730e75a3\";}}s:5:\"nonce\";s:12:\"c88641e04d71\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-41fdeb87eb7389bdee3d85f4deafbffe\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1618910526;s:6:\"themes\";i:1618910534;s:7:\"uploads\";i:1618910536;s:6:\"others\";i:1618910540;}s:18:\"created_by_version\";s:7:\"1.16.53\";s:21:\"last_saved_by_version\";s:7:\"1.16.53\";s:12:\"is_multisite\";b:0;}i:1618824146;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-04-19-0922_Fumo_Restaurant_f6c69f7fc80f-plugins.zip\";}s:12:\"plugins-size\";i:39504110;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-04-19-0922_Fumo_Restaurant_f6c69f7fc80f-themes.zip\";}s:11:\"themes-size\";i:13041394;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-04-19-0922_Fumo_Restaurant_f6c69f7fc80f-uploads.zip\";}s:12:\"uploads-size\";i:197566730;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-04-19-0922_Fumo_Restaurant_f6c69f7fc80f-others.zip\";}s:11:\"others-size\";i:781869;s:2:\"db\";s:57:\"backup_2021-04-19-0922_Fumo_Restaurant_f6c69f7fc80f-db.gz\";s:7:\"db-size\";i:560174;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"58e2cdb33be37d3e609ad7c75fee37298d137fe9\";s:7:\"themes0\";s:40:\"98a447e5133eb70601e76241824b7b07ff089d61\";s:8:\"uploads0\";s:40:\"f74e63d2d3bd22896df9e9848dc666b5a7912fe1\";s:7:\"others0\";s:40:\"24f45d08c9f89f3a07a281cf531fd7b524350764\";s:3:\"db0\";s:40:\"e00e48a6285b657f092379e73a8224d8b463dcb7\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"b65587d1202de2d3713b252683acb3392c15beb8ce5e7a44da4b10b3a0461e21\";s:7:\"themes0\";s:64:\"100d4cb910febf5705332b2cacb4bc843257ca1499068ba221f05c0a40e23013\";s:8:\"uploads0\";s:64:\"37491c928f4fb37ae17ee31d4ab5def68c545752070945c554ff675aa38eca60\";s:7:\"others0\";s:64:\"bac2083c931acf1318072e9a816c440f387640065f9c354c23fe91088a3312ba\";s:3:\"db0\";s:64:\"dec21fb1e09be97724e6a180fab292401a1e4dd94d4919521294ed6d9359c4ce\";}}s:5:\"nonce\";s:12:\"f6c69f7fc80f\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-41fdeb87eb7389bdee3d85f4deafbffe\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1618824146;s:6:\"themes\";i:1618824152;s:7:\"uploads\";i:1618824154;s:6:\"others\";i:1618824158;}s:18:\"created_by_version\";s:7:\"1.16.53\";s:21:\"last_saved_by_version\";s:7:\"1.16.53\";s:12:\"is_multisite\";b:0;}i:1618817149;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-04-19-0725_Fumo_Restaurant_261d8c982bc4-plugins.zip\";}s:12:\"plugins-size\";i:39504110;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-04-19-0725_Fumo_Restaurant_261d8c982bc4-themes.zip\";}s:11:\"themes-size\";i:13041394;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-04-19-0725_Fumo_Restaurant_261d8c982bc4-uploads.zip\";}s:12:\"uploads-size\";i:197566730;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-04-19-0725_Fumo_Restaurant_261d8c982bc4-others.zip\";}s:11:\"others-size\";i:11600;s:2:\"db\";s:57:\"backup_2021-04-19-0725_Fumo_Restaurant_261d8c982bc4-db.gz\";s:7:\"db-size\";i:558782;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"2c16d119d8ca22f737950638182ee6195e5ebf46\";s:7:\"themes0\";s:40:\"df87b53d8d22de36530c99296f86549b4ee9a488\";s:8:\"uploads0\";s:40:\"1c03df3a76943137b0904f76c701f9c879931f70\";s:7:\"others0\";s:40:\"aa0912ba6678de5045a5b718f738f5a50c1c6416\";s:3:\"db0\";s:40:\"d667cca8a95537e39ff342843c67584d4a6d50c8\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"80b7e5db05cb888905a8675ab31e3aa47fa239ad6e057cb88cf21014121a0fa5\";s:7:\"themes0\";s:64:\"6e928546ac8e66e25a08ae4cc331870df547167c3e8e89b61e2072936d6d6b8f\";s:8:\"uploads0\";s:64:\"9fc95df61f192daa56dd8376b58e64bb10aaea15ccb0038d2e957fb23366c4a3\";s:7:\"others0\";s:64:\"16a7833c61da0e5ce88ae87129096212842939976852590eb815d05e63967774\";s:3:\"db0\";s:64:\"cd2f0da19bc5dd5ae58de588158f5e1f76c883ded14228f6cf5e5411be030783\";}}s:5:\"nonce\";s:12:\"261d8c982bc4\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-41fdeb87eb7389bdee3d85f4deafbffe\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1618817149;s:6:\"themes\";i:1618817155;s:7:\"uploads\";i:1618817157;s:6:\"others\";i:1618817162;}s:18:\"created_by_version\";s:7:\"1.16.53\";s:21:\"last_saved_by_version\";s:7:\"1.16.53\";s:12:\"is_multisite\";b:0;}}','no'),(436,'updraft_last_backup','a:6:{s:11:\"backup_time\";i:1619083304;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-plugins.zip\";}s:12:\"plugins-size\";i:43444240;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-themes.zip\";}s:11:\"themes-size\";i:13041394;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-uploads.zip\";}s:12:\"uploads-size\";i:244620004;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-others.zip\";}s:11:\"others-size\";i:1278607;s:2:\"db\";s:57:\"backup_2021-04-22-0921_Fumo_Restaurant_900ef68f349a-db.gz\";s:7:\"db-size\";i:702288;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"587893614b91929eeba20c8bf8d7a4bd77a98443\";s:7:\"themes0\";s:40:\"6c9adcabcb671ebb26e6c74e3bc7e9b904f3c2b3\";s:8:\"uploads0\";s:40:\"27ed6a028b97816ff94de7c1aed8fbda459b8e48\";s:7:\"others0\";s:40:\"82320642ec16554bda73156d700fd38fa9e670c9\";s:3:\"db0\";s:40:\"3dc2b5db834631d8c42257950957e5d11c0ee417\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"cd00a5b286387392cd0f93e4e3828f40db112e2271820b0117d96b8a6e8bea25\";s:7:\"themes0\";s:64:\"2f273af937ed38e41ca2d372db4134f42ecfd16bab464aff57b3009f267c76d7\";s:8:\"uploads0\";s:64:\"c9d2138e9df4b08f6cc140ad46c962e6d7e333fd13fdb855865dad042b6a1a8b\";s:7:\"others0\";s:64:\"b7f4b0c597206754b4b3e02b0c20434303319b97c36cf6640077c78cbf2b141d\";s:3:\"db0\";s:64:\"15ebc42e86ed2163349ff026dfdae8a2dbcfe549f452f3b685334ed2ae47f251\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"900ef68f349a\";s:26:\"nonincremental_backup_time\";i:1619083304;}','yes'),(11178,'ht_ctc_othersettings','a:7:{s:7:\"an_type\";s:12:\"no-animation\";s:8:\"an_delay\";s:1:\"0\";s:6:\"an_itr\";s:1:\"1\";s:11:\"show_effect\";s:11:\"From Corner\";s:3:\"amp\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:8:\"fb_pixel\";s:1:\"1\";}','yes'),(11179,'ht_ctc_chat_options','a:24:{s:2:\"cc\";s:0:\"\";s:3:\"num\";s:0:\"\";s:6:\"number\";s:17:\"‭27761249615‬\";s:10:\"pre_filled\";s:59:\"Hello! Send us a message here for any questions or booking.\";s:14:\"call_to_action\";s:11:\"WhatsApp us\";s:13:\"style_desktop\";s:1:\"2\";s:12:\"style_mobile\";s:3:\"7_1\";s:6:\"side_1\";s:6:\"bottom\";s:12:\"side_1_value\";s:4:\"15px\";s:6:\"side_2\";s:4:\"left\";s:12:\"side_2_value\";s:4:\"15px\";s:12:\"show_or_hide\";s:4:\"show\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:9:\"webandapi\";s:1:\"1\";s:14:\"hideon_desktop\";s:1:\"1\";s:13:\"mobile_side_1\";s:6:\"bottom\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:4:\"left\";s:19:\"mobile_side_2_value\";s:4:\"10px\";s:11:\"showon_page\";s:1:\"1\";s:15:\"showon_homepage\";s:1:\"1\";}','yes'),(7196,'sbi_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','yes'),(7203,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:2;s:4:\"hour\";i:6;s:6:\"minute\";i:8;s:6:\"second\";i:43;s:6:\"offset\";i:194923;s:8:\"initsend\";i:1604988523;}','yes'),(7206,'sbi_rating_notice','dismissed','no'),(7207,'sbi_statuses','a:4:{s:13:\"first_install\";i:1604605769;s:4:\"gdpr\";a:4:{s:19:\"from_update_success\";b:1;s:12:\"image_editor\";b:1;s:10:\"upload_dir\";b:1;s:6:\"tables\";b:1;}s:23:\"rating_notice_dismissed\";i:1613645068;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1618995706;s:11:\"initialized\";i:1614062641;}}','yes'),(7208,'sbi_db_version','1.9','yes'),(11084,'et_pb_contact_form_595baa65ea73bffac0a373b03f9c5dd1','off','yes'),(8828,'seedprod_over_time','a:2:{s:17:\"installed_version\";s:7:\"6.0.8.5\";s:14:\"installed_date\";i:1606292894;}','yes'),(7211,'sbi_newuser_notifications','a:4:{s:6:\"update\";i:1604605770;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(6246,'disallowed_keys','','no'),(6247,'comment_previously_approved','1','yes'),(6248,'auto_plugin_theme_update_emails','a:0:{}','no'),(6250,'db_upgraded','','yes'),(6268,'et_safe_mode_plugins_allowlist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(6220,'smush_global_stats','a:9:{s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:7:\"percent\";d:0;s:5:\"human\";s:5:\"0.0 B\";s:5:\"bytes\";i:0;s:12:\"total_images\";i:0;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(38589,'et_pb_contact_form_c185321f24812cc87aeba0de2a9ba128','off','yes'),(38642,'et_pb_contact_form_dfeaa13fc0e8962007b509899a126228','off','yes'),(38727,'duplicator_settings','a:17:{s:7:\"version\";s:5:\"1.4.0\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:3;}','yes'),(38728,'duplicator_version_plugin','1.4.0','yes'),(38736,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-04-22 13:38:51\";s:7:\"Version\";s:5:\"1.4.0\";s:9:\"VersionWP\";s:5:\"5.7.1\";s:9:\"VersionDB\";s:6:\"5.7.34\";s:10:\"VersionPHP\";s:6:\"7.3.27\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210415_FumoRestaurant\";s:4:\"Hash\";s:35:\"369e0b36d37d7c7f1581_20210422133851\";s:8:\"NameHash\";s:59:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:31:\"/home/ottunive/public_html/fumo\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-04-22 13:38:51\";s:7:\"Version\";s:5:\"1.4.0\";s:9:\"VersionWP\";s:5:\"5.7.1\";s:9:\"VersionDB\";s:6:\"5.7.34\";s:10:\"VersionPHP\";s:6:\"7.3.27\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210415_FumoRestaurant\";s:4:\"Hash\";s:35:\"369e0b36d37d7c7f1581_20210422133851\";s:8:\"NameHash\";s:59:\"20210415_FumoRestaurant_369e0b36d37d7c7f1581_20210422133851\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server (GPL)\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:40:\"/home/ottunive/public_html/fumo/wp-admin\";i:1;s:50:\"/home/ottunive/public_html/fumo/wp-content/uploads\";i:2;s:52:\"/home/ottunive/public_html/fumo/wp-content/languages\";i:3;s:49:\"/home/ottunive/public_html/fumo/wp-content/themes\";i:4;s:43:\"/home/ottunive/public_html/fumo/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:31:\"/home/ottunive/public_html/fumo\";i:1;s:42:\"/home/ottunive/public_html/fumo/wp-content\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}','yes'),(38737,'duplicator_exe_safe_mode','','yes'),(38756,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";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:1619148399;s:15:\"version_checked\";s:5:\"5.7.1\";s:12:\"translations\";a:0:{}}','no'),(38782,'duplicator_ui_view_state','a:2:{s:28:\"dup-settings-diag-opts-panel\";s:1:\"0\";s:27:\"dup-settings-diag-srv-panel\";s:1:\"0\";}','yes'),(41034,'_site_transient_php_check_8c0181da100b1c7d1f637c18117d0149','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'),(39538,'wpuxyio7feou_fb3d_pages_version','1.1','yes'),(40944,'itsec_cron','a:2:{s:6:\"single\";a:0:{}s:9:\"recurring\";a:5:{s:17:\"purge-log-entries\";a:1:{s:4:\"data\";a:0:{}}s:11:\"clear-locks\";a:1:{s:4:\"data\";a:0:{}}s:12:\"health-check\";a:1:{s:4:\"data\";a:0:{}}s:12:\"clear-tokens\";a:1:{s:4:\"data\";a:0:{}}s:11:\"flush-files\";a:1:{s:4:\"data\";a:0:{}}}}','no'),(39548,'3d-flip-book-category_children','a:0:{}','yes'),(40924,'_transient_timeout_as-post-store-dependencies-met','1619185357','no'),(40925,'_transient_as-post-store-dependencies-met','yes','no'),(41048,'_site_transient_timeout_divisupremepro-check_for_plugin_update_038c2925111e5f01a72159b3b947c9db','1619184567','no'),(41049,'_site_transient_divisupremepro-check_for_plugin_update_038c2925111e5f01a72159b3b947c9db','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:15:{s:6:\"server\";s:8:\"nginx-rc\";s:4:\"date\";s:29:\"Fri, 23 Apr 2021 09:29:29 GMT\";s:12:\"content-type\";s:24:\"text/html; charset=UTF-8\";s:14:\"content-length\";s:2:\"22\";s:13:\"cache-control\";s:15:\"max-age=2592000\";s:7:\"expires\";s:29:\"Sun, 23 May 2021 09:29:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:25:\"strict-transport-security\";s:16:\"max-age=15768000\";s:24:\"x-runcloud-srcache-fetch\";s:6:\"BYPASS\";s:24:\"x-runcloud-srcache-store\";s:6:\"BYPASS\";s:15:\"x-runcache-type\";s:7:\"srcache\";}}s:4:\"body\";s:2:\"[]\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}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:2:\"[]\";s:3:\"raw\";s:508:\"HTTP/1.1 200 OK\r\nServer: nginx-rc\r\nDate: Fri, 23 Apr 2021 09:29:29 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Length: 22\r\nConnection: close\r\nCache-Control: max-age=2592000\r\nExpires: Sun, 23 May 2021 09:29:29 GMT\r\nVary: Accept-Encoding\r\nContent-Encoding: gzip\r\nX-Frame-Options: SAMEORIGIN\r\nX-XSS-Protection: 1; mode=block\r\nX-Content-Type-Options: nosniff\r\nStrict-Transport-Security: max-age=15768000\r\nX-RunCloud-SRCache-fetch: BYPASS\r\nX-RunCloud-SRCache-Store: BYPASS\r\nX-RunCache-Type: srcache\r\n\r\n[]\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:15:{s:6:\"server\";a:1:{i:0;s:8:\"nginx-rc\";}s:4:\"date\";a:1:{i:0;s:29:\"Fri, 23 Apr 2021 09:29:29 GMT\";}s:12:\"content-type\";a:1:{i:0;s:24:\"text/html; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:2:\"22\";}s:13:\"cache-control\";a:1:{i:0;s:15:\"max-age=2592000\";}s:7:\"expires\";a:1:{i:0;s:29:\"Sun, 23 May 2021 09:29:29 GMT\";}s:4:\"vary\";a:1:{i:0;s:15:\"Accept-Encoding\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:16:\"x-xss-protection\";a:1:{i:0;s:13:\"1; mode=block\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=15768000\";}s:24:\"x-runcloud-srcache-fetch\";a:1:{i:0;s:6:\"BYPASS\";}s:24:\"x-runcloud-srcache-store\";a:1:{i:0;s:6:\"BYPASS\";}s:15:\"x-runcache-type\";a:1:{i:0;s:7:\"srcache\";}}}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:220:\"https://divisupreme.com/index.php?woo_sl_action=plugin_update&version=4.3.3&product_unique_id=DSM-PRO&licence_key=dsm-pro-lifetime-8b419fbc-4e1fe3d8-cf62ff39&domain=rainmakers.cafe%2Ffumo&wp-version=5.7.1&api_version=1.1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(40033,'mp_menu_category_children','a:0:{}','yes');
/*!40000 ALTER TABLE `wpuxyio7feou_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_postmeta`
--

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

--
-- Dumping data for table `wpuxyio7feou_postmeta`
--

LOCK TABLES `wpuxyio7feou_postmeta` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_postmeta` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(10,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:474;s:4:\"file\";s:38:\"2020/07/Logo-Fumo-black-background.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-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:38:\"Logo-Fumo-black-background-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-610x361.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-400x474.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-black-background-480x284.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9,10,'_wp_attached_file','2020/07/Logo-Fumo-black-background.jpg'),(195,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1081;s:4:\"file\";s:20:\"2020/11/IMG_0835.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0835-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0835-1024x984.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0835-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:20:\"IMG_0835-768x738.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"IMG_0835-610x586.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_0835-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_0835-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_0835-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_0835-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_0835-1080x1038.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1038;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0835-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"IMG_0835-980x942.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:942;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_0835-480x461.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(194,82,'_wp_attached_file','2020/11/IMG_0835.jpg'),(16,2,'_et_pb_use_builder','on'),(17,2,'_et_pb_show_page_creation','off'),(18,2,'_et_pb_old_content','<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"http://rainmakers.cafe/fumo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->'),(19,18,'_wp_attached_file','2020/10/section-bg-9.jpg'),(20,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:1044;s:4:\"file\";s:24:\"2020/10/section-bg-9.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"section-bg-9-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"section-bg-9-1024x626.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"section-bg-9-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:24:\"section-bg-9-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"section-bg-9-1536x939.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"section-bg-9-610x373.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"section-bg-9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"section-bg-9-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"section-bg-9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"section-bg-9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"section-bg-9-1080x661.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"section-bg-9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"section-bg-9-1280x783.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"section-bg-9-980x599.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"section-bg-9-480x294.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(21,19,'_wp_attached_file','2020/10/section-bg-7.jpg'),(22,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1220;s:6:\"height\";i:630;s:4:\"file\";s:24:\"2020/10/section-bg-7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"section-bg-7-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"section-bg-7-1024x529.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"section-bg-7-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:24:\"section-bg-7-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"section-bg-7-610x315.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"section-bg-7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"section-bg-7-1080x630.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"section-bg-7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"section-bg-7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"section-bg-7-1080x558.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"section-bg-7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"section-bg-7-980x506.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"section-bg-7-480x248.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(23,20,'_wp_attached_file','2020/10/section-bg-10.jpg'),(24,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1121;s:4:\"file\";s:25:\"2020/10/section-bg-10.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"section-bg-10-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"section-bg-10-1024x598.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"section-bg-10-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:\"section-bg-10-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"section-bg-10-1536x897.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"section-bg-10-610x356.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"section-bg-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"section-bg-10-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"section-bg-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"section-bg-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"section-bg-10-1080x631.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"section-bg-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"section-bg-10-1280x747.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"section-bg-10-980x572.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"section-bg-10-480x280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(25,21,'_wp_attached_file','2020/10/header-bg-1.jpg'),(26,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:887;s:4:\"file\";s:23:\"2020/10/header-bg-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"header-bg-1-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"header-bg-1-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"header-bg-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:23:\"header-bg-1-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"header-bg-1-610x376.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"header-bg-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"header-bg-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"header-bg-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"header-bg-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"header-bg-1-1080x665.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"header-bg-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"header-bg-1-1280x788.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"header-bg-1-980x604.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"header-bg-1-480x296.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27,22,'_wp_attached_file','2020/10/icon-1.png'),(28,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:18:\"2020/10/icon-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,19,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.702591467372958078385636326856911182403564453125;s:5:\"bytes\";i:17569;s:11:\"size_before\";i:308088;s:10:\"size_after\";i:290519;s:4:\"time\";d:0.2400000000000000188737914186276611872017383575439453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:266;s:11:\"size_before\";i:6050;s:10:\"size_after\";i:5784;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2555;s:11:\"size_before\";i:39794;s:10:\"size_after\";i:37239;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:225;s:11:\"size_before\";i:4483;s:10:\"size_after\";i:4258;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:24851;s:10:\"size_after\";i:23508;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:900;s:11:\"size_before\";i:17816;s:10:\"size_after\";i:16916;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:490;s:11:\"size_before\";i:11325;s:10:\"size_after\";i:10835;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3395;s:11:\"size_before\";i:53945;s:10:\"size_after\";i:50550;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:564;s:11:\"size_before\";i:12875;s:10:\"size_after\";i:12311;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:866;s:11:\"size_before\";i:20011;s:10:\"size_after\";i:19145;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2854;s:11:\"size_before\";i:43229;s:10:\"size_after\";i:40375;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:24736;s:10:\"size_after\";i:23578;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2354;s:11:\"size_before\";i:37126;s:10:\"size_after\";i:34772;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:599;s:11:\"size_before\";i:11847;s:10:\"size_after\";i:11248;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(30,22,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2064;s:10:\"size_after\";i:2064;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2064;s:10:\"size_after\";i:2064;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(31,23,'_wp_attached_file','2020/10/icon-2.png'),(32,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:18:\"2020/10/icon-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,23,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:987;s:10:\"size_after\";i:987;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:987;s:10:\"size_after\";i:987;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(34,18,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.04314023087863549932308160350657999515533447265625;s:5:\"bytes\";i:32180;s:11:\"size_before\";i:795916;s:10:\"size_after\";i:763736;s:4:\"time\";d:0.4299999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:931;s:11:\"size_before\";i:12603;s:10:\"size_after\";i:11672;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2786;s:11:\"size_before\";i:76285;s:10:\"size_after\";i:73499;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:573;s:11:\"size_before\";i:6328;s:10:\"size_after\";i:5755;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2106;s:11:\"size_before\";i:49263;s:10:\"size_after\";i:47157;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5136;s:11:\"size_before\";i:145941;s:10:\"size_after\";i:140805;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:35411;s:10:\"size_after\";i:33656;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1234;s:11:\"size_before\";i:19240;s:10:\"size_after\";i:18006;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2921;s:11:\"size_before\";i:84262;s:10:\"size_after\";i:81341;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:20469;s:10:\"size_after\";i:19263;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:30192;s:10:\"size_after\";i:28628;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2934;s:11:\"size_before\";i:83067;s:10:\"size_after\";i:80133;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:28400;s:10:\"size_after\";i:27162;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3713;s:11:\"size_before\";i:108494;s:10:\"size_after\";i:104781;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2679;s:11:\"size_before\";i:71324;s:10:\"size_after\";i:68645;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:24637;s:10:\"size_after\";i:23233;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(35,24,'_wp_attached_file','2020/10/icon-3.png'),(36,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:18:\"2020/10/icon-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37,24,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:701;s:10:\"size_after\";i:701;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:701;s:10:\"size_after\";i:701;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(38,20,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.6537046581477596873810398392379283905029296875;s:5:\"bytes\";i:41226;s:11:\"size_before\";i:281335;s:10:\"size_after\";i:240109;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:4613;s:10:\"size_after\";i:4299;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:26564;s:10:\"size_after\";i:22569;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2627;s:10:\"size_after\";i:2445;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:17275;s:10:\"size_after\";i:15160;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9552;s:11:\"size_before\";i:50826;s:10:\"size_after\";i:41274;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:12240;s:10:\"size_after\";i:10885;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:547;s:11:\"size_before\";i:7176;s:10:\"size_after\";i:6629;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4889;s:11:\"size_before\";i:30914;s:10:\"size_after\";i:26025;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:598;s:11:\"size_before\";i:7812;s:10:\"size_after\";i:7214;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:11275;s:10:\"size_after\";i:10133;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4507;s:11:\"size_before\";i:28821;s:10:\"size_after\";i:24314;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:9600;s:10:\"size_after\";i:8311;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6286;s:11:\"size_before\";i:38195;s:10:\"size_after\";i:31909;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.75;s:5:\"bytes\";i:3654;s:11:\"size_before\";i:24778;s:10:\"size_after\";i:21124;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:801;s:11:\"size_before\";i:8619;s:10:\"size_after\";i:7818;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(39,21,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.955646259159042887887380857137031853199005126953125;s:5:\"bytes\";i:16417;s:11:\"size_before\";i:415027;s:10:\"size_after\";i:398610;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:305;s:11:\"size_before\";i:8240;s:10:\"size_after\";i:7935;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2020;s:11:\"size_before\";i:47680;s:10:\"size_after\";i:45660;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:220;s:11:\"size_before\";i:4924;s:10:\"size_after\";i:4704;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:30676;s:10:\"size_after\";i:29631;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:780;s:11:\"size_before\";i:21813;s:10:\"size_after\";i:21033;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:366;s:11:\"size_before\";i:12211;s:10:\"size_after\";i:11845;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2357;s:11:\"size_before\";i:53078;s:10:\"size_after\";i:50721;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:408;s:11:\"size_before\";i:13684;s:10:\"size_after\";i:13276;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:591;s:11:\"size_before\";i:20353;s:10:\"size_after\";i:19762;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:52233;s:10:\"size_after\";i:50064;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:609;s:11:\"size_before\";i:21820;s:10:\"size_after\";i:21211;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:3223;s:11:\"size_before\";i:68297;s:10:\"size_after\";i:65074;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1842;s:11:\"size_before\";i:44642;s:10:\"size_after\";i:42800;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:482;s:11:\"size_before\";i:15376;s:10:\"size_after\";i:14894;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(40,2,'_et_pb_built_for_post_type','page'),(41,2,'_et_pb_ab_subjects',''),(42,2,'_et_pb_enable_shortcode_tracking',''),(43,2,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2\" /]'),(44,2,'_et_pb_custom_css',''),(45,2,'_et_pb_gutter_width','3'),(1482,2,'_et_pb_post_hide_nav','default'),(47,2,'_et_pb_first_image',''),(48,2,'_et_pb_truncate_post',''),(49,2,'_et_pb_truncate_post_date',''),(50,2,'_et_builder_version','VB|Divi|4.9.2'),(52,29,'_wp_attached_file','2020/10/Logo-Fumo-dark-background.png'),(53,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:474;s:4:\"file\";s:37:\"2020/10/Logo-Fumo-dark-background.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-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:\"Logo-Fumo-dark-background-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-610x361.png\";s:5:\"width\";i:610;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-400x474.png\";s:5:\"width\";i:400;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"Logo-Fumo-dark-background-480x284.png\";s:5:\"width\";i:480;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(54,29,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.839060397803716995213108020834624767303466796875;s:5:\"bytes\";i:43559;s:11:\"size_before\";i:275010;s:10:\"size_after\";i:231451;s:4:\"time\";d:1.70999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2036;s:11:\"size_before\";i:14378;s:10:\"size_after\";i:12342;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.75;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:6867;s:10:\"size_after\";i:5305;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9162;s:11:\"size_before\";i:67358;s:10:\"size_after\";i:58196;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:7477;s:11:\"size_before\";i:49030;s:10:\"size_after\";i:41553;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4289;s:11:\"size_before\";i:27012;s:10:\"size_after\";i:22723;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4674;s:11:\"size_before\";i:28118;s:10:\"size_after\";i:23444;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:7568;s:11:\"size_before\";i:43316;s:10:\"size_after\";i:35748;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2774;s:11:\"size_before\";i:10802;s:10:\"size_after\";i:8028;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4017;s:11:\"size_before\";i:28129;s:10:\"size_after\";i:24112;s:4:\"time\";d:0.25;}}}'),(55,30,'_wp_attached_file','2020/10/Fumo-Social@2x.png'),(56,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:501;s:6:\"height\";i:501;s:4:\"file\";s:26:\"2020/10/Fumo-Social@2x.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Fumo-Social@2x-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:26:\"Fumo-Social@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"Fumo-Social@2x-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"Fumo-Social@2x-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"Fumo-Social@2x-501x382.png\";s:5:\"width\";i:501;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"Fumo-Social@2x-400x501.png\";s:5:\"width\";i:400;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"Fumo-Social@2x-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(57,30,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8956654707992708353003763477317988872528076171875;s:5:\"bytes\";i:13425;s:11:\"size_before\";i:170030;s:10:\"size_after\";i:156605;s:4:\"time\";d:0.9099999999999999200639422269887290894985198974609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:22531;s:10:\"size_after\";i:21463;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:676;s:11:\"size_before\";i:7371;s:10:\"size_after\";i:6695;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1187;s:11:\"size_before\";i:30322;s:10:\"size_after\";i:29135;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:824;s:11:\"size_before\";i:33684;s:10:\"size_after\";i:32860;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2806;s:11:\"size_before\";i:12661;s:10:\"size_after\";i:9855;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3023;s:11:\"size_before\";i:13478;s:10:\"size_after\";i:10455;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3841;s:11:\"size_before\";i:49983;s:10:\"size_after\";i:46142;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(58,31,'_wp_attached_file','2020/10/cropped-Fumo-Social@2x.png'),(59,31,'_wp_attachment_context','site-icon'),(60,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2020/10/cropped-Fumo-Social@2x.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-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:34:\"cropped-Fumo-Social@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:34:\"cropped-Fumo-Social@2x-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-Fumo-Social@2x-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-Fumo-Social@2x-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-Fumo-Social@2x-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:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(63,31,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.01589520851717285410131808021105825901031494140625;s:5:\"bytes\";i:18366;s:11:\"size_before\";i:261777;s:10:\"size_after\";i:243411;s:4:\"time\";d:0.9000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:368;s:11:\"size_before\";i:23422;s:10:\"size_after\";i:23054;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:395;s:11:\"size_before\";i:7599;s:10:\"size_after\";i:7204;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:603;s:11:\"size_before\";i:32196;s:10:\"size_after\";i:31593;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:249;s:11:\"size_before\";i:35804;s:10:\"size_after\";i:35555;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:405;s:11:\"size_before\";i:55562;s:10:\"size_after\";i:55157;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:21592;s:10:\"size_after\";i:19257;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12456;s:11:\"size_before\";i:46877;s:10:\"size_after\";i:34421;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:99;s:11:\"size_before\";i:18776;s:10:\"size_after\";i:18677;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:964;s:11:\"size_before\";i:9047;s:10:\"size_after\";i:8083;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:433;s:11:\"size_before\";i:9956;s:10:\"size_after\";i:9523;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:59;s:11:\"size_before\";i:946;s:10:\"size_after\";i:887;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(64,33,'_wp_attached_file','2020/10/Logo-Fumo-light-background.png'),(65,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:474;s:4:\"file\";s:38:\"2020/10/Logo-Fumo-light-background.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-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:\"Logo-Fumo-light-background-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-610x361.png\";s:5:\"width\";i:610;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-400x474.png\";s:5:\"width\";i:400;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"Logo-Fumo-light-background-480x284.png\";s:5:\"width\";i:480;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(66,33,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7726576323296523440831151674501597881317138671875;s:5:\"bytes\";i:13129;s:11:\"size_before\";i:193853;s:10:\"size_after\";i:180724;s:4:\"time\";d:1.5500000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:905;s:11:\"size_before\";i:11191;s:10:\"size_after\";i:10286;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:801;s:11:\"size_before\";i:4738;s:10:\"size_after\";i:3937;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:45739;s:10:\"size_after\";i:44256;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:32567;s:10:\"size_after\";i:31070;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1306;s:11:\"size_before\";i:18062;s:10:\"size_after\";i:16756;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1504;s:11:\"size_before\";i:19896;s:10:\"size_after\";i:18392;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1992;s:11:\"size_before\";i:29737;s:10:\"size_after\";i:27745;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:10120;s:10:\"size_after\";i:8063;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1584;s:11:\"size_before\";i:21803;s:10:\"size_after\";i:20219;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(268,3,'_et_pb_old_content','<!-- wp:heading -->\r\n<h2>Who we are</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Our website address is: http://rainmakers.cafe/fumo.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What personal data we collect and why we collect it</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Comments</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Media</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Contact forms</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Cookies</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you visit our login page, 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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Embedded content from other websites</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Analytics</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Who we share your data with</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>How long we retain your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What rights you have over your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Where we send your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Visitor comments may be checked through an automated spam detection service.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Your contact information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Additional information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>How we protect your data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What data breach procedures we have in place</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What third parties we receive data from</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What automated decision making and/or profiling we do with user data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Industry regulatory disclosure requirements</h3>\r\n<!-- /wp:heading -->'),(267,3,'_et_pb_use_builder','on'),(266,3,'_edit_lock','1619077632:3'),(421,222,'_wp_attached_file','2020/12/3-steps-01.png'),(78,2,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:6:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:12:\"et-gf-nunito\";s:105:\"Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1578,30466,'_et_pb_enable_shortcode_tracking',''),(265,65,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:5:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1633,30499,'_wp_attached_file','2021/04/D6B1BE3E-DD88-437E-B008-D1D8965EA9DF.jpg'),(1634,30499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/D6B1BE3E-DD88-437E-B008-D1D8965EA9DF.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-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:49:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-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:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-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:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-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:50:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557782619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(193,80,'_seedprod_page_uuid','d8853a9a-b350-4adb-9cbf-dff19e96a3ad'),(192,80,'_seedprod_page','1'),(84,44,'_edit_lock','1615991182:2'),(85,44,'_et_pb_use_builder','on'),(86,44,'_et_gb_content_width',''),(87,44,'_edit_last','2'),(88,44,'_et_pb_post_hide_nav','default'),(89,44,'_et_pb_page_layout','et_right_sidebar'),(90,44,'_et_pb_side_nav','off'),(91,46,'_wp_attached_file','2020/10/gallery-coffee-image-11.jpg'),(92,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2020/10/gallery-coffee-image-11.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-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:35:\"gallery-coffee-image-11-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:\"gallery-coffee-image-11-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"gallery-coffee-image-11-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(93,47,'_wp_attached_file','2020/10/section-bg-8-1.jpg'),(94,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1822;s:6:\"height\";i:1152;s:4:\"file\";s:26:\"2020/10/section-bg-8-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"section-bg-8-1-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"section-bg-8-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:26:\"section-bg-8-1-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"section-bg-8-1-1536x971.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:971;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-610x386.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"section-bg-8-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"section-bg-8-1-1080x683.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:27:\"section-bg-8-1-1280x809.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-980x620.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"section-bg-8-1-480x303.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(95,48,'_wp_attached_file','2020/10/coffee-item-9.png'),(96,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-9.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-9-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:25:\"coffee-item-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-9-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-9-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(97,49,'_wp_attached_file','2020/10/coffee-item-1.png'),(98,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-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:25:\"coffee-item-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-1-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-1-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(99,46,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.59723935433583275056435013539157807826995849609375;s:5:\"bytes\";i:9507;s:11:\"size_before\";i:264286;s:10:\"size_after\";i:254779;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:462;s:11:\"size_before\";i:13248;s:10:\"size_after\";i:12786;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:236;s:11:\"size_before\";i:5065;s:10:\"size_after\";i:4829;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2042;s:11:\"size_before\";i:50622;s:10:\"size_after\";i:48580;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:36667;s:10:\"size_after\";i:35442;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:572;s:11:\"size_before\";i:15342;s:10:\"size_after\";i:14770;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1934;s:11:\"size_before\";i:52343;s:10:\"size_after\";i:50409;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:619;s:11:\"size_before\";i:16695;s:10:\"size_after\";i:16076;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:813;s:11:\"size_before\";i:24022;s:10:\"size_after\";i:23209;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:811;s:11:\"size_before\";i:24690;s:10:\"size_after\";i:23879;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:793;s:11:\"size_before\";i:25592;s:10:\"size_after\";i:24799;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(100,48,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:369226;s:10:\"size_after\";i:369226;s:4:\"time\";d:0.93000000000000004884981308350688777863979339599609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110414;s:10:\"size_after\";i:110414;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34150;s:10:\"size_after\";i:34150;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108529;s:10:\"size_after\";i:108529;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116133;s:10:\"size_after\";i:116133;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(101,49,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:369387;s:10:\"size_after\";i:369387;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108624;s:10:\"size_after\";i:108624;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32492;s:10:\"size_after\";i:32492;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110213;s:10:\"size_after\";i:110213;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118058;s:10:\"size_after\";i:118058;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(102,50,'_wp_attached_file','2020/10/coffee-item-3.png'),(103,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-3-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:25:\"coffee-item-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-3-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-3-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(104,51,'_wp_attached_file','2020/10/coffee-item-4.png'),(105,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-4-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:25:\"coffee-item-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-4-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-4-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(106,52,'_wp_attached_file','2020/10/coffee-item-5.png'),(107,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-5-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:25:\"coffee-item-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-5-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-5-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(108,50,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:343705;s:10:\"size_after\";i:343705;s:4:\"time\";d:0.5800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:101876;s:10:\"size_after\";i:101876;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30987;s:10:\"size_after\";i:30987;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:101447;s:10:\"size_after\";i:101447;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109395;s:10:\"size_after\";i:109395;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(109,53,'_wp_attached_file','2020/10/coffee-item-6.png'),(110,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-6-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:25:\"coffee-item-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-6-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-6-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(111,51,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:372152;s:10:\"size_after\";i:372152;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109811;s:10:\"size_after\";i:109811;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33135;s:10:\"size_after\";i:33135;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110620;s:10:\"size_after\";i:110620;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118586;s:10:\"size_after\";i:118586;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(112,47,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.3601185465906109328670936520211398601531982421875;s:5:\"bytes\";i:64062;s:11:\"size_before\";i:766281;s:10:\"size_after\";i:702219;s:4:\"time\";d:0.80999999999999994226840271949185989797115325927734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:574;s:11:\"size_before\";i:8475;s:10:\"size_after\";i:7901;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6335;s:11:\"size_before\";i:76968;s:10:\"size_after\";i:70633;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:268;s:11:\"size_before\";i:2369;s:10:\"size_after\";i:2101;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3561;s:11:\"size_before\";i:44857;s:10:\"size_after\";i:41296;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:13510;s:11:\"size_before\";i:164314;s:10:\"size_after\";i:150804;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2277;s:11:\"size_before\";i:29691;s:10:\"size_after\";i:27414;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:978;s:11:\"size_before\";i:13357;s:10:\"size_after\";i:12379;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7107;s:11:\"size_before\";i:84528;s:10:\"size_after\";i:77421;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:13103;s:10:\"size_after\";i:12064;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:20029;s:10:\"size_after\";i:18253;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7132;s:11:\"size_before\";i:85661;s:10:\"size_after\";i:78529;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2250;s:11:\"size_before\";i:15194;s:10:\"size_after\";i:12944;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9925;s:11:\"size_before\";i:117675;s:10:\"size_after\";i:107750;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5918;s:11:\"size_before\";i:71478;s:10:\"size_after\";i:65560;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:18582;s:10:\"size_after\";i:17170;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(113,54,'_wp_attached_file','2020/10/section-bg-13.jpg'),(114,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1262;s:4:\"file\";s:25:\"2020/10/section-bg-13.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"section-bg-13-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"section-bg-13-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"section-bg-13-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:\"section-bg-13-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"section-bg-13-1536x1010.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"section-bg-13-610x401.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"section-bg-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"section-bg-13-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"section-bg-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"section-bg-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"section-bg-13-1080x710.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"section-bg-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"section-bg-13-1280x841.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"section-bg-13-980x644.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"section-bg-13-480x316.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(115,52,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:388932;s:10:\"size_after\";i:388932;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115011;s:10:\"size_after\";i:115011;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35810;s:10:\"size_after\";i:35810;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115088;s:10:\"size_after\";i:115088;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123023;s:10:\"size_after\";i:123023;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(116,53,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:371289;s:10:\"size_after\";i:371289;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109457;s:10:\"size_after\";i:109457;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33494;s:10:\"size_after\";i:33494;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110187;s:10:\"size_after\";i:110187;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118151;s:10:\"size_after\";i:118151;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(117,55,'_wp_attached_file','2020/10/coffee-item-8.png'),(118,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-8.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-8-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:25:\"coffee-item-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-8-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-8-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(119,56,'_wp_attached_file','2020/10/coffee-item-7.png'),(120,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2020/10/coffee-item-7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"coffee-item-7-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:25:\"coffee-item-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-7-320x250.png\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"coffee-item-7-320x284.png\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(121,57,'_wp_attached_file','2020/10/gallery-coffee-image-2-1.jpg'),(122,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/10/gallery-coffee-image-2-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-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:36:\"gallery-coffee-image-2-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:36:\"gallery-coffee-image-2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:36:\"gallery-coffee-image-2-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(123,55,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:333611;s:10:\"size_after\";i:333611;s:4:\"time\";d:0.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102152;s:10:\"size_after\";i:102152;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31017;s:10:\"size_after\";i:31017;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96423;s:10:\"size_after\";i:96423;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104019;s:10:\"size_after\";i:104019;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(124,58,'_wp_attached_file','2020/10/gallery-coffee-image-1.jpg'),(125,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2020/10/gallery-coffee-image-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-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:34:\"gallery-coffee-image-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:34:\"gallery-coffee-image-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(126,59,'_wp_attached_file','2020/10/gallery-coffee-image-5.jpg'),(127,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2020/10/gallery-coffee-image-5.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-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:34:\"gallery-coffee-image-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:34:\"gallery-coffee-image-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"gallery-coffee-image-5-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(128,56,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:349970;s:10:\"size_after\";i:349970;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106941;s:10:\"size_after\";i:106941;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33469;s:10:\"size_after\";i:33469;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:101353;s:10:\"size_after\";i:101353;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108207;s:10:\"size_after\";i:108207;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}}}'),(129,54,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.35235949330806715096287007327191531658172607421875;s:5:\"bytes\";i:47871;s:11:\"size_before\";i:753594;s:10:\"size_after\";i:705723;s:4:\"time\";d:0.8300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:432;s:11:\"size_before\";i:9021;s:10:\"size_after\";i:8589;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4922;s:11:\"size_before\";i:76767;s:10:\"size_after\";i:71845;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:149;s:11:\"size_before\";i:2744;s:10:\"size_after\";i:2595;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2733;s:11:\"size_before\";i:45320;s:10:\"size_after\";i:42587;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:10337;s:11:\"size_before\";i:159833;s:10:\"size_after\";i:149496;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1678;s:11:\"size_before\";i:30230;s:10:\"size_after\";i:28552;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:618;s:11:\"size_before\";i:13308;s:10:\"size_after\";i:12690;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:5310;s:11:\"size_before\";i:79983;s:10:\"size_after\";i:74673;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:689;s:11:\"size_before\";i:13572;s:10:\"size_after\";i:12883;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:20561;s:10:\"size_after\";i:19371;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5409;s:11:\"size_before\";i:84392;s:10:\"size_after\";i:78983;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1491;s:11:\"size_before\";i:10963;s:10:\"size_after\";i:9472;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7459;s:11:\"size_before\";i:116588;s:10:\"size_after\";i:109129;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4454;s:11:\"size_before\";i:71187;s:10:\"size_after\";i:66733;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1000;s:11:\"size_before\";i:19125;s:10:\"size_after\";i:18125;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(130,57,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7689355926468497415271485806442797183990478515625;s:5:\"bytes\";i:12403;s:11:\"size_before\";i:260079;s:10:\"size_after\";i:247676;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:424;s:11:\"size_before\";i:11359;s:10:\"size_after\";i:10935;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:214;s:11:\"size_before\";i:4225;s:10:\"size_after\";i:4011;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2643;s:11:\"size_before\";i:54106;s:10:\"size_after\";i:51463;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1724;s:11:\"size_before\";i:37024;s:10:\"size_after\";i:35300;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:622;s:11:\"size_before\";i:12665;s:10:\"size_after\";i:12043;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:58338;s:10:\"size_after\";i:55363;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:689;s:11:\"size_before\";i:13946;s:10:\"size_after\";i:13257;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:977;s:11:\"size_before\";i:21392;s:10:\"size_after\";i:20415;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:22854;s:10:\"size_after\";i:21709;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:990;s:11:\"size_before\";i:24170;s:10:\"size_after\";i:23180;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(131,58,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.60430176271805624566013648291118443012237548828125;s:5:\"bytes\";i:16132;s:11:\"size_before\";i:350368;s:10:\"size_after\";i:334236;s:4:\"time\";d:0.50000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:824;s:11:\"size_before\";i:15771;s:10:\"size_after\";i:14947;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:297;s:11:\"size_before\";i:4837;s:10:\"size_after\";i:4540;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3017;s:11:\"size_before\";i:70050;s:10:\"size_after\";i:67033;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2249;s:11:\"size_before\";i:49439;s:10:\"size_after\";i:47190;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:936;s:11:\"size_before\";i:19176;s:10:\"size_after\";i:18240;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3397;s:11:\"size_before\";i:73913;s:10:\"size_after\";i:70516;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1063;s:11:\"size_before\";i:20910;s:10:\"size_after\";i:19847;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1371;s:11:\"size_before\";i:30735;s:10:\"size_after\";i:29364;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1466;s:11:\"size_before\";i:31976;s:10:\"size_after\";i:30510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:33561;s:10:\"size_after\";i:32049;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(132,59,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.09645450580516179428514078608714044094085693359375;s:5:\"bytes\";i:19150;s:11:\"size_before\";i:314117;s:10:\"size_after\";i:294967;s:4:\"time\";d:0.410000000000000086597395920762210153043270111083984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:940;s:11:\"size_before\";i:14341;s:10:\"size_after\";i:13401;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:379;s:11:\"size_before\";i:5300;s:10:\"size_after\";i:4921;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3589;s:11:\"size_before\";i:58982;s:10:\"size_after\";i:55393;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:41795;s:10:\"size_after\";i:39231;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1293;s:11:\"size_before\";i:19803;s:10:\"size_after\";i:18510;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:64291;s:10:\"size_after\";i:60673;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:20915;s:10:\"size_after\";i:19552;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:29562;s:10:\"size_after\";i:27837;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1882;s:11:\"size_before\";i:30197;s:10:\"size_after\";i:28315;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:28931;s:10:\"size_after\";i:27134;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(133,44,'_et_pb_built_for_post_type','page'),(134,44,'_et_pb_ab_subjects',''),(135,44,'_et_pb_enable_shortcode_tracking',''),(136,44,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"44\" /]'),(137,44,'_et_pb_custom_css',''),(138,44,'_et_pb_gutter_width','3'),(745,44,'_et_pb_old_content',''),(140,44,'_et_pb_first_image',''),(141,44,'_et_pb_truncate_post',''),(142,44,'_et_pb_truncate_post_date',''),(143,44,'_et_builder_version','VB|Divi|4.9.4'),(144,44,'_et_pb_show_page_creation','off'),(1826,30632,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1825,30632,'_menu_item_target',''),(1824,30632,'_menu_item_object','page'),(1823,30632,'_menu_item_object_id','30446'),(1822,30632,'_menu_item_menu_item_parent','0'),(164,65,'_et_pb_use_builder','on'),(163,65,'_edit_lock','1619088325:3'),(165,65,'_et_gb_content_width',''),(166,65,'_edit_last','3'),(167,65,'_et_pb_post_hide_nav','default'),(168,65,'_et_pb_page_layout','et_right_sidebar'),(169,65,'_et_pb_side_nav','off'),(170,67,'_wp_attached_file','2020/10/header-bg-2-2-2-2.jpg'),(171,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:887;s:4:\"file\";s:29:\"2020/10/header-bg-2-2-2-2.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"header-bg-2-2-2-2-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-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:29:\"header-bg-2-2-2-2-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-610x376.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"header-bg-2-2-2-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"header-bg-2-2-2-2-1080x665.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:30:\"header-bg-2-2-2-2-1280x788.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-980x604.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"header-bg-2-2-2-2-480x296.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(172,67,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5866663571577799274336939561180770397186279296875;s:5:\"bytes\";i:15451;s:11:\"size_before\";i:430790;s:10:\"size_after\";i:415339;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:285;s:11:\"size_before\";i:8188;s:10:\"size_after\";i:7903;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:49874;s:10:\"size_after\";i:47978;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:259;s:11:\"size_before\";i:4868;s:10:\"size_after\";i:4609;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:917;s:11:\"size_before\";i:31716;s:10:\"size_after\";i:30799;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:650;s:11:\"size_before\";i:22268;s:10:\"size_after\";i:21618;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:368;s:11:\"size_before\";i:12359;s:10:\"size_after\";i:11991;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2161;s:11:\"size_before\";i:55752;s:10:\"size_after\";i:53591;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:376;s:11:\"size_before\";i:13973;s:10:\"size_after\";i:13597;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:527;s:11:\"size_before\";i:20985;s:10:\"size_after\";i:20458;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2088;s:11:\"size_before\";i:54793;s:10:\"size_after\";i:52705;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:616;s:11:\"size_before\";i:21838;s:10:\"size_after\";i:21222;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3255;s:11:\"size_before\";i:72106;s:10:\"size_after\";i:68851;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:46575;s:10:\"size_after\";i:44966;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:444;s:11:\"size_before\";i:15495;s:10:\"size_after\";i:15051;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(173,65,'_et_pb_built_for_post_type','page'),(174,65,'_et_pb_ab_subjects',''),(175,65,'_et_pb_enable_shortcode_tracking',''),(176,65,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"65\" /]'),(177,65,'_et_pb_custom_css',''),(178,65,'_et_pb_gutter_width','3'),(10900,65,'_et_pb_old_content',''),(180,65,'_et_pb_first_image',''),(181,65,'_et_pb_truncate_post',''),(182,65,'_et_pb_truncate_post_date',''),(183,65,'_et_builder_version','VB|Divi|4.9.4'),(184,65,'_et_pb_show_page_creation','off'),(186,72,'_wp_attached_file','2020/10/Banner.jpg'),(187,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2020/10/Banner.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Banner-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:18:\"Banner-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:18:\"Banner-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Banner-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Banner-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Banner-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Banner-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(188,72,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.73085950968836499441749765537679195404052734375;s:5:\"bytes\";i:32792;s:11:\"size_before\";i:693151;s:10:\"size_after\";i:660359;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:22133;s:10:\"size_after\";i:20919;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:548;s:11:\"size_before\";i:8785;s:10:\"size_after\";i:8237;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4675;s:11:\"size_before\";i:97965;s:10:\"size_after\";i:93290;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3447;s:11:\"size_before\";i:69215;s:10:\"size_after\";i:65768;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1600;s:11:\"size_before\";i:30074;s:10:\"size_after\";i:28474;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5966;s:11:\"size_before\";i:142674;s:10:\"size_after\";i:136708;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:33559;s:10:\"size_after\";i:31785;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2752;s:11:\"size_before\";i:51758;s:10:\"size_after\";i:49006;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2596;s:11:\"size_before\";i:51113;s:10:\"size_after\";i:48517;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5744;s:11:\"size_before\";i:138989;s:10:\"size_after\";i:133245;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:46886;s:10:\"size_after\";i:44410;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(189,73,'_wp_attached_file','2020/10/Banner-copy.jpg'),(190,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:580;s:4:\"file\";s:23:\"2020/10/Banner-copy.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Banner-copy-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Banner-copy-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:23:\"Banner-copy-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"Banner-copy-610x346.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"Banner-copy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"Banner-copy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"Banner-copy-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"Banner-copy-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"Banner-copy-980x555.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"Banner-copy-480x272.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(191,73,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.408407766713677400360893443576060235500335693359375;s:5:\"bytes\";i:11963;s:11:\"size_before\";i:350985;s:10:\"size_after\";i:339022;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:613;s:11:\"size_before\";i:13138;s:10:\"size_after\";i:12525;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:381;s:11:\"size_before\";i:6735;s:10:\"size_after\";i:6354;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1878;s:11:\"size_before\";i:58393;s:10:\"size_after\";i:56515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:40683;s:10:\"size_after\";i:39327;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:884;s:11:\"size_before\";i:22317;s:10:\"size_after\";i:21433;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:958;s:11:\"size_before\";i:24216;s:10:\"size_after\";i:23258;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:37183;s:10:\"size_after\";i:35835;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:37775;s:10:\"size_after\";i:36502;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:83387;s:10:\"size_after\";i:81170;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:27158;s:10:\"size_after\";i:26103;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(196,82,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.442674511217436617016574018634855747222900390625;s:5:\"bytes\";i:38209;s:11:\"size_before\";i:860045;s:10:\"size_after\";i:821836;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:21442;s:10:\"size_after\";i:20163;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4882;s:11:\"size_before\";i:128154;s:10:\"size_after\";i:123272;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:573;s:11:\"size_before\";i:7887;s:10:\"size_after\";i:7314;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3767;s:11:\"size_before\";i:86517;s:10:\"size_after\";i:82750;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3039;s:11:\"size_before\";i:62615;s:10:\"size_after\";i:59576;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1621;s:11:\"size_before\";i:26102;s:10:\"size_after\";i:24481;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:4198;s:11:\"size_before\";i:107546;s:10:\"size_after\";i:103348;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:28708;s:10:\"size_after\";i:26997;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2213;s:11:\"size_before\";i:42674;s:10:\"size_after\";i:40461;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5382;s:11:\"size_before\";i:138904;s:10:\"size_after\";i:133522;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2357;s:11:\"size_before\";i:44056;s:10:\"size_after\";i:41699;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4849;s:11:\"size_before\";i:121467;s:10:\"size_after\";i:116618;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2338;s:11:\"size_before\";i:43973;s:10:\"size_after\";i:41635;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(197,85,'_wp_attached_file','2020/11/Gren-Soup.jpg'),(198,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/11/Gren-Soup.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Gren-Soup-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-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:21:\"Gren-Soup-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-610x305.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"Gren-Soup-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"Gren-Soup-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"Gren-Soup-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(199,85,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.58516365760257738060090559883974492549896240234375;s:5:\"bytes\";i:27961;s:11:\"size_before\";i:424606;s:10:\"size_after\";i:396645;s:4:\"time\";d:0.360000000000000042188474935755948536098003387451171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:400;s:11:\"size_before\";i:7399;s:10:\"size_after\";i:6999;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3628;s:11:\"size_before\";i:57631;s:10:\"size_after\";i:54003;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:216;s:11:\"size_before\";i:4223;s:10:\"size_after\";i:4007;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:35809;s:10:\"size_after\";i:33578;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:24455;s:10:\"size_after\";i:22679;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:910;s:11:\"size_before\";i:15487;s:10:\"size_after\";i:14577;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5394;s:11:\"size_before\";i:80812;s:10:\"size_after\";i:75418;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:17043;s:10:\"size_after\";i:15983;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1608;s:11:\"size_before\";i:26335;s:10:\"size_after\";i:24727;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4689;s:11:\"size_before\";i:63077;s:10:\"size_after\";i:58388;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:22327;s:10:\"size_after\";i:21212;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4092;s:11:\"size_before\";i:53884;s:10:\"size_after\";i:49792;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:842;s:11:\"size_before\";i:16124;s:10:\"size_after\";i:15282;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(200,88,'_wp_attached_file','2020/11/Pappardelle.jpg'),(201,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2020/11/Pappardelle.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Pappardelle-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Pappardelle-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Pappardelle-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:23:\"Pappardelle-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"Pappardelle-610x305.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"Pappardelle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"Pappardelle-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"Pappardelle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"Pappardelle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"Pappardelle-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"Pappardelle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"Pappardelle-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"Pappardelle-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(202,88,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.44350541634202134133602157817222177982330322265625;s:5:\"bytes\";i:28287;s:11:\"size_before\";i:636592;s:10:\"size_after\";i:608305;s:4:\"time\";d:0.77000000000000012878587085651815868914127349853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:732;s:11:\"size_before\";i:12329;s:10:\"size_after\";i:11597;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3735;s:11:\"size_before\";i:88374;s:10:\"size_after\";i:84639;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:403;s:11:\"size_before\";i:6212;s:10:\"size_after\";i:5809;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2716;s:11:\"size_before\";i:56583;s:10:\"size_after\";i:53867;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1988;s:11:\"size_before\";i:39945;s:10:\"size_after\";i:37957;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:22305;s:10:\"size_after\";i:21119;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4392;s:11:\"size_before\";i:107265;s:10:\"size_after\";i:102873;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:24094;s:10:\"size_after\";i:22815;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1738;s:11:\"size_before\";i:37291;s:10:\"size_after\";i:35553;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:3758;s:11:\"size_before\";i:96569;s:10:\"size_after\";i:92811;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:35805;s:10:\"size_after\";i:34293;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3415;s:11:\"size_before\";i:83402;s:10:\"size_after\";i:79987;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1433;s:11:\"size_before\";i:26418;s:10:\"size_after\";i:24985;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(203,90,'_wp_attached_file','2020/11/Raw.jpg'),(204,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/11/Raw.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Raw-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:15:\"Raw-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:15:\"Raw-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"Raw-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"Raw-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"Raw-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"Raw-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"Raw-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"Raw-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"Raw-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:15:\"Raw-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563720148\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0081967213114754\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(205,90,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.537886872998932563660900996183045208454132080078125;s:5:\"bytes\";i:16575;s:11:\"size_before\";i:468500;s:10:\"size_after\";i:451925;s:4:\"time\";d:0.52000000000000012878587085651815868914127349853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:560;s:11:\"size_before\";i:16084;s:10:\"size_after\";i:15524;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:5919;s:10:\"size_after\";i:5592;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2277;s:11:\"size_before\";i:70337;s:10:\"size_after\";i:68060;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1606;s:11:\"size_before\";i:49070;s:10:\"size_after\";i:47464;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:663;s:11:\"size_before\";i:17643;s:10:\"size_after\";i:16980;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3358;s:11:\"size_before\";i:89691;s:10:\"size_after\";i:86333;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:725;s:11:\"size_before\";i:20170;s:10:\"size_after\";i:19445;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:30911;s:10:\"size_after\";i:29842;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:30549;s:10:\"size_after\";i:29489;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3882;s:11:\"size_before\";i:104916;s:10:\"size_after\";i:101034;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:33210;s:10:\"size_after\";i:32162;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(206,93,'_wp_attached_file','2020/11/Icon_chef.png'),(207,93,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2020/11/Icon_chef.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(208,93,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.49798873692679990199394524097442626953125;s:5:\"bytes\";i:2517;s:11:\"size_before\";i:3729;s:10:\"size_after\";i:1212;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.5;s:5:\"bytes\";i:2517;s:11:\"size_before\";i:3729;s:10:\"size_after\";i:1212;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(209,94,'_wp_attached_file','2020/11/Icon_wine.png'),(210,94,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2020/11/Icon_wine.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(211,94,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.8451507742461359384833485819399356842041015625;s:5:\"bytes\";i:2571;s:11:\"size_before\";i:3681;s:10:\"size_after\";i:1110;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.849999999999994315658113919198513031005859375;s:5:\"bytes\";i:2571;s:11:\"size_before\";i:3681;s:10:\"size_after\";i:1110;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(212,95,'_wp_attached_file','2020/11/Icon_pizza.png'),(213,95,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:22:\"2020/11/Icon_pizza.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(214,95,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:58.67131127146056002175100729800760746002197265625;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:4019;s:10:\"size_after\";i:1661;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:4019;s:10:\"size_after\";i:1661;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(215,44,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:6:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1839,30649,'_wp_attached_file','2021/04/BookOnline-2.jpg'),(1840,30649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:605;s:4:\"file\";s:24:\"2021/04/BookOnline-2.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"BookOnline-2-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"BookOnline-2-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-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:24:\"BookOnline-2-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"BookOnline-2-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-610x191.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"BookOnline-2-1080x605.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"BookOnline-2-1080x338.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"BookOnline-2-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-980x306.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"BookOnline-2-480x150.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1833,30640,'_wp_attached_file','2021/04/Menu.jpg'),(1834,30640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:1290;s:4:\"file\";s:16:\"2021/04/Menu.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Menu-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Menu-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Menu-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:16:\"Menu-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"Menu-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:16:\"Menu-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"Menu-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"Menu-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"Menu-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"Menu-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:17:\"Menu-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"Menu-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:17:\"Menu-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:16:\"Menu-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"Menu-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(216,44,'_wp_page_template','default'),(217,99,'_edit_lock','1619077752:3'),(218,99,'_et_pb_use_builder','on'),(219,99,'_et_gb_content_width',''),(220,99,'_edit_last','3'),(221,99,'_et_pb_post_hide_nav','default'),(222,99,'_et_pb_page_layout','et_right_sidebar'),(223,99,'_et_pb_side_nav','off'),(224,101,'_et_pb_use_builder','on'),(225,101,'_et_pb_show_page_creation','off'),(236,105,'_wp_attached_file','2020/11/napoli-footbal-club-200.png'),(237,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2020/11/napoli-footbal-club-200.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"napoli-footbal-club-200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(238,105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.80901589857113975767788360826671123504638671875;s:5:\"bytes\";i:3102;s:11:\"size_before\";i:14907;s:10:\"size_after\";i:11805;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3102;s:11:\"size_before\";i:14907;s:10:\"size_after\";i:11805;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(239,101,'_et_pb_built_for_post_type','page'),(240,101,'_et_pb_ab_subjects',''),(241,101,'_et_pb_enable_shortcode_tracking',''),(242,101,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"101\" /]'),(243,101,'_et_pb_custom_css',''),(244,101,'_et_pb_gutter_width','3'),(245,101,'_thumbnail_id','0'),(246,101,'_et_pb_first_image',''),(247,101,'_et_pb_truncate_post',''),(248,101,'_et_pb_truncate_post_date',''),(249,101,'_et_builder_version','VB|Divi|4.6.6'),(250,108,'_et_autogenerated_title','0'),(251,108,'_et_default','1'),(252,108,'_et_enabled','1'),(253,108,'_et_header_layout_id','30466'),(254,108,'_et_header_layout_enabled','1'),(255,108,'_et_body_layout_id','0'),(256,108,'_et_body_layout_enabled','1'),(257,108,'_et_footer_layout_id','30458'),(258,108,'_et_footer_layout_enabled','1'),(1438,30325,'_et_theme_builder_marked_as_unused','2021-03-18 07:32:51'),(1016,406,'_wp_attached_file','2021/03/Fumo-1-traditional-food.jpg'),(1017,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:35:\"2021/03/Fumo-1-traditional-food.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Fumo-1-traditional-food-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-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:\"Fumo-1-traditional-food-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"Fumo-1-traditional-food-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"Fumo-1-traditional-food-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"Fumo-1-traditional-food-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:18:\"0.0014705882352941\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1018,407,'_wp_attached_file','2021/03/Fumo-01.jpg'),(1019,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1071;s:4:\"file\";s:19:\"2021/03/Fumo-01.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-01-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Fumo-01-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-01-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:19:\"Fumo-01-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Fumo-01-1536x857.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-01-610x340.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Fumo-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Fumo-01-1080x603.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:20:\"Fumo-01-1280x714.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-01-980x547.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-01-480x268.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1020,408,'_wp_attached_file','2021/03/Fumo-02.jpg'),(1021,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1005;s:6:\"height\";i:544;s:4:\"file\";s:19:\"2021/03/Fumo-02.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-02-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-02-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:19:\"Fumo-02-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-02-610x330.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-02-980x530.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-02-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1022,409,'_wp_attached_file','2021/03/Fumo-03.jpg'),(1023,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:549;s:4:\"file\";s:19:\"2021/03/Fumo-03.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-03-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-03-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:19:\"Fumo-03-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-03-610x330.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-03-980x531.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-03-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(269,3,'_et_gb_content_width',''),(270,3,'_edit_last','3'),(271,3,'_et_pb_post_hide_nav','default'),(272,3,'_et_pb_page_layout','et_right_sidebar'),(273,3,'_et_pb_side_nav','off'),(274,3,'_et_pb_built_for_post_type','page'),(275,3,'_et_pb_ab_subjects',''),(276,3,'_et_pb_enable_shortcode_tracking',''),(277,3,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3\" /]'),(278,3,'_et_pb_custom_css',''),(279,3,'_et_pb_gutter_width','3'),(281,3,'_et_pb_first_image',''),(282,3,'_et_pb_truncate_post',''),(283,3,'_et_pb_truncate_post_date',''),(284,3,'_et_builder_version','VB|Divi|4.9.4'),(285,3,'_et_pb_show_page_creation','off'),(289,134,'_et_pb_use_builder','on'),(288,134,'_edit_lock','1614167541:3'),(290,134,'_et_gb_content_width',''),(291,134,'_edit_last','1'),(292,134,'_et_pb_post_hide_nav','default'),(293,134,'_et_pb_page_layout','et_right_sidebar'),(294,134,'_et_pb_side_nav','off'),(295,136,'_wp_attached_file','2020/12/paw.png'),(296,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:15:\"2020/12/paw.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(297,136,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2026;s:10:\"size_after\";i:2026;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2026;s:10:\"size_after\";i:2026;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(298,137,'_wp_attached_file','2020/12/certificate.png'),(299,137,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2020/12/certificate.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(300,137,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1370;s:10:\"size_after\";i:1370;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1370;s:10:\"size_after\";i:1370;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(301,138,'_wp_attached_file','2020/12/pet-20.jpg'),(302,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1070;s:4:\"file\";s:18:\"2020/12/pet-20.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-20-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"pet-20-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pet-20-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:18:\"pet-20-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"pet-20-1536x856.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-20-610x340.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-20-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"pet-20-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-20-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-20-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"pet-20-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-20-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"pet-20-1280x713.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"pet-20-980x546.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-20-480x268.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(303,139,'_wp_attached_file','2020/12/pet-07.jpg'),(304,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/12/pet-07.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-07-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:18:\"pet-07-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:18:\"pet-07-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-07-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"pet-07-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-07-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(305,140,'_wp_attached_file','2020/12/pet-09.jpg'),(306,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/12/pet-09.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-09-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:18:\"pet-09-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:18:\"pet-09-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-09-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"pet-09-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-09-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-09-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(307,141,'_wp_attached_file','2020/12/pet-06.jpg'),(308,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/12/pet-06.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-06-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:18:\"pet-06-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:18:\"pet-06-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-06-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"pet-06-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-06-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(309,142,'_wp_attached_file','2020/12/pet-04.jpg'),(310,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/12/pet-04.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-04-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:18:\"pet-04-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:18:\"pet-04-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-04-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"pet-04-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-04-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(311,139,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1205085640796301760246933554299175739288330078125;s:5:\"bytes\";i:20266;s:11:\"size_before\";i:395781;s:10:\"size_after\";i:375515;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:811;s:11:\"size_before\";i:16396;s:10:\"size_after\";i:15585;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:357;s:11:\"size_before\";i:5756;s:10:\"size_after\";i:5399;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3814;s:11:\"size_before\";i:80141;s:10:\"size_after\";i:76327;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2581;s:11:\"size_before\";i:53739;s:10:\"size_after\";i:51158;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1083;s:11:\"size_before\";i:19931;s:10:\"size_after\";i:18848;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5271;s:11:\"size_before\";i:91887;s:10:\"size_after\";i:86616;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1148;s:11:\"size_before\";i:22039;s:10:\"size_after\";i:20891;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1673;s:11:\"size_before\";i:33217;s:10:\"size_after\";i:31544;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1853;s:11:\"size_before\";i:37381;s:10:\"size_after\";i:35528;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:35294;s:10:\"size_after\";i:33619;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(312,138,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.23942430617449872443103231489658355712890625;s:5:\"bytes\";i:19930;s:11:\"size_before\";i:470111;s:10:\"size_after\";i:450181;s:4:\"time\";d:0.44000000000000005773159728050814010202884674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:256;s:11:\"size_before\";i:6717;s:10:\"size_after\";i:6461;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:44830;s:10:\"size_after\";i:42973;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:166;s:11:\"size_before\";i:3647;s:10:\"size_after\";i:3481;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:926;s:11:\"size_before\";i:28117;s:10:\"size_after\";i:27191;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4324;s:11:\"size_before\";i:85737;s:10:\"size_after\";i:81413;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:746;s:11:\"size_before\";i:19941;s:10:\"size_after\";i:19195;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:363;s:11:\"size_before\";i:11120;s:10:\"size_after\";i:10757;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2382;s:11:\"size_before\";i:53601;s:10:\"size_after\";i:51219;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:431;s:11:\"size_before\";i:12071;s:10:\"size_after\";i:11640;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:667;s:11:\"size_before\";i:18230;s:10:\"size_after\";i:17563;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2135;s:11:\"size_before\";i:48945;s:10:\"size_after\";i:46810;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:540;s:11:\"size_before\";i:16518;s:10:\"size_after\";i:15978;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:64928;s:10:\"size_after\";i:62105;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1838;s:11:\"size_before\";i:42275;s:10:\"size_after\";i:40437;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:476;s:11:\"size_before\";i:13434;s:10:\"size_after\";i:12958;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(313,143,'_wp_attached_file','2020/12/pet-08.jpg'),(314,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/12/pet-08.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-08-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:18:\"pet-08-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:18:\"pet-08-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-08-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"pet-08-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-08-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-08-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(315,140,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9795956020693292742862468003295361995697021484375;s:5:\"bytes\";i:20512;s:11:\"size_before\";i:411921;s:10:\"size_after\";i:391409;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:19808;s:10:\"size_after\";i:18649;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:484;s:11:\"size_before\";i:6789;s:10:\"size_after\";i:6305;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:4065;s:11:\"size_before\";i:89202;s:10:\"size_after\";i:85137;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2740;s:11:\"size_before\";i:61448;s:10:\"size_after\";i:58708;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:18639;s:10:\"size_after\";i:17592;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4706;s:11:\"size_before\";i:86376;s:10:\"size_after\";i:81670;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:20897;s:10:\"size_after\";i:19740;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1427;s:11:\"size_before\";i:31325;s:10:\"size_after\";i:29898;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:36642;s:10:\"size_after\";i:34920;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2005;s:11:\"size_before\";i:40795;s:10:\"size_after\";i:38790;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(316,144,'_wp_attached_file','2020/12/neuter.png'),(317,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2020/12/neuter.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(318,144,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:637;s:10:\"size_after\";i:637;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:637;s:10:\"size_after\";i:637;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(319,145,'_wp_attached_file','2020/12/house.png'),(320,145,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2020/12/house.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(321,145,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:582;s:10:\"size_after\";i:582;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:582;s:10:\"size_after\";i:582;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(322,141,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.26058533115769222376911784522235393524169921875;s:5:\"bytes\";i:12469;s:11:\"size_before\";i:382416;s:10:\"size_after\";i:369947;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:704;s:11:\"size_before\";i:16248;s:10:\"size_after\";i:15544;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5642;s:10:\"size_after\";i:5331;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1854;s:11:\"size_before\";i:75866;s:10:\"size_after\";i:74012;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1533;s:11:\"size_before\";i:52381;s:10:\"size_after\";i:50848;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:963;s:11:\"size_before\";i:21077;s:10:\"size_after\";i:20114;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2486;s:11:\"size_before\";i:84459;s:10:\"size_after\";i:81973;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:22995;s:10:\"size_after\";i:21940;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:34292;s:10:\"size_after\";i:33065;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:34338;s:10:\"size_after\";i:33141;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:35118;s:10:\"size_after\";i:33979;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(323,146,'_wp_attached_file','2020/12/pet-01.jpg'),(324,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:996;s:4:\"file\";s:18:\"2020/12/pet-01.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-01-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"pet-01-1024x531.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pet-01-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:18:\"pet-01-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"pet-01-1536x797.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-01-610x316.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"pet-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"pet-01-1080x560.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"pet-01-1280x664.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"pet-01-980x508.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-01-480x249.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(325,142,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7524799298698905403171011130325496196746826171875;s:5:\"bytes\";i:13013;s:11:\"size_before\";i:346784;s:10:\"size_after\";i:333771;s:4:\"time\";d:0.290000000000000091038288019262836314737796783447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:697;s:11:\"size_before\";i:15435;s:10:\"size_after\";i:14738;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:381;s:11:\"size_before\";i:5734;s:10:\"size_after\";i:5353;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:68706;s:10:\"size_after\";i:66685;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:47870;s:10:\"size_after\";i:46382;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:962;s:11:\"size_before\";i:19148;s:10:\"size_after\";i:18186;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2789;s:11:\"size_before\";i:74949;s:10:\"size_after\";i:72160;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:975;s:11:\"size_before\";i:20575;s:10:\"size_after\";i:19600;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:30321;s:10:\"size_after\";i:29105;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:31879;s:10:\"size_after\";i:30561;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:32167;s:10:\"size_after\";i:31001;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(326,143,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1407955005287693239779400755651295185089111328125;s:5:\"bytes\";i:15118;s:11:\"size_before\";i:294079;s:10:\"size_after\";i:278961;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:450;s:11:\"size_before\";i:12425;s:10:\"size_after\";i:11975;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4814;s:10:\"size_after\";i:4575;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3665;s:11:\"size_before\";i:62852;s:10:\"size_after\";i:59187;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1971;s:11:\"size_before\";i:40926;s:10:\"size_after\";i:38955;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:574;s:11:\"size_before\";i:14311;s:10:\"size_after\";i:13737;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:4679;s:11:\"size_before\";i:68124;s:10:\"size_after\";i:63445;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:591;s:11:\"size_before\";i:15585;s:10:\"size_after\";i:14994;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:935;s:11:\"size_before\";i:23403;s:10:\"size_after\";i:22468;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:982;s:11:\"size_before\";i:25492;s:10:\"size_after\";i:24510;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1032;s:11:\"size_before\";i:26147;s:10:\"size_after\";i:25115;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(327,147,'_wp_attached_file','2020/12/pet-03.jpg'),(328,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1029;s:4:\"file\";s:18:\"2020/12/pet-03.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-03-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"pet-03-1024x549.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pet-03-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:18:\"pet-03-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"pet-03-1536x823.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-03-610x327.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"pet-03-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"pet-03-1080x579.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"pet-03-1280x686.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"pet-03-980x525.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-03-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(329,148,'_wp_attached_file','2020/12/pet-18.jpg'),(330,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/12/pet-18.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"pet-18-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:18:\"pet-18-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:18:\"pet-18-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"pet-18-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"pet-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"pet-18-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"pet-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"pet-18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"pet-18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"pet-18-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(331,146,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.928840009390381027287730830721557140350341796875;s:5:\"bytes\";i:19748;s:11:\"size_before\";i:502642;s:10:\"size_after\";i:482894;s:4:\"time\";d:0.45999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:268;s:11:\"size_before\";i:6992;s:10:\"size_after\";i:6724;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1843;s:11:\"size_before\";i:45519;s:10:\"size_after\";i:43676;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:272;s:11:\"size_before\";i:4911;s:10:\"size_after\";i:4639;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:999;s:11:\"size_before\";i:28567;s:10:\"size_after\";i:27568;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3875;s:11:\"size_before\";i:87181;s:10:\"size_after\";i:83306;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:736;s:11:\"size_before\";i:20019;s:10:\"size_after\";i:19283;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:471;s:11:\"size_before\";i:13094;s:10:\"size_after\";i:12623;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:63380;s:10:\"size_after\";i:60980;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:483;s:11:\"size_before\";i:14914;s:10:\"size_after\";i:14431;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:780;s:11:\"size_before\";i:23000;s:10:\"size_after\";i:22220;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1992;s:11:\"size_before\";i:49429;s:10:\"size_after\";i:47437;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:753;s:11:\"size_before\";i:23739;s:10:\"size_after\";i:22986;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2692;s:11:\"size_before\";i:65642;s:10:\"size_after\";i:62950;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1694;s:11:\"size_before\";i:42330;s:10:\"size_after\";i:40636;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:490;s:11:\"size_before\";i:13925;s:10:\"size_after\";i:13435;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(332,148,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.658075128750513993480808494496159255504608154296875;s:5:\"bytes\";i:9760;s:11:\"size_before\";i:367183;s:10:\"size_after\";i:357423;s:4:\"time\";d:0.6700000000000001509903313490212894976139068603515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:586;s:11:\"size_before\";i:16167;s:10:\"size_after\";i:15581;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:291;s:11:\"size_before\";i:5489;s:10:\"size_after\";i:5198;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:76211;s:10:\"size_after\";i:74554;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:52896;s:10:\"size_after\";i:51619;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:580;s:11:\"size_before\";i:17755;s:10:\"size_after\";i:17175;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:77570;s:10:\"size_after\";i:75681;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:614;s:11:\"size_before\";i:19739;s:10:\"size_after\";i:19125;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:758;s:11:\"size_before\";i:29976;s:10:\"size_after\";i:29218;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1171;s:11:\"size_before\";i:36173;s:10:\"size_after\";i:35002;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:937;s:11:\"size_before\";i:35207;s:10:\"size_after\";i:34270;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(333,147,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.84120505627680497440223916782997548580169677734375;s:5:\"bytes\";i:26629;s:11:\"size_before\";i:550049;s:10:\"size_after\";i:523420;s:4:\"time\";d:0.640000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:389;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7697;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2192;s:11:\"size_before\";i:51036;s:10:\"size_after\";i:48844;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:243;s:11:\"size_before\";i:4381;s:10:\"size_after\";i:4138;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:31937;s:10:\"size_after\";i:30662;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6697;s:11:\"size_before\";i:105629;s:10:\"size_after\";i:98932;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:869;s:11:\"size_before\";i:22351;s:10:\"size_after\";i:21482;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:525;s:11:\"size_before\";i:12837;s:10:\"size_after\";i:12312;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3074;s:11:\"size_before\";i:62052;s:10:\"size_after\";i:58978;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:541;s:11:\"size_before\";i:13710;s:10:\"size_after\";i:13169;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:741;s:11:\"size_before\";i:20464;s:10:\"size_after\";i:19723;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:56323;s:10:\"size_after\";i:53724;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:803;s:11:\"size_before\";i:21689;s:10:\"size_after\";i:20886;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3961;s:11:\"size_before\";i:76165;s:10:\"size_after\";i:72204;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2065;s:11:\"size_before\";i:47638;s:10:\"size_after\";i:45573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:655;s:11:\"size_before\";i:15751;s:10:\"size_after\";i:15096;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(334,150,'_wp_attached_file','2020/12/Diego-banner.jpg'),(335,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/12/Diego-banner.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Diego-banner-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Diego-banner-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Diego-banner-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:24:\"Diego-banner-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"Diego-banner-610x381.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Diego-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Diego-banner-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Diego-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Diego-banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Diego-banner-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Diego-banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"Diego-banner-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"Diego-banner-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"Diego-banner-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(336,150,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.128123389619261285332640909473411738872528076171875;s:5:\"bytes\";i:13051;s:11:\"size_before\";i:417215;s:10:\"size_after\";i:404164;s:4:\"time\";d:0.660000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:343;s:11:\"size_before\";i:8180;s:10:\"size_after\";i:7837;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:48504;s:10:\"size_after\";i:46779;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:254;s:11:\"size_before\";i:4697;s:10:\"size_after\";i:4443;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:31376;s:10:\"size_after\";i:30372;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:617;s:11:\"size_before\";i:22422;s:10:\"size_after\";i:21805;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:391;s:11:\"size_before\";i:12166;s:10:\"size_after\";i:11775;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2246;s:11:\"size_before\";i:54222;s:10:\"size_after\";i:51976;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:404;s:11:\"size_before\";i:13481;s:10:\"size_after\";i:13077;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:578;s:11:\"size_before\";i:19938;s:10:\"size_after\";i:19360;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51976;s:10:\"size_after\";i:51976;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:551;s:11:\"size_before\";i:21199;s:10:\"size_after\";i:20648;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2797;s:11:\"size_before\";i:66981;s:10:\"size_after\";i:64184;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:46027;s:10:\"size_after\";i:44363;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:477;s:11:\"size_before\";i:16046;s:10:\"size_after\";i:15569;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(389,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1062;s:6:\"height\";i:719;s:4:\"file\";s:27:\"2020/12/Maradona-banner.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Maradona-banner-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-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:27:\"Maradona-banner-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-610x413.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Maradona-banner-1062x675.jpg\";s:5:\"width\";i:1062;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-980x663.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"Maradona-banner-480x325.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"Maradona-banner-1080x9999.jpg\";s:5:\"width\";i:1062;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(390,169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.57753195794876877044998764176853001117706298828125;s:5:\"bytes\";i:23195;s:11:\"size_before\";i:648352;s:10:\"size_after\";i:625157;s:4:\"time\";d:0.4200000000000001509903313490212894976139068603515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:887;s:11:\"size_before\";i:17218;s:10:\"size_after\";i:16331;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3263;s:11:\"size_before\";i:110339;s:10:\"size_after\";i:107076;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:489;s:11:\"size_before\";i:7639;s:10:\"size_after\";i:7150;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:72791;s:10:\"size_after\";i:70140;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2043;s:11:\"size_before\";i:52209;s:10:\"size_after\";i:50166;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:25159;s:10:\"size_after\";i:23932;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:113309;s:10:\"size_after\";i:110097;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:28022;s:10:\"size_after\";i:26621;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1728;s:11:\"size_before\";i:41907;s:10:\"size_after\";i:40179;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1539;s:11:\"size_before\";i:40389;s:10:\"size_after\";i:38850;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:3183;s:11:\"size_before\";i:103578;s:10:\"size_after\";i:100395;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1572;s:11:\"size_before\";i:35792;s:10:\"size_after\";i:34220;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(340,153,'_wp_attached_file','2020/12/logo-03.png'),(341,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:452;s:4:\"file\";s:19:\"2020/12/logo-03.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logo-03-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:19:\"logo-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"logo-03-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"logo-03-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"logo-03-452x382.png\";s:5:\"width\";i:452;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"logo-03-400x452.png\";s:5:\"width\";i:400;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(342,153,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.333051098598701855735271237790584564208984375;s:5:\"bytes\";i:22046;s:11:\"size_before\";i:94484;s:10:\"size_after\";i:72438;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3916;s:11:\"size_before\";i:16401;s:10:\"size_after\";i:12485;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1234;s:11:\"size_before\";i:5890;s:10:\"size_after\";i:4656;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5361;s:11:\"size_before\";i:23663;s:10:\"size_after\";i:18302;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.5;s:5:\"bytes\";i:5750;s:11:\"size_before\";i:24463;s:10:\"size_after\";i:18713;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3055;s:11:\"size_before\";i:12001;s:10:\"size_after\";i:8946;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2730;s:11:\"size_before\";i:12066;s:10:\"size_after\";i:9336;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(343,154,'_wp_attached_file','2020/12/logo-04.png'),(344,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:452;s:4:\"file\";s:19:\"2020/12/logo-04.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logo-04-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:19:\"logo-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"logo-04-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"logo-04-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"logo-04-451x382.png\";s:5:\"width\";i:451;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"logo-04-400x452.png\";s:5:\"width\";i:400;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(345,154,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.019726868666015917597178486175835132598876953125;s:5:\"bytes\";i:80670;s:11:\"size_before\";i:310034;s:10:\"size_after\";i:229364;s:4:\"time\";d:2.410000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:17477;s:11:\"size_before\";i:57544;s:10:\"size_after\";i:40067;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4318;s:11:\"size_before\";i:17005;s:10:\"size_after\";i:12687;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:19241;s:11:\"size_before\";i:68521;s:10:\"size_after\";i:49280;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:21888;s:11:\"size_before\";i:78596;s:10:\"size_after\";i:56708;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:8835;s:11:\"size_before\";i:44357;s:10:\"size_after\";i:35522;s:4:\"time\";d:0.770000000000000017763568394002504646778106689453125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.25;s:5:\"bytes\";i:8911;s:11:\"size_before\";i:44011;s:10:\"size_after\";i:35100;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}}}'),(346,155,'_wp_attached_file','2020/12/logo-05.png'),(347,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:452;s:4:\"file\";s:19:\"2020/12/logo-05.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logo-05-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:19:\"logo-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"logo-05-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"logo-05-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"logo-05-452x382.png\";s:5:\"width\";i:452;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"logo-05-400x452.png\";s:5:\"width\";i:400;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(348,155,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.82071484925257465192771633155643939971923828125;s:5:\"bytes\";i:133730;s:11:\"size_before\";i:384053;s:10:\"size_after\";i:250323;s:4:\"time\";d:1.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:27991;s:11:\"size_before\";i:81232;s:10:\"size_after\";i:53241;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:8053;s:11:\"size_before\";i:23715;s:10:\"size_after\";i:15662;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:31475;s:11:\"size_before\";i:95135;s:10:\"size_after\";i:63660;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:35818;s:11:\"size_before\";i:106325;s:10:\"size_after\";i:70507;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:15168;s:11:\"size_before\";i:38763;s:10:\"size_after\";i:23595;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:15225;s:11:\"size_before\";i:38883;s:10:\"size_after\";i:23658;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(349,156,'_wp_attached_file','2020/12/Fumo-Logo-2017-01-19-07.jpg'),(350,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:452;s:4:\"file\";s:35:\"2020/12/Fumo-Logo-2017-01-19-07.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-07-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:35:\"Fumo-Logo-2017-01-19-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-07-451x382.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-07-400x452.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(351,156,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.914099311344690246272648437297903001308441162109375;s:5:\"bytes\";i:3216;s:11:\"size_before\";i:110360;s:10:\"size_after\";i:107144;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:475;s:11:\"size_before\";i:15768;s:10:\"size_after\";i:15293;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:201;s:11:\"size_before\";i:5693;s:10:\"size_after\";i:5492;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:558;s:11:\"size_before\";i:16871;s:10:\"size_after\";i:16313;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:544;s:11:\"size_before\";i:18553;s:10:\"size_after\";i:18009;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:690;s:11:\"size_before\";i:27030;s:10:\"size_after\";i:26340;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:748;s:11:\"size_before\";i:26445;s:10:\"size_after\";i:25697;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(352,157,'_wp_attached_file','2020/12/Fumo-Logo-2017-01-19-06.jpg'),(353,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:452;s:4:\"file\";s:35:\"2020/12/Fumo-Logo-2017-01-19-06.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-06-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:35:\"Fumo-Logo-2017-01-19-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-06-451x382.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"Fumo-Logo-2017-01-19-06-400x452.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(354,157,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3184577660102139162745515932328999042510986328125;s:5:\"bytes\";i:7613;s:11:\"size_before\";i:143143;s:10:\"size_after\";i:135530;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:853;s:11:\"size_before\";i:17189;s:10:\"size_after\";i:16336;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:5310;s:10:\"size_after\";i:4988;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1236;s:11:\"size_before\";i:23658;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:24677;s:10:\"size_after\";i:23518;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:36799;s:10:\"size_after\";i:34826;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2070;s:11:\"size_before\";i:35510;s:10:\"size_after\";i:33440;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(355,158,'_wp_attached_file','2020/12/icon-08.png'),(356,158,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:105;s:6:\"height\";i:105;s:4:\"file\";s:19:\"2020/12/icon-08.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(357,158,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.8471490177287961387264658696949481964111328125;s:5:\"bytes\";i:769;s:11:\"size_before\";i:2087;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:769;s:11:\"size_before\";i:2087;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(358,159,'_wp_attached_file','2020/12/icon-08a.png'),(359,159,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:141;s:6:\"height\";i:141;s:4:\"file\";s:20:\"2020/12/icon-08a.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(360,159,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.91379310344827757717212080024182796478271484375;s:5:\"bytes\";i:972;s:11:\"size_before\";i:2784;s:10:\"size_after\";i:1812;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:972;s:11:\"size_before\";i:2784;s:10:\"size_after\";i:1812;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(361,160,'_wp_attached_file','2020/12/maradona-lines.png'),(362,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:26:\"2020/12/maradona-lines.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"maradona-lines-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:26:\"maradona-lines-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"maradona-lines-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"maradona-lines-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"maradona-lines-480x382.png\";s:5:\"width\";i:480;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"maradona-lines-400x480.png\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(363,160,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.249083547628163870513162692077457904815673828125;s:5:\"bytes\";i:88458;s:11:\"size_before\";i:292432;s:10:\"size_after\";i:203974;s:4:\"time\";d:1.180000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:15450;s:11:\"size_before\";i:51900;s:10:\"size_after\";i:36450;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:19606;s:10:\"size_after\";i:14461;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:15822;s:11:\"size_before\";i:60114;s:10:\"size_after\";i:44292;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:15515;s:11:\"size_before\";i:70447;s:10:\"size_after\";i:54932;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:18210;s:11:\"size_before\";i:45311;s:10:\"size_after\";i:27101;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:18316;s:11:\"size_before\";i:45054;s:10:\"size_after\";i:26738;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(364,161,'_wp_attached_file','2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg'),(365,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:294;s:4:\"file\";s:50:\"2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-300x123.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-610x249.jpeg\";s:5:\"width\";i:610;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-510x294.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-400x294.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2020-12-01-at-14.47.20-480x196.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(366,161,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.058248447301050276792011572979390621185302734375;s:5:\"bytes\";i:23423;s:11:\"size_before\";i:258582;s:10:\"size_after\";i:235159;s:4:\"time\";d:0.11999999999999998168132009368491708301007747650146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1471;s:11:\"size_before\";i:16946;s:10:\"size_after\";i:15475;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:922;s:11:\"size_before\";i:10174;s:10:\"size_after\";i:9252;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3780;s:11:\"size_before\";i:49290;s:10:\"size_after\";i:45510;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2697;s:11:\"size_before\";i:32942;s:10:\"size_after\";i:30245;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:34579;s:10:\"size_after\";i:31825;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3798;s:11:\"size_before\";i:46452;s:10:\"size_after\";i:42654;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5176;s:11:\"size_before\";i:33280;s:10:\"size_after\";i:28104;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2825;s:11:\"size_before\";i:34919;s:10:\"size_after\";i:32094;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(367,134,'_et_pb_built_for_post_type','page'),(368,134,'_et_pb_ab_subjects',''),(369,134,'_et_pb_enable_shortcode_tracking',''),(370,134,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"134\" /]'),(371,134,'_et_pb_custom_css',''),(372,134,'_et_pb_gutter_width','3'),(373,134,'_thumbnail_id','169'),(374,134,'_et_pb_first_image',''),(375,134,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_pb_fullwidth_section et_section_regular section_has_divider et_pb_bottom_divider\" >\n				\n				\n				\n				\n					<section class=\"et_pb_module et_pb_fullwidth_header et_pb_fullwidth_header_0 et_animated et_hover_enabled et_pb_section_parallax et_pb_text_align_left et_pb_bg_layout_dark\">\n				<span class=\"et_parallax_bg_wrap\"><span\n						class=\"et_parallax_bg\"\n						style=\"background-image: url(http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg);\"\n					></span></span>\n				\n				<div class=\"et_pb_fullwidth_header_container left\">\n					<div class=\"header-content-container center\">\n					<div class=\"header-content\">\n						\n						<h1 class=\"et_pb_module_header\">Non-Profit EVENT</h1>\n						<span class=\"et_pb_fullwidth_header_subhead\">Charity Dinner</span>\n						<div class=\"et_pb_header_content_wrapper\">&nbsp;<br />\n&nbsp;</div>\n						<a class=\"et_pb_button et_pb_more_button et_pb_button_one\" href=\"#booking-form\">Book now</a><a class=\"et_pb_button et_pb_more_button et_pb_button_two\" href=\"#donation-form\">Make a Donation</a>\n					</div>\n				</div>\n					\n				</div>\n				<div class=\"et_pb_fullwidth_header_overlay\"></div>\n				<div class=\"et_pb_fullwidth_header_scroll\"></div>\n			</section>\n				\n				<div class=\"et_pb_bottom_inside_divider et-no-transition\"></div>\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Getting Involved<br />\nDiego Armando Maradona Night</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_countdown_timer et_pb_countdown_timer_0 et_pb_bg_layout_dark\" data-end-timestamp=\"1607454000\">\n				\n				\n				<div class=\"et_pb_countdown_timer_container clearfix\">\n					<h4 class=\"title\">Countdown to the event</h4>\n					<div class=\"days section values\" data-short=\"Day\" data-full=\"Day(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Day(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"hours section values\" data-short=\"Hrs\" data-full=\"Hour(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Hour(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"minutes section values\" data-short=\"Min\" data-full=\"Minute(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Minute(s)</p>\n					</div><div class=\"sep section\">\n						<p>:</p>\n					</div><div class=\"seconds section values\" data-short=\"Sec\" data-full=\"Second(s)\">\n						<p class=\"value\"></p>\n						<p class=\"label\">Second(s)</p>\n					</div>\n				</div>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">To celebrate the great soccer champion Diego Armando Maradona<br />\nFumo Restaurant,<br />\nwith the patronage of the Embassy of Argentina<br />\nand of the Embassy of Italy<br />\nis proud to organize a charity dinner<br />\non Tuesday 8th December at 19:00</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" alt=\"\" title=\"logo-03\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png 452w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03-300x300.png 300w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03-150x150.png 150w\" sizes=\"(max-width: 452px) 100vw, 452px\" class=\"wp-image-153\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" alt=\"\" title=\"logo-04\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png 451w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04-300x300.png 300w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04-150x150.png 150w\" sizes=\"(max-width: 451px) 100vw, 451px\" class=\"wp-image-154\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" alt=\"\" title=\"logo-05\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png 452w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05-300x300.png 300w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05-150x150.png 150w\" sizes=\"(max-width: 452px) 100vw, 452px\" class=\"wp-image-155\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_divider et_pb_divider_0 et_pb_divider_position_ et_pb_space\"><div class=\"et_pb_divider_internal\"></div></div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Booking is compulory<br />\nGuests will be asked to participate with a minimum donation of R 1,000 per person</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_left et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 et_hover_enabled et_pb_bg_layout_dark\" href=\"#booking-form\">Book now</a>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Donations<br />\nAll funds raised will go to to the two entities listed below.<br />\nYou can attend book for the event with a minimum donation of R 1000 and/or donate</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_left et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_dark\" href=\"#donation-form\">Donate</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_divider et_pb_divider_1 et_pb_divider_position_ et_pb_space\"><div class=\"et_pb_divider_internal\"></div></div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Thuto Thebe Educational Fund</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module dsm_image_reveal dsm_image_reveal_0 et_clickable\">\n				\n				\n				\n				\n				<div class=\"et_pb_module_inner\">\n					<div class=\"dsm-image-reveal et_pb_bg_layout_dark et_always_center_on_mobile\">\n				\n				\n				<div class=\"dsm-image-wrapper\"><span class=\"et_pb_image_wrap\"><div class=\"dsm-image-reveal-overlay\"></div><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" alt=\"\" title=\"Fumo Logo 2017-01-19-07\" /><div class=\"dsm-image-reveal-text-wrapper\"><h3 class=\"dsm-image-reveal-text et_pb_module_header et_pb_text_align_center\" data-splitting>Thuto Thebe Educational Fund</h3></div></span></div>\n			</div>\n				</div>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Lesolang Primary School</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module dsm_image_reveal dsm_image_reveal_1 et_clickable\">\n				\n				\n				\n				\n				<div class=\"et_pb_module_inner\">\n					<div class=\"dsm-image-reveal et_pb_bg_layout_dark et_always_center_on_mobile\">\n				\n				\n				<div class=\"dsm-image-wrapper\"><span class=\"et_pb_image_wrap\"><div class=\"dsm-image-reveal-overlay\"></div><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" alt=\"\" title=\"Fumo Logo 2017-01-19-06\" /><div class=\"dsm-image-reveal-text-wrapper\"><h3 class=\"dsm-image-reveal-text et_pb_module_header et_pb_text_align_center\" data-splitting>Lesolang Primary School</h3></div></span></div>\n			</div>\n				</div>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_specialty section_has_divider et_pb_bottom_divider\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_11   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et_pb_column_empty\">\n				\n				\n				\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12    et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty\">\n				\n				\n				\n			</div> <!-- .et_pb_column -->\n				</div> <!-- .et_pb_row -->\n				<div class=\"et_pb_bottom_inside_divider et-no-transition\"></div>\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">The evening<br />\nJoin the celebration</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0 et_animated  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon\">&#xe089;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Memorial video</span></h4>\n						<div class=\"et_pb_blurb_description\">An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1 et_animated  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon\">&#xe031;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Argentine tango</span></h4>\n						<div class=\"et_pb_blurb_description\">Emiliano Fernandez and Lilyana Kamenova perform &#8220;Barrilete Cosmico&#8221; (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of &#8220;Escualo&#8221; by Astor Piazzolla.</div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" alt=\"\" title=\"Tango1\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg 500w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-196\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" alt=\"\" title=\"Tango3\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg 500w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-194\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_5\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" alt=\"\" title=\"Tango2\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg 500w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-197\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2 et_animated  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" width=\"141\" height=\"141\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" alt=\"\" class=\"et-waypoint et_pb_animation_off wp-image-159\" /></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>For the palatE</span></h4>\n						<div class=\"et_pb_blurb_description\">Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_3 et_animated  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon\">&#xe08b;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Networking</span></h4>\n						<div class=\"et_pb_blurb_description\">Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div id=\"booking-form\" class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_promo_description\"><h1 class=\"et_pb_module_header\">How to book you table</h1><div>Three simple steps to secure your  table for this unforgettable night.</div></div>\n				\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_6\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png\" alt=\"\" title=\"3steps 01b\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png 330w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b-300x183.png 300w\" sizes=\"(max-width: 330px) 100vw, 330px\" class=\"wp-image-226\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Pay R 1,000 per person, via EFT, to:<br />\nBank: FNBBeneficiary: Baliterm PtyBank Account: 62758710696Branch: 250655Ref.: Charity (+your name)<br />\n </div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_7\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png\" alt=\"\" title=\"3steps 02b\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png 331w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b-300x181.png 300w\" sizes=\"(max-width: 331px) 100vw, 331px\" class=\"wp-image-227\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Send the Proof of Payment to: info@fumo.co.za including your contact details.</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_8\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png\" alt=\"\" title=\"3steps 03b\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png 330w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b-300x182.png 300w\" sizes=\"(max-width: 330px) 100vw, 330px\" class=\"wp-image-228\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">There is no step 3. But if you need any information please call or WhatsApp Claudio:<br />\n0761249615</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_divider et_pb_divider_2 et_pb_divider_position_ et_pb_space\"><div class=\"et_pb_divider_internal\"></div></div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_14 et_animated\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div id=\"donation-form\" class=\"et_pb_module et_pb_blurb et_pb_blurb_4  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" width=\"712\" height=\"1000\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" alt=\"\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png 712w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small-480x674.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 712px, 100vw\" class=\"et-waypoint et_pb_animation_top wp-image-182\" /></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Donation</span></h4>\n						<div class=\"et_pb_blurb_description\">If you cannot attend and you want to do a donation anyway, please send the find to:<br />\nBank: FNB Beneficiary: Baliterm Pty Bank Account: 62758710696 Branch: 250655 Ref.: Maradona Charity<br />\nAnd please send us a message:<br />\n&nbsp;</div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			<div id=\"et_pb_contact_form_0\" class=\"et_pb_module et_pb_contact_form_0 et_pb_contact_form_container clearfix\" data-form_unique_num=\"0\">\n				\n				\n				\n				<div class=\"et-pb-contact-message\"></div>\n				\n				<div class=\"et_pb_contact\">\n					<form class=\"et_pb_contact_form clearfix\" method=\"post\" action=\"http://rainmakers.cafe/fumo/?s=Booking+\">\n						<p class=\"et_pb_contact_field et_pb_contact_field_0 et_pb_contact_field_half\" data-id=\"name\" data-type=\"input\">\n				\n				\n				<label for=\"et_pb_contact_name_0\" class=\"et_pb_contact_form_label\">Full Name</label>\n				<input type=\"text\" id=\"et_pb_contact_name_0\" class=\"input\" value=\"\" name=\"et_pb_contact_name_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"name\" placeholder=\"Full Name\">\n			</p><p class=\"et_pb_contact_field et_pb_contact_field_1 et_pb_contact_field_half et_pb_contact_field_last\" data-id=\"email\" data-type=\"email\">\n				\n				\n				<label for=\"et_pb_contact_email_0\" class=\"et_pb_contact_form_label\">Email Address</label>\n				<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"Email Address\">\n			</p><p class=\"et_pb_contact_field et_pb_contact_field_2 et_pb_contact_field_last\" data-id=\"mobile\" data-type=\"input\">\n				\n				\n				<label for=\"et_pb_contact_mobile_0\" class=\"et_pb_contact_form_label\">Mobile number</label>\n				<input type=\"text\" id=\"et_pb_contact_mobile_0\" class=\"input\" value=\"\" name=\"et_pb_contact_mobile_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"mobile\" placeholder=\"Mobile number\">\n			</p><p class=\"et_pb_contact_field et_pb_contact_field_3 et_pb_contact_field_last\" data-id=\"donation\" data-type=\"select\">\n				\n				\n				<label for=\"et_pb_contact_donation_0\" class=\"et_pb_contact_form_label\">Who&#039;s the donation for</label>\n				<select id=\"et_pb_contact_donation_0\" class=\"et_pb_contact_select input\" name=\"et_pb_contact_donation_0\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"donation\">\n						<option value=\"\">Who&#039;s the donation for</option><option value=\"Thuto Thebe Educational Fund\">Thuto Thebe Educational Fund</option><option value=\"Lesolang Primary School\">Lesolang Primary School</option><option value=\"Both\">Both</option>\n					</select>\n			</p><p class=\"et_pb_contact_field et_pb_contact_field_4 et_pb_contact_field_last\" data-id=\"message\" data-type=\"text\">\n				\n				\n				<label for=\"et_pb_contact_message_0\" class=\"et_pb_contact_form_label\">Message</label>\n				<textarea name=\"et_pb_contact_message_0\" id=\"et_pb_contact_message_0\" class=\"et_pb_contact_message input\" data-required_mark=\"required\" data-field_type=\"text\" data-original_id=\"message\" placeholder=\"Message\"></textarea>\n			</p>\n						<input type=\"hidden\" value=\"et_contact_proccess\" name=\"et_pb_contactform_submit_0\"/>\n						<div class=\"et_contact_bottom_container\">\n							\n			<div class=\"et_pb_contact_right\">\n				<p class=\"clearfix\">\n					<span class=\"et_pb_contact_captcha_question\">8 + 5</span> = <input type=\"text\" size=\"2\" class=\"input et_pb_contact_captcha\" data-first_digit=\"8\" data-second_digit=\"5\" value=\"\" name=\"et_pb_contact_captcha_0\" data-required_mark=\"required\" autocomplete=\"off\">\n				</p>\n			</div><!-- .et_pb_contact_right -->\n							<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>\n						</div>\n						<input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-0\" name=\"_wpnonce-et-pb-contact-form-submitted-0\" value=\"f1bbd88008\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/?s=Booking+\" />\n					</form>\n				</div> <!-- .et_pb_contact -->\n			</div> <!-- .et_pb_contact_form_container -->\n			<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Information<br />\nFor more information or special booking requirements please contact 012 346 0916 or send an email to info@fumo.co.za</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_5 et_section_regular\" >\n				\n				\n				\n				\n					\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_15\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_9\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" alt=\"\" title=\"cartoon\" height=\"auto\" width=\"auto\" srcset=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png 1651w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon-1280x868.png 1280w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon-980x665.png 980w, http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon-480x326.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1651px, 100vw\" class=\"wp-image-166\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				<div class=\"et_pb_bottom_inside_divider et-no-transition\"></div>\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_7 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_16 et_animated\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough et_pb_column_empty\">\n				\n				\n				\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<ul class=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0 clearfix  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<li\n            class=\'et_pb_social_media_follow_network_0 et_pb_social_icon et_pb_social_network_link  et-social-facebook et_pb_social_media_follow_network_0\'><a\n              href=\'https://www.facebook.com/Fumo.Restaurant\'\n              class=\'icon et_pb_with_border\'\n              title=\'Follow on Facebook\'\n               target=\"_blank\"><span\n                class=\'et_pb_social_media_follow_network_name\'\n                aria-hidden=\'true\'\n                >Follow</span></a></li><li\n            class=\'et_pb_social_media_follow_network_1 et_pb_social_icon et_pb_social_network_link  et-social-instagram et_pb_social_media_follow_network_1\'><a\n              href=\'https://www.instagram.com/fumorestaurant/\'\n              class=\'icon et_pb_with_border\'\n              title=\'Follow on Instagram\'\n               target=\"_blank\"><span\n                class=\'et_pb_social_media_follow_network_name\'\n                aria-hidden=\'true\'\n                >Follow</span></a></li>\n			</ul> <!-- .et_pb_counters -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty\">\n				\n				\n				\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(376,134,'_et_pb_truncate_post_date','2020-12-14 20:42:23'),(377,134,'_et_builder_version','VB|Divi|4.7.4'),(378,134,'_et_pb_show_page_creation','off'),(379,166,'_wp_attached_file','2020/12/cartoon.png'),(380,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1651;s:6:\"height\";i:1120;s:4:\"file\";s:19:\"2020/12/cartoon.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"cartoon-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"cartoon-1024x695.png\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"cartoon-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:19:\"cartoon-768x521.png\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"cartoon-1536x1042.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1042;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"cartoon-610x414.png\";s:5:\"width\";i:610;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"cartoon-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"cartoon-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"cartoon-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"cartoon-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"cartoon-1080x733.png\";s:5:\"width\";i:1080;s:6:\"height\";i:733;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"cartoon-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:20:\"cartoon-1280x868.png\";s:5:\"width\";i:1280;s:6:\"height\";i:868;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"cartoon-980x665.png\";s:5:\"width\";i:980;s:6:\"height\";i:665;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"cartoon-480x326.png\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(381,166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.4997905714407835375823196955025196075439453125;s:5:\"bytes\";i:599542;s:11:\"size_before\";i:2924625;s:10:\"size_after\";i:2325083;s:4:\"time\";d:12.050000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:6774;s:11:\"size_before\";i:41880;s:10:\"size_after\";i:35106;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:58269;s:11:\"size_before\";i:270623;s:10:\"size_after\";i:212354;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3131;s:11:\"size_before\";i:22988;s:10:\"size_after\";i:19857;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:36518;s:11:\"size_before\";i:180828;s:10:\"size_after\";i:144310;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:114814;s:11:\"size_before\";i:550725;s:10:\"size_after\";i:435911;s:4:\"time\";d:3.54999999999999982236431605997495353221893310546875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:23511;s:11:\"size_before\";i:119876;s:10:\"size_after\";i:96365;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12020;s:11:\"size_before\";i:64350;s:10:\"size_after\";i:52330;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:62422;s:11:\"size_before\";i:294176;s:10:\"size_after\";i:231754;s:4:\"time\";d:1.689999999999999946709294817992486059665679931640625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:12889;s:11:\"size_before\";i:68459;s:10:\"size_after\";i:55570;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:22331;s:11:\"size_before\";i:110094;s:10:\"size_after\";i:87763;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:64910;s:11:\"size_before\";i:313132;s:10:\"size_after\";i:248222;s:4:\"time\";d:1.4499999999999999555910790149937383830547332763671875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:25263;s:11:\"size_before\";i:127483;s:10:\"size_after\";i:102220;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:85528;s:11:\"size_before\";i:409814;s:10:\"size_after\";i:324286;s:4:\"time\";d:1.75;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.75;s:5:\"bytes\";i:54729;s:11:\"size_before\";i:263800;s:10:\"size_after\";i:209071;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:16433;s:11:\"size_before\";i:86397;s:10:\"size_after\";i:69964;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(382,134,'_wp_page_template','default'),(1835,30640,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.36983915681502477212916346616111695766448974609375;s:5:\"bytes\";i:63256;s:11:\"size_before\";i:1447559;s:10:\"size_after\";i:1384303;s:4:\"time\";d:1.79000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1135;s:11:\"size_before\";i:17889;s:10:\"size_after\";i:16754;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5922;s:11:\"size_before\";i:145153;s:10:\"size_after\";i:139231;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:614;s:11:\"size_before\";i:8345;s:10:\"size_after\";i:7731;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4540;s:11:\"size_before\";i:88028;s:10:\"size_after\";i:83488;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:9350;s:11:\"size_before\";i:276888;s:10:\"size_after\";i:267538;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3351;s:11:\"size_before\";i:59737;s:10:\"size_after\";i:56386;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:27884;s:10:\"size_after\";i:26090;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:6221;s:11:\"size_before\";i:151007;s:10:\"size_after\";i:144786;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:30687;s:10:\"size_after\";i:28793;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2948;s:11:\"size_before\";i:48810;s:10:\"size_after\";i:45862;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:6415;s:11:\"size_before\";i:158027;s:10:\"size_after\";i:151612;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:2980;s:11:\"size_before\";i:51853;s:10:\"size_after\";i:48873;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:7839;s:11:\"size_before\";i:208802;s:10:\"size_after\";i:200963;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5764;s:11:\"size_before\";i:135050;s:10:\"size_after\";i:129286;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2489;s:11:\"size_before\";i:39399;s:10:\"size_after\";i:36910;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(388,169,'_wp_attached_file','2020/12/Maradona-banner.jpg'),(394,181,'_wp_attached_file','2020/12/10.png'),(395,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1446;s:6:\"height\";i:2030;s:4:\"file\";s:14:\"2020/12/10.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"10-729x1024.png\";s:5:\"width\";i:729;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-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:15:\"10-768x1078.png\";s:5:\"width\";i:768;s:6:\"height\";i:1078;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"10-1094x1536.png\";s:5:\"width\";i:1094;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:14:\"10-610x856.png\";s:5:\"width\";i:610;s:6:\"height\";i:856;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"10-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:15:\"10-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"10-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:14:\"10-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"10-1080x1516.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1516;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"10-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:16:\"10-1446x1800.png\";s:5:\"width\";i:1446;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"10-1280x1797.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1797;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"10-980x1376.png\";s:5:\"width\";i:980;s:6:\"height\";i:1376;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"10-480x674.png\";s:5:\"width\";i:480;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(393,134,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:5:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lora\";s:33:\"Lora:regular,italic,700,700italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(396,181,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.29070282802499480823144040186889469623565673828125;s:5:\"bytes\";i:245907;s:11:\"size_before\";i:4647908;s:10:\"size_after\";i:4402001;s:4:\"time\";d:30.8299999999999982946974341757595539093017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36877;s:10:\"size_after\";i:36877;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:14391;s:11:\"size_before\";i:299974;s:10:\"size_after\";i:285583;s:4:\"time\";d:1.689999999999999946709294817992486059665679931640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16521;s:10:\"size_after\";i:16521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:14170;s:11:\"size_before\";i:318912;s:10:\"size_after\";i:304742;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:35779;s:11:\"size_before\";i:660698;s:10:\"size_after\";i:624919;s:4:\"time\";d:3.560000000000000053290705182007513940334320068359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4422;s:11:\"size_before\";i:220421;s:10:\"size_after\";i:215999;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47245;s:10:\"size_after\";i:47245;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:303441;s:10:\"size_after\";i:303441;s:4:\"time\";d:3.149999999999999911182158029987476766109466552734375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57436;s:10:\"size_after\";i:57436;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91625;s:10:\"size_after\";i:91625;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:24851;s:11:\"size_before\";i:639644;s:10:\"size_after\";i:614793;s:4:\"time\";d:3.810000000000000053290705182007513940334320068359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:1505;s:11:\"size_before\";i:100653;s:10:\"size_after\";i:99148;s:4:\"time\";d:1.95999999999999996447286321199499070644378662109375;}s:37:\"et-pb-post-main-image-fullwidth-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:65969;s:11:\"size_before\";i:311016;s:10:\"size_after\";i:245047;s:4:\"time\";d:2.0099999999999997868371792719699442386627197265625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:52909;s:11:\"size_before\";i:850458;s:10:\"size_after\";i:797549;s:4:\"time\";d:5.0099999999999997868371792719699442386627197265625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:28589;s:11:\"size_before\";i:549730;s:10:\"size_after\";i:521141;s:4:\"time\";d:5.78000000000000024868995751603506505489349365234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:143257;s:10:\"size_after\";i:139935;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}}}'),(397,182,'_wp_attached_file','2020/12/10-small.png'),(398,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:712;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2020/12/10-small.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"10-small-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"10-small-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"10-small-610x857.png\";s:5:\"width\";i:610;s:6:\"height\";i:857;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"10-small-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"10-small-712x675.png\";s:5:\"width\";i:712;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"10-small-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"10-small-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"10-small-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"10-small-480x674.png\";s:5:\"width\";i:480;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(399,182,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:909945;s:10:\"size_after\";i:909945;s:4:\"time\";d:3.04000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37163;s:10:\"size_after\";i:37163;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16865;s:10:\"size_after\";i:16865;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:240944;s:10:\"size_after\";i:240944;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50591;s:10:\"size_after\";i:50591;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:148167;s:10:\"size_after\";i:148167;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58460;s:10:\"size_after\";i:58460;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98775;s:10:\"size_after\";i:98775;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:107043;s:10:\"size_after\";i:107043;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151937;s:10:\"size_after\";i:151937;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}}}'),(400,194,'_wp_attached_file','2020/12/Tango3.jpg'),(401,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/12/Tango3.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Tango3-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:18:\"Tango3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Tango3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Tango3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Tango3-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Tango3-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Tango3-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561112553\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(402,194,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.678531491889222682090121452347375452518463134765625;s:5:\"bytes\";i:7599;s:11:\"size_before\";i:206577;s:10:\"size_after\";i:198978;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:922;s:11:\"size_before\";i:22198;s:10:\"size_after\";i:21276;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:352;s:11:\"size_before\";i:7133;s:10:\"size_after\";i:6781;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:793;s:11:\"size_before\";i:22257;s:10:\"size_after\";i:21464;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:924;s:11:\"size_before\";i:25003;s:10:\"size_after\";i:24079;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:40931;s:10:\"size_after\";i:39489;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:45106;s:10:\"size_after\";i:43302;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:43949;s:10:\"size_after\";i:42587;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(403,196,'_wp_attached_file','2020/12/Tango1.jpg'),(404,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/12/Tango1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Tango1-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:18:\"Tango1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Tango1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Tango1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Tango1-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Tango1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Tango1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1530715623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(405,196,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.000872879629898903885987238027155399322509765625;s:5:\"bytes\";i:6875;s:11:\"size_before\";i:137476;s:10:\"size_after\";i:130601;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:696;s:11:\"size_before\";i:14388;s:10:\"size_after\";i:13692;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:379;s:11:\"size_before\";i:5349;s:10:\"size_after\";i:4970;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:756;s:11:\"size_before\";i:15604;s:10:\"size_after\";i:14848;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:781;s:11:\"size_before\";i:16790;s:10:\"size_after\";i:16009;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:27618;s:10:\"size_after\";i:26143;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:28742;s:10:\"size_after\";i:27274;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1320;s:11:\"size_before\";i:28985;s:10:\"size_after\";i:27665;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(406,197,'_wp_attached_file','2020/12/Tango2.jpg'),(407,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/12/Tango2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Tango2-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:18:\"Tango2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Tango2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Tango2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Tango2-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Tango2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Tango2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(408,197,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.61905843526826043188293624552898108959197998046875;s:5:\"bytes\";i:8411;s:11:\"size_before\";i:149687;s:10:\"size_after\";i:141276;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:883;s:11:\"size_before\";i:15157;s:10:\"size_after\";i:14274;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:417;s:11:\"size_before\";i:5665;s:10:\"size_after\";i:5248;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:876;s:11:\"size_before\";i:15859;s:10:\"size_after\";i:14983;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:943;s:11:\"size_before\";i:17616;s:10:\"size_after\";i:16673;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1731;s:11:\"size_before\";i:29829;s:10:\"size_after\";i:28098;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1920;s:11:\"size_before\";i:34939;s:10:\"size_after\";i:33019;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1641;s:11:\"size_before\";i:30622;s:10:\"size_after\";i:28981;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1024,410,'_wp_attached_file','2021/03/Fumo-04.jpg'),(1031,407,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.146086713354464325931303392280824482440948486328125;s:5:\"bytes\";i:28576;s:11:\"size_before\";i:908303;s:10:\"size_after\";i:879727;s:4:\"time\";d:0.96000000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:841;s:11:\"size_before\";i:13946;s:10:\"size_after\";i:13105;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:85243;s:10:\"size_after\";i:82882;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:477;s:11:\"size_before\";i:7522;s:10:\"size_after\";i:7045;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1883;s:11:\"size_before\";i:55706;s:10:\"size_after\";i:53823;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:157846;s:10:\"size_after\";i:153851;s:4:\"time\";d:0.25;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:39841;s:10:\"size_after\";i:38228;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:23709;s:10:\"size_after\";i:22532;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2891;s:11:\"size_before\";i:103125;s:10:\"size_after\";i:100234;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1278;s:11:\"size_before\";i:26166;s:10:\"size_after\";i:24888;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:38872;s:10:\"size_after\";i:37318;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:92491;s:10:\"size_after\";i:90071;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:36440;s:10:\"size_after\";i:35161;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3097;s:11:\"size_before\";i:119302;s:10:\"size_after\";i:116205;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2457;s:11:\"size_before\";i:80209;s:10:\"size_after\";i:77752;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:27885;s:10:\"size_after\";i:26632;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(418,214,'_wp_attached_file','2020/12/Fumo-Maradona-Flyer.jpg'),(419,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1063;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2020/12/Fumo-Maradona-Flyer.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Fumo-Maradona-Flyer-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-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:\"Fumo-Maradona-Flyer-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-610x413.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"Fumo-Maradona-Flyer-1063x675.jpg\";s:5:\"width\";i:1063;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-980x664.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"Fumo-Maradona-Flyer-480x325.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(420,214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.138996583624429348446938092820346355438232421875;s:5:\"bytes\";i:30191;s:11:\"size_before\";i:729428;s:10:\"size_after\";i:699237;s:4:\"time\";d:0.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1083;s:11:\"size_before\";i:19656;s:10:\"size_after\";i:18573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4281;s:11:\"size_before\";i:123651;s:10:\"size_after\";i:119370;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8670;s:10:\"size_after\";i:8075;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3374;s:11:\"size_before\";i:81399;s:10:\"size_after\";i:78025;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2731;s:11:\"size_before\";i:58990;s:10:\"size_after\";i:56259;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:28863;s:10:\"size_after\";i:27254;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4653;s:11:\"size_before\";i:128194;s:10:\"size_after\";i:123541;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1693;s:11:\"size_before\";i:31736;s:10:\"size_after\";i:30043;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:47416;s:10:\"size_after\";i:45198;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:44222;s:10:\"size_after\";i:42342;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:115706;s:10:\"size_after\";i:111696;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2064;s:11:\"size_before\";i:40925;s:10:\"size_after\";i:38861;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(422,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:201;s:4:\"file\";s:22:\"2020/12/3-steps-01.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3-steps-01-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3-steps-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(423,222,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.3443652229434928102591584320180118083953857421875;s:5:\"bytes\";i:6960;s:11:\"size_before\";i:56382;s:10:\"size_after\";i:49422;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4706;s:11:\"size_before\";i:40715;s:10:\"size_after\";i:36009;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2254;s:11:\"size_before\";i:15667;s:10:\"size_after\";i:13413;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(424,223,'_wp_attached_file','2020/12/3-steps-02.png'),(425,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2020/12/3-steps-02.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3-steps-02-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3-steps-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(426,223,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.4770889487870615397469009622000157833099365234375;s:5:\"bytes\";i:7900;s:11:\"size_before\";i:58618;s:10:\"size_after\";i:50718;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5183;s:11:\"size_before\";i:39371;s:10:\"size_after\";i:34188;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2717;s:11:\"size_before\";i:19247;s:10:\"size_after\";i:16530;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(427,224,'_wp_attached_file','2020/12/3-steps-02a.png'),(428,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2020/12/3-steps-02a.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"3-steps-02a-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"3-steps-02a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(429,224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.247402386209966351771072368137538433074951171875;s:5:\"bytes\";i:7739;s:11:\"size_before\";i:58419;s:10:\"size_after\";i:50680;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5023;s:11:\"size_before\";i:39187;s:10:\"size_after\";i:34164;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2716;s:11:\"size_before\";i:19232;s:10:\"size_after\";i:16516;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(430,225,'_wp_attached_file','2020/12/3-steps-03.png'),(431,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2020/12/3-steps-03.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3-steps-03-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3-steps-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(432,225,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.7753678083011035226945750764571130275726318359375;s:5:\"bytes\";i:10365;s:11:\"size_before\";i:75243;s:10:\"size_after\";i:64878;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7029;s:11:\"size_before\";i:54797;s:10:\"size_after\";i:47768;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3336;s:11:\"size_before\";i:20446;s:10:\"size_after\";i:17110;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(433,226,'_wp_attached_file','2020/12/3steps-01b.png'),(434,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:201;s:4:\"file\";s:22:\"2020/12/3steps-01b.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3steps-01b-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3steps-01b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(435,226,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.9787125253523765167074088822118937969207763671875;s:5:\"bytes\";i:7615;s:11:\"size_before\";i:58673;s:10:\"size_after\";i:51058;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5361;s:11:\"size_before\";i:43006;s:10:\"size_after\";i:37645;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2254;s:11:\"size_before\";i:15667;s:10:\"size_after\";i:13413;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(436,227,'_wp_attached_file','2020/12/3steps-02b.png'),(437,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2020/12/3steps-02b.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3steps-02b-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3steps-02b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(438,227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.2025213501423337447704398073256015777587890625;s:5:\"bytes\";i:8731;s:11:\"size_before\";i:61475;s:10:\"size_after\";i:52744;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6016;s:11:\"size_before\";i:42302;s:10:\"size_after\";i:36286;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:19173;s:10:\"size_after\";i:16458;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(439,228,'_wp_attached_file','2020/12/3steps-03b.png'),(440,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2020/12/3steps-03b.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3steps-03b-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3steps-03b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(441,228,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.47580130251564156651511439122259616851806640625;s:5:\"bytes\";i:11336;s:11:\"size_before\";i:78310;s:10:\"size_after\";i:66974;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8000;s:11:\"size_before\";i:57864;s:10:\"size_after\";i:49864;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3336;s:11:\"size_before\";i:20446;s:10:\"size_after\";i:17110;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(442,229,'_et_pb_row_layout','4_4'),(443,229,'_et_pb_built_for_post_type','page'),(444,236,'_edit_lock','1613651491:3'),(445,236,'_et_pb_use_builder','on'),(446,236,'_et_gb_content_width',''),(447,236,'_edit_last','1'),(448,236,'_et_pb_post_hide_nav','default'),(449,236,'_et_pb_page_layout','et_right_sidebar'),(450,236,'_et_pb_side_nav','off'),(451,238,'_wp_attached_file','2020/12/bar-09.jpg'),(452,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:935;s:4:\"file\";s:18:\"2020/12/bar-09.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bar-09-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bar-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"bar-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"bar-09-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"bar-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"bar-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"bar-09-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"bar-09-480x748.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(453,239,'_wp_attached_file','2020/12/bar-01.png'),(454,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:92;s:6:\"height\";i:26;s:4:\"file\";s:18:\"2020/12/bar-01.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(455,239,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:401;s:10:\"size_after\";i:401;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:401;s:10:\"size_after\";i:401;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(456,240,'_wp_attached_file','2020/12/bar-04.png'),(457,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:194;s:4:\"file\";s:18:\"2020/12/bar-04.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bar-04-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bar-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(458,240,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61243;s:10:\"size_after\";i:61243;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32413;s:10:\"size_after\";i:32413;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28830;s:10:\"size_after\";i:28830;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(459,241,'_wp_attached_file','2020/12/bar-24.jpg'),(460,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:1218;s:4:\"file\";s:18:\"2020/12/bar-24.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bar-24-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"bar-24-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bar-24-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:18:\"bar-24-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"bar-24-1536x1096.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1096;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"bar-24-610x435.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"bar-24-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"bar-24-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"bar-24-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"bar-24-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"bar-24-1080x771.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"bar-24-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"bar-24-1280x913.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:913;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"bar-24-980x699.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"bar-24-480x342.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(461,238,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.951750360561164132633393819560296833515167236328125;s:5:\"bytes\";i:6028;s:11:\"size_before\";i:152540;s:10:\"size_after\";i:146512;s:4:\"time\";d:0.1999999999999999833466546306226518936455249786376953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:372;s:11:\"size_before\";i:8223;s:10:\"size_after\";i:7851;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:221;s:11:\"size_before\";i:4733;s:10:\"size_after\";i:4512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:437;s:11:\"size_before\";i:12517;s:10:\"size_after\";i:12080;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1569;s:11:\"size_before\";i:39973;s:10:\"size_after\";i:38404;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:515;s:11:\"size_before\";i:13972;s:10:\"size_after\";i:13457;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:750;s:11:\"size_before\";i:21015;s:10:\"size_after\";i:20265;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:769;s:11:\"size_before\";i:21790;s:10:\"size_after\";i:21021;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1395;s:11:\"size_before\";i:30317;s:10:\"size_after\";i:28922;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(462,242,'_wp_attached_file','2020/12/bar-07.jpg'),(463,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:1218;s:4:\"file\";s:18:\"2020/12/bar-07.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bar-07-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"bar-07-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bar-07-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:18:\"bar-07-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"bar-07-1536x1096.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1096;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"bar-07-610x435.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"bar-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"bar-07-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"bar-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"bar-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"bar-07-1080x771.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"bar-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"bar-07-1280x913.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:913;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"bar-07-980x699.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"bar-07-480x342.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(464,241,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.865868029169047925819313604733906686305999755859375;s:5:\"bytes\";i:42681;s:11:\"size_before\";i:1104047;s:10:\"size_after\";i:1061366;s:4:\"time\";d:0.75000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:810;s:11:\"size_before\";i:15832;s:10:\"size_after\";i:15022;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:4052;s:11:\"size_before\";i:110088;s:10:\"size_after\";i:106036;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:384;s:11:\"size_before\";i:6775;s:10:\"size_after\";i:6391;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2667;s:11:\"size_before\";i:69471;s:10:\"size_after\";i:66804;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:8399;s:11:\"size_before\";i:212681;s:10:\"size_after\";i:204282;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1959;s:11:\"size_before\";i:48743;s:10:\"size_after\";i:46784;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:22308;s:10:\"size_after\";i:21295;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:3912;s:11:\"size_before\";i:107301;s:10:\"size_after\";i:103389;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:24584;s:10:\"size_after\";i:23437;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1551;s:11:\"size_before\";i:37365;s:10:\"size_after\";i:35814;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4464;s:11:\"size_before\";i:120016;s:10:\"size_after\";i:115552;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:35306;s:10:\"size_after\";i:34083;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5783;s:11:\"size_before\";i:157708;s:10:\"size_after\";i:151925;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3878;s:11:\"size_before\";i:102994;s:10:\"size_after\";i:99116;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:32875;s:10:\"size_after\";i:31436;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(465,242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.66805917245370327606224236660636961460113525390625;s:5:\"bytes\";i:30975;s:11:\"size_before\";i:663552;s:10:\"size_after\";i:632577;s:4:\"time\";d:0.6100000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:9986;s:10:\"size_after\";i:9657;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:63969;s:10:\"size_after\";i:61311;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:196;s:11:\"size_before\";i:4940;s:10:\"size_after\";i:4744;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1312;s:11:\"size_before\";i:39505;s:10:\"size_after\";i:38193;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9122;s:11:\"size_before\";i:135903;s:10:\"size_after\";i:126781;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:858;s:11:\"size_before\";i:27931;s:10:\"size_after\";i:27073;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:393;s:11:\"size_before\";i:13544;s:10:\"size_after\";i:13151;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2797;s:11:\"size_before\";i:63147;s:10:\"size_after\";i:60350;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:401;s:11:\"size_before\";i:14872;s:10:\"size_after\";i:14471;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:603;s:11:\"size_before\";i:21917;s:10:\"size_after\";i:21314;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:70539;s:10:\"size_after\";i:67327;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:521;s:11:\"size_before\";i:21519;s:10:\"size_after\";i:20998;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5584;s:11:\"size_before\";i:96821;s:10:\"size_after\";i:91237;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:2381;s:11:\"size_before\";i:59552;s:10:\"size_after\";i:57171;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:608;s:11:\"size_before\";i:19407;s:10:\"size_after\";i:18799;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(466,244,'_wp_attached_file','2020/12/Banner.jpg'),(467,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:951;s:4:\"file\";s:18:\"2020/12/Banner.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Banner-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Banner-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Banner-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:18:\"Banner-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"Banner-1536x859.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Banner-610x341.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Banner-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"Banner-1080x604.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"Banner-1280x716.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Banner-980x548.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Banner-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(468,244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.099392475755631704004144921782426536083221435546875;s:5:\"bytes\";i:13909;s:11:\"size_before\";i:662525;s:10:\"size_after\";i:648616;s:4:\"time\";d:0.6900000000000001687538997430237941443920135498046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:518;s:11:\"size_before\";i:11302;s:10:\"size_after\";i:10784;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6599999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:62412;s:10:\"size_after\";i:61376;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:354;s:11:\"size_before\";i:6137;s:10:\"size_after\";i:5783;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:885;s:11:\"size_before\";i:41706;s:10:\"size_after\";i:40821;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:1970;s:11:\"size_before\";i:110477;s:10:\"size_after\";i:108507;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:943;s:11:\"size_before\";i:30663;s:10:\"size_after\";i:29720;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:741;s:11:\"size_before\";i:18622;s:10:\"size_after\";i:17881;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:73455;s:10:\"size_after\";i:72258;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:684;s:11:\"size_before\";i:19724;s:10:\"size_after\";i:19040;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:723;s:11:\"size_before\";i:27814;s:10:\"size_after\";i:27091;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:67331;s:10:\"size_after\";i:66226;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:633;s:11:\"size_before\";i:26383;s:10:\"size_after\";i:25750;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:85389;s:10:\"size_after\";i:84098;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:59152;s:10:\"size_after\";i:58090;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:767;s:11:\"size_before\";i:21958;s:10:\"size_after\";i:21191;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(469,236,'_et_pb_built_for_post_type','page'),(470,236,'_et_pb_ab_subjects',''),(471,236,'_et_pb_enable_shortcode_tracking',''),(472,236,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"236\" /]'),(473,236,'_et_pb_custom_css',''),(474,236,'_et_pb_gutter_width','3'),(475,236,'_thumbnail_id','0'),(476,236,'_et_pb_first_image',''),(477,236,'_et_pb_truncate_post',''),(478,236,'_et_pb_truncate_post_date',''),(479,236,'_et_builder_version','VB|Divi|4.7.4'),(480,236,'_et_pb_show_page_creation','off'),(488,254,'_EventOrigin','events-calendar'),(489,254,'_tribe_modified_fields','a:35:{s:12:\"_EventOrigin\";i:1613650794;s:10:\"_edit_last\";i:1613650824;s:20:\"_et_pb_post_hide_nav\";i:1613650824;s:18:\"_et_pb_page_layout\";i:1613650824;s:15:\"_et_pb_side_nav\";i:1613650824;s:18:\"_et_pb_use_builder\";i:1613650824;s:18:\"_et_pb_first_image\";i:1613650824;s:20:\"_et_pb_truncate_post\";i:1613650824;s:25:\"_et_pb_truncate_post_date\";i:1613650824;s:18:\"_et_pb_old_content\";i:1613650824;s:10:\"post_title\";i:1613650824;s:11:\"post_status\";i:1613650824;s:17:\"_EventShowMapLink\";i:1613650825;s:13:\"_EventShowMap\";i:1613650825;s:15:\"_EventStartDate\";i:1613650825;s:13:\"_EventEndDate\";i:1613650825;s:18:\"_EventStartDateUTC\";i:1613650825;s:16:\"_EventEndDateUTC\";i:1613650825;s:14:\"_EventDuration\";i:1613650825;s:20:\"_EventCurrencySymbol\";i:1613650825;s:22:\"_EventCurrencyPosition\";i:1613650825;s:10:\"_EventCost\";i:1613650825;s:9:\"_EventURL\";i:1613650825;s:14:\"_EventTimezone\";i:1613650825;s:18:\"_EventTimezoneAbbr\";i:1613650825;s:26:\"_et_pb_built_for_post_type\";i:1613650960;s:12:\"post_content\";i:1613650960;s:18:\"_et_pb_ab_subjects\";i:1613650960;s:32:\"_et_pb_enable_shortcode_tracking\";i:1613650960;s:27:\"_et_pb_ab_current_shortcode\";i:1613650960;s:17:\"_et_pb_custom_css\";i:1613650960;s:19:\"_et_pb_gutter_width\";i:1613650960;s:13:\"_thumbnail_id\";i:1613650960;s:19:\"_global_colors_info\";i:1613650960;s:19:\"_et_builder_version\";i:1613650960;}'),(490,254,'_edit_last','3'),(491,254,'_et_pb_post_hide_nav','default'),(492,254,'_et_pb_page_layout','et_right_sidebar'),(493,254,'_et_pb_side_nav','off'),(494,254,'_et_pb_use_builder','on'),(495,254,'_et_pb_first_image',''),(496,254,'_et_pb_truncate_post',''),(497,254,'_et_pb_truncate_post_date',''),(498,254,'_et_pb_old_content',''),(499,255,'_EventShowMapLink','1'),(500,255,'_EventShowMap','1'),(501,255,'_EventStartDate','2021-02-18 08:00:00'),(502,255,'_EventEndDate','2021-02-18 17:00:00'),(503,255,'_EventStartDateUTC','2021-02-18 08:00:00'),(504,255,'_EventEndDateUTC','2021-02-18 17:00:00'),(505,255,'_EventDuration','32400'),(506,255,'_EventCurrencySymbol',''),(507,255,'_EventCurrencyPosition','prefix'),(508,255,'_EventCost',''),(509,255,'_EventURL',''),(510,255,'_EventTimezone','UTC+0'),(511,255,'_EventTimezoneAbbr','UTC+0'),(512,254,'_EventShowMapLink','1'),(513,254,'_EventShowMap','1'),(514,254,'_EventStartDate','2021-02-18 08:00:00'),(515,254,'_EventEndDate','2021-02-18 17:00:00'),(516,254,'_EventStartDateUTC','2021-02-18 08:00:00'),(517,254,'_EventEndDateUTC','2021-02-18 17:00:00'),(518,254,'_EventDuration','32400'),(519,254,'_EventCurrencySymbol',''),(520,254,'_EventCurrencyPosition','prefix'),(521,254,'_EventCost',''),(522,254,'_EventURL',''),(523,254,'_EventTimezone','UTC+0'),(524,254,'_EventTimezoneAbbr','UTC+0'),(525,254,'_edit_lock','1613650943:3'),(526,254,'_et_pb_built_for_post_type','page'),(527,254,'_et_pb_ab_subjects',''),(528,254,'_et_pb_enable_shortcode_tracking',''),(529,254,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"254\" /]'),(530,254,'_et_pb_custom_css',''),(531,254,'_et_pb_gutter_width','3'),(532,254,'_thumbnail_id','0'),(533,254,'_global_colors_info','{}'),(534,254,'_et_builder_version','VB|Divi|4.9.0'),(535,257,'_EventOrigin','events-calendar'),(536,257,'_tribe_modified_fields','a:35:{s:12:\"_EventOrigin\";i:1613650975;s:10:\"_edit_last\";i:1613650986;s:20:\"_et_pb_post_hide_nav\";i:1613650986;s:18:\"_et_pb_page_layout\";i:1613650986;s:15:\"_et_pb_side_nav\";i:1613650986;s:18:\"_et_pb_use_builder\";i:1613650986;s:18:\"_et_pb_first_image\";i:1613650986;s:20:\"_et_pb_truncate_post\";i:1613650986;s:25:\"_et_pb_truncate_post_date\";i:1613650986;s:18:\"_et_pb_old_content\";i:1613650986;s:10:\"post_title\";i:1613650986;s:11:\"post_status\";i:1613650986;s:17:\"_EventShowMapLink\";i:1613650986;s:13:\"_EventShowMap\";i:1613650986;s:15:\"_EventStartDate\";i:1613650986;s:13:\"_EventEndDate\";i:1613650986;s:18:\"_EventStartDateUTC\";i:1613650986;s:16:\"_EventEndDateUTC\";i:1613650986;s:14:\"_EventDuration\";i:1613650986;s:20:\"_EventCurrencySymbol\";i:1613650986;s:22:\"_EventCurrencyPosition\";i:1613650986;s:10:\"_EventCost\";i:1613650986;s:9:\"_EventURL\";i:1613650986;s:14:\"_EventTimezone\";i:1613650986;s:18:\"_EventTimezoneAbbr\";i:1613650986;s:26:\"_et_pb_built_for_post_type\";i:1613651013;s:12:\"post_content\";i:1613651013;s:18:\"_et_pb_ab_subjects\";i:1613651013;s:32:\"_et_pb_enable_shortcode_tracking\";i:1613651013;s:27:\"_et_pb_ab_current_shortcode\";i:1613651013;s:17:\"_et_pb_custom_css\";i:1613651013;s:19:\"_et_pb_gutter_width\";i:1613651013;s:13:\"_thumbnail_id\";i:1613651013;s:19:\"_global_colors_info\";i:1613651013;s:19:\"_et_builder_version\";i:1613651013;}'),(537,257,'_edit_last','3'),(538,257,'_et_pb_post_hide_nav','default'),(539,257,'_et_pb_page_layout','et_right_sidebar'),(540,257,'_et_pb_side_nav','off'),(541,257,'_et_pb_use_builder','on'),(542,257,'_et_pb_first_image',''),(543,257,'_et_pb_truncate_post',''),(544,257,'_et_pb_truncate_post_date',''),(545,257,'_et_pb_old_content',''),(546,258,'_EventShowMapLink','1'),(547,258,'_EventShowMap','1'),(548,258,'_EventStartDate','2021-02-18 08:00:00'),(549,258,'_EventEndDate','2021-02-18 17:00:00'),(550,258,'_EventStartDateUTC','2021-02-18 08:00:00'),(551,258,'_EventEndDateUTC','2021-02-18 17:00:00'),(552,258,'_EventDuration','32400'),(553,258,'_EventCurrencySymbol',''),(554,258,'_EventCurrencyPosition','prefix'),(555,258,'_EventCost',''),(556,258,'_EventURL',''),(557,258,'_EventTimezone','UTC+0'),(558,258,'_EventTimezoneAbbr','UTC+0'),(559,257,'_EventShowMapLink','1'),(560,257,'_EventShowMap','1'),(561,257,'_EventStartDate','2021-02-18 08:00:00'),(562,257,'_EventEndDate','2021-02-18 17:00:00'),(563,257,'_EventStartDateUTC','2021-02-18 08:00:00'),(564,257,'_EventEndDateUTC','2021-02-18 17:00:00'),(565,257,'_EventDuration','32400'),(566,257,'_EventCurrencySymbol',''),(567,257,'_EventCurrencyPosition','prefix'),(568,257,'_EventCost',''),(569,257,'_EventURL',''),(570,257,'_EventTimezone','UTC+0'),(571,257,'_EventTimezoneAbbr','UTC+0'),(572,257,'_edit_lock','1613650986:3'),(573,257,'_et_pb_built_for_post_type','page'),(574,257,'_et_pb_ab_subjects',''),(575,257,'_et_pb_enable_shortcode_tracking',''),(576,257,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"257\" /]'),(577,257,'_et_pb_custom_css',''),(578,257,'_et_pb_gutter_width','3'),(579,257,'_thumbnail_id','0'),(580,257,'_global_colors_info','{}'),(581,257,'_et_builder_version','VB|Divi|4.9.0'),(583,236,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:22:\"et-gf-playfair-display\";s:59:\"Playfair+Display:regular,italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1204,481,'dzsrst_meta_item_subtitle','as_ingredients'),(1203,481,'_edit_last','5'),(1200,477,'_et_builder_version','VB|Divi|4.9.2'),(1199,477,'_et_pb_truncate_post_date',''),(1198,477,'_et_pb_truncate_post',''),(1197,477,'_et_pb_first_image',''),(1196,477,'_global_colors_info','{}'),(1195,477,'_thumbnail_id','0'),(1194,477,'_et_pb_gutter_width','3'),(1193,477,'_et_pb_custom_css',''),(1192,477,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"477\" /]'),(1191,477,'_et_pb_enable_shortcode_tracking',''),(1190,477,'_et_pb_ab_subjects',''),(1189,477,'_et_pb_built_for_post_type','page'),(1202,481,'_edit_lock','1618982001:5'),(1187,477,'_et_pb_use_builder','on'),(623,268,'_edit_lock','1613653850:3'),(622,268,'ecwd_added_shortcode','1'),(633,268,'_edit_last','3'),(634,268,'ecwd_calendar_theme','calendar_grey'),(659,276,'_edit_lock','1613655325:3'),(660,276,'_edit_last','3'),(661,276,'ecwd_event_date_from','2021/03/08'),(662,276,'ecwd_event_date_to','2021/03/08'),(663,276,'ecwd_all_day_event','1'),(664,276,'ecwd_event_calendars','a:1:{i:0;s:3:\"268\";}'),(665,276,'ecwd_event_organizers','a:1:{i:0;s:14:\"{organizer_id}\";}'),(666,276,'ecwd_event_url',''),(667,276,'ecwd_event_video',''),(668,276,'ecwd_event_repeat_event','no_repeat'),(669,276,'ecwd_event_day','a:0:{}'),(670,276,'ecwd_event_repeat_how',''),(671,276,'ecwd_event_repeat_month_on_days','1'),(672,276,'ecwd_event_repeat_year_on_days','1'),(673,276,'ecwd_event_repeat_repeat_until',''),(674,2,'_edit_lock','1617172841:1'),(703,284,'ecwd_venue_show_map','no'),(704,284,'ecwd_venue_location',''),(705,284,'ecwd_venue_lat_long',''),(706,284,'ecwd_map_zoom',''),(707,284,'ecwd_venue_meta_phone','8484848484'),(708,284,'ecwd_venue_meta_website',''),(1181,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:1290;s:4:\"file\";s:22:\"2021/03/menuheader.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"menuheader-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"menuheader-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"menuheader-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:22:\"menuheader-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"menuheader-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"menuheader-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"menuheader-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"menuheader-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"menuheader-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"menuheader-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"menuheader-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"menuheader-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"menuheader-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"menuheader-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"menuheader-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1182,464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.020408346273814714777472545392811298370361328125;s:5:\"bytes\";i:67182;s:11:\"size_before\";i:1338178;s:10:\"size_after\";i:1270996;s:4:\"time\";d:1.010000000000000230926389122032560408115386962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:807;s:11:\"size_before\";i:14672;s:10:\"size_after\";i:13865;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:6903;s:11:\"size_before\";i:134717;s:10:\"size_after\";i:127814;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:6015;s:10:\"size_after\";i:5691;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4503;s:11:\"size_before\";i:79457;s:10:\"size_after\";i:74954;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:11658;s:11:\"size_before\";i:274556;s:10:\"size_after\";i:262898;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2914;s:11:\"size_before\";i:52600;s:10:\"size_after\";i:49686;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:22782;s:10:\"size_after\";i:21538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7078;s:11:\"size_before\";i:139206;s:10:\"size_after\";i:132128;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:25615;s:10:\"size_after\";i:24199;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2416;s:11:\"size_before\";i:41590;s:10:\"size_after\";i:39174;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:7554;s:11:\"size_before\";i:147813;s:10:\"size_after\";i:140259;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2527;s:11:\"size_before\";i:40279;s:10:\"size_after\";i:37752;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9385;s:11:\"size_before\";i:200341;s:10:\"size_after\";i:190956;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6590;s:11:\"size_before\";i:125133;s:10:\"size_after\";i:118543;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1863;s:11:\"size_before\";i:33402;s:10:\"size_after\";i:31539;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1180,464,'_wp_attached_file','2021/03/menuheader.jpg'),(712,298,'_edit_lock','1615887571:2'),(713,298,'_edit_last','2'),(714,298,'dzsrst_meta_item_subtitle','as_ingredients'),(715,298,'dzsrst_meta_item_thumb',''),(716,298,'dzsrst_meta_item_bigimage',''),(717,298,'dzsrst_meta_item_price','70'),(718,298,'dzsrst_meta_item_icon',''),(719,298,'dzsrst_meta_item_ingredients',''),(720,299,'_edit_lock','1615887694:2'),(721,299,'_edit_last','2'),(722,299,'dzsrst_meta_item_subtitle','as_ingredients'),(723,299,'dzsrst_meta_item_thumb',''),(724,299,'dzsrst_meta_item_bigimage',''),(725,299,'dzsrst_meta_item_price','80'),(726,299,'dzsrst_meta_item_icon',''),(727,299,'dzsrst_meta_item_ingredients',''),(744,44,'_global_colors_info','{}'),(764,308,'_edit_lock','1615888089:2'),(765,308,'_edit_last','2'),(766,308,'dzsrst_meta_item_subtitle','as_ingredients'),(767,308,'dzsrst_meta_item_thumb',''),(768,308,'dzsrst_meta_item_bigimage',''),(769,308,'dzsrst_meta_item_price','75'),(770,308,'dzsrst_meta_item_icon',''),(771,308,'dzsrst_meta_item_ingredients',''),(772,309,'_edit_lock','1615903616:2'),(773,309,'_edit_last','2'),(774,309,'dzsrst_meta_item_subtitle','as_ingredients'),(775,309,'dzsrst_meta_item_thumb',''),(776,309,'dzsrst_meta_item_bigimage',''),(777,309,'dzsrst_meta_item_price','50'),(778,309,'dzsrst_meta_item_icon','vegan'),(779,309,'dzsrst_meta_item_ingredients',''),(1370,44,'_thumbnail_id','0'),(781,312,'_edit_lock','1615903767:2'),(782,312,'_edit_last','2'),(783,312,'dzsrst_meta_item_subtitle','as_ingredients'),(784,312,'dzsrst_meta_item_thumb',''),(785,312,'dzsrst_meta_item_bigimage',''),(786,312,'dzsrst_meta_item_price','70'),(787,312,'dzsrst_meta_item_icon',''),(788,312,'dzsrst_meta_item_ingredients',''),(789,313,'_edit_lock','1615903837:2'),(790,313,'_edit_last','2'),(791,313,'dzsrst_meta_item_subtitle','as_ingredients'),(792,313,'dzsrst_meta_item_thumb',''),(793,313,'dzsrst_meta_item_bigimage',''),(794,313,'dzsrst_meta_item_price','80'),(795,313,'dzsrst_meta_item_icon',''),(796,313,'dzsrst_meta_item_ingredients',''),(797,314,'_edit_lock','1615903882:2'),(798,314,'_edit_last','2'),(799,314,'dzsrst_meta_item_subtitle','as_ingredients'),(800,314,'dzsrst_meta_item_thumb',''),(801,314,'dzsrst_meta_item_bigimage',''),(802,314,'dzsrst_meta_item_price','130'),(803,314,'dzsrst_meta_item_icon',''),(804,314,'dzsrst_meta_item_ingredients',''),(805,315,'_edit_lock','1615903907:2'),(806,315,'_edit_last','2'),(807,315,'dzsrst_meta_item_subtitle','as_ingredients'),(808,315,'dzsrst_meta_item_thumb',''),(809,315,'dzsrst_meta_item_bigimage',''),(810,315,'dzsrst_meta_item_price','130'),(811,315,'dzsrst_meta_item_icon',''),(812,315,'dzsrst_meta_item_ingredients',''),(813,316,'_edit_lock','1615903979:2'),(814,316,'_edit_last','2'),(815,316,'dzsrst_meta_item_subtitle','as_ingredients'),(816,316,'dzsrst_meta_item_thumb',''),(817,316,'dzsrst_meta_item_bigimage',''),(818,316,'dzsrst_meta_item_price','90'),(819,316,'dzsrst_meta_item_icon',''),(820,316,'dzsrst_meta_item_ingredients',''),(821,317,'_edit_lock','1615904057:2'),(822,317,'_edit_last','2'),(823,317,'dzsrst_meta_item_subtitle','as_ingredients'),(824,317,'dzsrst_meta_item_thumb',''),(825,317,'dzsrst_meta_item_bigimage',''),(826,317,'dzsrst_meta_item_price','140'),(827,317,'dzsrst_meta_item_icon',''),(828,317,'dzsrst_meta_item_ingredients',''),(829,318,'_edit_lock','1615904086:2'),(830,318,'_edit_last','2'),(831,318,'dzsrst_meta_item_subtitle','as_ingredients'),(832,318,'dzsrst_meta_item_thumb',''),(833,318,'dzsrst_meta_item_bigimage',''),(834,318,'dzsrst_meta_item_price','125'),(835,318,'dzsrst_meta_item_icon',''),(836,318,'dzsrst_meta_item_ingredients',''),(837,319,'_edit_lock','1615904138:2'),(838,319,'_edit_last','2'),(839,319,'dzsrst_meta_item_subtitle','as_ingredients'),(840,319,'dzsrst_meta_item_thumb',''),(841,319,'dzsrst_meta_item_bigimage',''),(842,319,'dzsrst_meta_item_price','130'),(843,319,'dzsrst_meta_item_icon',''),(844,319,'dzsrst_meta_item_ingredients',''),(845,320,'_edit_lock','1615904201:2'),(846,320,'_edit_last','2'),(847,320,'dzsrst_meta_item_subtitle','as_ingredients'),(848,320,'dzsrst_meta_item_thumb',''),(849,320,'dzsrst_meta_item_bigimage',''),(850,320,'dzsrst_meta_item_price','110'),(851,320,'dzsrst_meta_item_icon',''),(852,320,'dzsrst_meta_item_ingredients',''),(853,321,'_edit_lock','1615904260:2'),(854,321,'_edit_last','2'),(855,321,'dzsrst_meta_item_subtitle','as_ingredients'),(856,321,'dzsrst_meta_item_thumb',''),(857,321,'dzsrst_meta_item_bigimage',''),(858,321,'dzsrst_meta_item_price','120'),(859,321,'dzsrst_meta_item_icon',''),(860,321,'dzsrst_meta_item_ingredients',''),(861,322,'_edit_lock','1615904335:2'),(862,322,'_edit_last','2'),(863,322,'dzsrst_meta_item_subtitle','as_ingredients'),(864,322,'dzsrst_meta_item_thumb',''),(865,322,'dzsrst_meta_item_bigimage',''),(866,322,'dzsrst_meta_item_price','90'),(867,322,'dzsrst_meta_item_icon',''),(868,322,'dzsrst_meta_item_ingredients',''),(869,324,'_edit_lock','1615904385:2'),(870,324,'_edit_last','2'),(871,324,'dzsrst_meta_item_subtitle','as_ingredients'),(872,324,'dzsrst_meta_item_thumb',''),(873,324,'dzsrst_meta_item_bigimage',''),(874,324,'dzsrst_meta_item_price','120'),(875,324,'dzsrst_meta_item_icon',''),(876,324,'dzsrst_meta_item_ingredients',''),(877,325,'_edit_lock','1615904461:2'),(878,325,'_edit_last','2'),(879,325,'dzsrst_meta_item_subtitle','as_ingredients'),(880,325,'dzsrst_meta_item_thumb',''),(881,325,'dzsrst_meta_item_bigimage',''),(882,325,'dzsrst_meta_item_price','120'),(883,325,'dzsrst_meta_item_icon',''),(884,325,'dzsrst_meta_item_ingredients',''),(885,326,'_edit_lock','1615904502:2'),(886,326,'_edit_last','2'),(887,326,'dzsrst_meta_item_subtitle','as_ingredients'),(888,326,'dzsrst_meta_item_thumb',''),(889,326,'dzsrst_meta_item_bigimage',''),(890,326,'dzsrst_meta_item_price','170'),(891,326,'dzsrst_meta_item_icon',''),(892,326,'dzsrst_meta_item_ingredients',''),(893,327,'_edit_lock','1615904529:2'),(894,327,'_edit_last','2'),(895,327,'dzsrst_meta_item_subtitle','as_ingredients'),(896,327,'dzsrst_meta_item_thumb',''),(897,327,'dzsrst_meta_item_bigimage',''),(898,327,'dzsrst_meta_item_price','170'),(899,327,'dzsrst_meta_item_icon',''),(900,327,'dzsrst_meta_item_ingredients',''),(901,328,'_edit_lock','1615904565:2'),(902,328,'_edit_last','2'),(903,328,'dzsrst_meta_item_subtitle','as_ingredients'),(904,328,'dzsrst_meta_item_thumb',''),(905,328,'dzsrst_meta_item_bigimage',''),(906,328,'dzsrst_meta_item_price','110'),(907,328,'dzsrst_meta_item_icon',''),(908,328,'dzsrst_meta_item_ingredients',''),(909,329,'_edit_lock','1615971382:2'),(910,329,'_edit_last','2'),(911,329,'dzsrst_meta_item_subtitle','as_ingredients'),(912,329,'dzsrst_meta_item_thumb',''),(913,329,'dzsrst_meta_item_bigimage',''),(914,329,'dzsrst_meta_item_price','120'),(915,329,'dzsrst_meta_item_icon',''),(916,329,'dzsrst_meta_item_ingredients',''),(1183,3,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:5:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1225,487,'_wp_attached_file','2021/03/logo-orange-01.png'),(1226,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:83;s:4:\"file\";s:26:\"2021/03/logo-orange-01.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-orange-01-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-orange-01-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1186,446,'_thumbnail_id','0'),(1205,481,'dzsrst_meta_item_thumb',''),(1206,481,'dzsrst_meta_item_bigimage',''),(1207,481,'dzsrst_meta_item_price','178'),(1208,481,'dzsrst_meta_item_icon',''),(1209,481,'dzsrst_meta_item_ingredients',''),(1210,482,'_wp_attached_file','2021/03/logo-green.png'),(1211,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:83;s:4:\"file\";s:22:\"2021/03/logo-green.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-green-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-green-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1212,483,'_wp_attached_file','2021/03/logo-orange-02.png'),(1213,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:83;s:4:\"file\";s:26:\"2021/03/logo-orange-02.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo-orange-02-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-orange-02-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1214,482,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.31759849232702208610135130584239959716796875;s:5:\"bytes\";i:3044;s:11:\"size_before\";i:11143;s:10:\"size_after\";i:8099;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2477;s:11:\"size_before\";i:9668;s:10:\"size_after\";i:7191;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:567;s:11:\"size_before\";i:1475;s:10:\"size_after\";i:908;s:4:\"time\";d:0.25;}}}'),(1215,484,'_wp_attached_file','2021/03/logo.png'),(1216,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:83;s:4:\"file\";s:16:\"2021/03/logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1217,483,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.33542652883779311423495528288185596466064453125;s:5:\"bytes\";i:2933;s:11:\"size_before\";i:10351;s:10:\"size_after\";i:7418;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2387;s:11:\"size_before\";i:8905;s:10:\"size_after\";i:6518;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:546;s:11:\"size_before\";i:1446;s:10:\"size_after\";i:900;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(1218,485,'_wp_attached_file','2021/03/logo-white.png'),(1219,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:83;s:4:\"file\";s:22:\"2021/03/logo-white.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-white-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-white-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1220,484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.87184198438217919147064094431698322296142578125;s:5:\"bytes\";i:2340;s:11:\"size_before\";i:8708;s:10:\"size_after\";i:6368;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:7345;s:10:\"size_after\";i:5478;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:473;s:11:\"size_before\";i:1363;s:10:\"size_after\";i:890;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1221,486,'_wp_attached_file','2021/03/logo-blue.png'),(1222,486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2021/03/logo-blue.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo-blue-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-blue-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;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:{}}}'),(1223,485,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.8334396936821946155760088004171848297119140625;s:5:\"bytes\";i:3087;s:11:\"size_before\";i:9402;s:10:\"size_after\";i:6315;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:7957;s:10:\"size_after\";i:5435;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:565;s:11:\"size_before\";i:1445;s:10:\"size_after\";i:880;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1224,486,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6421;s:10:\"size_after\";i:6421;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5566;s:10:\"size_after\";i:5566;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:855;s:10:\"size_after\";i:855;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(918,331,'_seedprod_page','1'),(919,331,'_seedprod_page_uuid','b3dd1fab-19ae-40ab-aa53-e5ce74b7f7da'),(920,333,'_wp_attached_file','2021/03/01.jpg'),(921,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1071;s:4:\"file\";s:14:\"2021/03/01.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"01-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"01-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"01-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:14:\"01-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"01-1536x857.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:14:\"01-610x340.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:15:\"01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:14:\"01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"01-1080x603.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:15:\"01-1280x714.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:14:\"01-980x547.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"01-480x268.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(922,333,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.107335529788262551420530144241638481616973876953125;s:5:\"bytes\";i:27964;s:11:\"size_before\";i:899935;s:10:\"size_after\";i:871971;s:4:\"time\";d:1.5600000000000004973799150320701301097869873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:867;s:11:\"size_before\";i:14024;s:10:\"size_after\";i:13157;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2299;s:11:\"size_before\";i:84581;s:10:\"size_after\";i:82282;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7570;s:10:\"size_after\";i:7073;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:55602;s:10:\"size_after\";i:53713;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3654;s:11:\"size_before\";i:154255;s:10:\"size_after\";i:150601;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:39864;s:10:\"size_after\";i:38300;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1188;s:11:\"size_before\";i:23802;s:10:\"size_after\";i:22614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2825;s:11:\"size_before\";i:101952;s:10:\"size_after\";i:99127;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:26226;s:10:\"size_after\";i:24964;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:38777;s:10:\"size_after\";i:37218;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2386;s:11:\"size_before\";i:91759;s:10:\"size_after\";i:89373;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:36311;s:10:\"size_after\";i:35049;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3004;s:11:\"size_before\";i:117568;s:10:\"size_after\";i:114564;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2460;s:11:\"size_before\";i:79673;s:10:\"size_after\";i:77213;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:27971;s:10:\"size_after\";i:26723;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(923,339,'_wp_attached_file','2021/03/Culinary.jpg'),(924,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:1282;s:4:\"file\";s:20:\"2021/03/Culinary.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Culinary-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Culinary-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Culinary-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:20:\"Culinary-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"Culinary-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"Culinary-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Culinary-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"Culinary-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Culinary-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Culinary-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"Culinary-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Culinary-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"Culinary-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"Culinary-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"Culinary-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(925,339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.216439254290112348400043629226274788379669189453125;s:5:\"bytes\";i:18661;s:11:\"size_before\";i:841936;s:10:\"size_after\";i:823275;s:4:\"time\";d:1.2500000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:649;s:11:\"size_before\";i:13780;s:10:\"size_after\";i:13131;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:1490;s:11:\"size_before\";i:82676;s:10:\"size_after\";i:81186;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:350;s:11:\"size_before\";i:6419;s:10:\"size_after\";i:6069;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:54069;s:10:\"size_after\";i:52809;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:2886;s:11:\"size_before\";i:149778;s:10:\"size_after\";i:146892;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1064;s:11:\"size_before\";i:38941;s:10:\"size_after\";i:37877;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:809;s:11:\"size_before\";i:20138;s:10:\"size_after\";i:19329;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:85425;s:10:\"size_after\";i:83842;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:845;s:11:\"size_before\";i:21905;s:10:\"size_after\";i:21060;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:975;s:11:\"size_before\";i:32319;s:10:\"size_after\";i:31344;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:88975;s:10:\"size_after\";i:87355;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:742;s:11:\"size_before\";i:30097;s:10:\"size_after\";i:29355;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1996;s:11:\"size_before\";i:113197;s:10:\"size_after\";i:111201;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1423;s:11:\"size_before\";i:76932;s:10:\"size_after\";i:75509;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:969;s:11:\"size_before\";i:27285;s:10:\"size_after\";i:26316;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(926,340,'_wp_attached_file','2021/03/Fumo-Slide-1.jpg'),(927,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2021/03/Fumo-Slide-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-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:24:\"Fumo-Slide-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(928,341,'_wp_attached_file','2021/03/Fumo-Slide-2.jpg'),(929,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2021/03/Fumo-Slide-2.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-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:24:\"Fumo-Slide-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-2-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-2-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-2-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(930,342,'_wp_attached_file','2021/03/Fumo-Slide-3.jpg'),(931,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2021/03/Fumo-Slide-3.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-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:24:\"Fumo-Slide-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-3-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-3-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"Fumo-Slide-3-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"Fumo-Slide-3-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(932,340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.39601017606609456578325989539735019207000732421875;s:5:\"bytes\";i:32358;s:11:\"size_before\";i:952824;s:10:\"size_after\";i:920466;s:4:\"time\";d:1.3100000000000002753353101070388220250606536865234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:923;s:11:\"size_before\";i:15131;s:10:\"size_after\";i:14208;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2837;s:11:\"size_before\";i:90280;s:10:\"size_after\";i:87443;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7778;s:10:\"size_after\";i:7290;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2266;s:11:\"size_before\";i:59417;s:10:\"size_after\";i:57151;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:4205;s:11:\"size_before\";i:161755;s:10:\"size_after\";i:157550;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:42673;s:10:\"size_after\";i:40892;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:25069;s:10:\"size_after\";i:23773;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3338;s:11:\"size_before\";i:107669;s:10:\"size_after\";i:104331;s:4:\"time\";d:0.25;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:26904;s:10:\"size_after\";i:25628;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1686;s:11:\"size_before\";i:39571;s:10:\"size_after\";i:37885;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3017;s:11:\"size_before\";i:97962;s:10:\"size_after\";i:94945;s:4:\"time\";d:0.25;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:37684;s:10:\"size_after\";i:36234;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3616;s:11:\"size_before\";i:125497;s:10:\"size_after\";i:121881;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2712;s:11:\"size_before\";i:85215;s:10:\"size_after\";i:82503;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1467;s:11:\"size_before\";i:30219;s:10:\"size_after\";i:28752;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(933,341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0105435216749700799709899001754820346832275390625;s:5:\"bytes\";i:35847;s:11:\"size_before\";i:893819;s:10:\"size_after\";i:857972;s:4:\"time\";d:1.420000000000000373034936274052597582340240478515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:873;s:11:\"size_before\";i:14347;s:10:\"size_after\";i:13474;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3232;s:11:\"size_before\";i:84766;s:10:\"size_after\";i:81534;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:442;s:11:\"size_before\";i:7171;s:10:\"size_after\";i:6729;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:55725;s:10:\"size_after\";i:53328;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:5187;s:11:\"size_before\";i:153177;s:10:\"size_after\";i:147990;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:40183;s:10:\"size_after\";i:38289;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:23280;s:10:\"size_after\";i:22011;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3759;s:11:\"size_before\";i:100629;s:10:\"size_after\";i:96870;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:25535;s:10:\"size_after\";i:24134;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1837;s:11:\"size_before\";i:37468;s:10:\"size_after\";i:35631;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3432;s:11:\"size_before\";i:92356;s:10:\"size_after\";i:88924;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:32129;s:10:\"size_after\";i:30887;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:4285;s:11:\"size_before\";i:118624;s:10:\"size_after\";i:114339;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3109;s:11:\"size_before\";i:80117;s:10:\"size_after\";i:77008;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:28312;s:10:\"size_after\";i:26824;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(934,342,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7901328056210434880313187022693455219268798828125;s:5:\"bytes\";i:48581;s:11:\"size_before\";i:1014189;s:10:\"size_after\";i:965608;s:4:\"time\";d:1.300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:928;s:11:\"size_before\";i:14893;s:10:\"size_after\";i:13965;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4162;s:11:\"size_before\";i:94310;s:10:\"size_after\";i:90148;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:712;s:11:\"size_before\";i:9052;s:10:\"size_after\";i:8340;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2895;s:11:\"size_before\";i:61082;s:10:\"size_after\";i:58187;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:7287;s:11:\"size_before\";i:172485;s:10:\"size_after\";i:165198;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2183;s:11:\"size_before\";i:43246;s:10:\"size_after\";i:41063;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1561;s:11:\"size_before\";i:25846;s:10:\"size_after\";i:24285;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:5413;s:11:\"size_before\";i:116543;s:10:\"size_after\";i:111130;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1837;s:11:\"size_before\";i:29586;s:10:\"size_after\";i:27749;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2643;s:11:\"size_before\";i:45206;s:10:\"size_after\";i:42563;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4609;s:11:\"size_before\";i:102575;s:10:\"size_after\";i:97966;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2764;s:11:\"size_before\";i:47471;s:10:\"size_after\";i:44707;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:5838;s:11:\"size_before\";i:132977;s:10:\"size_after\";i:127139;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4062;s:11:\"size_before\";i:88657;s:10:\"size_after\";i:84595;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1687;s:11:\"size_before\";i:30260;s:10:\"size_after\";i:28573;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(935,2,'_global_colors_info','{}'),(937,101,'_et_theme_builder_marked_as_unused','2021-03-17 09:10:47'),(941,373,'_wp_attached_file','2021/03/italian-food-background-on-dark-7WRNMQV.png'),(942,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1560;s:6:\"height\";i:891;s:4:\"file\";s:51:\"2021/03/italian-food-background-on-dark-7WRNMQV.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"italian-food-background-on-dark-7WRNMQV-1024x585.png\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-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:51:\"italian-food-background-on-dark-7WRNMQV-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"italian-food-background-on-dark-7WRNMQV-1536x877.png\";s:5:\"width\";i:1536;s:6:\"height\";i:877;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-610x348.png\";s:5:\"width\";i:610;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:52:\"italian-food-background-on-dark-7WRNMQV-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:52:\"italian-food-background-on-dark-7WRNMQV-1080x617.png\";s:5:\"width\";i:1080;s:6:\"height\";i:617;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:52:\"italian-food-background-on-dark-7WRNMQV-1280x731.png\";s:5:\"width\";i:1280;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-980x560.png\";s:5:\"width\";i:980;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:51:\"italian-food-background-on-dark-7WRNMQV-480x274.png\";s:5:\"width\";i:480;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(943,373,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12151639;s:10:\"size_after\";i:12151639;s:4:\"time\";d:14.6899999999999959499064061674289405345916748046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:107203;s:10:\"size_after\";i:107203;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1194361;s:10:\"size_after\";i:1194361;s:4:\"time\";d:1.8899999999999999023003738329862244427204132080078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44358;s:10:\"size_after\";i:44358;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:684009;s:10:\"size_after\";i:684009;s:4:\"time\";d:2.020000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2530548;s:10:\"size_after\";i:2530548;s:4:\"time\";d:1.7199999999999999733546474089962430298328399658203125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:436057;s:10:\"size_after\";i:436057;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:206633;s:10:\"size_after\";i:206633;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1427198;s:10:\"size_after\";i:1427198;s:4:\"time\";d:2.79999999999999982236431605997495353221893310546875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:231089;s:10:\"size_after\";i:231089;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:391459;s:10:\"size_after\";i:391459;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1321889;s:10:\"size_after\";i:1321889;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:390997;s:10:\"size_after\";i:390997;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1816768;s:10:\"size_after\";i:1816768;s:4:\"time\";d:0.85999999999999998667732370449812151491641998291015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1096797;s:10:\"size_after\";i:1096797;s:4:\"time\";d:3.45999999999999996447286321199499070644378662109375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:272273;s:10:\"size_after\";i:272273;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(944,2,'_edit_last','2'),(945,65,'_wp_page_template','default'),(946,99,'_wp_page_template','default'),(1461,30446,'_et_pb_use_builder','on'),(1460,30446,'_wp_page_template','default'),(949,236,'_wp_desired_post_slug',''),(1821,30632,'_menu_item_type','post_type'),(1015,65,'_global_colors_info','{}'),(1820,387,'_wp_old_date','2021-03-17'),(1819,391,'_wp_old_date','2021-03-17'),(1817,386,'_wp_old_date','2021-03-17'),(961,386,'_menu_item_type','post_type'),(962,386,'_menu_item_menu_item_parent','0'),(963,386,'_menu_item_object_id','3'),(964,386,'_menu_item_object','page'),(965,386,'_menu_item_target',''),(966,386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(967,386,'_menu_item_xfn',''),(968,386,'_menu_item_url',''),(970,387,'_menu_item_type','post_type'),(971,387,'_menu_item_menu_item_parent','0'),(972,387,'_menu_item_object_id','65'),(973,387,'_menu_item_object','page'),(974,387,'_menu_item_target',''),(975,387,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(976,387,'_menu_item_xfn',''),(977,387,'_menu_item_url',''),(1025,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1076;s:6:\"height\";i:604;s:4:\"file\";s:19:\"2021/03/Fumo-04.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-04-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Fumo-04-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-04-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:19:\"Fumo-04-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-04-610x342.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-04-980x550.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-04-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1832,2,'_wp_desired_post_slug','sample-page'),(1831,2,'_wp_trash_meta_time','1618825709'),(1830,2,'_wp_trash_meta_status','publish'),(1006,391,'_menu_item_type','post_type'),(1007,391,'_menu_item_menu_item_parent','0'),(1008,391,'_menu_item_object_id','99'),(1009,391,'_menu_item_object','page'),(1010,391,'_menu_item_target',''),(1011,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1012,391,'_menu_item_xfn',''),(1013,391,'_menu_item_url',''),(1026,406,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.49686843770345934245824537356384098529815673828125;s:5:\"bytes\";i:70849;s:11:\"size_before\";i:1090510;s:10:\"size_after\";i:1019661;s:4:\"time\";d:1.5800000000000002930988785010413266718387603759765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:947;s:11:\"size_before\";i:14992;s:10:\"size_after\";i:14045;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:10822;s:11:\"size_before\";i:167781;s:10:\"size_after\";i:156959;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:548;s:11:\"size_before\";i:7691;s:10:\"size_after\";i:7143;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6369;s:11:\"size_before\";i:97768;s:10:\"size_after\";i:91399;s:4:\"time\";d:0.75;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3945;s:11:\"size_before\";i:62181;s:10:\"size_after\";i:58236;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1696;s:11:\"size_before\";i:26025;s:10:\"size_after\";i:24329;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11922;s:11:\"size_before\";i:182838;s:10:\"size_after\";i:170916;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1895;s:11:\"size_before\";i:29632;s:10:\"size_after\";i:27737;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3401;s:11:\"size_before\";i:53393;s:10:\"size_after\";i:49992;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12159;s:11:\"size_before\";i:184941;s:10:\"size_after\";i:172782;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:4609;s:11:\"size_before\";i:69628;s:10:\"size_after\";i:65019;s:4:\"time\";d:0.25;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:10099;s:11:\"size_before\";i:155459;s:10:\"size_after\";i:145360;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2437;s:11:\"size_before\";i:38181;s:10:\"size_after\";i:35744;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1027,411,'_wp_attached_file','2021/03/Fumo-5-artichokes.jpg'),(1028,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:29:\"2021/03/Fumo-5-artichokes.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Fumo-5-artichokes-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-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:29:\"Fumo-5-artichokes-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"Fumo-5-artichokes-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"Fumo-5-artichokes-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"Fumo-5-artichokes-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570887067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1029,408,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.961119775666777087508307886309921741485595703125;s:5:\"bytes\";i:12572;s:11:\"size_before\";i:317385;s:10:\"size_after\";i:304813;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:699;s:11:\"size_before\";i:13049;s:10:\"size_after\";i:12350;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7542;s:10:\"size_after\";i:7042;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:50038;s:10:\"size_after\";i:48247;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:36034;s:10:\"size_after\";i:34678;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:21670;s:10:\"size_after\";i:20647;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:23473;s:10:\"size_after\";i:22364;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:34576;s:10:\"size_after\";i:33147;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:33715;s:10:\"size_after\";i:32413;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:71783;s:10:\"size_after\";i:69545;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:25505;s:10:\"size_after\";i:24380;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1030,409,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8556339875054863597370058414526283740997314453125;s:5:\"bytes\";i:17589;s:11:\"size_before\";i:362239;s:10:\"size_after\";i:344650;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:817;s:11:\"size_before\";i:13592;s:10:\"size_after\";i:12775;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:636;s:11:\"size_before\";i:8340;s:10:\"size_after\";i:7704;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:55252;s:10:\"size_after\";i:52862;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1862;s:11:\"size_before\";i:39624;s:10:\"size_after\";i:37762;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:24452;s:10:\"size_after\";i:23123;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:27743;s:10:\"size_after\";i:26107;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:41990;s:10:\"size_after\";i:39800;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2244;s:11:\"size_before\";i:43710;s:10:\"size_after\";i:41466;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3066;s:11:\"size_before\";i:80062;s:10:\"size_after\";i:76996;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:27474;s:10:\"size_after\";i:26055;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1032,412,'_wp_attached_file','2021/03/Fumo-5-traditional-food.jpg'),(1033,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1482;s:6:\"height\";i:1125;s:4:\"file\";s:35:\"2021/03/Fumo-5-traditional-food.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Fumo-5-traditional-food-1024x777.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-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:\"Fumo-5-traditional-food-768x583.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-610x463.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"Fumo-5-traditional-food-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"Fumo-5-traditional-food-1080x820.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:36:\"Fumo-5-traditional-food-1280x972.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-980x744.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"Fumo-5-traditional-food-480x364.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1034,410,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.35108528509500569469992115045897662639617919921875;s:5:\"bytes\";i:27700;s:11:\"size_before\";i:517652;s:10:\"size_after\";i:489952;s:4:\"time\";d:0.6700000000000001509903313490212894976139068603515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:15605;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4464;s:11:\"size_before\";i:102871;s:10:\"size_after\";i:98407;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:671;s:11:\"size_before\";i:8451;s:10:\"size_after\";i:7780;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3620;s:11:\"size_before\";i:67819;s:10:\"size_after\";i:64199;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:48957;s:10:\"size_after\";i:46134;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:28269;s:10:\"size_after\";i:26346;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2020;s:11:\"size_before\";i:30821;s:10:\"size_after\";i:28801;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2652;s:11:\"size_before\";i:46245;s:10:\"size_after\";i:43593;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1723;s:11:\"size_before\";i:36364;s:10:\"size_after\";i:34641;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4271;s:11:\"size_before\";i:96886;s:10:\"size_after\";i:92615;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2204;s:11:\"size_before\";i:34035;s:10:\"size_after\";i:31831;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1035,413,'_wp_attached_file','2021/03/Fumo-05.jpg'),(1036,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:542;s:4:\"file\";s:19:\"2021/03/Fumo-05.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-05-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-05-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:19:\"Fumo-05-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-05-610x328.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-05-980x527.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-05-480x258.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1037,414,'_wp_attached_file','2021/03/Fumo-6-traditional-food.jpg'),(1038,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:35:\"2021/03/Fumo-6-traditional-food.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Fumo-6-traditional-food-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-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:\"Fumo-6-traditional-food-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"Fumo-6-traditional-food-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"Fumo-6-traditional-food-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"Fumo-6-traditional-food-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805732\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1039,411,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.760583885979020823953078433987684547901153564453125;s:5:\"bytes\";i:23686;s:11:\"size_before\";i:629849;s:10:\"size_after\";i:606163;s:4:\"time\";d:0.50000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:633;s:11:\"size_before\";i:13461;s:10:\"size_after\";i:12828;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3210;s:11:\"size_before\";i:91515;s:10:\"size_after\";i:88305;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:6368;s:10:\"size_after\";i:6046;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:58504;s:10:\"size_after\";i:56361;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1633;s:11:\"size_before\";i:41289;s:10:\"size_after\";i:39656;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:868;s:11:\"size_before\";i:20423;s:10:\"size_after\";i:19555;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3493;s:11:\"size_before\";i:96474;s:10:\"size_after\";i:92981;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:925;s:11:\"size_before\";i:22202;s:10:\"size_after\";i:21277;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:34037;s:10:\"size_after\";i:32633;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3472;s:11:\"size_before\";i:99021;s:10:\"size_after\";i:95549;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:32762;s:10:\"size_after\";i:31452;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3052;s:11:\"size_before\";i:85683;s:10:\"size_after\";i:82631;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:28110;s:10:\"size_after\";i:26889;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1040,415,'_wp_attached_file','2021/03/Fumo-artichoke.jpg'),(1041,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:26:\"2021/03/Fumo-artichoke.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Fumo-artichoke-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-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:26:\"Fumo-artichoke-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"Fumo-artichoke-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"Fumo-artichoke-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"Fumo-artichoke-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570806100\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1042,413,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.36597594302067903981878771446645259857177734375;s:5:\"bytes\";i:14203;s:11:\"size_before\";i:325311;s:10:\"size_after\";i:311108;s:4:\"time\";d:0.600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:745;s:11:\"size_before\";i:13207;s:10:\"size_after\";i:12462;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:424;s:11:\"size_before\";i:6925;s:10:\"size_after\";i:6501;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:2082;s:11:\"size_before\";i:52095;s:10:\"size_after\";i:50013;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1693;s:11:\"size_before\";i:37294;s:10:\"size_after\";i:35601;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:22255;s:10:\"size_after\";i:21110;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1210;s:11:\"size_before\";i:24410;s:10:\"size_after\";i:23200;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1716;s:11:\"size_before\";i:36210;s:10:\"size_after\";i:34494;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:31469;s:10:\"size_after\";i:30323;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:75109;s:10:\"size_after\";i:72341;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1274;s:11:\"size_before\";i:26337;s:10:\"size_after\";i:25063;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1043,416,'_wp_attached_file','2021/03/Fumo-artichokes.jpg'),(1044,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:1740;s:4:\"file\";s:27:\"2021/03/Fumo-artichokes.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Fumo-artichokes-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-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:\"Fumo-artichokes-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Fumo-artichokes-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-610x915.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Fumo-artichokes-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"Fumo-artichokes-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"Fumo-artichokes-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"Fumo-artichokes-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570887080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1045,417,'_wp_attached_file','2021/03/Fumo-Claudio-prawns.jpg'),(1046,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:31:\"2021/03/Fumo-Claudio-prawns.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Fumo-Claudio-prawns-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-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:\"Fumo-Claudio-prawns-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Fumo-Claudio-prawns-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"Fumo-Claudio-prawns-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"Fumo-Claudio-prawns-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"Fumo-Claudio-prawns-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"Fumo-Claudio-prawns-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1047,412,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3465300947639082806972510297782719135284423828125;s:5:\"bytes\";i:96212;s:11:\"size_before\";i:1515978;s:10:\"size_after\";i:1419766;s:4:\"time\";d:1.28000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:18423;s:10:\"size_after\";i:17220;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12337;s:11:\"size_before\";i:194654;s:10:\"size_after\";i:182317;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:576;s:11:\"size_before\";i:7716;s:10:\"size_after\";i:7140;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:7611;s:11:\"size_before\";i:116193;s:10:\"size_after\";i:108582;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4896;s:11:\"size_before\";i:74800;s:10:\"size_after\";i:69904;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2005;s:11:\"size_before\";i:30471;s:10:\"size_after\";i:28466;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12339;s:11:\"size_before\";i:197942;s:10:\"size_after\";i:185603;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2069;s:11:\"size_before\";i:32232;s:10:\"size_after\";i:30163;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3331;s:11:\"size_before\";i:52429;s:10:\"size_after\";i:49098;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:13415;s:11:\"size_before\";i:213507;s:10:\"size_after\";i:200092;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:4568;s:11:\"size_before\";i:67372;s:10:\"size_after\";i:62804;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:17314;s:11:\"size_before\";i:283266;s:10:\"size_after\";i:265952;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11559;s:11:\"size_before\";i:180354;s:10:\"size_after\";i:168795;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2989;s:11:\"size_before\";i:46619;s:10:\"size_after\";i:43630;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1048,414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.83336635363421418531970630283467471599578857421875;s:5:\"bytes\";i:52998;s:11:\"size_before\";i:908532;s:10:\"size_after\";i:855534;s:4:\"time\";d:0.8800000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:15526;s:10:\"size_after\";i:14514;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7705;s:11:\"size_before\";i:136420;s:10:\"size_after\";i:128715;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:505;s:11:\"size_before\";i:7260;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:4878;s:11:\"size_before\";i:83066;s:10:\"size_after\";i:78188;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3419;s:11:\"size_before\";i:55770;s:10:\"size_after\";i:52351;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1639;s:11:\"size_before\";i:25716;s:10:\"size_after\";i:24077;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:8312;s:11:\"size_before\";i:148120;s:10:\"size_after\";i:139808;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:27891;s:10:\"size_after\";i:26155;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2826;s:11:\"size_before\";i:46092;s:10:\"size_after\";i:43266;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:8423;s:11:\"size_before\";i:149230;s:10:\"size_after\";i:140807;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3081;s:11:\"size_before\";i:50559;s:10:\"size_after\";i:47478;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7292;s:11:\"size_before\";i:127102;s:10:\"size_after\";i:119810;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:35780;s:10:\"size_after\";i:33610;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1049,418,'_wp_attached_file','2021/03/Fumo-IMG_8998-Oysters.jpg'),(1050,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1033;s:6:\"height\";i:775;s:4:\"file\";s:33:\"2021/03/Fumo-IMG_8998-Oysters.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-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:34:\"Fumo-IMG_8998-Oysters-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:33:\"Fumo-IMG_8998-Oysters-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:\"Fumo-IMG_8998-Oysters-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"Fumo-IMG_8998-Oysters-1033x675.jpg\";s:5:\"width\";i:1033;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"Fumo-IMG_8998-Oysters-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569435023\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1051,419,'_wp_attached_file','2021/03/Fumo-IMG_9015.jpg'),(1052,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:25:\"2021/03/Fumo-IMG_9015.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-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:26:\"Fumo-IMG_9015-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:25:\"Fumo-IMG_9015-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:\"Fumo-IMG_9015-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"Fumo-IMG_9015-1032x675.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9015-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569445956\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1053,415,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.09499699473314304754012482590042054653167724609375;s:5:\"bytes\";i:50013;s:11:\"size_before\";i:981610;s:10:\"size_after\";i:931597;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:20485;s:10:\"size_after\";i:18961;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:6361;s:11:\"size_before\";i:142826;s:10:\"size_after\";i:136465;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:828;s:11:\"size_before\";i:9701;s:10:\"size_after\";i:8873;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:4744;s:11:\"size_before\";i:91373;s:10:\"size_after\";i:86629;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3742;s:11:\"size_before\";i:64187;s:10:\"size_after\";i:60445;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:30953;s:10:\"size_after\";i:28842;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6201;s:11:\"size_before\";i:146484;s:10:\"size_after\";i:140283;s:4:\"time\";d:0.25;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:34616;s:10:\"size_after\";i:32268;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3230;s:11:\"size_before\";i:52618;s:10:\"size_after\";i:49388;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6724;s:11:\"size_before\";i:154423;s:10:\"size_after\";i:147699;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3347;s:11:\"size_before\";i:56771;s:10:\"size_after\";i:53424;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6119;s:11:\"size_before\";i:133937;s:10:\"size_after\";i:127818;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2734;s:11:\"size_before\";i:43236;s:10:\"size_after\";i:40502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1054,420,'_wp_attached_file','2021/03/Fumo-IMG_9016.jpg'),(1055,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:25:\"2021/03/Fumo-IMG_9016.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-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:26:\"Fumo-IMG_9016-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:25:\"Fumo-IMG_9016-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:\"Fumo-IMG_9016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"Fumo-IMG_9016-1032x675.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"Fumo-IMG_9016-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569445968\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1056,416,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.00913792179770922530224197544157505035400390625;s:5:\"bytes\";i:28646;s:11:\"size_before\";i:951967;s:10:\"size_after\";i:923321;s:4:\"time\";d:1.3800000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:658;s:11:\"size_before\";i:13189;s:10:\"size_after\";i:12531;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2271;s:11:\"size_before\";i:81467;s:10:\"size_after\";i:79196;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6762;s:10:\"size_after\";i:6355;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2521;s:11:\"size_before\";i:97020;s:10:\"size_after\";i:94499;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4513;s:11:\"size_before\";i:152695;s:10:\"size_after\";i:148182;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1938;s:11:\"size_before\";i:69422;s:10:\"size_after\";i:67484;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:584;s:11:\"size_before\";i:17399;s:10:\"size_after\";i:16815;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2175;s:11:\"size_before\";i:73819;s:10:\"size_after\";i:71644;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:711;s:11:\"size_before\";i:19830;s:10:\"size_after\";i:19119;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:996;s:11:\"size_before\";i:29747;s:10:\"size_after\";i:28751;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5062;s:11:\"size_before\";i:166692;s:10:\"size_after\";i:161630;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:32898;s:10:\"size_after\";i:31675;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4119;s:11:\"size_before\";i:143256;s:10:\"size_after\";i:139137;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:47771;s:10:\"size_after\";i:46303;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1057,421,'_wp_attached_file','2021/03/Fumo-seabass-carpaccio.jpg'),(1058,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:34:\"2021/03/Fumo-seabass-carpaccio.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-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:35:\"Fumo-seabass-carpaccio-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:34:\"Fumo-seabass-carpaccio-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:34:\"Fumo-seabass-carpaccio-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"Fumo-seabass-carpaccio-1032x675.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"Fumo-seabass-carpaccio-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569436774\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1059,422,'_wp_attached_file','2021/03/Fumo-traditional-food.jpg'),(1060,422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:33:\"2021/03/Fumo-traditional-food.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Fumo-traditional-food-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-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:\"Fumo-traditional-food-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"Fumo-traditional-food-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"Fumo-traditional-food-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"Fumo-traditional-food-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805554\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1061,417,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.37374717103136134710439364425837993621826171875;s:5:\"bytes\";i:22026;s:11:\"size_before\";i:927900;s:10:\"size_after\";i:905874;s:4:\"time\";d:1.2900000000000002575717417130363173782825469970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:548;s:11:\"size_before\";i:13985;s:10:\"size_after\";i:13437;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1977;s:11:\"size_before\";i:90773;s:10:\"size_after\";i:88796;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6803;s:10:\"size_after\";i:6412;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:57862;s:10:\"size_after\";i:56620;s:4:\"time\";d:0.25;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3893;s:11:\"size_before\";i:170995;s:10:\"size_after\";i:167102;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:41166;s:10:\"size_after\";i:40157;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:736;s:11:\"size_before\";i:20824;s:10:\"size_after\";i:20088;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:94539;s:10:\"size_after\";i:92537;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:691;s:11:\"size_before\";i:22521;s:10:\"size_after\";i:21830;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:955;s:11:\"size_before\";i:33928;s:10:\"size_after\";i:32973;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:98622;s:10:\"size_after\";i:96424;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:34793;s:10:\"size_after\";i:33788;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2706;s:11:\"size_before\";i:127915;s:10:\"size_after\";i:125209;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:84936;s:10:\"size_after\";i:83145;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:882;s:11:\"size_before\";i:28238;s:10:\"size_after\";i:27356;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(1062,418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.00092702549996825922562493360601365566253662109375;s:5:\"bytes\";i:23651;s:11:\"size_before\";i:591138;s:10:\"size_after\";i:567487;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:632;s:11:\"size_before\";i:14572;s:10:\"size_after\";i:13940;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:4147;s:11:\"size_before\";i:107717;s:10:\"size_after\";i:103570;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:6137;s:10:\"size_after\";i:5810;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2404;s:11:\"size_before\";i:66200;s:10:\"size_after\";i:63796;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1612;s:11:\"size_before\";i:45980;s:10:\"size_after\";i:44368;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:793;s:11:\"size_before\";i:19133;s:10:\"size_after\";i:18340;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:5264;s:11:\"size_before\";i:109507;s:10:\"size_after\";i:104243;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:868;s:11:\"size_before\";i:21431;s:10:\"size_after\";i:20563;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:1266;s:11:\"size_before\";i:33774;s:10:\"size_after\";i:32508;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1369;s:11:\"size_before\";i:35603;s:10:\"size_after\";i:34234;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:100619;s:10:\"size_after\";i:96854;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:30465;s:10:\"size_after\";i:29261;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(1063,423,'_wp_attached_file','2021/03/Fumo4-traditional-food.jpg'),(1064,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:34:\"2021/03/Fumo4-traditional-food.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Fumo4-traditional-food-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-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:34:\"Fumo4-traditional-food-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"Fumo4-traditional-food-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:35:\"Fumo4-traditional-food-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"Fumo4-traditional-food-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805697\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1065,419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0445346166943156873685438768006861209869384765625;s:5:\"bytes\";i:83991;s:11:\"size_before\";i:1192286;s:10:\"size_after\";i:1108295;s:4:\"time\";d:0.890000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:26788;s:10:\"size_after\";i:24819;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:14086;s:11:\"size_before\";i:218706;s:10:\"size_after\";i:204620;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:765;s:11:\"size_before\";i:9993;s:10:\"size_after\";i:9228;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10065;s:11:\"size_before\";i:137523;s:10:\"size_after\";i:127458;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:7077;s:11:\"size_before\";i:94347;s:10:\"size_after\";i:87270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:37816;s:10:\"size_after\";i:34837;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:15553;s:11:\"size_before\";i:224605;s:10:\"size_after\";i:209052;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3284;s:11:\"size_before\";i:42287;s:10:\"size_after\";i:39003;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:68667;s:10:\"size_after\";i:63322;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4676;s:11:\"size_before\";i:65335;s:10:\"size_after\";i:60659;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:13380;s:11:\"size_before\";i:204694;s:10:\"size_after\";i:191314;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4812;s:11:\"size_before\";i:61525;s:10:\"size_after\";i:56713;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1066,424,'_wp_attached_file','2021/03/Fumot-raditional-food_.jpg'),(1067,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:737;s:4:\"file\";s:34:\"2021/03/Fumot-raditional-food_.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Fumot-raditional-food_-1024x609.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-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:34:\"Fumot-raditional-food_-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-610x363.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"Fumot-raditional-food_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:35:\"Fumot-raditional-food_-1080x642.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-980x582.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"Fumot-raditional-food_-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1068,421,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.871601642520137165348614871618337929248809814453125;s:5:\"bytes\";i:20884;s:11:\"size_before\";i:539415;s:10:\"size_after\";i:518531;s:4:\"time\";d:0.5800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:582;s:11:\"size_before\";i:13957;s:10:\"size_after\";i:13375;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:95623;s:10:\"size_after\";i:92181;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:5928;s:10:\"size_after\";i:5597;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:60536;s:10:\"size_after\";i:58349;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1668;s:11:\"size_before\";i:42861;s:10:\"size_after\";i:41193;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:872;s:11:\"size_before\";i:19093;s:10:\"size_after\";i:18221;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:96768;s:10:\"size_after\";i:92853;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:879;s:11:\"size_before\";i:20723;s:10:\"size_after\";i:19844;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:31788;s:10:\"size_after\";i:30493;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:33563;s:10:\"size_after\";i:32315;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3263;s:11:\"size_before\";i:89782;s:10:\"size_after\";i:86519;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:28793;s:10:\"size_after\";i:27591;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1069,420,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.6841561724494038543298302101902663707733154296875;s:5:\"bytes\";i:99705;s:11:\"size_before\";i:1297540;s:10:\"size_after\";i:1197835;s:4:\"time\";d:0.92000000000000003996802888650563545525074005126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:28884;s:10:\"size_after\";i:26501;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16970;s:11:\"size_before\";i:239261;s:10:\"size_after\";i:222291;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:841;s:11:\"size_before\";i:10482;s:10:\"size_after\";i:9641;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:12256;s:11:\"size_before\";i:150915;s:10:\"size_after\";i:138659;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:8620;s:11:\"size_before\";i:103671;s:10:\"size_after\";i:95051;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:40345;s:10:\"size_after\";i:36981;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17634;s:11:\"size_before\";i:240704;s:10:\"size_after\";i:223070;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3867;s:11:\"size_before\";i:45737;s:10:\"size_after\";i:41870;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6366;s:11:\"size_before\";i:74639;s:10:\"size_after\";i:68273;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5611;s:11:\"size_before\";i:71522;s:10:\"size_after\";i:65911;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:16184;s:11:\"size_before\";i:224738;s:10:\"size_after\";i:208554;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5609;s:11:\"size_before\";i:66642;s:10:\"size_after\";i:61033;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1070,422,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.76661695555042630445541362860240042209625244140625;s:5:\"bytes\";i:79448;s:11:\"size_before\";i:1174117;s:10:\"size_after\";i:1094669;s:4:\"time\";d:1.1300000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:15997;s:10:\"size_after\";i:14938;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:12548;s:11:\"size_before\";i:182515;s:10:\"size_after\";i:169967;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:604;s:11:\"size_before\";i:8264;s:10:\"size_after\";i:7660;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7128;s:11:\"size_before\";i:105387;s:10:\"size_after\";i:98259;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4362;s:11:\"size_before\";i:66573;s:10:\"size_after\";i:62211;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:27896;s:10:\"size_after\";i:26148;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13405;s:11:\"size_before\";i:195976;s:10:\"size_after\";i:182571;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:32041;s:10:\"size_after\";i:30007;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3678;s:11:\"size_before\";i:57685;s:10:\"size_after\";i:54007;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:13787;s:11:\"size_before\";i:200108;s:10:\"size_after\";i:186321;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4833;s:11:\"size_before\";i:72422;s:10:\"size_after\";i:67589;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11663;s:11:\"size_before\";i:168425;s:10:\"size_after\";i:156762;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:40828;s:10:\"size_after\";i:38229;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(1071,423,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.20638161806778843043730375939048826694488525390625;s:5:\"bytes\";i:37124;s:11:\"size_before\";i:713048;s:10:\"size_after\";i:675924;s:4:\"time\";d:0.94000000000000005773159728050814010202884674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:629;s:11:\"size_before\";i:13018;s:10:\"size_after\";i:12389;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:5537;s:11:\"size_before\";i:106617;s:10:\"size_after\";i:101080;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6554;s:10:\"size_after\";i:6139;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:65106;s:10:\"size_after\";i:61496;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2521;s:11:\"size_before\";i:44134;s:10:\"size_after\";i:41613;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:20748;s:10:\"size_after\";i:19722;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5442;s:11:\"size_before\";i:113525;s:10:\"size_after\";i:108083;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:22556;s:10:\"size_after\";i:21479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:36654;s:10:\"size_after\";i:34685;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5772;s:11:\"size_before\";i:116505;s:10:\"size_after\";i:110733;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2454;s:11:\"size_before\";i:40106;s:10:\"size_after\";i:37652;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5291;s:11:\"size_before\";i:99096;s:10:\"size_after\";i:93805;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:28429;s:10:\"size_after\";i:27048;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1072,424,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.21460220049085165783253614790737628936767578125;s:5:\"bytes\";i:41262;s:11:\"size_before\";i:791278;s:10:\"size_after\";i:750016;s:4:\"time\";d:0.83000000000000018207657603852567262947559356689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:790;s:11:\"size_before\";i:13725;s:10:\"size_after\";i:12935;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5903;s:11:\"size_before\";i:116193;s:10:\"size_after\";i:110290;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:452;s:11:\"size_before\";i:7065;s:10:\"size_after\";i:6613;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3657;s:11:\"size_before\";i:70506;s:10:\"size_after\";i:66849;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2479;s:11:\"size_before\";i:47994;s:10:\"size_after\";i:45515;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:23740;s:10:\"size_after\";i:22432;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:6774;s:11:\"size_before\";i:132316;s:10:\"size_after\";i:125542;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:26919;s:10:\"size_after\";i:25430;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2262;s:11:\"size_before\";i:43020;s:10:\"size_after\";i:40758;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6404;s:11:\"size_before\";i:127004;s:10:\"size_after\";i:120600;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:43691;s:10:\"size_after\";i:41312;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5690;s:11:\"size_before\";i:107926;s:10:\"size_after\";i:102236;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:31179;s:10:\"size_after\";i:29504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1073,425,'_wp_attached_file','2021/03/Fumo-1.jpg'),(1074,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:18:\"2021/03/Fumo-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Fumo-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-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:18:\"Fumo-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-1-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Fumo-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"Fumo-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:18:\"0.0014705882352941\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1075,426,'_wp_attached_file','2021/03/Fumo-2.jpg'),(1076,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1071;s:4:\"file\";s:18:\"2021/03/Fumo-2.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-2-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Fumo-2-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-2-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:18:\"Fumo-2-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"Fumo-2-1536x857.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-2-610x340.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Fumo-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"Fumo-2-1080x603.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"Fumo-2-1280x714.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-2-980x547.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-2-480x268.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1077,427,'_wp_attached_file','2021/03/Fumo-3.jpg'),(1078,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1005;s:6:\"height\";i:544;s:4:\"file\";s:18:\"2021/03/Fumo-3.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-3-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-3-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:18:\"Fumo-3-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-3-610x330.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-3-980x530.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-3-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1079,428,'_wp_attached_file','2021/03/Fumo-4.jpg'),(1080,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:549;s:4:\"file\";s:18:\"2021/03/Fumo-4.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-4-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-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:18:\"Fumo-4-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-4-610x330.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-4-980x531.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-4-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1081,429,'_wp_attached_file','2021/03/Fumo-5.jpg'),(1082,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:18:\"2021/03/Fumo-5.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-5-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:19:\"Fumo-5-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:18:\"Fumo-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:18:\"Fumo-5-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-5-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Fumo-5-1032x675.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-5-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-5-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569445956\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1083,425,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.49686843770345934245824537356384098529815673828125;s:5:\"bytes\";i:70849;s:11:\"size_before\";i:1090510;s:10:\"size_after\";i:1019661;s:4:\"time\";d:0.8300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:947;s:11:\"size_before\";i:14992;s:10:\"size_after\";i:14045;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:10822;s:11:\"size_before\";i:167781;s:10:\"size_after\";i:156959;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:548;s:11:\"size_before\";i:7691;s:10:\"size_after\";i:7143;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6369;s:11:\"size_before\";i:97768;s:10:\"size_after\";i:91399;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3945;s:11:\"size_before\";i:62181;s:10:\"size_after\";i:58236;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1696;s:11:\"size_before\";i:26025;s:10:\"size_after\";i:24329;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11922;s:11:\"size_before\";i:182838;s:10:\"size_after\";i:170916;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1895;s:11:\"size_before\";i:29632;s:10:\"size_after\";i:27737;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3401;s:11:\"size_before\";i:53393;s:10:\"size_after\";i:49992;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12159;s:11:\"size_before\";i:184941;s:10:\"size_after\";i:172782;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:4609;s:11:\"size_before\";i:69628;s:10:\"size_after\";i:65019;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:10099;s:11:\"size_before\";i:155459;s:10:\"size_after\";i:145360;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2437;s:11:\"size_before\";i:38181;s:10:\"size_after\";i:35744;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1084,427,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.961119775666777087508307886309921741485595703125;s:5:\"bytes\";i:12572;s:11:\"size_before\";i:317385;s:10:\"size_after\";i:304813;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:699;s:11:\"size_before\";i:13049;s:10:\"size_after\";i:12350;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7542;s:10:\"size_after\";i:7042;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:50038;s:10:\"size_after\";i:48247;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:36034;s:10:\"size_after\";i:34678;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:21670;s:10:\"size_after\";i:20647;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:23473;s:10:\"size_after\";i:22364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:34576;s:10:\"size_after\";i:33147;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:33715;s:10:\"size_after\";i:32413;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:71783;s:10:\"size_after\";i:69545;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:25505;s:10:\"size_after\";i:24380;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1085,430,'_wp_attached_file','2021/03/Fumo-6.jpg'),(1086,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1076;s:6:\"height\";i:604;s:4:\"file\";s:18:\"2021/03/Fumo-6.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-6-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Fumo-6-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-6-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:18:\"Fumo-6-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-6-610x342.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-6-980x550.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-6-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1087,426,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.146086713354464325931303392280824482440948486328125;s:5:\"bytes\";i:28576;s:11:\"size_before\";i:908303;s:10:\"size_after\";i:879727;s:4:\"time\";d:0.7400000000000002131628207280300557613372802734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:841;s:11:\"size_before\";i:13946;s:10:\"size_after\";i:13105;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:85243;s:10:\"size_after\";i:82882;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:477;s:11:\"size_before\";i:7522;s:10:\"size_after\";i:7045;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1883;s:11:\"size_before\";i:55706;s:10:\"size_after\";i:53823;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:157846;s:10:\"size_after\";i:153851;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:39841;s:10:\"size_after\";i:38228;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:23709;s:10:\"size_after\";i:22532;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2891;s:11:\"size_before\";i:103125;s:10:\"size_after\";i:100234;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1278;s:11:\"size_before\";i:26166;s:10:\"size_after\";i:24888;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:38872;s:10:\"size_after\";i:37318;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:92491;s:10:\"size_after\";i:90071;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:36440;s:10:\"size_after\";i:35161;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3097;s:11:\"size_before\";i:119302;s:10:\"size_after\";i:116205;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2457;s:11:\"size_before\";i:80209;s:10:\"size_after\";i:77752;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:27885;s:10:\"size_after\";i:26632;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1088,431,'_wp_attached_file','2021/03/Fumo-7.jpg'),(1089,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:18:\"2021/03/Fumo-7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Fumo-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-7-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:18:\"Fumo-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-7-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Fumo-7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"Fumo-7-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-7-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-7-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570887067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1090,428,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8556339875054863597370058414526283740997314453125;s:5:\"bytes\";i:17589;s:11:\"size_before\";i:362239;s:10:\"size_after\";i:344650;s:4:\"time\";d:0.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:817;s:11:\"size_before\";i:13592;s:10:\"size_after\";i:12775;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:636;s:11:\"size_before\";i:8340;s:10:\"size_after\";i:7704;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:55252;s:10:\"size_after\";i:52862;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1862;s:11:\"size_before\";i:39624;s:10:\"size_after\";i:37762;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:24452;s:10:\"size_after\";i:23123;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:27743;s:10:\"size_after\";i:26107;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:41990;s:10:\"size_after\";i:39800;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2244;s:11:\"size_before\";i:43710;s:10:\"size_after\";i:41466;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3066;s:11:\"size_before\";i:80062;s:10:\"size_after\";i:76996;s:4:\"time\";d:0.25;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:27474;s:10:\"size_after\";i:26055;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1091,432,'_wp_attached_file','2021/03/Fumo-8.jpg'),(1092,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1482;s:6:\"height\";i:1125;s:4:\"file\";s:18:\"2021/03/Fumo-8.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-8-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Fumo-8-1024x777.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-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:18:\"Fumo-8-768x583.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-8-610x463.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Fumo-8-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"Fumo-8-1080x820.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-8-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"Fumo-8-1280x972.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-8-980x744.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-8-480x364.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1093,430,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.35108528509500569469992115045897662639617919921875;s:5:\"bytes\";i:27700;s:11:\"size_before\";i:517652;s:10:\"size_after\";i:489952;s:4:\"time\";d:0.979999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:15605;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4464;s:11:\"size_before\";i:102871;s:10:\"size_after\";i:98407;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:671;s:11:\"size_before\";i:8451;s:10:\"size_after\";i:7780;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3620;s:11:\"size_before\";i:67819;s:10:\"size_after\";i:64199;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:48957;s:10:\"size_after\";i:46134;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:28269;s:10:\"size_after\";i:26346;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2020;s:11:\"size_before\";i:30821;s:10:\"size_after\";i:28801;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2652;s:11:\"size_before\";i:46245;s:10:\"size_after\";i:43593;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1723;s:11:\"size_before\";i:36364;s:10:\"size_after\";i:34641;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4271;s:11:\"size_before\";i:96886;s:10:\"size_after\";i:92615;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2204;s:11:\"size_before\";i:34035;s:10:\"size_after\";i:31831;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(1094,429,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0445346166943156873685438768006861209869384765625;s:5:\"bytes\";i:83991;s:11:\"size_before\";i:1192286;s:10:\"size_after\";i:1108295;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:26788;s:10:\"size_after\";i:24819;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:14086;s:11:\"size_before\";i:218706;s:10:\"size_after\";i:204620;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:765;s:11:\"size_before\";i:9993;s:10:\"size_after\";i:9228;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10065;s:11:\"size_before\";i:137523;s:10:\"size_after\";i:127458;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:7077;s:11:\"size_before\";i:94347;s:10:\"size_after\";i:87270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:37816;s:10:\"size_after\";i:34837;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:15553;s:11:\"size_before\";i:224605;s:10:\"size_after\";i:209052;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3284;s:11:\"size_before\";i:42287;s:10:\"size_after\";i:39003;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:68667;s:10:\"size_after\";i:63322;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4676;s:11:\"size_before\";i:65335;s:10:\"size_after\";i:60659;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:13380;s:11:\"size_before\";i:204694;s:10:\"size_after\";i:191314;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4812;s:11:\"size_before\";i:61525;s:10:\"size_after\";i:56713;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1095,433,'_wp_attached_file','2021/03/Fumo-9.jpg'),(1096,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:542;s:4:\"file\";s:18:\"2021/03/Fumo-9.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Fumo-9-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fumo-9-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:18:\"Fumo-9-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Fumo-9-610x328.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Fumo-9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Fumo-9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Fumo-9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Fumo-9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Fumo-9-980x527.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Fumo-9-480x258.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1097,434,'_wp_attached_file','2021/03/Fumo-11.jpg'),(1098,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:19:\"2021/03/Fumo-11.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Fumo-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-11-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:19:\"Fumo-11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-11-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Fumo-11-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Fumo-11-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-11-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-11-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805732\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1099,431,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.760583885979020823953078433987684547901153564453125;s:5:\"bytes\";i:23686;s:11:\"size_before\";i:629849;s:10:\"size_after\";i:606163;s:4:\"time\";d:0.8300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:633;s:11:\"size_before\";i:13461;s:10:\"size_after\";i:12828;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3210;s:11:\"size_before\";i:91515;s:10:\"size_after\";i:88305;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:6368;s:10:\"size_after\";i:6046;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:58504;s:10:\"size_after\";i:56361;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1633;s:11:\"size_before\";i:41289;s:10:\"size_after\";i:39656;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:868;s:11:\"size_before\";i:20423;s:10:\"size_after\";i:19555;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3493;s:11:\"size_before\";i:96474;s:10:\"size_after\";i:92981;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:925;s:11:\"size_before\";i:22202;s:10:\"size_after\";i:21277;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:34037;s:10:\"size_after\";i:32633;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3472;s:11:\"size_before\";i:99021;s:10:\"size_after\";i:95549;s:4:\"time\";d:0.25;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:32762;s:10:\"size_after\";i:31452;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3052;s:11:\"size_before\";i:85683;s:10:\"size_after\";i:82631;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:28110;s:10:\"size_after\";i:26889;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1100,433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.36597594302067903981878771446645259857177734375;s:5:\"bytes\";i:14203;s:11:\"size_before\";i:325311;s:10:\"size_after\";i:311108;s:4:\"time\";d:0.720000000000000195399252334027551114559173583984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:745;s:11:\"size_before\";i:13207;s:10:\"size_after\";i:12462;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:424;s:11:\"size_before\";i:6925;s:10:\"size_after\";i:6501;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:2082;s:11:\"size_before\";i:52095;s:10:\"size_after\";i:50013;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1693;s:11:\"size_before\";i:37294;s:10:\"size_after\";i:35601;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:22255;s:10:\"size_after\";i:21110;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1210;s:11:\"size_before\";i:24410;s:10:\"size_after\";i:23200;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1716;s:11:\"size_before\";i:36210;s:10:\"size_after\";i:34494;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:31469;s:10:\"size_after\";i:30323;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:75109;s:10:\"size_after\";i:72341;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1274;s:11:\"size_before\";i:26337;s:10:\"size_after\";i:25063;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1101,435,'_wp_attached_file','2021/03/Fumo-12.jpg'),(1102,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:19:\"2021/03/Fumo-12.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Fumo-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-12-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:19:\"Fumo-12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-12-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Fumo-12-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Fumo-12-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-12-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-12-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570806100\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1103,432,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3465300947639082806972510297782719135284423828125;s:5:\"bytes\";i:96212;s:11:\"size_before\";i:1515978;s:10:\"size_after\";i:1419766;s:4:\"time\";d:0.890000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:18423;s:10:\"size_after\";i:17220;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12337;s:11:\"size_before\";i:194654;s:10:\"size_after\";i:182317;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:576;s:11:\"size_before\";i:7716;s:10:\"size_after\";i:7140;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:7611;s:11:\"size_before\";i:116193;s:10:\"size_after\";i:108582;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4896;s:11:\"size_before\";i:74800;s:10:\"size_after\";i:69904;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2005;s:11:\"size_before\";i:30471;s:10:\"size_after\";i:28466;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12339;s:11:\"size_before\";i:197942;s:10:\"size_after\";i:185603;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2069;s:11:\"size_before\";i:32232;s:10:\"size_after\";i:30163;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3331;s:11:\"size_before\";i:52429;s:10:\"size_after\";i:49098;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:13415;s:11:\"size_before\";i:213507;s:10:\"size_after\";i:200092;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:4568;s:11:\"size_before\";i:67372;s:10:\"size_after\";i:62804;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:17314;s:11:\"size_before\";i:283266;s:10:\"size_after\";i:265952;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11559;s:11:\"size_before\";i:180354;s:10:\"size_after\";i:168795;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2989;s:11:\"size_before\";i:46619;s:10:\"size_after\";i:43630;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1104,436,'_wp_attached_file','2021/03/Fumo-13.jpg'),(1105,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:1740;s:4:\"file\";s:19:\"2021/03/Fumo-13.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-13-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Fumo-13-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Fumo-13-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:20:\"Fumo-13-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Fumo-13-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-13-610x915.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Fumo-13-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"Fumo-13-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"Fumo-13-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-13-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570887080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1106,434,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.83336635363421418531970630283467471599578857421875;s:5:\"bytes\";i:52998;s:11:\"size_before\";i:908532;s:10:\"size_after\";i:855534;s:4:\"time\";d:0.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:15526;s:10:\"size_after\";i:14514;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7705;s:11:\"size_before\";i:136420;s:10:\"size_after\";i:128715;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:505;s:11:\"size_before\";i:7260;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:4878;s:11:\"size_before\";i:83066;s:10:\"size_after\";i:78188;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3419;s:11:\"size_before\";i:55770;s:10:\"size_after\";i:52351;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1639;s:11:\"size_before\";i:25716;s:10:\"size_after\";i:24077;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:8312;s:11:\"size_before\";i:148120;s:10:\"size_after\";i:139808;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:27891;s:10:\"size_after\";i:26155;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2826;s:11:\"size_before\";i:46092;s:10:\"size_after\";i:43266;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:8423;s:11:\"size_before\";i:149230;s:10:\"size_after\";i:140807;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3081;s:11:\"size_before\";i:50559;s:10:\"size_after\";i:47478;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7292;s:11:\"size_before\";i:127102;s:10:\"size_after\";i:119810;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:35780;s:10:\"size_after\";i:33610;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1107,437,'_wp_attached_file','2021/03/Fumo-14.jpg'),(1108,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:19:\"2021/03/Fumo-14.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-14-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:20:\"Fumo-14-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:19:\"Fumo-14-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:19:\"Fumo-14-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-14-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Fumo-14-1032x675.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-14-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-14-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-14-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569445968\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1109,438,'_wp_attached_file','2021/03/Fumo-15.jpg'),(1110,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1033;s:6:\"height\";i:775;s:4:\"file\";s:19:\"2021/03/Fumo-15.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Fumo-15-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:20:\"Fumo-15-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:19:\"Fumo-15-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:19:\"Fumo-15-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Fumo-15-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Fumo-15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Fumo-15-1033x675.jpg\";s:5:\"width\";i:1033;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Fumo-15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Fumo-15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Fumo-15-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Fumo-15-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Fumo-15-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569435023\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1111,439,'_wp_attached_file','2021/03/Fumo-Claudio.jpg'),(1112,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:24:\"2021/03/Fumo-Claudio.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Fumo-Claudio-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-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:24:\"Fumo-Claudio-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Fumo-Claudio-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Fumo-Claudio-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Fumo-Claudio-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"Fumo-Claudio-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"Fumo-Claudio-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1113,435,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.09499699473314304754012482590042054653167724609375;s:5:\"bytes\";i:50013;s:11:\"size_before\";i:981610;s:10:\"size_after\";i:931597;s:4:\"time\";d:0.8600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:20485;s:10:\"size_after\";i:18961;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:6361;s:11:\"size_before\";i:142826;s:10:\"size_after\";i:136465;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:828;s:11:\"size_before\";i:9701;s:10:\"size_after\";i:8873;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:4744;s:11:\"size_before\";i:91373;s:10:\"size_after\";i:86629;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3742;s:11:\"size_before\";i:64187;s:10:\"size_after\";i:60445;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:30953;s:10:\"size_after\";i:28842;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6201;s:11:\"size_before\";i:146484;s:10:\"size_after\";i:140283;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:34616;s:10:\"size_after\";i:32268;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3230;s:11:\"size_before\";i:52618;s:10:\"size_after\";i:49388;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6724;s:11:\"size_before\";i:154423;s:10:\"size_after\";i:147699;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3347;s:11:\"size_before\";i:56771;s:10:\"size_after\";i:53424;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6119;s:11:\"size_before\";i:133937;s:10:\"size_after\";i:127818;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2734;s:11:\"size_before\";i:43236;s:10:\"size_after\";i:40502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1114,440,'_wp_attached_file','2021/03/Fumo-seabass-carpaccio-1.jpg'),(1115,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:36:\"2021/03/Fumo-seabass-carpaccio-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-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:37:\"Fumo-seabass-carpaccio-1-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:36:\"Fumo-seabass-carpaccio-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:36:\"Fumo-seabass-carpaccio-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"Fumo-seabass-carpaccio-1-1032x675.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:36:\"Fumo-seabass-carpaccio-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569436774\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1116,436,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.00913792179770922530224197544157505035400390625;s:5:\"bytes\";i:28646;s:11:\"size_before\";i:951967;s:10:\"size_after\";i:923321;s:4:\"time\";d:1.480000000000000426325641456060111522674560546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:658;s:11:\"size_before\";i:13189;s:10:\"size_after\";i:12531;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2271;s:11:\"size_before\";i:81467;s:10:\"size_after\";i:79196;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6762;s:10:\"size_after\";i:6355;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2521;s:11:\"size_before\";i:97020;s:10:\"size_after\";i:94499;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4513;s:11:\"size_before\";i:152695;s:10:\"size_after\";i:148182;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1938;s:11:\"size_before\";i:69422;s:10:\"size_after\";i:67484;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:584;s:11:\"size_before\";i:17399;s:10:\"size_after\";i:16815;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2175;s:11:\"size_before\";i:73819;s:10:\"size_after\";i:71644;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:711;s:11:\"size_before\";i:19830;s:10:\"size_after\";i:19119;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:996;s:11:\"size_before\";i:29747;s:10:\"size_after\";i:28751;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5062;s:11:\"size_before\";i:166692;s:10:\"size_after\";i:161630;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:32898;s:10:\"size_after\";i:31675;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4119;s:11:\"size_before\";i:143256;s:10:\"size_after\";i:139137;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:47771;s:10:\"size_after\";i:46303;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1117,438,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.00092702549996825922562493360601365566253662109375;s:5:\"bytes\";i:23651;s:11:\"size_before\";i:591138;s:10:\"size_after\";i:567487;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:632;s:11:\"size_before\";i:14572;s:10:\"size_after\";i:13940;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:4147;s:11:\"size_before\";i:107717;s:10:\"size_after\";i:103570;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:6137;s:10:\"size_after\";i:5810;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2404;s:11:\"size_before\";i:66200;s:10:\"size_after\";i:63796;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1612;s:11:\"size_before\";i:45980;s:10:\"size_after\";i:44368;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:793;s:11:\"size_before\";i:19133;s:10:\"size_after\";i:18340;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:5264;s:11:\"size_before\";i:109507;s:10:\"size_after\";i:104243;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:868;s:11:\"size_before\";i:21431;s:10:\"size_after\";i:20563;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:1266;s:11:\"size_before\";i:33774;s:10:\"size_after\";i:32508;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1369;s:11:\"size_before\";i:35603;s:10:\"size_after\";i:34234;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:100619;s:10:\"size_after\";i:96854;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:30465;s:10:\"size_after\";i:29261;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1118,441,'_wp_attached_file','2021/03/Fumo-traditional-food-manqina.jpg'),(1119,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:41:\"2021/03/Fumo-traditional-food-manqina.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Fumo-traditional-food-manqina-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-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:\"Fumo-traditional-food-manqina-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:42:\"Fumo-traditional-food-manqina-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:42:\"Fumo-traditional-food-manqina-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-manqina-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805697\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1120,437,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.6841561724494038543298302101902663707733154296875;s:5:\"bytes\";i:99705;s:11:\"size_before\";i:1297540;s:10:\"size_after\";i:1197835;s:4:\"time\";d:1.4800000000000002042810365310288034379482269287109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:28884;s:10:\"size_after\";i:26501;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16970;s:11:\"size_before\";i:239261;s:10:\"size_after\";i:222291;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:841;s:11:\"size_before\";i:10482;s:10:\"size_after\";i:9641;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:12256;s:11:\"size_before\";i:150915;s:10:\"size_after\";i:138659;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:8620;s:11:\"size_before\";i:103671;s:10:\"size_after\";i:95051;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:40345;s:10:\"size_after\";i:36981;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17634;s:11:\"size_before\";i:240704;s:10:\"size_after\";i:223070;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3867;s:11:\"size_before\";i:45737;s:10:\"size_after\";i:41870;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6366;s:11:\"size_before\";i:74639;s:10:\"size_after\";i:68273;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5611;s:11:\"size_before\";i:71522;s:10:\"size_after\";i:65911;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:16184;s:11:\"size_before\";i:224738;s:10:\"size_after\";i:208554;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5609;s:11:\"size_before\";i:66642;s:10:\"size_after\";i:61033;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1121,442,'_wp_attached_file','2021/03/Fumo-traditional-food-mogodu.jpg'),(1122,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:737;s:4:\"file\";s:40:\"2021/03/Fumo-traditional-food-mogodu.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-mogodu-1024x609.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-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:\"Fumo-traditional-food-mogodu-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-610x363.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-mogodu-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:41:\"Fumo-traditional-food-mogodu-1080x642.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-980x582.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:40:\"Fumo-traditional-food-mogodu-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1123,440,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.871601642520137165348614871618337929248809814453125;s:5:\"bytes\";i:20884;s:11:\"size_before\";i:539415;s:10:\"size_after\";i:518531;s:4:\"time\";d:0.70000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:582;s:11:\"size_before\";i:13957;s:10:\"size_after\";i:13375;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:95623;s:10:\"size_after\";i:92181;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:5928;s:10:\"size_after\";i:5597;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:60536;s:10:\"size_after\";i:58349;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1668;s:11:\"size_before\";i:42861;s:10:\"size_after\";i:41193;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:872;s:11:\"size_before\";i:19093;s:10:\"size_after\";i:18221;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:96768;s:10:\"size_after\";i:92853;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:879;s:11:\"size_before\";i:20723;s:10:\"size_after\";i:19844;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:31788;s:10:\"size_after\";i:30493;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:33563;s:10:\"size_after\";i:32315;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3263;s:11:\"size_before\";i:89782;s:10:\"size_after\";i:86519;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:28793;s:10:\"size_after\";i:27591;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1124,439,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.37374717103136134710439364425837993621826171875;s:5:\"bytes\";i:22026;s:11:\"size_before\";i:927900;s:10:\"size_after\";i:905874;s:4:\"time\";d:1.510000000000000230926389122032560408115386962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:548;s:11:\"size_before\";i:13985;s:10:\"size_after\";i:13437;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1977;s:11:\"size_before\";i:90773;s:10:\"size_after\";i:88796;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6803;s:10:\"size_after\";i:6412;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:57862;s:10:\"size_after\";i:56620;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3893;s:11:\"size_before\";i:170995;s:10:\"size_after\";i:167102;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:41166;s:10:\"size_after\";i:40157;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:736;s:11:\"size_before\";i:20824;s:10:\"size_after\";i:20088;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:94539;s:10:\"size_after\";i:92537;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:691;s:11:\"size_before\";i:22521;s:10:\"size_after\";i:21830;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:955;s:11:\"size_before\";i:33928;s:10:\"size_after\";i:32973;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:98622;s:10:\"size_after\";i:96424;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:34793;s:10:\"size_after\";i:33788;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2706;s:11:\"size_before\";i:127915;s:10:\"size_after\";i:125209;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:84936;s:10:\"size_after\";i:83145;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:882;s:11:\"size_before\";i:28238;s:10:\"size_after\";i:27356;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1125,443,'_wp_attached_file','2021/03/Fumo-traditional-food-1.jpg'),(1126,443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:827;s:4:\"file\";s:35:\"2021/03/Fumo-traditional-food-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Fumo-traditional-food-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-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:\"Fumo-traditional-food-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"Fumo-traditional-food-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"Fumo-traditional-food-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"Fumo-traditional-food-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570805554\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1127,441,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.20638161806778843043730375939048826694488525390625;s:5:\"bytes\";i:37124;s:11:\"size_before\";i:713048;s:10:\"size_after\";i:675924;s:4:\"time\";d:0.95000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:629;s:11:\"size_before\";i:13018;s:10:\"size_after\";i:12389;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:5537;s:11:\"size_before\";i:106617;s:10:\"size_after\";i:101080;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6554;s:10:\"size_after\";i:6139;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:65106;s:10:\"size_after\";i:61496;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2521;s:11:\"size_before\";i:44134;s:10:\"size_after\";i:41613;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:20748;s:10:\"size_after\";i:19722;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5442;s:11:\"size_before\";i:113525;s:10:\"size_after\";i:108083;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:22556;s:10:\"size_after\";i:21479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:36654;s:10:\"size_after\";i:34685;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5772;s:11:\"size_before\";i:116505;s:10:\"size_after\";i:110733;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2454;s:11:\"size_before\";i:40106;s:10:\"size_after\";i:37652;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5291;s:11:\"size_before\";i:99096;s:10:\"size_after\";i:93805;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:28429;s:10:\"size_after\";i:27048;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1128,442,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.21460220049085165783253614790737628936767578125;s:5:\"bytes\";i:41262;s:11:\"size_before\";i:791278;s:10:\"size_after\";i:750016;s:4:\"time\";d:0.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:790;s:11:\"size_before\";i:13725;s:10:\"size_after\";i:12935;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5903;s:11:\"size_before\";i:116193;s:10:\"size_after\";i:110290;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:452;s:11:\"size_before\";i:7065;s:10:\"size_after\";i:6613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3657;s:11:\"size_before\";i:70506;s:10:\"size_after\";i:66849;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2479;s:11:\"size_before\";i:47994;s:10:\"size_after\";i:45515;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:23740;s:10:\"size_after\";i:22432;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:6774;s:11:\"size_before\";i:132316;s:10:\"size_after\";i:125542;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:26919;s:10:\"size_after\";i:25430;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2262;s:11:\"size_before\";i:43020;s:10:\"size_after\";i:40758;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6404;s:11:\"size_before\";i:127004;s:10:\"size_after\";i:120600;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:43691;s:10:\"size_after\";i:41312;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5690;s:11:\"size_before\";i:107926;s:10:\"size_after\";i:102236;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:31179;s:10:\"size_after\";i:29504;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1129,443,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.76661695555042630445541362860240042209625244140625;s:5:\"bytes\";i:79448;s:11:\"size_before\";i:1174117;s:10:\"size_after\";i:1094669;s:4:\"time\";d:0.850000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:15997;s:10:\"size_after\";i:14938;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:12548;s:11:\"size_before\";i:182515;s:10:\"size_after\";i:169967;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:604;s:11:\"size_before\";i:8264;s:10:\"size_after\";i:7660;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7128;s:11:\"size_before\";i:105387;s:10:\"size_after\";i:98259;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4362;s:11:\"size_before\";i:66573;s:10:\"size_after\";i:62211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:27896;s:10:\"size_after\";i:26148;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13405;s:11:\"size_before\";i:195976;s:10:\"size_after\";i:182571;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:32041;s:10:\"size_after\";i:30007;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3678;s:11:\"size_before\";i:57685;s:10:\"size_after\";i:54007;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:13787;s:11:\"size_before\";i:200108;s:10:\"size_after\";i:186321;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4833;s:11:\"size_before\";i:72422;s:10:\"size_after\";i:67589;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11663;s:11:\"size_before\";i:168425;s:10:\"size_after\";i:156762;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:40828;s:10:\"size_after\";i:38229;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1130,99,'_et_pb_built_for_post_type','page'),(1131,99,'_et_pb_ab_subjects',''),(1132,99,'_et_pb_enable_shortcode_tracking',''),(1133,99,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"99\" /]'),(1134,99,'_et_pb_custom_css',''),(1135,99,'_et_pb_gutter_width','3'),(1459,99,'_et_pb_old_content',''),(1137,99,'_global_colors_info','{}'),(1138,99,'_et_pb_first_image',''),(1139,99,'_et_pb_truncate_post',''),(1140,99,'_et_pb_truncate_post_date',''),(1141,99,'_et_builder_version','VB|Divi|4.9.4'),(1142,99,'_et_pb_show_page_creation','off'),(1143,99,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:5:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10901,30991,'_wp_attached_file','2021/04/The-Food-Image-1-980x715-1.jpg'),(10897,30987,'_wp_attached_file','2021/04/Contact-Page-Bloack-1-Banner-2049x1536-1.jpg'),(1147,446,'_edit_lock','1615986907:2'),(1148,446,'_edit_last','2'),(1149,446,'_wp_page_template','default'),(1150,446,'_et_pb_post_hide_nav','default'),(1151,446,'_et_pb_page_layout','et_right_sidebar'),(1152,446,'_et_pb_side_nav','off'),(1153,446,'_et_pb_use_builder','on'),(1154,446,'_et_pb_first_image',''),(1155,446,'_et_pb_truncate_post',''),(1156,446,'_et_pb_truncate_post_date',''),(1157,446,'_et_pb_old_content',''),(1158,446,'_et_pb_built_for_post_type','page'),(1159,446,'_et_pb_ab_subjects',''),(1160,446,'_et_pb_enable_shortcode_tracking',''),(1161,446,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"446\" /]'),(1162,446,'_et_pb_custom_css',''),(1163,446,'_et_pb_gutter_width','3'),(1178,446,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:5:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1165,446,'_global_colors_info','{}'),(1166,446,'_et_builder_version','VB|Divi|4.9.4'),(1167,446,'_et_pb_show_page_creation','off'),(10857,30963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:19:\"2021/04/Slide-2.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Slide-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Slide-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Slide-2-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:19:\"Slide-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Slide-2-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Slide-2-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Slide-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Slide-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Slide-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Slide-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Slide-2-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Slide-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:20:\"Slide-2-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Slide-2-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Slide-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:19:\"Slide-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:19:\"Slide-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slide-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569053793\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(10856,30963,'_wp_attached_file','2021/04/Slide-2.jpg'),(1179,3,'_global_colors_info','{}'),(1227,488,'_wp_attached_file','2021/03/download.jpg'),(1228,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2021/03/download.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1229,487,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.7971014492753596414331695996224880218505859375;s:5:\"bytes\";i:3060;s:11:\"size_before\";i:9936;s:10:\"size_after\";i:6876;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:8491;s:10:\"size_after\";i:5996;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:565;s:11:\"size_before\";i:1445;s:10:\"size_after\";i:880;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1230,488,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5971;s:10:\"size_after\";i:5971;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5971;s:10:\"size_after\";i:5971;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}}}'),(1231,30308,'_et_pb_built_for_post_type','page'),(1232,30307,'_et_pb_built_for_post_type','page'),(1233,30305,'_et_pb_built_for_post_type','page'),(1234,30303,'_et_pb_built_for_post_type','page'),(1235,30301,'_et_pb_built_for_post_type','page'),(1236,30297,'_et_pb_built_for_post_type','page'),(1237,30296,'_et_pb_built_for_post_type','page'),(1238,30294,'_et_pb_built_for_post_type','page'),(1239,30312,'_et_pb_built_for_post_type','page'),(1240,30312,'_wp_old_date','2020-04-02'),(1241,30290,'_et_pb_built_for_post_type','page'),(1242,30290,'_edit_lock','1615988933:2'),(1243,30290,'_et_pb_ab_subjects',''),(1244,30290,'_et_pb_enable_shortcode_tracking',''),(1245,30290,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30290\" /]'),(1246,30290,'_et_pb_custom_css',''),(1247,30290,'_et_pb_gutter_width','3'),(1256,30290,'_et_pb_use_builder','on'),(1249,30290,'_global_colors_info','{}'),(1250,30290,'_et_pb_first_image',''),(1251,30290,'_et_pb_truncate_post',''),(1252,30290,'_et_pb_truncate_post_date',''),(1253,30290,'_et_builder_version','VB|Divi|4.9.2'),(1254,30290,'_et_pb_show_page_creation','off'),(1255,30290,'_edit_last','2'),(1257,30290,'_et_pb_old_content',''),(1258,30314,'_et_pb_use_builder','on'),(1259,30314,'_et_pb_show_page_creation','off'),(1260,30314,'_et_pb_built_for_post_type','page'),(1261,30316,'_et_autogenerated_title','0'),(1262,30316,'_et_default','1'),(1263,30316,'_et_enabled','1'),(1264,30316,'_et_header_layout_id','30314'),(1265,30316,'_et_header_layout_enabled','1'),(1266,30316,'_et_body_layout_id','0'),(1267,30316,'_et_body_layout_enabled','1'),(1268,30316,'_et_footer_layout_id','477'),(1269,30316,'_et_footer_layout_enabled','1'),(1271,30314,'_et_pb_ab_subjects',''),(1272,30314,'_et_pb_enable_shortcode_tracking',''),(1273,30314,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30314\" /]'),(1274,30314,'_et_pb_custom_css',''),(1275,30314,'_et_pb_gutter_width','3'),(1276,30314,'_thumbnail_id','0'),(1277,30314,'_global_colors_info','{}'),(1278,30314,'_et_pb_first_image',''),(1279,30314,'_et_pb_truncate_post',''),(1280,30314,'_et_pb_truncate_post_date',''),(1281,30314,'_et_builder_version','VB|Divi|4.9.2'),(1299,30325,'_et_autogenerated_title','1'),(1286,30316,'_et_theme_builder_marked_as_unused','2021-03-17 13:59:47'),(1288,30324,'_et_pb_use_builder','on'),(1289,30324,'_et_pb_show_page_creation','off'),(1290,30324,'_et_pb_built_for_post_type','page'),(1291,30324,'_et_pb_enable_shortcode_tracking',''),(1292,30324,'_et_pb_custom_css',''),(1293,30324,'_et_pb_gutter_width','3'),(1294,30324,'_et_pb_first_image',''),(1295,30324,'_et_pb_truncate_post',''),(1296,30324,'_et_pb_truncate_post_date',''),(1297,30324,'_et_builder_version','VB|Divi|4.9.2'),(1300,30325,'_et_default','0'),(1301,30325,'_et_enabled','1'),(1302,30325,'_et_header_layout_id','30324'),(1303,30325,'_et_header_layout_enabled','1'),(1304,30325,'_et_body_layout_id','0'),(1305,30325,'_et_body_layout_enabled','1'),(1306,30325,'_et_footer_layout_id','30379'),(1307,30325,'_et_footer_layout_enabled','1'),(1435,30325,'_et_use_on','archive:post_type:post'),(1310,30314,'_et_theme_builder_marked_as_unused','2021-03-17 14:02:04'),(1314,30327,'_wp_attached_file','2021/03/051.jpg'),(1315,30327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:488;s:4:\"file\";s:15:\"2021/03/051.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"051-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"051-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"051-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:15:\"051-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"051-610x229.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"051-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"051-1080x488.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"051-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"051-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"051-1080x405.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"051-400x488.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"051-1280x480.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"051-980x368.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:15:\"051-480x180.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1316,30328,'_wp_attached_file','2021/03/042.jpg'),(1317,30328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1980;s:6:\"height\";i:1064;s:4:\"file\";s:15:\"2021/03/042.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"042-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"042-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"042-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:15:\"042-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"042-1536x825.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"042-610x328.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"042-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"042-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"042-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"042-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"042-1080x580.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"042-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"042-1280x688.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"042-980x527.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:15:\"042-480x258.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1318,30329,'_wp_attached_file','2021/03/011.png'),(1319,30329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:27;s:4:\"file\";s:15:\"2021/03/011.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1320,30329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:223;s:10:\"size_after\";i:223;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:223;s:10:\"size_after\";i:223;s:4:\"time\";d:0.25;}}}'),(1321,30330,'_wp_attached_file','2021/03/021.png'),(1322,30330,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:34;s:6:\"height\";i:27;s:4:\"file\";s:15:\"2021/03/021.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1323,30331,'_wp_attached_file','2021/03/031.png'),(1324,30331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:27;s:6:\"height\";i:27;s:4:\"file\";s:15:\"2021/03/031.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1325,30327,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.54654236934250111090705104288645088672637939453125;s:5:\"bytes\";i:19658;s:11:\"size_before\";i:354419;s:10:\"size_after\";i:334761;s:4:\"time\";d:0.6799999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:230;s:11:\"size_before\";i:5173;s:10:\"size_after\";i:4943;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:39598;s:10:\"size_after\";i:37411;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:165;s:11:\"size_before\";i:3147;s:10:\"size_after\";i:2982;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:23235;s:10:\"size_after\";i:22120;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:680;s:11:\"size_before\";i:15679;s:10:\"size_after\";i:14999;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:491;s:11:\"size_before\";i:10762;s:10:\"size_after\";i:10271;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3563;s:11:\"size_before\";i:56208;s:10:\"size_after\";i:52645;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:527;s:11:\"size_before\";i:11887;s:10:\"size_after\";i:11360;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:966;s:11:\"size_before\";i:18936;s:10:\"size_after\";i:17970;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2581;s:11:\"size_before\";i:44286;s:10:\"size_after\";i:41705;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:18129;s:10:\"size_after\";i:16953;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3566;s:11:\"size_before\";i:60249;s:10:\"size_after\";i:56683;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1999;s:11:\"size_before\";i:36761;s:10:\"size_after\";i:34762;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:412;s:11:\"size_before\";i:10369;s:10:\"size_after\";i:9957;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1326,30331,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:421;s:10:\"size_after\";i:421;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:421;s:10:\"size_after\";i:421;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1327,30330,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.76061776061775532298270263709127902984619140625;s:5:\"bytes\";i:443;s:11:\"size_before\";i:1036;s:10:\"size_after\";i:593;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:443;s:11:\"size_before\";i:1036;s:10:\"size_after\";i:593;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1328,30332,'_wp_attached_file','2021/03/04.png'),(1329,30332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:29;s:6:\"height\";i:25;s:4:\"file\";s:14:\"2021/03/04.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1330,30332,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:553;s:10:\"size_after\";i:553;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:553;s:10:\"size_after\";i:553;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1331,30333,'_wp_attached_file','2021/03/05.png'),(1332,30333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:33;s:6:\"height\";i:25;s:4:\"file\";s:14:\"2021/03/05.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1333,30333,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:509;s:10:\"size_after\";i:509;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:509;s:10:\"size_after\";i:509;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1334,30334,'_wp_attached_file','2021/03/06.png'),(1335,30334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:29;s:6:\"height\";i:30;s:4:\"file\";s:14:\"2021/03/06.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1336,30334,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:807;s:10:\"size_after\";i:807;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:807;s:10:\"size_after\";i:807;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}}}'),(1338,30335,'_wp_attached_file','2021/03/07.png'),(1337,30328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.915075791209488897948176600039005279541015625;s:5:\"bytes\";i:35141;s:11:\"size_before\";i:394175;s:10:\"size_after\";i:359034;s:4:\"time\";d:2.659999999999999698019337301957421004772186279296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:4700;s:10:\"size_after\";i:4383;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3559;s:11:\"size_before\";i:36770;s:10:\"size_after\";i:33211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:250;s:11:\"size_before\";i:3019;s:10:\"size_after\";i:2769;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:22404;s:10:\"size_after\";i:20431;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6487;s:11:\"size_before\";i:69799;s:10:\"size_after\";i:63312;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:15510;s:10:\"size_after\";i:14170;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:676;s:11:\"size_before\";i:9146;s:10:\"size_after\";i:8470;s:4:\"time\";d:1.6100000000000000976996261670137755572795867919921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4338;s:11:\"size_before\";i:48894;s:10:\"size_after\";i:44556;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:785;s:11:\"size_before\";i:10827;s:10:\"size_after\";i:10042;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:17164;s:10:\"size_after\";i:15880;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3816;s:11:\"size_before\";i:40476;s:10:\"size_after\";i:36660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:17383;s:10:\"size_after\";i:16018;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4802;s:11:\"size_before\";i:53441;s:10:\"size_after\";i:48639;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3251;s:11:\"size_before\";i:34341;s:10:\"size_after\";i:31090;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:898;s:11:\"size_before\";i:10301;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1339,30335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:25;s:6:\"height\";i:25;s:4:\"file\";s:14:\"2021/03/07.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1340,30335,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:676;s:10:\"size_after\";i:676;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:676;s:10:\"size_after\";i:676;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1341,30336,'_wp_attached_file','2021/03/08.png'),(1342,30336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:27;s:6:\"height\";i:27;s:4:\"file\";s:14:\"2021/03/08.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1343,30336,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:576;s:10:\"size_after\";i:576;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:576;s:10:\"size_after\";i:576;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1344,30337,'_wp_attached_file','2021/03/032.jpg'),(1345,30337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1980;s:6:\"height\";i:377;s:4:\"file\";s:15:\"2021/03/032.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"032-300x57.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"032-1024x195.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"032-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:15:\"032-768x146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"032-1536x292.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"032-610x116.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"032-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"032-1080x377.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"032-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"032-510x377.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"032-1080x206.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"032-400x377.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"032-1280x244.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"032-980x187.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"032-480x91.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1346,30338,'_wp_attached_file','2021/03/022.jpg'),(1347,30338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1980;s:6:\"height\";i:1112;s:4:\"file\";s:15:\"2021/03/022.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"022-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"022-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"022-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:15:\"022-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"022-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"022-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"022-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"022-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"022-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"022-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"022-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"022-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"022-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"022-980x550.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:15:\"022-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1348,30339,'_wp_attached_file','2021/03/018.jpg'),(1349,30339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1988;s:6:\"height\";i:1075;s:4:\"file\";s:15:\"2021/03/018.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"018-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"018-1024x554.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"018-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:15:\"018-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"018-1536x831.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"018-610x330.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"018-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"018-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"018-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"018-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"018-1080x584.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"018-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"018-1280x692.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"018-980x530.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:15:\"018-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1350,30340,'_wp_attached_file','2021/03/02.png'),(1351,30340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:57;s:4:\"file\";s:14:\"2021/03/02.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1352,30337,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.13276725081564766384190079406835138797760009765625;s:5:\"bytes\";i:23083;s:11:\"size_before\";i:376388;s:10:\"size_after\";i:353305;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:195;s:11:\"size_before\";i:3467;s:10:\"size_after\";i:3272;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:27533;s:10:\"size_after\";i:25823;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:277;s:11:\"size_before\";i:3832;s:10:\"size_after\";i:3555;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:895;s:11:\"size_before\";i:16305;s:10:\"size_after\";i:15410;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3814;s:11:\"size_before\";i:59855;s:10:\"size_after\";i:56041;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:573;s:11:\"size_before\";i:10747;s:10:\"size_after\";i:10174;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:971;s:11:\"size_before\";i:14923;s:10:\"size_after\";i:13952;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3713;s:11:\"size_before\";i:62390;s:10:\"size_after\";i:58677;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:17076;s:10:\"size_after\";i:15949;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:31269;s:10:\"size_after\";i:29422;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:30177;s:10:\"size_after\";i:28329;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:24336;s:10:\"size_after\";i:22791;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2777;s:11:\"size_before\";i:42097;s:10:\"size_after\";i:39320;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:25582;s:10:\"size_after\";i:24063;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:272;s:11:\"size_before\";i:6799;s:10:\"size_after\";i:6527;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1353,30340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1161;s:10:\"size_after\";i:1161;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1161;s:10:\"size_after\";i:1161;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1354,30341,'_wp_attached_file','2021/03/03.png'),(1355,30341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:41;s:6:\"height\";i:64;s:4:\"file\";s:14:\"2021/03/03.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1356,30341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1297;s:10:\"size_after\";i:1297;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1297;s:10:\"size_after\";i:1297;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1357,3905,'_et_pb_built_for_post_type','page'),(1358,3904,'_et_pb_built_for_post_type','page'),(1359,3903,'_et_pb_built_for_post_type','page'),(1360,3902,'_et_pb_built_for_post_type','page'),(1361,3901,'_et_pb_built_for_post_type','page'),(1362,3900,'_et_pb_built_for_post_type','page'),(1363,3899,'_et_pb_built_for_post_type','page'),(1364,3898,'_et_pb_built_for_post_type','page'),(1365,3897,'_et_pb_built_for_post_type','page'),(1366,3896,'_et_pb_built_for_post_type','page'),(1367,30338,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.7326936040007208106317193596623837947845458984375;s:5:\"bytes\";i:24744;s:11:\"size_before\";i:283349;s:10:\"size_after\";i:258605;s:4:\"time\";d:0.979999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:158;s:11:\"size_before\";i:4870;s:10:\"size_after\";i:4712;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2270;s:11:\"size_before\";i:26256;s:10:\"size_after\";i:23986;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:132;s:11:\"size_before\";i:2885;s:10:\"size_after\";i:2753;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:17163;s:10:\"size_after\";i:16075;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6276;s:11:\"size_before\";i:49376;s:10:\"size_after\";i:43100;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:641;s:11:\"size_before\";i:12588;s:10:\"size_after\";i:11947;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:284;s:11:\"size_before\";i:7547;s:10:\"size_after\";i:7263;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3180;s:11:\"size_before\";i:31422;s:10:\"size_after\";i:28242;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:288;s:11:\"size_before\";i:8123;s:10:\"size_after\";i:7835;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:579;s:11:\"size_before\";i:11568;s:10:\"size_after\";i:10989;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:28676;s:10:\"size_after\";i:26017;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:684;s:11:\"size_before\";i:11954;s:10:\"size_after\";i:11270;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:3993;s:11:\"size_before\";i:37139;s:10:\"size_after\";i:33146;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2172;s:11:\"size_before\";i:24916;s:10:\"size_after\";i:22744;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:340;s:11:\"size_before\";i:8866;s:10:\"size_after\";i:8526;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1368,30339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.978893824659930800180518417619168758392333984375;s:5:\"bytes\";i:52470;s:11:\"size_before\";i:477917;s:10:\"size_after\";i:425447;s:4:\"time\";d:3.219999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:500;s:11:\"size_before\";i:5947;s:10:\"size_after\";i:5447;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4956;s:11:\"size_before\";i:45691;s:10:\"size_after\";i:40735;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:281;s:11:\"size_before\";i:3093;s:10:\"size_after\";i:2812;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2375;s:11:\"size_before\";i:25478;s:10:\"size_after\";i:23103;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.75;s:5:\"bytes\";i:11502;s:11:\"size_before\";i:97924;s:10:\"size_after\";i:86422;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:17582;s:10:\"size_after\";i:16069;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:699;s:11:\"size_before\";i:9149;s:10:\"size_after\";i:8450;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6985;s:11:\"size_before\";i:57216;s:10:\"size_after\";i:50231;s:4:\"time\";d:2.399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:785;s:11:\"size_before\";i:10002;s:10:\"size_after\";i:9217;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1458;s:11:\"size_before\";i:15791;s:10:\"size_after\";i:14333;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5521;s:11:\"size_before\";i:49468;s:10:\"size_after\";i:43947;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1875;s:11:\"size_before\";i:17095;s:10:\"size_after\";i:15220;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:8260;s:11:\"size_before\";i:69624;s:10:\"size_after\";i:61364;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4817;s:11:\"size_before\";i:42225;s:10:\"size_after\";i:37408;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:943;s:11:\"size_before\";i:11632;s:10:\"size_after\";i:10689;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1371,30376,'_et_pb_use_builder','on'),(1372,30376,'_et_pb_show_page_creation','on'),(1373,30376,'_et_pb_built_for_post_type','page'),(1374,30377,'_et_pb_use_builder','on'),(1375,30377,'_et_pb_show_page_creation','on'),(1376,30377,'_et_pb_built_for_post_type','page'),(1377,30378,'_et_pb_use_builder','on'),(1378,30378,'_et_pb_show_page_creation','on'),(1379,30378,'_et_pb_built_for_post_type','page'),(1380,30379,'_et_pb_use_builder','on'),(1381,30379,'_et_pb_show_page_creation','off'),(1382,30379,'_et_pb_built_for_post_type','page'),(1383,30381,'_et_autogenerated_title','0'),(1384,30381,'_et_default','1'),(1385,30381,'_et_enabled','1'),(1386,30381,'_et_header_layout_id','0'),(1387,30381,'_et_header_layout_enabled','1'),(1388,30381,'_et_body_layout_id','0'),(1389,30381,'_et_body_layout_enabled','1'),(1390,30381,'_et_footer_layout_id','477'),(1391,30381,'_et_footer_layout_enabled','1'),(1393,30382,'_et_autogenerated_title','1'),(1394,30382,'_et_default','0'),(1395,30382,'_et_enabled','1'),(1396,30382,'_et_header_layout_id','30324'),(1397,30382,'_et_header_layout_enabled','1'),(1398,30382,'_et_body_layout_id','0'),(1399,30382,'_et_body_layout_enabled','1'),(1400,30382,'_et_footer_layout_id','30379'),(1401,30382,'_et_footer_layout_enabled','1'),(1402,30382,'_et_use_on','archive:post_type:post'),(1828,30632,'_menu_item_url',''),(1404,30384,'_wp_attached_file','2021/03/uber-eats.png'),(1405,30384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:29;s:4:\"file\";s:21:\"2021/03/uber-eats.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"uber-eats-150x29.png\";s:5:\"width\";i:150;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1406,30384,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.98069498069497740289079956710338592529296875;s:5:\"bytes\";i:932;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:1140;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:932;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:1140;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1407,30379,'_et_pb_ab_subjects',''),(1408,30379,'_et_pb_enable_shortcode_tracking',''),(1409,30379,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30379\" /]'),(1410,30379,'_et_pb_custom_css',''),(1411,30379,'_et_pb_gutter_width','3'),(1412,30379,'_thumbnail_id','0'),(1413,30379,'_global_colors_info','{}'),(1414,30379,'_et_pb_first_image',''),(1415,30379,'_et_pb_truncate_post',''),(1416,30379,'_et_pb_truncate_post_date',''),(1417,30379,'_et_builder_version','VB|Divi|4.9.2'),(1827,30632,'_menu_item_xfn',''),(1424,30381,'_et_theme_builder_marked_as_unused','2021-03-18 07:25:35'),(1425,30382,'_et_theme_builder_marked_as_unused','2021-03-18 07:25:35'),(1426,30378,'_et_theme_builder_marked_as_unused','2021-03-18 07:25:35'),(1427,30377,'_et_theme_builder_marked_as_unused','2021-03-18 07:25:35'),(1428,30376,'_et_theme_builder_marked_as_unused','2021-03-18 07:25:35'),(1429,477,'_et_theme_builder_marked_as_unused','2021-03-18 07:25:35'),(1430,30324,'_et_pb_ab_subjects',''),(1431,30324,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30324\" /]'),(1432,30324,'_thumbnail_id','0'),(1433,30324,'_global_colors_info','{}'),(1786,107,'_et_template','108'),(1440,319,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1627,316,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1441,321,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1442,309,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1443,317,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1628,322,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1444,324,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1445,308,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1446,299,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1447,320,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1448,329,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1449,326,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1450,325,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1451,327,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1452,481,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1626,313,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1453,328,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1454,318,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1455,312,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1456,298,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1457,314,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1458,315,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1462,30446,'_et_pb_show_page_creation','off'),(1463,30446,'_et_pb_old_content','<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"http://rainmakers.cafe/fumo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->'),(1464,30446,'_et_pb_built_for_post_type','page'),(1465,30446,'_et_pb_ab_subjects',''),(1466,30446,'_et_pb_enable_shortcode_tracking',''),(1467,30446,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30446\" /]'),(1468,30446,'_et_pb_custom_css',''),(1469,30446,'_et_pb_gutter_width','3'),(1479,30446,'_et_pb_post_hide_nav','default'),(1471,30446,'_et_pb_first_image',''),(1472,30446,'_et_pb_truncate_post',''),(1473,30446,'_et_pb_truncate_post_date',''),(1474,30446,'_et_builder_version','VB|Divi|4.9.4'),(1475,30446,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10851,30632,'_wp_old_date','2021-04-19'),(1639,30516,'_wp_attached_file','2021/04/1DEA0241-49C4-46ED-BD66-ED3C2A408D39.jpg'),(1476,30446,'_edit_lock','1619088325:3'),(1477,30446,'_global_colors_info','{}'),(1478,30446,'_edit_last','3'),(1480,30446,'_et_pb_page_layout','et_right_sidebar'),(1481,30446,'_et_pb_side_nav','off'),(1483,2,'_et_pb_page_layout','et_right_sidebar'),(1484,2,'_et_pb_side_nav','off'),(1486,2,'_thumbnail_id','0'),(1576,30466,'_et_pb_show_page_creation','off'),(1577,30466,'_et_pb_built_for_post_type','page'),(1575,30466,'_et_pb_use_builder','on'),(1487,30455,'_menu_item_type','custom'),(1488,30455,'_menu_item_menu_item_parent','0'),(1489,30455,'_menu_item_object_id','30455'),(1490,30455,'_menu_item_object','custom'),(1491,30455,'_menu_item_target',''),(1492,30455,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1493,30455,'_menu_item_xfn',''),(1494,30455,'_menu_item_url','#'),(1496,30458,'_et_pb_use_builder','on'),(1497,30458,'_et_pb_show_page_creation','off'),(1498,30458,'_et_pb_built_for_post_type','page'),(1499,30458,'_et_pb_enable_shortcode_tracking',''),(1500,30458,'_et_pb_custom_css',''),(1501,30458,'_et_pb_gutter_width','3'),(1502,30458,'_et_pb_first_image',''),(1503,30458,'_et_pb_truncate_post',''),(1504,30458,'_et_pb_truncate_post_date',''),(1505,30458,'_et_builder_version','VB|Divi|4.9.4'),(1506,30460,'_et_autogenerated_title','0'),(1507,30460,'_et_default','1'),(1508,30460,'_et_enabled','1'),(1509,30460,'_et_header_layout_id','30324'),(1510,30460,'_et_header_layout_enabled','1'),(1511,30460,'_et_body_layout_id','0'),(1512,30460,'_et_body_layout_enabled','1'),(1513,30460,'_et_footer_layout_id','0'),(1514,30460,'_et_footer_layout_enabled','1'),(1515,30459,'_et_template','30460'),(1516,30461,'_et_autogenerated_title','0'),(1517,30461,'_et_default','0'),(1518,30461,'_et_enabled','1'),(1519,30461,'_et_header_layout_id','30324'),(1520,30461,'_et_header_layout_enabled','1'),(1521,30461,'_et_body_layout_id','0'),(1522,30461,'_et_body_layout_enabled','1'),(1523,30461,'_et_footer_layout_id','30458'),(1524,30461,'_et_footer_layout_enabled','1'),(1525,30461,'_et_exclude_from','singular:post_type:page:all'),(1526,30459,'_et_template','30461'),(1528,30462,'_et_autogenerated_title','0'),(1529,30462,'_et_default','0'),(1530,30462,'_et_enabled','1'),(1531,30462,'_et_header_layout_id','30466'),(1532,30462,'_et_header_layout_enabled','1'),(1533,30462,'_et_body_layout_id','0'),(1534,30462,'_et_body_layout_enabled','1'),(1535,30462,'_et_footer_layout_id','30458'),(1536,30462,'_et_footer_layout_enabled','1'),(1787,30462,'_et_exclude_from','singular:post_type:page:all'),(1788,107,'_et_template','30462'),(1539,30459,'_wp_trash_meta_status','auto-draft'),(1540,30459,'_wp_trash_meta_time','1617183666'),(1541,30459,'_wp_desired_post_slug',''),(1542,30460,'_et_theme_builder_marked_as_unused','2021-03-31 09:41:06'),(1543,30461,'_et_theme_builder_marked_as_unused','2021-03-31 09:41:06'),(1544,30379,'_et_theme_builder_marked_as_unused','2021-03-31 09:41:06'),(1545,30381,'_wp_trash_meta_status','publish'),(1546,30381,'_wp_trash_meta_time','1617183666'),(1547,30381,'_wp_desired_post_slug','default-website-template-3'),(1548,30382,'_wp_trash_meta_status','publish'),(1549,30382,'_wp_trash_meta_time','1617183666'),(1550,30382,'_wp_desired_post_slug','blog-2'),(1551,30378,'_wp_trash_meta_status','publish'),(1552,30378,'_wp_trash_meta_time','1617183666'),(1553,30378,'_wp_desired_post_slug','footer-2'),(1554,30377,'_wp_trash_meta_status','publish'),(1555,30377,'_wp_trash_meta_time','1617183666'),(1556,30377,'_wp_desired_post_slug','footer-10'),(1557,30376,'_wp_trash_meta_status','publish'),(1558,30376,'_wp_trash_meta_time','1617183666'),(1559,30376,'_wp_desired_post_slug','footer-1'),(1560,30325,'_wp_trash_meta_status','publish'),(1561,30325,'_wp_trash_meta_time','1617183666'),(1562,30325,'_wp_desired_post_slug','blog'),(1563,30316,'_wp_trash_meta_status','publish'),(1564,30316,'_wp_trash_meta_time','1617183666'),(1565,30316,'_wp_desired_post_slug','default-website-template'),(1566,30314,'_wp_trash_meta_status','publish'),(1567,30314,'_wp_trash_meta_time','1617183666'),(1568,30314,'_wp_desired_post_slug','header-layout-05'),(1569,477,'_wp_trash_meta_status','publish'),(1570,477,'_wp_trash_meta_time','1617183666'),(1571,477,'_wp_desired_post_slug','theme-builder-layout-2'),(1572,101,'_wp_trash_meta_status','publish'),(1573,101,'_wp_trash_meta_time','1617183666'),(1574,101,'_wp_desired_post_slug','theme-builder-layout'),(1579,30466,'_et_pb_custom_css',''),(1580,30466,'_et_pb_gutter_width','3'),(1581,30466,'_et_pb_first_image',''),(1582,30466,'_et_pb_truncate_post',''),(1583,30466,'_et_pb_truncate_post_date',''),(1584,30466,'_et_builder_version','VB|Divi|4.9.4'),(1585,30468,'_et_autogenerated_title','0'),(1586,30468,'_et_default','1'),(1587,30468,'_et_enabled','1'),(1588,30468,'_et_header_layout_id','30466'),(1589,30468,'_et_header_layout_enabled','1'),(1590,30468,'_et_body_layout_id','0'),(1591,30468,'_et_body_layout_enabled','1'),(1592,30468,'_et_footer_layout_id','30458'),(1593,30468,'_et_footer_layout_enabled','1'),(1595,30469,'_et_autogenerated_title','0'),(1596,30469,'_et_default','0'),(1597,30469,'_et_enabled','1'),(1598,30469,'_et_header_layout_id','30466'),(1599,30469,'_et_header_layout_enabled','1'),(1600,30469,'_et_body_layout_id','0'),(1601,30469,'_et_body_layout_enabled','1'),(1602,30469,'_et_footer_layout_id','30458'),(1603,30469,'_et_footer_layout_enabled','1'),(1611,30469,'_et_exclude_from','singular:post_type:page:all'),(1606,30466,'_et_pb_ab_subjects',''),(1607,30466,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30466\" /]'),(1608,30466,'_thumbnail_id','0'),(1609,30466,'_global_colors_info','{}'),(1610,30467,'_et_template','30468'),(1612,30467,'_et_template','30469'),(1616,30467,'_wp_trash_meta_status','auto-draft'),(1617,30467,'_wp_trash_meta_time','1617183983'),(1618,30467,'_wp_desired_post_slug',''),(1619,30468,'_et_theme_builder_marked_as_unused','2021-03-31 09:46:23'),(1620,30469,'_et_theme_builder_marked_as_unused','2021-03-31 09:46:23'),(1621,30324,'_et_theme_builder_marked_as_unused','2021-03-31 09:46:23'),(1622,30458,'_et_pb_ab_subjects',''),(1623,30458,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30458\" /]'),(1624,30458,'_thumbnail_id','0'),(1625,30458,'_global_colors_info','{}'),(1635,30499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.779015477515193399682402741746045649051666259765625;s:5:\"bytes\";i:38851;s:11:\"size_before\";i:1028072;s:10:\"size_after\";i:989221;s:4:\"time\";d:1.2100000000000001865174681370262987911701202392578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:485;s:11:\"size_before\";i:13726;s:10:\"size_after\";i:13241;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4096;s:11:\"size_before\";i:103224;s:10:\"size_after\";i:99128;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:298;s:11:\"size_before\";i:6162;s:10:\"size_after\";i:5864;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2578;s:11:\"size_before\";i:63176;s:10:\"size_after\";i:60598;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7074;s:11:\"size_before\";i:201785;s:10:\"size_after\";i:194711;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:43280;s:10:\"size_after\";i:41541;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:733;s:11:\"size_before\";i:19924;s:10:\"size_after\";i:19191;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3890;s:11:\"size_before\";i:104496;s:10:\"size_after\";i:100606;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:735;s:11:\"size_before\";i:20923;s:10:\"size_after\";i:20188;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1085;s:11:\"size_before\";i:31745;s:10:\"size_after\";i:30660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4500;s:11:\"size_before\";i:112088;s:10:\"size_after\";i:107588;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1331;s:11:\"size_before\";i:35202;s:10:\"size_after\";i:33871;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:5361;s:11:\"size_before\";i:148371;s:10:\"size_after\";i:143010;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3923;s:11:\"size_before\";i:95392;s:10:\"size_after\";i:91469;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:28578;s:10:\"size_after\";i:27555;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1636,30502,'_wp_attached_file','2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg'),(1637,30502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-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:49:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-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:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-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:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-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:50:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"BF3EDF10-37D9-447C-BA06-A1633AD372CD-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 11 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573998185\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0037878787878788\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1638,30502,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.82609011024674838807868582080118358135223388671875;s:5:\"bytes\";i:64538;s:11:\"size_before\";i:1337273;s:10:\"size_after\";i:1272735;s:4:\"time\";d:1.7600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:724;s:11:\"size_before\";i:15403;s:10:\"size_after\";i:14679;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:6422;s:11:\"size_before\";i:136791;s:10:\"size_after\";i:130369;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:410;s:11:\"size_before\";i:6456;s:10:\"size_after\";i:6046;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4251;s:11:\"size_before\";i:83457;s:10:\"size_after\";i:79206;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:12305;s:11:\"size_before\";i:260833;s:10:\"size_after\";i:248528;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2836;s:11:\"size_before\";i:56086;s:10:\"size_after\";i:53250;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:24076;s:10:\"size_after\";i:22811;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:6802;s:11:\"size_before\";i:137552;s:10:\"size_after\";i:130750;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:25328;s:10:\"size_after\";i:24057;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2043;s:11:\"size_before\";i:40461;s:10:\"size_after\";i:38418;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6909;s:11:\"size_before\";i:147859;s:10:\"size_after\";i:140950;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2461;s:11:\"size_before\";i:46287;s:10:\"size_after\";i:43826;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9061;s:11:\"size_before\";i:194532;s:10:\"size_after\";i:185471;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5876;s:11:\"size_before\";i:125969;s:10:\"size_after\";i:120093;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1902;s:11:\"size_before\";i:36183;s:10:\"size_after\";i:34281;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(1640,30516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/1DEA0241-49C4-46ED-BD66-ED3C2A408D39.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-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:49:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-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:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-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:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-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:50:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"1DEA0241-49C4-46ED-BD66-ED3C2A408D39-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 11 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1596805896\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1641,30516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.20849594287215467147689196281135082244873046875;s:5:\"bytes\";i:61834;s:11:\"size_before\";i:1469266;s:10:\"size_after\";i:1407432;s:4:\"time\";d:2.060000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:21123;s:10:\"size_after\";i:19978;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:6159;s:11:\"size_before\";i:148644;s:10:\"size_after\";i:142485;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:563;s:11:\"size_before\";i:8489;s:10:\"size_after\";i:7926;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4286;s:11:\"size_before\";i:94777;s:10:\"size_after\";i:90491;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10206;s:11:\"size_before\";i:274961;s:10:\"size_after\";i:264755;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:66722;s:10:\"size_after\";i:63627;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:29105;s:10:\"size_after\";i:27700;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5799;s:11:\"size_before\";i:140846;s:10:\"size_after\";i:135047;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:32281;s:10:\"size_after\";i:30645;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:49782;s:10:\"size_after\";i:47344;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6544;s:11:\"size_before\";i:160556;s:10:\"size_after\";i:154012;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2649;s:11:\"size_before\";i:51368;s:10:\"size_after\";i:48719;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:7907;s:11:\"size_before\";i:207294;s:10:\"size_after\";i:199387;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:5796;s:11:\"size_before\";i:138319;s:10:\"size_after\";i:132523;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:44999;s:10:\"size_after\";i:42793;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1642,30517,'_wp_attached_file','2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6.jpg'),(1643,30517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1537;s:4:\"file\";s:48:\"2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-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:49:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-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:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-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:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-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:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567281489\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.020833333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1644,30517,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.14415862283619151895663890172727406024932861328125;s:5:\"bytes\";i:125549;s:11:\"size_before\";i:2043388;s:10:\"size_after\";i:1917839;s:4:\"time\";d:1.5700000000000005062616992290713824331760406494140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1918;s:11:\"size_before\";i:24703;s:10:\"size_after\";i:22785;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12507;s:11:\"size_before\";i:204927;s:10:\"size_after\";i:192420;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:909;s:11:\"size_before\";i:10100;s:10:\"size_after\";i:9191;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:8245;s:11:\"size_before\";i:124456;s:10:\"size_after\";i:116211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:22224;s:11:\"size_before\";i:413267;s:10:\"size_after\";i:391043;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5521;s:11:\"size_before\";i:83345;s:10:\"size_after\";i:77824;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:35639;s:10:\"size_after\";i:32830;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:12903;s:11:\"size_before\";i:205311;s:10:\"size_after\";i:192408;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:38502;s:10:\"size_after\";i:35638;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:4352;s:11:\"size_before\";i:60502;s:10:\"size_after\";i:56150;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:13703;s:11:\"size_before\";i:227710;s:10:\"size_after\";i:214007;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4657;s:11:\"size_before\";i:64997;s:10:\"size_after\";i:60340;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:17290;s:11:\"size_before\";i:303817;s:10:\"size_after\";i:286527;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:11784;s:11:\"size_before\";i:191796;s:10:\"size_after\";i:180012;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3863;s:11:\"size_before\";i:54316;s:10:\"size_after\";i:50453;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(1645,30519,'_wp_attached_file','2021/04/61C83A53-2D56-4CE7-9118-5FD758811721.jpg'),(1646,30519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2021/04/61C83A53-2D56-4CE7-9118-5FD758811721.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"61C83A53-2D56-4CE7-9118-5FD758811721-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-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:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"61C83A53-2D56-4CE7-9118-5FD758811721-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"61C83A53-2D56-4CE7-9118-5FD758811721-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1647,30520,'_wp_attached_file','2021/04/FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3.jpg'),(1648,30520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:48:\"2021/04/FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-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:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:50:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1649,30521,'_wp_attached_file','2021/04/ED89ED78-B951-456E-80F1-E387E7F33038.jpg'),(1650,30521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:48:\"2021/04/ED89ED78-B951-456E-80F1-E387E7F33038.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-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:49:\"ED89ED78-B951-456E-80F1-E387E7F33038-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:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-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:49:\"ED89ED78-B951-456E-80F1-E387E7F33038-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-610x813.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"ED89ED78-B951-456E-80F1-E387E7F33038-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1651,30522,'_wp_attached_file','2021/04/0398FEFE-7A5D-40BA-8A3B-28CF48CADF55.jpg'),(1652,30522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1017;s:4:\"file\";s:48:\"2021/04/0398FEFE-7A5D-40BA-8A3B-28CF48CADF55.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-1024x926.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:926;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-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:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-768x694.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-610x551.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-1080x976.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:976;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-980x886.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:886;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"0398FEFE-7A5D-40BA-8A3B-28CF48CADF55-480x434.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1653,30519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.080766630504850667193750268779695034027099609375;s:5:\"bytes\";i:77351;s:11:\"size_before\";i:1272060;s:10:\"size_after\";i:1194709;s:4:\"time\";d:1.6699999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2294;s:11:\"size_before\";i:31498;s:10:\"size_after\";i:29204;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:13528;s:11:\"size_before\";i:247755;s:10:\"size_after\";i:234227;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:811;s:11:\"size_before\";i:9804;s:10:\"size_after\";i:8993;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9441;s:11:\"size_before\";i:155285;s:10:\"size_after\";i:145844;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6658;s:11:\"size_before\";i:106664;s:10:\"size_after\";i:100006;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:35683;s:10:\"size_after\";i:32955;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12714;s:11:\"size_before\";i:217422;s:10:\"size_after\";i:204708;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2917;s:11:\"size_before\";i:39264;s:10:\"size_after\";i:36347;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4318;s:11:\"size_before\";i:62361;s:10:\"size_after\";i:58043;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:4283;s:11:\"size_before\";i:63190;s:10:\"size_after\";i:58907;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13052;s:11:\"size_before\";i:233311;s:10:\"size_after\";i:220259;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4607;s:11:\"size_before\";i:69823;s:10:\"size_after\";i:65216;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(1654,30523,'_wp_attached_file','2021/04/BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B.jpg'),(1655,30523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1112;s:4:\"file\";s:48:\"2021/04/BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-1024x1012.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1012;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-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:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-768x759.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-610x603.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-1080x1068.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-980x969.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:969;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B-480x474.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1656,30521,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.749889340805264481559788691811263561248779296875;s:5:\"bytes\";i:45499;s:11:\"size_before\";i:957896;s:10:\"size_after\";i:912397;s:4:\"time\";d:1.1300000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1838;s:11:\"size_before\";i:24463;s:10:\"size_after\";i:22625;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:9637;s:11:\"size_before\";i:185855;s:10:\"size_after\";i:176218;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:796;s:11:\"size_before\";i:9599;s:10:\"size_after\";i:8803;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:176218;s:10:\"size_after\";i:176218;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7494;s:11:\"size_before\";i:131307;s:10:\"size_after\";i:123813;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:31323;s:10:\"size_after\";i:29154;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7260;s:11:\"size_before\";i:151574;s:10:\"size_after\";i:144314;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:35626;s:10:\"size_after\";i:33088;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3569;s:11:\"size_before\";i:56212;s:10:\"size_after\";i:52643;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4230;s:11:\"size_before\";i:63433;s:10:\"size_after\";i:59203;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:5968;s:11:\"size_before\";i:92286;s:10:\"size_after\";i:86318;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(1657,30524,'_wp_attached_file','2021/04/E84A11AD-5ED7-4408-B18E-6834B64F0310.jpg'),(1658,30524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/E84A11AD-5ED7-4408-B18E-6834B64F0310.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-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:49:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-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:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-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:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-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:50:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"E84A11AD-5ED7-4408-B18E-6834B64F0310-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 11 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1594065293\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1659,30520,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.749129217563176297289828653447329998016357421875;s:5:\"bytes\";i:100932;s:11:\"size_before\";i:1755605;s:10:\"size_after\";i:1654673;s:4:\"time\";d:1.5200000000000002398081733190338127315044403076171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1714;s:11:\"size_before\";i:27963;s:10:\"size_after\";i:26249;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:12995;s:11:\"size_before\";i:230978;s:10:\"size_after\";i:217983;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:563;s:11:\"size_before\";i:8215;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:8137;s:11:\"size_before\";i:142254;s:10:\"size_after\";i:134117;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5699;s:11:\"size_before\";i:97762;s:10:\"size_after\";i:92063;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2360;s:11:\"size_before\";i:34846;s:10:\"size_after\";i:32486;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:11484;s:11:\"size_before\";i:190597;s:10:\"size_after\";i:179113;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2593;s:11:\"size_before\";i:38619;s:10:\"size_after\";i:36026;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3840;s:11:\"size_before\";i:61256;s:10:\"size_after\";i:57416;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:14547;s:11:\"size_before\";i:256024;s:10:\"size_after\";i:241477;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3518;s:11:\"size_before\";i:57774;s:10:\"size_after\";i:54256;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:17143;s:11:\"size_before\";i:328016;s:10:\"size_after\";i:310873;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12274;s:11:\"size_before\";i:216338;s:10:\"size_after\";i:204064;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4065;s:11:\"size_before\";i:64963;s:10:\"size_after\";i:60898;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1660,30522,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.22552887493000906005136130261234939098358154296875;s:5:\"bytes\";i:39393;s:11:\"size_before\";i:932262;s:10:\"size_after\";i:892869;s:4:\"time\";d:1.3900000000000003463895836830488406121730804443359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1320;s:11:\"size_before\";i:23822;s:10:\"size_after\";i:22502;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:5388;s:11:\"size_before\";i:140986;s:10:\"size_after\";i:135598;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:535;s:11:\"size_before\";i:8518;s:10:\"size_after\";i:7983;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:94610;s:10:\"size_after\";i:90517;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:68521;s:10:\"size_after\";i:65369;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1668;s:11:\"size_before\";i:29097;s:10:\"size_after\";i:27429;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4342;s:11:\"size_before\";i:115151;s:10:\"size_after\";i:110809;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1819;s:11:\"size_before\";i:31910;s:10:\"size_after\";i:30091;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2551;s:11:\"size_before\";i:47370;s:10:\"size_after\";i:44819;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:4955;s:11:\"size_before\";i:147240;s:10:\"size_after\";i:142285;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:43252;s:10:\"size_after\";i:41244;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5102;s:11:\"size_before\";i:133338;s:10:\"size_after\";i:128236;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2460;s:11:\"size_before\";i:48447;s:10:\"size_after\";i:45987;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1661,30525,'_wp_attached_file','2021/04/CD5F060D-60D0-4C7E-B3A8-0801C09F9D47.jpg'),(1662,30525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/CD5F060D-60D0-4C7E-B3A8-0801C09F9D47.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-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:49:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-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:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-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:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-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:50:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"CD5F060D-60D0-4C7E-B3A8-0801C09F9D47-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 11 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1580150755\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1663,30523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.00301760228240421923828762373887002468109130859375;s:5:\"bytes\";i:62919;s:11:\"size_before\";i:1257621;s:10:\"size_after\";i:1194702;s:4:\"time\";d:1.5800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:2049;s:11:\"size_before\";i:29289;s:10:\"size_after\";i:27240;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:8780;s:11:\"size_before\";i:200498;s:10:\"size_after\";i:191718;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:768;s:11:\"size_before\";i:9458;s:10:\"size_after\";i:8690;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6663;s:11:\"size_before\";i:131000;s:10:\"size_after\";i:124337;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:5133;s:11:\"size_before\";i:92848;s:10:\"size_after\";i:87715;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:32565;s:10:\"size_after\";i:30207;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6638;s:11:\"size_before\";i:147936;s:10:\"size_after\";i:141298;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:35789;s:10:\"size_after\";i:33251;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3592;s:11:\"size_before\";i:55345;s:10:\"size_after\";i:51753;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8774;s:11:\"size_before\";i:215096;s:10:\"size_after\";i:206322;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3383;s:11:\"size_before\";i:55912;s:10:\"size_after\";i:52529;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:8385;s:11:\"size_before\";i:188907;s:10:\"size_after\";i:180522;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3858;s:11:\"size_before\";i:62978;s:10:\"size_after\";i:59120;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1664,30526,'_wp_attached_file','2021/04/DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F.jpg'),(1665,30526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-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:49:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-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:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-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:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-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:50:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 11 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571753696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0081967213114754\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1666,30527,'_wp_attached_file','2021/04/6756C8A0-8B89-4466-AE4F-5E03E0F83E2A.jpg'),(1667,30527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1537;s:4:\"file\";s:48:\"2021/04/6756C8A0-8B89-4466-AE4F-5E03E0F83E2A.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-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:49:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-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:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-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:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-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:50:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"6756C8A0-8B89-4466-AE4F-5E03E0F83E2A-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567353681\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1668,30524,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1630199544050636717429370037280023097991943359375;s:5:\"bytes\";i:102404;s:11:\"size_before\";i:1661588;s:10:\"size_after\";i:1559184;s:4:\"time\";d:1.79000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:26392;s:10:\"size_after\";i:24154;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9909;s:11:\"size_before\";i:167812;s:10:\"size_after\";i:157903;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:968;s:11:\"size_before\";i:10335;s:10:\"size_after\";i:9367;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:7282;s:11:\"size_before\";i:109710;s:10:\"size_after\";i:102428;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15548;s:11:\"size_before\";i:300041;s:10:\"size_after\";i:284493;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:5543;s:11:\"size_before\";i:78847;s:10:\"size_after\";i:73304;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2933;s:11:\"size_before\";i:35266;s:10:\"size_after\";i:32333;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9242;s:11:\"size_before\";i:156611;s:10:\"size_after\";i:147369;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3272;s:11:\"size_before\";i:39307;s:10:\"size_after\";i:36035;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:4594;s:11:\"size_before\";i:59777;s:10:\"size_after\";i:55183;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10427;s:11:\"size_before\";i:180961;s:10:\"size_after\";i:170534;s:4:\"time\";d:0.25;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3780;s:11:\"size_before\";i:54572;s:10:\"size_after\";i:50792;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:12680;s:11:\"size_before\";i:230295;s:10:\"size_after\";i:217615;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:9847;s:11:\"size_before\";i:157509;s:10:\"size_after\";i:147662;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4141;s:11:\"size_before\";i:54153;s:10:\"size_after\";i:50012;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1669,30525,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.440883691813059641617655870504677295684814453125;s:5:\"bytes\";i:35617;s:11:\"size_before\";i:1035112;s:10:\"size_after\";i:999495;s:4:\"time\";d:1.7300000000000002042810365310288034379482269287109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:892;s:11:\"size_before\";i:16837;s:10:\"size_after\";i:15945;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3249;s:11:\"size_before\";i:103663;s:10:\"size_after\";i:100414;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7178;s:10:\"size_after\";i:6694;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:66838;s:10:\"size_after\";i:64393;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5877;s:11:\"size_before\";i:191121;s:10:\"size_after\";i:185244;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:47821;s:10:\"size_after\";i:45964;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:22741;s:10:\"size_after\";i:21589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3021;s:11:\"size_before\";i:98140;s:10:\"size_after\";i:95119;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:24570;s:10:\"size_after\";i:23349;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:36466;s:10:\"size_after\";i:34895;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3602;s:11:\"size_before\";i:112037;s:10:\"size_after\";i:108435;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:33087;s:10:\"size_after\";i:31906;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4466;s:11:\"size_before\";i:144689;s:10:\"size_after\";i:140223;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:3147;s:11:\"size_before\";i:96779;s:10:\"size_after\";i:93632;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1452;s:11:\"size_before\";i:33145;s:10:\"size_after\";i:31693;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(1670,30528,'_wp_attached_file','2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1.jpg'),(1671,30528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1537;s:4:\"file\";s:50:\"2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-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:51:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-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:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-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:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-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:52:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:51:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:51:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:51:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:50:\"3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567281489\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.020833333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1672,30529,'_wp_attached_file','2021/04/25DF0078-F071-4F49-8BDF-037687E0AB82.jpg'),(1673,30529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/25DF0078-F071-4F49-8BDF-037687E0AB82.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-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:49:\"25DF0078-F071-4F49-8BDF-037687E0AB82-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:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-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:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-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:50:\"25DF0078-F071-4F49-8BDF-037687E0AB82-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"25DF0078-F071-4F49-8BDF-037687E0AB82-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"25DF0078-F071-4F49-8BDF-037687E0AB82-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"25DF0078-F071-4F49-8BDF-037687E0AB82-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"25DF0078-F071-4F49-8BDF-037687E0AB82-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558876099\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1674,30526,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.42717917265937455084667817573063075542449951171875;s:5:\"bytes\";i:172324;s:11:\"size_before\";i:2320181;s:10:\"size_after\";i:2147857;s:4:\"time\";d:2.739999999999999769073610877967439591884613037109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2432;s:11:\"size_before\";i:28947;s:10:\"size_after\";i:26515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:18445;s:11:\"size_before\";i:244994;s:10:\"size_after\";i:226549;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:877;s:11:\"size_before\";i:10090;s:10:\"size_after\";i:9213;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:12026;s:11:\"size_before\";i:151187;s:10:\"size_after\";i:139161;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:30976;s:11:\"size_before\";i:451416;s:10:\"size_after\";i:420440;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8433;s:11:\"size_before\";i:103565;s:10:\"size_after\";i:95132;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3264;s:11:\"size_before\";i:39105;s:10:\"size_after\";i:35841;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:14766;s:11:\"size_before\";i:209806;s:10:\"size_after\";i:195040;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3871;s:11:\"size_before\";i:45413;s:10:\"size_after\";i:41542;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6399;s:11:\"size_before\";i:75219;s:10:\"size_after\";i:68820;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:19374;s:11:\"size_before\";i:263774;s:10:\"size_after\";i:244400;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4471;s:11:\"size_before\";i:62351;s:10:\"size_after\";i:57880;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:24405;s:11:\"size_before\";i:341730;s:10:\"size_after\";i:317325;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:16927;s:11:\"size_before\";i:225470;s:10:\"size_after\";i:208543;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5658;s:11:\"size_before\";i:67114;s:10:\"size_after\";i:61456;s:4:\"time\";d:0.25;}}}'),(1675,30530,'_wp_attached_file','2021/04/640A6EFC-B852-4AA2-8E08-CA34B094EE6E.jpg'),(1676,30530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/640A6EFC-B852-4AA2-8E08-CA34B094EE6E.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-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:49:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-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:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-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:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-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:50:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"640A6EFC-B852-4AA2-8E08-CA34B094EE6E-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558618979\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1677,30527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3605528618566840037829024367965757846832275390625;s:5:\"bytes\";i:59230;s:11:\"size_before\";i:1358314;s:10:\"size_after\";i:1299084;s:4:\"time\";d:3.529999999999999804600747665972448885440826416015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:19841;s:10:\"size_after\";i:18522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5766;s:11:\"size_before\";i:136308;s:10:\"size_after\";i:130542;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:629;s:11:\"size_before\";i:8327;s:10:\"size_after\";i:7698;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:85885;s:10:\"size_after\";i:81804;s:4:\"time\";d:0.25;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:9288;s:11:\"size_before\";i:260775;s:10:\"size_after\";i:251487;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3162;s:11:\"size_before\";i:60401;s:10:\"size_after\";i:57239;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:26592;s:10:\"size_after\";i:25002;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5017;s:11:\"size_before\";i:127028;s:10:\"size_after\";i:122011;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:29668;s:10:\"size_after\";i:27821;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2567;s:11:\"size_before\";i:45172;s:10:\"size_after\";i:42605;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6120;s:11:\"size_before\";i:149245;s:10:\"size_after\";i:143125;s:4:\"time\";d:0.25;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:45721;s:10:\"size_after\";i:43122;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:7498;s:11:\"size_before\";i:194869;s:10:\"size_after\";i:187371;s:4:\"time\";d:0.75;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5404;s:11:\"size_before\";i:127647;s:10:\"size_after\";i:122243;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:40835;s:10:\"size_after\";i:38492;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1678,30531,'_wp_attached_file','2021/04/6EB4BE47-949C-4506-A1DC-2E990241863A.jpg'),(1679,30531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:2049;s:4:\"file\";s:48:\"2021/04/6EB4BE47-949C-4506-A1DC-2E990241863A.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"6EB4BE47-949C-4506-A1DC-2E990241863A-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-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:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"6EB4BE47-949C-4506-A1DC-2E990241863A-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"6EB4BE47-949C-4506-A1DC-2E990241863A-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"6EB4BE47-949C-4506-A1DC-2E990241863A-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:50:\"6EB4BE47-949C-4506-A1DC-2E990241863A-2049x1800.jpg\";s:5:\"width\";i:2049;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:50:\"6EB4BE47-949C-4506-A1DC-2E990241863A-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"6EB4BE47-949C-4506-A1DC-2E990241863A-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557526434\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1680,30528,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.14415862283619151895663890172727406024932861328125;s:5:\"bytes\";i:125549;s:11:\"size_before\";i:2043388;s:10:\"size_after\";i:1917839;s:4:\"time\";d:2.42999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1918;s:11:\"size_before\";i:24703;s:10:\"size_after\";i:22785;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12507;s:11:\"size_before\";i:204927;s:10:\"size_after\";i:192420;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:909;s:11:\"size_before\";i:10100;s:10:\"size_after\";i:9191;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:8245;s:11:\"size_before\";i:124456;s:10:\"size_after\";i:116211;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:22224;s:11:\"size_before\";i:413267;s:10:\"size_after\";i:391043;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5521;s:11:\"size_before\";i:83345;s:10:\"size_after\";i:77824;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:35639;s:10:\"size_after\";i:32830;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:12903;s:11:\"size_before\";i:205311;s:10:\"size_after\";i:192408;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:38502;s:10:\"size_after\";i:35638;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:4352;s:11:\"size_before\";i:60502;s:10:\"size_after\";i:56150;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:13703;s:11:\"size_before\";i:227710;s:10:\"size_after\";i:214007;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4657;s:11:\"size_before\";i:64997;s:10:\"size_after\";i:60340;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:17290;s:11:\"size_before\";i:303817;s:10:\"size_after\";i:286527;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:11784;s:11:\"size_before\";i:191796;s:10:\"size_after\";i:180012;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3863;s:11:\"size_before\";i:54316;s:10:\"size_after\";i:50453;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(1681,30532,'_wp_attached_file','2021/04/2A919443-281B-4E21-81EC-A511121BB4C1.jpg'),(1682,30532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/2A919443-281B-4E21-81EC-A511121BB4C1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-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:49:\"2A919443-281B-4E21-81EC-A511121BB4C1-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:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-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:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-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:50:\"2A919443-281B-4E21-81EC-A511121BB4C1-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"2A919443-281B-4E21-81EC-A511121BB4C1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"2A919443-281B-4E21-81EC-A511121BB4C1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"2A919443-281B-4E21-81EC-A511121BB4C1-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"2A919443-281B-4E21-81EC-A511121BB4C1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557520592\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1683,30529,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0642750919193115777261482435278594493865966796875;s:5:\"bytes\";i:83262;s:11:\"size_before\";i:1644105;s:10:\"size_after\";i:1560843;s:4:\"time\";d:3.1500000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:21842;s:10:\"size_after\";i:20396;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8462;s:11:\"size_before\";i:168587;s:10:\"size_after\";i:160125;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:630;s:11:\"size_before\";i:8696;s:10:\"size_after\";i:8066;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5684;s:11:\"size_before\";i:103631;s:10:\"size_after\";i:97947;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:14026;s:11:\"size_before\";i:320504;s:10:\"size_after\";i:306478;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3968;s:11:\"size_before\";i:70840;s:10:\"size_after\";i:66872;s:4:\"time\";d:0.25;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2019;s:11:\"size_before\";i:30160;s:10:\"size_after\";i:28141;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8180;s:11:\"size_before\";i:158576;s:10:\"size_after\";i:150396;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:33566;s:10:\"size_after\";i:31375;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:52206;s:10:\"size_after\";i:49111;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8803;s:11:\"size_before\";i:181935;s:10:\"size_after\";i:173132;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3003;s:11:\"size_before\";i:51833;s:10:\"size_after\";i:48830;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11169;s:11:\"size_before\";i:239530;s:10:\"size_after\";i:228361;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7774;s:11:\"size_before\";i:155206;s:10:\"size_after\";i:147432;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2812;s:11:\"size_before\";i:46993;s:10:\"size_after\";i:44181;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(1684,30530,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.70444210568120890769705511047504842281341552734375;s:5:\"bytes\";i:46638;s:11:\"size_before\";i:1258975;s:10:\"size_after\";i:1212337;s:4:\"time\";d:1.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:959;s:11:\"size_before\";i:17818;s:10:\"size_after\";i:16859;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4312;s:11:\"size_before\";i:127414;s:10:\"size_after\";i:123102;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:524;s:11:\"size_before\";i:7586;s:10:\"size_after\";i:7062;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3041;s:11:\"size_before\";i:79063;s:10:\"size_after\";i:76022;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8425;s:11:\"size_before\";i:243707;s:10:\"size_after\";i:235282;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:55109;s:10:\"size_after\";i:52891;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:24252;s:10:\"size_after\";i:23024;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4527;s:11:\"size_before\";i:121339;s:10:\"size_after\";i:116812;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:26538;s:10:\"size_after\";i:25195;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1853;s:11:\"size_before\";i:40952;s:10:\"size_after\";i:39099;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4596;s:11:\"size_before\";i:137625;s:10:\"size_after\";i:133029;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:42113;s:10:\"size_after\";i:40342;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:6048;s:11:\"size_before\";i:180776;s:10:\"size_after\";i:174728;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4128;s:11:\"size_before\";i:117732;s:10:\"size_after\";i:113604;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:36951;s:10:\"size_after\";i:35286;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1685,30533,'_wp_attached_file','2021/04/F042FC22-DACF-49D4-AAC1-2CDD87EE8E90.jpg'),(1686,30533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/F042FC22-DACF-49D4-AAC1-2CDD87EE8E90.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-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:49:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-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:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-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:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-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:50:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"F042FC22-DACF-49D4-AAC1-2CDD87EE8E90-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553527955\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1687,30534,'_wp_attached_file','2021/04/E86C4792-AE73-4A8A-AF26-93648D6F6FB4.jpg'),(1688,30534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2021/04/E86C4792-AE73-4A8A-AF26-93648D6F6FB4.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-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:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"E86C4792-AE73-4A8A-AF26-93648D6F6FB4-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549561196\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.014925373134328\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1689,30535,'_wp_attached_file','2021/04/195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5.jpg'),(1690,30535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:2049;s:4:\"file\";s:48:\"2021/04/195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-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:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:50:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-2049x1800.jpg\";s:5:\"width\";i:2049;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:50:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547317667\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.011904761904762\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1691,30531,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.50439190514315423996549725416116416454315185546875;s:5:\"bytes\";i:225526;s:11:\"size_before\";i:3467288;s:10:\"size_after\";i:3241762;s:4:\"time\";d:3.069999999999999840127884453977458178997039794921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2796;s:11:\"size_before\";i:33807;s:10:\"size_after\";i:31011;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:17363;s:11:\"size_before\";i:270654;s:10:\"size_after\";i:253291;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:906;s:11:\"size_before\";i:10303;s:10:\"size_after\";i:9397;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:11271;s:11:\"size_before\";i:166861;s:10:\"size_after\";i:155590;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:32661;s:11:\"size_before\";i:536237;s:10:\"size_after\";i:503576;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7902;s:11:\"size_before\";i:114195;s:10:\"size_after\";i:106293;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2959;s:11:\"size_before\";i:37281;s:10:\"size_after\";i:34322;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:13986;s:11:\"size_before\";i:210473;s:10:\"size_after\";i:196487;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:42012;s:10:\"size_after\";i:38648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5255;s:11:\"size_before\";i:67469;s:10:\"size_after\";i:62214;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:18909;s:11:\"size_before\";i:297647;s:10:\"size_after\";i:278738;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4981;s:11:\"size_before\";i:66776;s:10:\"size_after\";i:61795;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:37:\"et-pb-post-main-image-fullwidth-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:56884;s:11:\"size_before\";i:890039;s:10:\"size_after\";i:833155;s:4:\"time\";d:0.25;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:24566;s:11:\"size_before\";i:395125;s:10:\"size_after\";i:370559;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:16216;s:11:\"size_before\";i:253942;s:10:\"size_after\";i:237726;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5507;s:11:\"size_before\";i:74467;s:10:\"size_after\";i:68960;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(1692,30532,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.694532241942891204189436393789947032928466796875;s:5:\"bytes\";i:69511;s:11:\"size_before\";i:1480680;s:10:\"size_after\";i:1411169;s:4:\"time\";d:4.12999999999999989341858963598497211933135986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1338;s:11:\"size_before\";i:20841;s:10:\"size_after\";i:19503;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6898;s:11:\"size_before\";i:150595;s:10:\"size_after\";i:143697;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:559;s:11:\"size_before\";i:8106;s:10:\"size_after\";i:7547;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4728;s:11:\"size_before\";i:94679;s:10:\"size_after\";i:89951;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11394;s:11:\"size_before\";i:280198;s:10:\"size_after\";i:268804;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3541;s:11:\"size_before\";i:66313;s:10:\"size_after\";i:62772;s:4:\"time\";d:0.5;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1893;s:11:\"size_before\";i:29729;s:10:\"size_after\";i:27836;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6989;s:11:\"size_before\";i:146505;s:10:\"size_after\";i:139516;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1925;s:11:\"size_before\";i:32035;s:10:\"size_after\";i:30110;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2779;s:11:\"size_before\";i:49347;s:10:\"size_after\";i:46568;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:7233;s:11:\"size_before\";i:162577;s:10:\"size_after\";i:155344;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2285;s:11:\"size_before\";i:44173;s:10:\"size_after\";i:41888;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8967;s:11:\"size_before\";i:211421;s:10:\"size_after\";i:202454;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6502;s:11:\"size_before\";i:139689;s:10:\"size_after\";i:133187;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2480;s:11:\"size_before\";i:44472;s:10:\"size_after\";i:41992;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1693,30536,'_wp_attached_file','2021/04/4C7B34B3-50E0-4CB4-B3D9-57C2C4769703.jpg'),(1694,30536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:48:\"2021/04/4C7B34B3-50E0-4CB4-B3D9-57C2C4769703.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-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:49:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-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:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-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:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-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:50:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"4C7B34B3-50E0-4CB4-B3D9-57C2C4769703-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532206099\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1695,30533,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.76092502129622641149353512446396052837371826171875;s:5:\"bytes\";i:49404;s:11:\"size_before\";i:1313613;s:10:\"size_after\";i:1264209;s:4:\"time\";d:1.8100000000000004973799150320701301097869873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:995;s:11:\"size_before\";i:18315;s:10:\"size_after\";i:17320;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4590;s:11:\"size_before\";i:133180;s:10:\"size_after\";i:128590;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:508;s:11:\"size_before\";i:7506;s:10:\"size_after\";i:6998;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:83288;s:10:\"size_after\";i:80002;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:8744;s:11:\"size_before\";i:253186;s:10:\"size_after\";i:244442;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2496;s:11:\"size_before\";i:57923;s:10:\"size_after\";i:55427;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1314;s:11:\"size_before\";i:25260;s:10:\"size_after\";i:23946;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:4643;s:11:\"size_before\";i:127234;s:10:\"size_after\";i:122591;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1460;s:11:\"size_before\";i:27874;s:10:\"size_after\";i:26414;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1960;s:11:\"size_before\";i:42719;s:10:\"size_after\";i:40759;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:5002;s:11:\"size_before\";i:144125;s:10:\"size_after\";i:139123;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:42518;s:10:\"size_after\";i:40651;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:6310;s:11:\"size_before\";i:188438;s:10:\"size_after\";i:182128;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4396;s:11:\"size_before\";i:123326;s:10:\"size_after\";i:118930;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:38721;s:10:\"size_after\";i:36888;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1696,30534,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.821304379418084096187158138491213321685791015625;s:5:\"bytes\";i:46447;s:11:\"size_before\";i:963370;s:10:\"size_after\";i:916923;s:4:\"time\";d:1.869999999999999662492200513952411711215972900390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:26228;s:10:\"size_after\";i:24671;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:7564;s:11:\"size_before\";i:179915;s:10:\"size_after\";i:172351;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:698;s:11:\"size_before\";i:8975;s:10:\"size_after\";i:8277;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5373;s:11:\"size_before\";i:115469;s:10:\"size_after\";i:110096;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3889;s:11:\"size_before\";i:81108;s:10:\"size_after\";i:77219;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2052;s:11:\"size_before\";i:30764;s:10:\"size_after\";i:28712;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7588;s:11:\"size_before\";i:163256;s:10:\"size_after\";i:155668;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2063;s:11:\"size_before\";i:32868;s:10:\"size_after\";i:30805;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2780;s:11:\"size_before\";i:49928;s:10:\"size_after\";i:47148;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2761;s:11:\"size_before\";i:50970;s:10:\"size_after\";i:48209;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7221;s:11:\"size_before\";i:169347;s:10:\"size_after\";i:162126;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2901;s:11:\"size_before\";i:54542;s:10:\"size_after\";i:51641;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(1697,30537,'_wp_attached_file','2021/04/CFC96153-519E-47AB-AAF7-CB6C547ADDCD.jpg'),(1698,30537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2021/04/CFC96153-519E-47AB-AAF7-CB6C547ADDCD.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-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:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"CFC96153-519E-47AB-AAF7-CB6C547ADDCD-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1534779996\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1699,30538,'_wp_attached_file','2021/04/039DB3DF-A0F8-4F12-ACBC-87629A295B85.jpg'),(1700,30538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1340;s:4:\"file\";s:48:\"2021/04/039DB3DF-A0F8-4F12-ACBC-87629A295B85.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-860x1024.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-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:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-768x915.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-610x727.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-1080x1286.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:49:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-980x1167.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"039DB3DF-A0F8-4F12-ACBC-87629A295B85-480x572.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1701,30539,'_wp_attached_file','2021/04/E8B4A79E-8217-4E5E-AE38-FEFA1349A61C.jpg'),(1702,30539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1346;s:4:\"file\";s:48:\"2021/04/E8B4A79E-8217-4E5E-AE38-FEFA1349A61C.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-856x1024.jpg\";s:5:\"width\";i:856;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-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:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-768x919.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:919;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-610x730.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-1080x1292.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:49:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-980x1173.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"E8B4A79E-8217-4E5E-AE38-FEFA1349A61C-480x574.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1703,30536,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.78999404694865926757074703346006572246551513671875;s:5:\"bytes\";i:71451;s:11:\"size_before\";i:1491672;s:10:\"size_after\";i:1420221;s:4:\"time\";d:1.7500000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:21213;s:10:\"size_after\";i:19771;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7078;s:11:\"size_before\";i:151439;s:10:\"size_after\";i:144361;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:724;s:11:\"size_before\";i:8995;s:10:\"size_after\";i:8271;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4908;s:11:\"size_before\";i:94945;s:10:\"size_after\";i:90037;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:11691;s:11:\"size_before\";i:284781;s:10:\"size_after\";i:273090;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3698;s:11:\"size_before\";i:66351;s:10:\"size_after\";i:62653;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1902;s:11:\"size_before\";i:29090;s:10:\"size_after\";i:27188;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:6517;s:11:\"size_before\";i:141471;s:10:\"size_after\";i:134954;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2033;s:11:\"size_before\";i:32114;s:10:\"size_after\";i:30081;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2926;s:11:\"size_before\";i:49280;s:10:\"size_after\";i:46354;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:7308;s:11:\"size_before\";i:163640;s:10:\"size_after\";i:156332;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2997;s:11:\"size_before\";i:50439;s:10:\"size_after\";i:47442;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8969;s:11:\"size_before\";i:213145;s:10:\"size_after\";i:204176;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:6583;s:11:\"size_before\";i:140088;s:10:\"size_after\";i:133505;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2675;s:11:\"size_before\";i:44681;s:10:\"size_after\";i:42006;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(1704,30535,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.48518705947336915329515250050462782382965087890625;s:5:\"bytes\";i:132670;s:11:\"size_before\";i:2418696;s:10:\"size_after\";i:2286026;s:4:\"time\";d:4.089999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:22639;s:10:\"size_after\";i:21203;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:9482;s:11:\"size_before\";i:180774;s:10:\"size_after\";i:171292;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:569;s:11:\"size_before\";i:7526;s:10:\"size_after\";i:6957;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5969;s:11:\"size_before\";i:109581;s:10:\"size_after\";i:103612;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18826;s:11:\"size_before\";i:371623;s:10:\"size_after\";i:352797;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4025;s:11:\"size_before\";i:74460;s:10:\"size_after\";i:70435;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:29055;s:10:\"size_after\";i:26976;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:8184;s:11:\"size_before\";i:152126;s:10:\"size_after\";i:143942;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:31581;s:10:\"size_after\";i:29391;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3070;s:11:\"size_before\";i:48810;s:10:\"size_after\";i:45740;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:10574;s:11:\"size_before\";i:199672;s:10:\"size_after\";i:189098;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2836;s:11:\"size_before\";i:47216;s:10:\"size_after\";i:44380;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:37:\"et-pb-post-main-image-fullwidth-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:37711;s:11:\"size_before\";i:656391;s:10:\"size_after\";i:618680;s:4:\"time\";d:1.1399999999999999023003738329862244427204132080078125;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:13711;s:11:\"size_before\";i:268965;s:10:\"size_after\";i:255254;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:9108;s:11:\"size_before\";i:169117;s:10:\"size_after\";i:160009;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2900;s:11:\"size_before\";i:49160;s:10:\"size_after\";i:46260;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(1705,30537,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.60527421338676834494663125951774418354034423828125;s:5:\"bytes\";i:59107;s:11:\"size_before\";i:1054489;s:10:\"size_after\";i:995382;s:4:\"time\";d:1.4299999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1717;s:11:\"size_before\";i:26877;s:10:\"size_after\";i:25160;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9252;s:11:\"size_before\";i:193841;s:10:\"size_after\";i:184589;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:653;s:11:\"size_before\";i:8721;s:10:\"size_after\";i:8068;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:6543;s:11:\"size_before\";i:123523;s:10:\"size_after\";i:116980;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4725;s:11:\"size_before\";i:86002;s:10:\"size_after\";i:81277;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:34178;s:10:\"size_after\";i:31652;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:11877;s:11:\"size_before\";i:196785;s:10:\"size_after\";i:184908;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2639;s:11:\"size_before\";i:36962;s:10:\"size_after\";i:34323;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3740;s:11:\"size_before\";i:57064;s:10:\"size_after\";i:53324;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2932;s:11:\"size_before\";i:50538;s:10:\"size_after\";i:47606;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:9085;s:11:\"size_before\";i:182183;s:10:\"size_after\";i:173098;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3418;s:11:\"size_before\";i:57815;s:10:\"size_after\";i:54397;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1706,30540,'_wp_attached_file','2021/04/3304A268-6EE1-4F80-99B3-3C03B210DC9D.jpg'),(1707,30540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1122;s:4:\"file\";s:48:\"2021/04/3304A268-6EE1-4F80-99B3-3C03B210DC9D.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-1024x1021.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-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:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-610x608.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-1080x1077.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1077;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-980x977.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:977;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"3304A268-6EE1-4F80-99B3-3C03B210DC9D-480x479.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1708,30541,'_wp_attached_file','2021/04/E897C8A1-3B65-439F-8963-A0373F5458C9.jpg'),(1709,30541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1121;s:4:\"file\";s:48:\"2021/04/E897C8A1-3B65-439F-8963-A0373F5458C9.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"E897C8A1-3B65-439F-8963-A0373F5458C9-1024x1020.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-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:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-610x608.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"E897C8A1-3B65-439F-8963-A0373F5458C9-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"E897C8A1-3B65-439F-8963-A0373F5458C9-1080x1076.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1076;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-980x977.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:977;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"E897C8A1-3B65-439F-8963-A0373F5458C9-480x478.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1710,30538,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.02416250027604949224269148544408380985260009765625;s:5:\"bytes\";i:90019;s:11:\"size_before\";i:1494299;s:10:\"size_after\";i:1404280;s:4:\"time\";d:2.17999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2434;s:11:\"size_before\";i:28792;s:10:\"size_after\";i:26358;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11552;s:11:\"size_before\";i:201438;s:10:\"size_after\";i:189886;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:10709;s:10:\"size_after\";i:9662;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10240;s:11:\"size_before\";i:170171;s:10:\"size_after\";i:159931;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:7711;s:11:\"size_before\";i:120617;s:10:\"size_after\";i:112906;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2710;s:11:\"size_before\";i:34530;s:10:\"size_after\";i:31820;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:8483;s:11:\"size_before\";i:156069;s:10:\"size_after\";i:147586;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3204;s:11:\"size_before\";i:39192;s:10:\"size_after\";i:35988;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4468;s:11:\"size_before\";i:60561;s:10:\"size_after\";i:56093;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14208;s:11:\"size_before\";i:280381;s:10:\"size_after\";i:266173;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:4819;s:11:\"size_before\";i:65218;s:10:\"size_after\";i:60399;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13271;s:11:\"size_before\";i:244227;s:10:\"size_after\";i:230956;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5872;s:11:\"size_before\";i:82394;s:10:\"size_after\";i:76522;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1711,30542,'_wp_attached_file','2021/04/231DEF7E-F84D-4DA8-A22B-CCF26B207498.jpg'),(1712,30542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2021/04/231DEF7E-F84D-4DA8-A22B-CCF26B207498.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-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:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"231DEF7E-F84D-4DA8-A22B-CCF26B207498-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1713,30539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.98317301108857524383211057283915579319000244140625;s:5:\"bytes\";i:61864;s:11:\"size_before\";i:1241458;s:10:\"size_after\";i:1179594;s:4:\"time\";d:1.69000000000000039079850466805510222911834716796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1913;s:11:\"size_before\";i:25247;s:10:\"size_after\";i:23334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:7965;s:11:\"size_before\";i:166618;s:10:\"size_after\";i:158653;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:833;s:11:\"size_before\";i:9508;s:10:\"size_after\";i:8675;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:7060;s:11:\"size_before\";i:141278;s:10:\"size_after\";i:134218;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5386;s:11:\"size_before\";i:100165;s:10:\"size_after\";i:94779;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:27619;s:10:\"size_after\";i:25808;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5387;s:11:\"size_before\";i:127113;s:10:\"size_after\";i:121726;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2024;s:11:\"size_before\";i:31113;s:10:\"size_after\";i:29089;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2838;s:11:\"size_before\";i:47998;s:10:\"size_after\";i:45160;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9890;s:11:\"size_before\";i:236665;s:10:\"size_after\";i:226775;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3367;s:11:\"size_before\";i:53986;s:10:\"size_after\";i:50619;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9299;s:11:\"size_before\";i:205715;s:10:\"size_after\";i:196416;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4091;s:11:\"size_before\";i:68433;s:10:\"size_after\";i:64342;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1714,30543,'_wp_attached_file','2021/04/6DFED9AA-F469-45A5-8779-BAB94C8BE4C1.jpg'),(1715,30543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:739;s:4:\"file\";s:48:\"2021/04/6DFED9AA-F469-45A5-8779-BAB94C8BE4C1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-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:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-610x282.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-1080x499.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-1280x591.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-980x453.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"6DFED9AA-F469-45A5-8779-BAB94C8BE4C1-480x222.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1716,30544,'_wp_attached_file','2021/04/432F2546-72FF-4C35-98F9-E5062CC28881.jpg'),(1717,30544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:48:\"2021/04/432F2546-72FF-4C35-98F9-E5062CC28881.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"432F2546-72FF-4C35-98F9-E5062CC28881-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-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:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"432F2546-72FF-4C35-98F9-E5062CC28881-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"432F2546-72FF-4C35-98F9-E5062CC28881-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:50:\"432F2546-72FF-4C35-98F9-E5062CC28881-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"432F2546-72FF-4C35-98F9-E5062CC28881-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1718,30540,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.85319986837839412174844255787320435047149658203125;s:5:\"bytes\";i:72397;s:11:\"size_before\";i:1236879;s:10:\"size_after\";i:1164482;s:4:\"time\";d:1.85000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2483;s:11:\"size_before\";i:31059;s:10:\"size_after\";i:28576;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:9595;s:11:\"size_before\";i:189457;s:10:\"size_after\";i:179862;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:891;s:11:\"size_before\";i:10145;s:10:\"size_after\";i:9254;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:7012;s:11:\"size_before\";i:126790;s:10:\"size_after\";i:119778;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5611;s:11:\"size_before\";i:91564;s:10:\"size_after\";i:85953;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:34840;s:10:\"size_after\";i:32038;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8109;s:11:\"size_before\";i:146468;s:10:\"size_after\";i:138359;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3022;s:11:\"size_before\";i:38342;s:10:\"size_after\";i:35320;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4003;s:11:\"size_before\";i:57288;s:10:\"size_after\";i:53285;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:10377;s:11:\"size_before\";i:205504;s:10:\"size_after\";i:195127;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:4486;s:11:\"size_before\";i:61375;s:10:\"size_after\";i:56889;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:9495;s:11:\"size_before\";i:179948;s:10:\"size_after\";i:170453;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4511;s:11:\"size_before\";i:64099;s:10:\"size_after\";i:59588;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(1719,30541,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.794715998253810784746065110084600746631622314453125;s:5:\"bytes\";i:36248;s:11:\"size_before\";i:955223;s:10:\"size_after\";i:918975;s:4:\"time\";d:2.0099999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1651;s:11:\"size_before\";i:25468;s:10:\"size_after\";i:23817;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4355;s:11:\"size_before\";i:147451;s:10:\"size_after\";i:143096;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:738;s:11:\"size_before\";i:8779;s:10:\"size_after\";i:8041;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3632;s:11:\"size_before\";i:98968;s:10:\"size_after\";i:95336;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3045;s:11:\"size_before\";i:71888;s:10:\"size_after\";i:68843;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:26377;s:10:\"size_after\";i:24836;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3281;s:11:\"size_before\";i:106472;s:10:\"size_after\";i:103191;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:29210;s:10:\"size_after\";i:27485;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2285;s:11:\"size_before\";i:43613;s:10:\"size_after\";i:41328;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4731;s:11:\"size_before\";i:159345;s:10:\"size_after\";i:154614;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2346;s:11:\"size_before\";i:46782;s:10:\"size_after\";i:44436;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4328;s:11:\"size_before\";i:140211;s:10:\"size_after\";i:135883;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2590;s:11:\"size_before\";i:50659;s:10:\"size_after\";i:48069;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(1720,30542,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.74333921568008509694891472463496029376983642578125;s:5:\"bytes\";i:45076;s:11:\"size_before\";i:950301;s:10:\"size_after\";i:905225;s:4:\"time\";d:1.79000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:23766;s:10:\"size_after\";i:22355;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:6800;s:11:\"size_before\";i:179094;s:10:\"size_after\";i:172294;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:551;s:11:\"size_before\";i:8070;s:10:\"size_after\";i:7519;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5102;s:11:\"size_before\";i:112307;s:10:\"size_after\";i:107205;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3759;s:11:\"size_before\";i:77475;s:10:\"size_after\";i:73716;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:2138;s:11:\"size_before\";i:30544;s:10:\"size_after\";i:28406;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:8316;s:11:\"size_before\";i:169989;s:10:\"size_after\";i:161673;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2076;s:11:\"size_before\";i:32154;s:10:\"size_after\";i:30078;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:49447;s:10:\"size_after\";i:46558;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2640;s:11:\"size_before\";i:47878;s:10:\"size_after\";i:45238;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:6625;s:11:\"size_before\";i:168366;s:10:\"size_after\";i:161741;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2769;s:11:\"size_before\";i:51211;s:10:\"size_after\";i:48442;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1721,30543,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.75051960551828056367185126873664557933807373046875;s:5:\"bytes\";i:51084;s:11:\"size_before\";i:1075335;s:10:\"size_after\";i:1024251;s:4:\"time\";d:1.3499999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1057;s:11:\"size_before\";i:14434;s:10:\"size_after\";i:13377;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4654;s:11:\"size_before\";i:99393;s:10:\"size_after\";i:94739;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:735;s:11:\"size_before\";i:8998;s:10:\"size_after\";i:8263;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3525;s:11:\"size_before\";i:64344;s:10:\"size_after\";i:60819;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6351;s:11:\"size_before\";i:179276;s:10:\"size_after\";i:172925;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2627;s:11:\"size_before\";i:44854;s:10:\"size_after\";i:42227;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2087;s:11:\"size_before\";i:30428;s:10:\"size_after\";i:28341;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:136278;s:10:\"size_after\";i:130521;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2186;s:11:\"size_before\";i:32883;s:10:\"size_after\";i:30697;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2965;s:11:\"size_before\";i:49371;s:10:\"size_after\";i:46406;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4815;s:11:\"size_before\";i:107881;s:10:\"size_after\";i:103066;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2588;s:11:\"size_before\";i:46877;s:10:\"size_after\";i:44289;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5387;s:11:\"size_before\";i:136529;s:10:\"size_after\";i:131142;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4291;s:11:\"size_before\";i:93338;s:10:\"size_after\";i:89047;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2059;s:11:\"size_before\";i:30451;s:10:\"size_after\";i:28392;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1722,30544,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3941404210349244152666869922541081905364990234375;s:5:\"bytes\";i:64773;s:11:\"size_before\";i:1200803;s:10:\"size_after\";i:1136030;s:4:\"time\";d:1.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:969;s:11:\"size_before\";i:19601;s:10:\"size_after\";i:18632;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8309;s:11:\"size_before\";i:155387;s:10:\"size_after\";i:147078;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6680;s:10:\"size_after\";i:6289;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4896;s:11:\"size_before\";i:94948;s:10:\"size_after\";i:90052;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3267;s:11:\"size_before\";i:64645;s:10:\"size_after\";i:61378;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:25194;s:10:\"size_after\";i:23755;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7935;s:11:\"size_before\";i:141923;s:10:\"size_after\";i:133988;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1515;s:11:\"size_before\";i:27011;s:10:\"size_after\";i:25496;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2273;s:11:\"size_before\";i:42094;s:10:\"size_after\";i:39821;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9623;s:11:\"size_before\";i:172659;s:10:\"size_after\";i:163036;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2020;s:11:\"size_before\";i:38876;s:10:\"size_after\";i:36856;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:11981;s:11:\"size_before\";i:222965;s:10:\"size_after\";i:210984;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7838;s:11:\"size_before\";i:145162;s:10:\"size_after\";i:137324;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2317;s:11:\"size_before\";i:43658;s:10:\"size_after\";i:41341;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1723,30545,'_wp_attached_file','2021/04/gardener-06.jpg'),(1724,30545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:730;s:4:\"file\";s:23:\"2021/04/gardener-06.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-06-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-06-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:23:\"gardener-06-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-06-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"gardener-06-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"gardener-06-980x715.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-06-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1725,30546,'_wp_attached_file','2021/04/gardener-03.png'),(1726,30546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:82;s:6:\"height\";i:234;s:4:\"file\";s:23:\"2021/04/gardener-03.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gardener-03-82x150.png\";s:5:\"width\";i:82;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1727,30546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:441;s:10:\"size_after\";i:441;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:441;s:10:\"size_after\";i:441;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1728,30547,'_wp_attached_file','2021/04/gardener-01.png'),(1729,30547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:146;s:6:\"height\";i:164;s:4:\"file\";s:23:\"2021/04/gardener-01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-01-146x150.png\";s:5:\"width\";i:146;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1730,30547,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:496;s:10:\"size_after\";i:496;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:496;s:10:\"size_after\";i:496;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(1731,30548,'_wp_attached_file','2021/04/gardener-05.jpg'),(1732,30548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:907;s:4:\"file\";s:23:\"2021/04/gardener-05.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-05-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"gardener-05-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-05-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:23:\"gardener-05-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"gardener-05-1536x726.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-05-610x288.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"gardener-05-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"gardener-05-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"gardener-05-1280x605.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"gardener-05-980x463.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-05-480x227.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1733,30549,'_wp_attached_file','2021/04/gardener-08.jpg'),(1734,30549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:709;s:4:\"file\";s:23:\"2021/04/gardener-08.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-08-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-08-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:23:\"gardener-08-768x681.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-08-610x541.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"gardener-08-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-08-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-08-480x425.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1735,30545,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.57886366165103542158476557233370840549468994140625;s:5:\"bytes\";i:20988;s:11:\"size_before\";i:458367;s:10:\"size_after\";i:437379;s:4:\"time\";d:0.930000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:734;s:11:\"size_before\";i:14940;s:10:\"size_after\";i:14206;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:382;s:11:\"size_before\";i:6796;s:10:\"size_after\";i:6414;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2972;s:11:\"size_before\";i:63369;s:10:\"size_after\";i:60397;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1879;s:11:\"size_before\";i:43304;s:10:\"size_after\";i:41425;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:919;s:11:\"size_before\";i:20113;s:10:\"size_after\";i:19194;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4873;s:11:\"size_before\";i:99090;s:10:\"size_after\";i:94217;s:4:\"time\";d:0.25;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1027;s:11:\"size_before\";i:22069;s:10:\"size_after\";i:21042;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:33270;s:10:\"size_after\";i:31824;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1230;s:11:\"size_before\";i:31299;s:10:\"size_after\";i:30069;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4273;s:11:\"size_before\";i:94582;s:10:\"size_after\";i:90309;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:29535;s:10:\"size_after\";i:28282;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1736,30550,'_wp_attached_file','2021/04/gardener-02.png'),(1737,30550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:474;s:4:\"file\";s:23:\"2021/04/gardener-02.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-02-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-02-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:23:\"gardener-02-768x456.png\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-02-610x362.png\";s:5:\"width\";i:610;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-02-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-02-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-02-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-02-400x474.png\";s:5:\"width\";i:400;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-02-480x285.png\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1738,30551,'_wp_attached_file','2021/04/Header_icon.png'),(1739,30551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:56;s:4:\"file\";s:23:\"2021/04/Header_icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1740,30551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149;s:10:\"size_after\";i:149;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149;s:10:\"size_after\";i:149;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1741,30552,'_wp_attached_file','2021/04/gardening-icon-green-07.png'),(1742,30552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:35:\"2021/04/gardening-icon-green-07.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1743,30552,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:492;s:10:\"size_after\";i:492;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:492;s:10:\"size_after\";i:492;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1744,30553,'_wp_attached_file','2021/04/gardening-icon-green-06.png'),(1745,30553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:35:\"2021/04/gardening-icon-green-06.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1746,30549,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.582007851679101850805864160065539181232452392578125;s:5:\"bytes\";i:12564;s:11:\"size_before\";i:350753;s:10:\"size_after\";i:338189;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:801;s:11:\"size_before\";i:17102;s:10:\"size_after\";i:16301;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:404;s:11:\"size_before\";i:6761;s:10:\"size_after\";i:6357;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2146;s:11:\"size_before\";i:68090;s:10:\"size_after\";i:65944;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:48443;s:10:\"size_after\";i:46811;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:718;s:11:\"size_before\";i:18458;s:10:\"size_after\";i:17740;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2638;s:11:\"size_before\";i:74598;s:10:\"size_after\";i:71960;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:880;s:11:\"size_before\";i:21149;s:10:\"size_after\";i:20269;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1031;s:11:\"size_before\";i:30908;s:10:\"size_after\";i:29877;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1107;s:11:\"size_before\";i:31647;s:10:\"size_after\";i:30540;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:33597;s:10:\"size_after\";i:32390;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(1747,30553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:589;s:10:\"size_after\";i:589;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:589;s:10:\"size_after\";i:589;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1748,30554,'_wp_attached_file','2021/04/gardening-icon-green-05.png'),(1749,30554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:35:\"2021/04/gardening-icon-green-05.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1750,30554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:674;s:10:\"size_after\";i:674;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:674;s:10:\"size_after\";i:674;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(1751,30555,'_wp_attached_file','2021/04/gardener-07.jpg'),(1752,30555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1185;s:4:\"file\";s:23:\"2021/04/gardener-07.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-07-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"gardener-07-864x1024.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-07-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:23:\"gardener-07-768x910.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-07-610x723.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"gardener-07-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"gardener-07-980x1161.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-07-480x569.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}');
INSERT INTO `wpuxyio7feou_postmeta` VALUES (1753,30548,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.58479383270380314030489898868836462497711181640625;s:5:\"bytes\";i:55934;s:11:\"size_before\";i:1001541;s:10:\"size_after\";i:945607;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:14009;s:10:\"size_after\";i:12961;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5068;s:11:\"size_before\";i:92874;s:10:\"size_after\";i:87806;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:643;s:11:\"size_before\";i:8111;s:10:\"size_after\";i:7468;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3455;s:11:\"size_before\";i:59115;s:10:\"size_after\";i:55660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9103;s:11:\"size_before\";i:179385;s:10:\"size_after\";i:170282;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2518;s:11:\"size_before\";i:41164;s:10:\"size_after\";i:38646;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:26180;s:10:\"size_after\";i:24430;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6635;s:11:\"size_before\";i:124273;s:10:\"size_after\";i:117638;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1875;s:11:\"size_before\";i:28263;s:10:\"size_after\";i:26388;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2540;s:11:\"size_before\";i:42020;s:10:\"size_after\";i:39480;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5478;s:11:\"size_before\";i:100798;s:10:\"size_after\";i:95320;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:37333;s:10:\"size_after\";i:35236;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6991;s:11:\"size_before\";i:132720;s:10:\"size_after\";i:125729;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4787;s:11:\"size_before\";i:86474;s:10:\"size_after\";i:81687;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:1946;s:11:\"size_before\";i:28822;s:10:\"size_after\";i:26876;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1754,30556,'_wp_attached_file','2021/04/gardening-icon-green-01.png'),(1755,30556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:35:\"2021/04/gardening-icon-green-01.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1756,30556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:710;s:10:\"size_after\";i:710;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:710;s:10:\"size_after\";i:710;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(1757,30557,'_wp_attached_file','2021/04/gardener-10.jpg'),(1758,30557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:1018;s:4:\"file\";s:23:\"2021/04/gardener-10.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-10-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"gardener-10-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-10-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:23:\"gardener-10-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"gardener-10-1536x916.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:916;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-10-610x364.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"gardener-10-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"gardener-10-1080x644.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"gardener-10-1280x763.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"gardener-10-980x584.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-10-480x286.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1759,30558,'_wp_attached_file','2021/04/gardener-09.jpg'),(1760,30558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:513;s:4:\"file\";s:23:\"2021/04/gardener-09.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"gardener-09-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-09-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:23:\"gardener-09-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"gardener-09-610x391.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"gardener-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"gardener-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"gardener-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"gardener-09-400x513.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"gardener-09-480x308.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1761,30550,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.89556000945237457244729739613831043243408203125;s:5:\"bytes\";i:43179;s:11:\"size_before\";i:228514;s:10:\"size_after\";i:185335;s:4:\"time\";d:8.730000000000000426325641456060111522674560546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:678;s:11:\"size_before\";i:10255;s:10:\"size_after\";i:9577;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:357;s:11:\"size_before\";i:4800;s:10:\"size_after\";i:4443;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14758;s:11:\"size_before\";i:62692;s:10:\"size_after\";i:47934;s:4:\"time\";d:3.29000000000000003552713678800500929355621337890625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:8051;s:11:\"size_before\";i:43439;s:10:\"size_after\";i:35388;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2394;s:11:\"size_before\";i:17552;s:10:\"size_after\";i:15158;s:4:\"time\";d:2.04000000000000003552713678800500929355621337890625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3647;s:11:\"size_before\";i:17403;s:10:\"size_after\";i:13756;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7709;s:11:\"size_before\";i:31979;s:10:\"size_after\";i:24270;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:703;s:11:\"size_before\";i:13746;s:10:\"size_after\";i:13043;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4882;s:11:\"size_before\";i:26648;s:10:\"size_after\";i:21766;s:4:\"time\";i:1;}}}'),(1762,30559,'_wp_attached_file','2021/04/gardener-04.png'),(1763,30559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:146;s:6:\"height\";i:164;s:4:\"file\";s:23:\"2021/04/gardener-04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"gardener-04-146x150.png\";s:5:\"width\";i:146;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1764,30559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3361;s:10:\"size_after\";i:3361;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3361;s:10:\"size_after\";i:3361;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}}}'),(1765,30555,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.32723159629405262904811024782247841358184814453125;s:5:\"bytes\";i:10987;s:11:\"size_before\";i:472106;s:10:\"size_after\";i:461119;s:4:\"time\";d:1.45999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:12606;s:10:\"size_after\";i:12270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:73748;s:10:\"size_after\";i:72063;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:267;s:11:\"size_before\";i:5678;s:10:\"size_after\";i:5411;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1243;s:11:\"size_before\";i:61551;s:10:\"size_after\";i:60308;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:719;s:11:\"size_before\";i:43790;s:10:\"size_after\";i:43071;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:363;s:11:\"size_before\";i:16154;s:10:\"size_after\";i:15791;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2046;s:11:\"size_before\";i:68392;s:10:\"size_after\";i:66346;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:370;s:11:\"size_before\";i:17449;s:10:\"size_after\";i:17079;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:481;s:11:\"size_before\";i:25345;s:10:\"size_after\";i:24864;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:400;s:11:\"size_before\";i:25507;s:10:\"size_after\";i:25107;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:91458;s:10:\"size_after\";i:88744;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:363;s:11:\"size_before\";i:30428;s:10:\"size_after\";i:30065;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(1766,30560,'_wp_attached_file','2021/04/stars.png'),(1767,30560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:20;s:4:\"file\";s:17:\"2021/04/stars.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1768,30558,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.30179349594533366740733981714583933353424072265625;s:5:\"bytes\";i:5175;s:11:\"size_before\";i:156733;s:10:\"size_after\";i:151558;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:343;s:11:\"size_before\";i:8462;s:10:\"size_after\";i:8119;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4258;s:10:\"size_after\";i:4018;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1083;s:11:\"size_before\";i:34713;s:10:\"size_after\";i:33630;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:681;s:11:\"size_before\";i:24231;s:10:\"size_after\";i:23550;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:404;s:11:\"size_before\";i:12813;s:10:\"size_after\";i:12409;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:392;s:11:\"size_before\";i:13795;s:10:\"size_after\";i:13403;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:573;s:11:\"size_before\";i:20792;s:10:\"size_after\";i:20219;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:20960;s:10:\"size_after\";i:19956;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:455;s:11:\"size_before\";i:16709;s:10:\"size_after\";i:16254;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(1769,30560,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:446;s:10:\"size_after\";i:446;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:446;s:10:\"size_after\";i:446;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(1770,30557,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4944721894570900388998779817484319210052490234375;s:5:\"bytes\";i:40885;s:11:\"size_before\";i:909673;s:10:\"size_after\";i:868788;s:4:\"time\";d:1.70000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:799;s:11:\"size_before\";i:12993;s:10:\"size_after\";i:12194;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3540;s:11:\"size_before\";i:86498;s:10:\"size_after\";i:82958;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:480;s:11:\"size_before\";i:6644;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2222;s:11:\"size_before\";i:53756;s:10:\"size_after\";i:51534;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:8079;s:11:\"size_before\";i:174945;s:10:\"size_after\";i:166866;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:37572;s:10:\"size_after\";i:35867;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:20412;s:10:\"size_after\";i:19286;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4165;s:11:\"size_before\";i:99082;s:10:\"size_after\";i:94917;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:22146;s:10:\"size_after\";i:20989;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1528;s:11:\"size_before\";i:33196;s:10:\"size_after\";i:31668;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4020;s:11:\"size_before\";i:94884;s:10:\"size_after\";i:90864;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1630;s:11:\"size_before\";i:34796;s:10:\"size_after\";i:33166;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:5688;s:11:\"size_before\";i:127219;s:10:\"size_after\";i:121531;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3399;s:11:\"size_before\";i:79798;s:10:\"size_after\";i:76399;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:25732;s:10:\"size_after\";i:24385;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1771,30561,'_wp_attached_file','2021/04/Our-Foodwine-and-dine.jpg'),(1772,30561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:730;s:4:\"file\";s:33:\"2021/04/Our-Foodwine-and-dine.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-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:\"Our-Foodwine-and-dine-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"Our-Foodwine-and-dine-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-980x715.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"Our-Foodwine-and-dine-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1773,30562,'_wp_attached_file','2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg'),(1774,30562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:730;s:4:\"file\";s:57:\"2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-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:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:58:\"Our-FoodShowcasing-the-best-of-South-Africa0A-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-980x715.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:57:\"Our-FoodShowcasing-the-best-of-South-Africa0A-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1775,30563,'_wp_attached_file','2021/04/Our-FoodAn-African-Influence0A.jpg'),(1776,30563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:730;s:4:\"file\";s:42:\"2021/04/Our-FoodAn-African-Influence0A.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-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:\"Our-FoodAn-African-Influence0A-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"Our-FoodAn-African-Influence0A-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-980x715.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:42:\"Our-FoodAn-African-Influence0A-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1777,30564,'_wp_attached_file','2021/04/Our-FoodA-taste-of-Italia.jpg'),(1778,30564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:730;s:4:\"file\";s:37:\"2021/04/Our-FoodA-taste-of-Italia.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-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:\"Our-FoodA-taste-of-Italia-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"Our-FoodA-taste-of-Italia-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-980x715.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"Our-FoodA-taste-of-Italia-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1779,30561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4874786678469522627210608334280550479888916015625;s:5:\"bytes\";i:51814;s:11:\"size_before\";i:798677;s:10:\"size_after\";i:746863;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:25148;s:10:\"size_after\";i:23133;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:912;s:11:\"size_before\";i:10138;s:10:\"size_after\";i:9226;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:6785;s:11:\"size_before\";i:111100;s:10:\"size_after\";i:104315;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5160;s:11:\"size_before\";i:78551;s:10:\"size_after\";i:73391;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2807;s:11:\"size_before\";i:35397;s:10:\"size_after\";i:32590;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10194;s:11:\"size_before\";i:167126;s:10:\"size_after\";i:156932;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2977;s:11:\"size_before\";i:39296;s:10:\"size_after\";i:36319;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:4260;s:11:\"size_before\";i:59939;s:10:\"size_after\";i:55679;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3987;s:11:\"size_before\";i:58697;s:10:\"size_after\";i:54710;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:8893;s:11:\"size_before\";i:159826;s:10:\"size_after\";i:150933;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3824;s:11:\"size_before\";i:53459;s:10:\"size_after\";i:49635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1780,30565,'_wp_attached_file','2021/04/Our-FoodFood-from-the-heart.jpg'),(1781,30565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:730;s:4:\"file\";s:39:\"2021/04/Our-FoodFood-from-the-heart.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-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:39:\"Our-FoodFood-from-the-heart-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"Our-FoodFood-from-the-heart-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-980x715.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:39:\"Our-FoodFood-from-the-heart-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1782,30562,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.92964753228045982069716046680696308612823486328125;s:5:\"bytes\";i:33196;s:11:\"size_before\";i:673395;s:10:\"size_after\";i:640199;s:4:\"time\";d:0.75000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:20899;s:10:\"size_after\";i:19558;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:687;s:11:\"size_before\";i:9119;s:10:\"size_after\";i:8432;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:4185;s:11:\"size_before\";i:91788;s:10:\"size_after\";i:87603;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:3213;s:11:\"size_before\";i:64310;s:10:\"size_after\";i:61097;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1905;s:11:\"size_before\";i:30247;s:10:\"size_after\";i:28342;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:6569;s:11:\"size_before\";i:144975;s:10:\"size_after\";i:138406;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1897;s:11:\"size_before\";i:32353;s:10:\"size_after\";i:30456;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:49666;s:10:\"size_after\";i:46938;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2952;s:11:\"size_before\";i:53540;s:10:\"size_after\";i:50588;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5256;s:11:\"size_before\";i:132719;s:10:\"size_after\";i:127463;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2463;s:11:\"size_before\";i:43779;s:10:\"size_after\";i:41316;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1783,30563,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0124036886078346952899664756841957569122314453125;s:5:\"bytes\";i:44401;s:11:\"size_before\";i:738490;s:10:\"size_after\";i:694089;s:4:\"time\";d:1.520000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1619;s:11:\"size_before\";i:21195;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:832;s:11:\"size_before\";i:9179;s:10:\"size_after\";i:8347;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5756;s:11:\"size_before\";i:101451;s:10:\"size_after\";i:95695;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4290;s:11:\"size_before\";i:69608;s:10:\"size_after\";i:65318;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:30914;s:10:\"size_after\";i:28685;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:9415;s:11:\"size_before\";i:165289;s:10:\"size_after\";i:155874;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2373;s:11:\"size_before\";i:33729;s:10:\"size_after\";i:31356;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3484;s:11:\"size_before\";i:53031;s:10:\"size_after\";i:49547;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3681;s:11:\"size_before\";i:57400;s:10:\"size_after\";i:53719;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:7703;s:11:\"size_before\";i:150485;s:10:\"size_after\";i:142782;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:3019;s:11:\"size_before\";i:46209;s:10:\"size_after\";i:43190;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}}}'),(1784,30564,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.64670898622856753945598029531538486480712890625;s:5:\"bytes\";i:42840;s:11:\"size_before\";i:758672;s:10:\"size_after\";i:715832;s:4:\"time\";d:1.4000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:21668;s:10:\"size_after\";i:20266;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:593;s:11:\"size_before\";i:8428;s:10:\"size_after\";i:7835;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:5657;s:11:\"size_before\";i:104902;s:10:\"size_after\";i:99245;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4118;s:11:\"size_before\";i:72240;s:10:\"size_after\";i:68122;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2154;s:11:\"size_before\";i:33176;s:10:\"size_after\";i:31022;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:9995;s:11:\"size_before\";i:174676;s:10:\"size_after\";i:164681;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2214;s:11:\"size_before\";i:34978;s:10:\"size_after\";i:32764;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3270;s:11:\"size_before\";i:54357;s:10:\"size_after\";i:51087;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2832;s:11:\"size_before\";i:51038;s:10:\"size_after\";i:48206;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7788;s:11:\"size_before\";i:155354;s:10:\"size_after\";i:147566;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2817;s:11:\"size_before\";i:47855;s:10:\"size_after\";i:45038;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1785,30565,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0537802432481697678667842410504817962646484375;s:5:\"bytes\";i:67711;s:11:\"size_before\";i:959925;s:10:\"size_after\";i:892214;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:27673;s:10:\"size_after\";i:25444;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:878;s:11:\"size_before\";i:10120;s:10:\"size_after\";i:9242;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9464;s:11:\"size_before\";i:135910;s:10:\"size_after\";i:126446;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:6730;s:11:\"size_before\";i:93653;s:10:\"size_after\";i:86923;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3164;s:11:\"size_before\";i:39485;s:10:\"size_after\";i:36321;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:14446;s:11:\"size_before\";i:213019;s:10:\"size_after\";i:198573;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3540;s:11:\"size_before\";i:44479;s:10:\"size_after\";i:40939;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5261;s:11:\"size_before\";i:69926;s:10:\"size_after\";i:64665;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4524;s:11:\"size_before\";i:64753;s:10:\"size_after\";i:60229;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12789;s:11:\"size_before\";i:199191;s:10:\"size_after\";i:186402;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4686;s:11:\"size_before\";i:61716;s:10:\"size_after\";i:57030;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1789,30469,'_wp_trash_meta_status','publish'),(1790,30469,'_wp_trash_meta_time','1618559181'),(1791,30469,'_wp_desired_post_slug','save-footer-3'),(1792,30468,'_wp_trash_meta_status','publish'),(1793,30468,'_wp_trash_meta_time','1618559181'),(1794,30468,'_wp_desired_post_slug','default-website-template'),(1795,30460,'_wp_trash_meta_status','publish'),(1796,30460,'_wp_trash_meta_time','1618559181'),(1797,30460,'_wp_desired_post_slug','default-website-template-4'),(1798,30461,'_wp_trash_meta_status','publish'),(1799,30461,'_wp_trash_meta_time','1618559181'),(1800,30461,'_wp_desired_post_slug','save-footer'),(1801,30379,'_wp_trash_meta_status','publish'),(1802,30379,'_wp_trash_meta_time','1618559181'),(1803,30379,'_wp_desired_post_slug','footer-3'),(1804,30324,'_wp_trash_meta_status','publish'),(1805,30324,'_wp_trash_meta_time','1618559181'),(1806,30324,'_wp_desired_post_slug','default-website-template'),(1904,30696,'_wp_attached_file','2021/04/Fumo.jpg'),(1905,30696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1027;s:6:\"height\";i:1152;s:4:\"file\";s:16:\"2021/04/Fumo.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Fumo-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Fumo-913x1024.jpg\";s:5:\"width\";i:913;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Fumo-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:16:\"Fumo-768x861.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:16:\"Fumo-610x684.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"Fumo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"Fumo-1027x675.jpg\";s:5:\"width\";i:1027;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"Fumo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"Fumo-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"Fumo-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:17:\"Fumo-980x1099.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1099;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"Fumo-480x538.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1841,30669,'_wp_attached_file','2021/04/home_01_a.jpg'),(1842,30669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2021/04/home_01_a.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"home_01_a-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"home_01_a-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home_01_a-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:21:\"home_01_a-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"home_01_a-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"home_01_a-610x305.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"home_01_a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"home_01_a-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"home_01_a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"home_01_a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"home_01_a-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"home_01_a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"home_01_a-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"home_01_a-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"home_01_a-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1836,30641,'_wp_attached_file','2021/04/Pan-Head.jpg'),(1837,30641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:605;s:4:\"file\";s:20:\"2021/04/Pan-Head.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Pan-Head-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Pan-Head-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Pan-Head-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:20:\"Pan-Head-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Pan-Head-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"Pan-Head-610x191.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Pan-Head-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"Pan-Head-1080x605.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Pan-Head-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Pan-Head-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"Pan-Head-1080x338.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Pan-Head-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"Pan-Head-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"Pan-Head-980x306.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"Pan-Head-480x150.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1838,30641,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6699396460452842205768320127390325069427490234375;s:5:\"bytes\";i:52750;s:11:\"size_before\";i:930345;s:10:\"size_after\";i:877595;s:4:\"time\";d:1.2399999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:547;s:11:\"size_before\";i:8317;s:10:\"size_after\";i:7770;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:5808;s:11:\"size_before\";i:78099;s:10:\"size_after\";i:72291;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7198;s:10:\"size_after\";i:6739;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:45313;s:10:\"size_after\";i:41318;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:7195;s:11:\"size_before\";i:167128;s:10:\"size_after\";i:159933;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:27935;s:10:\"size_after\";i:26032;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2012;s:11:\"size_before\";i:26527;s:10:\"size_after\";i:24515;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:5845;s:11:\"size_before\";i:158618;s:10:\"size_after\";i:152773;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1925;s:11:\"size_before\";i:28831;s:10:\"size_after\";i:26906;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2353;s:11:\"size_before\";i:45259;s:10:\"size_after\";i:42906;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5986;s:11:\"size_before\";i:87349;s:10:\"size_after\";i:81363;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:40406;s:10:\"size_after\";i:38842;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:6661;s:11:\"size_before\";i:118305;s:10:\"size_after\";i:111644;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5360;s:11:\"size_before\";i:72991;s:10:\"size_after\";i:67631;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18069;s:10:\"size_after\";i:16932;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1843,30670,'_wp_attached_file','2021/04/produce-04.jpg'),(1844,30670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2021/04/produce-04.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-04-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:22:\"produce-04-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:22:\"produce-04-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"produce-04-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-04-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-04-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1845,30671,'_wp_attached_file','2021/04/produce-08.jpg'),(1846,30671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2021/04/produce-08.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-08-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-08-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:22:\"produce-08-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"produce-08-610x305.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-08-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-08-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1847,30672,'_wp_attached_file','2021/04/produce-03.jpg'),(1848,30672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2021/04/produce-03.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-03-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:22:\"produce-03-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:22:\"produce-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"produce-03-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-03-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-03-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1849,30673,'_wp_attached_file','2021/04/produce-05.jpg'),(1850,30673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2021/04/produce-05.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-05-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:22:\"produce-05-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:22:\"produce-05-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"produce-05-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-05-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-05-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1851,30670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.16307309401382941160818518255837261676788330078125;s:5:\"bytes\";i:13950;s:11:\"size_before\";i:335089;s:10:\"size_after\";i:321139;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:908;s:11:\"size_before\";i:16608;s:10:\"size_after\";i:15700;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:469;s:11:\"size_before\";i:6363;s:10:\"size_after\";i:5894;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2347;s:11:\"size_before\";i:67574;s:10:\"size_after\";i:65227;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1821;s:11:\"size_before\";i:48258;s:10:\"size_after\";i:46437;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:866;s:11:\"size_before\";i:17837;s:10:\"size_after\";i:16971;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2611;s:11:\"size_before\";i:68111;s:10:\"size_after\";i:65500;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:925;s:11:\"size_before\";i:19602;s:10:\"size_after\";i:18677;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:29002;s:10:\"size_after\";i:27718;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1232;s:11:\"size_before\";i:28992;s:10:\"size_after\";i:27760;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:32742;s:10:\"size_after\";i:31255;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1852,30673,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.27418255381841394324737848364748060703277587890625;s:5:\"bytes\";i:8934;s:11:\"size_before\";i:272862;s:10:\"size_after\";i:263928;s:4:\"time\";d:0.75;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:491;s:11:\"size_before\";i:13620;s:10:\"size_after\";i:13129;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4756;s:10:\"size_after\";i:4516;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:58494;s:10:\"size_after\";i:56578;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:41841;s:10:\"size_after\";i:40474;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:371;s:11:\"size_before\";i:12550;s:10:\"size_after\";i:12179;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1813;s:11:\"size_before\";i:53598;s:10:\"size_after\";i:51785;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:429;s:11:\"size_before\";i:14327;s:10:\"size_after\";i:13898;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:616;s:11:\"size_before\";i:21576;s:10:\"size_after\";i:20960;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:840;s:11:\"size_before\";i:24200;s:10:\"size_after\";i:23360;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:851;s:11:\"size_before\";i:27900;s:10:\"size_after\";i:27049;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1853,30674,'_wp_attached_file','2021/04/produce-10.jpg'),(1854,30674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:724;s:4:\"file\";s:22:\"2021/04/produce-10.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-10-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-10-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-10-480x579.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1855,30675,'_wp_attached_file','2021/04/produce-11.jpg'),(1856,30675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:724;s:4:\"file\";s:22:\"2021/04/produce-11.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-11-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-11-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-11-480x579.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1857,30676,'_wp_attached_file','2021/04/home_07_a.jpg'),(1858,30676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:834;s:4:\"file\";s:21:\"2021/04/home_07_a.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"home_07_a-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"home_07_a-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home_07_a-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:21:\"home_07_a-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"home_07_a-1536x801.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"home_07_a-610x318.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"home_07_a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"home_07_a-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"home_07_a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"home_07_a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"home_07_a-1080x563.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"home_07_a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"home_07_a-1280x667.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"home_07_a-980x511.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"home_07_a-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1859,30672,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.579460607041974551378871183260343968868255615234375;s:5:\"bytes\";i:11937;s:11:\"size_before\";i:333486;s:10:\"size_after\";i:321549;s:4:\"time\";d:1.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:849;s:11:\"size_before\";i:17641;s:10:\"size_after\";i:16792;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:476;s:11:\"size_before\";i:6857;s:10:\"size_after\";i:6381;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1836;s:11:\"size_before\";i:65546;s:10:\"size_after\";i:63710;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1529;s:11:\"size_before\";i:47950;s:10:\"size_after\";i:46421;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:812;s:11:\"size_before\";i:18497;s:10:\"size_after\";i:17685;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2114;s:11:\"size_before\";i:64863;s:10:\"size_after\";i:62749;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:908;s:11:\"size_before\";i:20426;s:10:\"size_after\";i:19518;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:29328;s:10:\"size_after\";i:28231;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:29198;s:10:\"size_after\";i:28093;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:33180;s:10:\"size_after\";i:31969;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1860,30677,'_wp_attached_file','2021/04/produce-13.jpg'),(1861,30677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:724;s:4:\"file\";s:22:\"2021/04/produce-13.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-13-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-13-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-13-480x579.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1862,30675,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.782348988277458801121611031703650951385498046875;s:5:\"bytes\";i:12810;s:11:\"size_before\";i:267860;s:10:\"size_after\";i:255050;s:4:\"time\";d:0.5800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:761;s:11:\"size_before\";i:16692;s:10:\"size_after\";i:15931;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6529;s:10:\"size_after\";i:6155;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:20988;s:10:\"size_after\";i:19981;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:4345;s:11:\"size_before\";i:77412;s:10:\"size_after\";i:73067;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1107;s:11:\"size_before\";i:23194;s:10:\"size_after\";i:22087;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1540;s:11:\"size_before\";i:35821;s:10:\"size_after\";i:34281;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1628;s:11:\"size_before\";i:38637;s:10:\"size_after\";i:37009;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:48587;s:10:\"size_after\";i:46539;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1863,30678,'_wp_attached_file','2021/04/produce-14.jpg'),(1864,30678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:724;s:4:\"file\";s:22:\"2021/04/produce-14.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-14-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"produce-14-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-14-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-14-480x579.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1865,30671,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4007827708866305016499609337188303470611572265625;s:5:\"bytes\";i:18840;s:11:\"size_before\";i:294339;s:10:\"size_after\";i:275499;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:14182;s:10:\"size_after\";i:13160;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:667;s:11:\"size_before\";i:8448;s:10:\"size_after\";i:7781;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3175;s:11:\"size_before\";i:58223;s:10:\"size_after\";i:55048;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:42549;s:10:\"size_after\";i:40011;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:27249;s:10:\"size_after\";i:25373;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:29880;s:10:\"size_after\";i:27832;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:44235;s:10:\"size_after\";i:41457;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:40498;s:10:\"size_after\";i:37685;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:29075;s:10:\"size_after\";i:27152;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(1866,30669,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.947980956719311596003763042972423136234283447265625;s:5:\"bytes\";i:35534;s:11:\"size_before\";i:900055;s:10:\"size_after\";i:864521;s:4:\"time\";d:1.810000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:739;s:11:\"size_before\";i:13140;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3247;s:11:\"size_before\";i:84745;s:10:\"size_after\";i:81498;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:473;s:11:\"size_before\";i:7354;s:10:\"size_after\";i:6881;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2459;s:11:\"size_before\";i:54576;s:10:\"size_after\";i:52117;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:153440;s:10:\"size_after\";i:148729;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1862;s:11:\"size_before\";i:39321;s:10:\"size_after\";i:37459;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:23487;s:10:\"size_after\";i:22220;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3755;s:11:\"size_before\";i:105614;s:10:\"size_after\";i:101859;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1396;s:11:\"size_before\";i:25463;s:10:\"size_after\";i:24067;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1863;s:11:\"size_before\";i:38289;s:10:\"size_after\";i:36426;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3459;s:11:\"size_before\";i:92569;s:10:\"size_after\";i:89110;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1835;s:11:\"size_before\";i:38592;s:10:\"size_after\";i:36757;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3889;s:11:\"size_before\";i:116797;s:10:\"size_after\";i:112908;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:3217;s:11:\"size_before\";i:80359;s:10:\"size_after\";i:77142;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:26309;s:10:\"size_after\";i:24947;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(1867,30677,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.26190772865931055690680295811034739017486572265625;s:5:\"bytes\";i:9235;s:11:\"size_before\";i:216687;s:10:\"size_after\";i:207452;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:935;s:11:\"size_before\";i:16479;s:10:\"size_after\";i:15544;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:486;s:11:\"size_before\";i:7042;s:10:\"size_after\";i:6556;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:823;s:11:\"size_before\";i:16400;s:10:\"size_after\";i:15577;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2032;s:11:\"size_before\";i:55631;s:10:\"size_after\";i:53599;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:909;s:11:\"size_before\";i:19020;s:10:\"size_after\";i:18111;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1140;s:11:\"size_before\";i:28203;s:10:\"size_after\";i:27063;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:32975;s:10:\"size_after\";i:31603;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:40937;s:10:\"size_after\";i:39399;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(1868,30674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.801619444852232021503368741832673549652099609375;s:5:\"bytes\";i:20155;s:11:\"size_before\";i:347403;s:10:\"size_after\";i:327248;s:4:\"time\";d:0.6300000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1622;s:11:\"size_before\";i:23794;s:10:\"size_after\";i:22172;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:740;s:11:\"size_before\";i:9781;s:10:\"size_after\";i:9041;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:28759;s:10:\"size_after\";i:26869;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:4947;s:11:\"size_before\";i:91737;s:10:\"size_after\";i:86790;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:32070;s:10:\"size_after\";i:29974;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2747;s:11:\"size_before\";i:47887;s:10:\"size_after\";i:45140;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:50461;s:10:\"size_after\";i:47638;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3290;s:11:\"size_before\";i:62914;s:10:\"size_after\";i:59624;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1869,30676,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5229418494066404576869899756275117397308349609375;s:5:\"bytes\";i:25560;s:11:\"size_before\";i:725530;s:10:\"size_after\";i:699970;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:832;s:11:\"size_before\";i:11922;s:10:\"size_after\";i:11090;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2435;s:11:\"size_before\";i:69642;s:10:\"size_after\";i:67207;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:423;s:11:\"size_before\";i:6097;s:10:\"size_after\";i:5674;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1997;s:11:\"size_before\";i:45225;s:10:\"size_after\";i:43228;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2920;s:11:\"size_before\";i:124789;s:10:\"size_after\";i:121869;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1567;s:11:\"size_before\";i:32858;s:10:\"size_after\";i:31291;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:19458;s:10:\"size_after\";i:18335;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:81767;s:10:\"size_after\";i:79538;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:20267;s:10:\"size_after\";i:19152;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:29076;s:10:\"size_after\";i:27777;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2552;s:11:\"size_before\";i:75787;s:10:\"size_after\";i:73235;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:977;s:11:\"size_before\";i:25351;s:10:\"size_after\";i:24374;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2512;s:11:\"size_before\";i:94891;s:10:\"size_after\";i:92379;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:65183;s:10:\"size_after\";i:62901;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1297;s:11:\"size_before\";i:23217;s:10:\"size_after\";i:21920;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1870,30679,'_wp_attached_file','2021/04/produce-12.jpg'),(1871,30679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:771;s:4:\"file\";s:22:\"2021/04/produce-12.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-12-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"produce-12-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-12-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:22:\"produce-12-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"produce-12-610x367.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"produce-12-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"produce-12-1080x651.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"produce-12-980x590.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-12-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1872,30678,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.81307879743304578568086071754805743694305419921875;s:5:\"bytes\";i:16151;s:11:\"size_before\";i:277839;s:10:\"size_after\";i:261688;s:4:\"time\";d:0.6100000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:19916;s:10:\"size_after\";i:18504;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:703;s:11:\"size_before\";i:8492;s:10:\"size_after\";i:7789;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1516;s:11:\"size_before\";i:23578;s:10:\"size_after\";i:22062;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3522;s:11:\"size_before\";i:70262;s:10:\"size_after\";i:66740;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1713;s:11:\"size_before\";i:26256;s:10:\"size_after\";i:24543;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2278;s:11:\"size_before\";i:38522;s:10:\"size_after\";i:36244;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2303;s:11:\"size_before\";i:40310;s:10:\"size_after\";i:38007;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2704;s:11:\"size_before\";i:50503;s:10:\"size_after\";i:47799;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1873,30680,'_wp_attached_file','2021/04/background-texture.png'),(1874,30680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:648;s:4:\"file\";s:30:\"2021/04/background-texture.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"background-texture-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"background-texture-1024x346.png\";s:5:\"width\";i:1024;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"background-texture-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:30:\"background-texture-768x259.png\";s:5:\"width\";i:768;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"background-texture-1536x518.png\";s:5:\"width\";i:1536;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"background-texture-610x206.png\";s:5:\"width\";i:610;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"background-texture-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"background-texture-1080x648.png\";s:5:\"width\";i:1080;s:6:\"height\";i:648;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"background-texture-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"background-texture-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"background-texture-1080x365.png\";s:5:\"width\";i:1080;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"background-texture-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"background-texture-1280x432.png\";s:5:\"width\";i:1280;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"background-texture-980x331.png\";s:5:\"width\";i:980;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"background-texture-480x162.png\";s:5:\"width\";i:480;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1875,30681,'_wp_attached_file','2021/04/logo_08.png'),(1876,30681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_08.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_08-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1877,30681,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1160;s:10:\"size_after\";i:1160;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1160;s:10:\"size_after\";i:1160;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(1878,30682,'_wp_attached_file','2021/04/logo_04.png'),(1879,30682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_04-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1880,30682,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:509;s:10:\"size_after\";i:509;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:509;s:10:\"size_after\";i:509;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1881,30683,'_wp_attached_file','2021/04/logo_01.png'),(1882,30683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1883,30683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1318;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1318;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(1884,30684,'_wp_attached_file','2021/04/logo_05.png'),(1885,30684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_05.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_05-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1886,30684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1174;s:10:\"size_after\";i:1174;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1174;s:10:\"size_after\";i:1174;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1887,30685,'_wp_attached_file','2021/04/logo_03.png'),(1888,30685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_03.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_03-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1889,30680,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.671174831669379301501976442523300647735595703125;s:5:\"bytes\";i:20447;s:11:\"size_before\";i:68912;s:10:\"size_after\";i:48465;s:4:\"time\";d:4.23999999999999932498440102790482342243194580078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:413;s:11:\"size_before\";i:1366;s:10:\"size_after\";i:953;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:6584;s:10:\"size_after\";i:4617;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:801;s:10:\"size_after\";i:471;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:1493;s:11:\"size_before\";i:4567;s:10:\"size_after\";i:3074;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2872;s:11:\"size_before\";i:11327;s:10:\"size_after\";i:8455;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:3550;s:10:\"size_after\";i:2325;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:618;s:11:\"size_before\";i:1751;s:10:\"size_after\";i:1133;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:6434;s:10:\"size_after\";i:4863;s:4:\"time\";d:0.6999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:662;s:11:\"size_before\";i:1870;s:10:\"size_after\";i:1208;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:860;s:11:\"size_before\";i:2746;s:10:\"size_after\";i:1886;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:7129;s:10:\"size_after\";i:4976;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:3116;s:10:\"size_after\";i:2075;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:8876;s:10:\"size_after\";i:6381;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:6203;s:10:\"size_after\";i:4330;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:874;s:11:\"size_before\";i:2592;s:10:\"size_after\";i:1718;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(1890,30685,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1449;s:10:\"size_after\";i:1449;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1449;s:10:\"size_after\";i:1449;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1891,30686,'_wp_attached_file','2021/04/logo_06.png'),(1892,30686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_06-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1893,30686,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1441;s:10:\"size_after\";i:1441;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1441;s:10:\"size_after\";i:1441;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(1894,30687,'_wp_attached_file','2021/04/logo_07.png'),(1895,30687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_07.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_07-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1896,30688,'_wp_attached_file','2021/04/logo_02.png'),(1897,30688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/logo_02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_02-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),(1898,30688,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1916;s:10:\"size_after\";i:1916;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1916;s:10:\"size_after\";i:1916;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(1899,30687,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.95652173913043014863433199934661388397216796875;s:5:\"bytes\";i:1011;s:11:\"size_before\";i:2300;s:10:\"size_after\";i:1289;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1011;s:11:\"size_before\";i:2300;s:10:\"size_after\";i:1289;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(1900,30679,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.79710691671526578971906928927637636661529541015625;s:5:\"bytes\";i:21942;s:11:\"size_before\";i:577861;s:10:\"size_after\";i:555919;s:4:\"time\";d:1.5200000000000002398081733190338127315044403076171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:929;s:11:\"size_before\";i:14364;s:10:\"size_after\";i:13435;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2487;s:11:\"size_before\";i:79424;s:10:\"size_after\";i:76937;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:503;s:11:\"size_before\";i:6962;s:10:\"size_after\";i:6459;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1951;s:11:\"size_before\";i:52821;s:10:\"size_after\";i:50870;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1757;s:11:\"size_before\";i:38480;s:10:\"size_after\";i:36723;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1230;s:11:\"size_before\";i:21719;s:10:\"size_after\";i:20489;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2758;s:11:\"size_before\";i:88838;s:10:\"size_after\";i:86080;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:23178;s:10:\"size_after\";i:21882;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:33368;s:10:\"size_after\";i:31860;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2690;s:11:\"size_before\";i:86780;s:10:\"size_after\";i:84090;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:28866;s:10:\"size_after\";i:27854;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:75478;s:10:\"size_after\";i:73058;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:27583;s:10:\"size_after\";i:26182;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1901,30689,'_wp_attached_file','2021/04/produce-09.jpg'),(1902,30689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2021/04/produce-09.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"produce-09-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"produce-09-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"produce-09-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:22:\"produce-09-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"produce-09-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"produce-09-610x305.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"produce-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"produce-09-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"produce-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"produce-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"produce-09-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"produce-09-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"produce-09-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"produce-09-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"produce-09-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1903,30689,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.34652427088645065822447577374987304210662841796875;s:5:\"bytes\";i:52005;s:11:\"size_before\";i:972688;s:10:\"size_after\";i:920683;s:4:\"time\";d:1.500000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:975;s:11:\"size_before\";i:13763;s:10:\"size_after\";i:12788;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4458;s:11:\"size_before\";i:89028;s:10:\"size_after\";i:84570;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:649;s:11:\"size_before\";i:8169;s:10:\"size_after\";i:7520;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3167;s:11:\"size_before\";i:57646;s:10:\"size_after\";i:54479;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7542;s:11:\"size_before\";i:165012;s:10:\"size_after\";i:157470;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2455;s:11:\"size_before\";i:41345;s:10:\"size_after\";i:38890;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1812;s:11:\"size_before\";i:26282;s:10:\"size_after\";i:24470;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:6193;s:11:\"size_before\";i:119322;s:10:\"size_after\";i:113129;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1993;s:11:\"size_before\";i:28972;s:10:\"size_after\";i:26979;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:43764;s:10:\"size_after\";i:40886;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:4889;s:11:\"size_before\";i:97742;s:10:\"size_after\";i:92853;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2700;s:11:\"size_before\";i:42497;s:10:\"size_after\";i:39797;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6129;s:11:\"size_before\";i:126285;s:10:\"size_after\";i:120156;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4317;s:11:\"size_before\";i:84680;s:10:\"size_after\";i:80363;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:28181;s:10:\"size_after\";i:26333;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(1906,30696,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2939301375319995912605008925311267375946044921875;s:5:\"bytes\";i:80420;s:11:\"size_before\";i:1277739;s:10:\"size_after\";i:1197319;s:4:\"time\";d:2.53000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2027;s:11:\"size_before\";i:28779;s:10:\"size_after\";i:26752;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:14316;s:11:\"size_before\";i:232572;s:10:\"size_after\";i:218256;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:671;s:11:\"size_before\";i:8973;s:10:\"size_after\";i:8302;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:11139;s:11:\"size_before\";i:176832;s:10:\"size_after\";i:165693;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:7952;s:11:\"size_before\";i:122355;s:10:\"size_after\";i:114403;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2207;s:11:\"size_before\";i:31989;s:10:\"size_after\";i:29782;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:10215;s:11:\"size_before\";i:173939;s:10:\"size_after\";i:163724;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2502;s:11:\"size_before\";i:36323;s:10:\"size_after\";i:33821;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3850;s:11:\"size_before\";i:58076;s:10:\"size_after\";i:54226;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4425;s:11:\"size_before\";i:65467;s:10:\"size_after\";i:61042;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:15719;s:11:\"size_before\";i:261519;s:10:\"size_after\";i:245800;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5397;s:11:\"size_before\";i:80915;s:10:\"size_after\";i:75518;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(1907,30701,'_wp_attached_file','2021/04/its-all-about-feeling.jpg'),(1908,30701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1018;s:6:\"height\";i:951;s:4:\"file\";s:33:\"2021/04/its-all-about-feeling.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-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:\"its-all-about-feeling-768x717.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-610x570.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"its-all-about-feeling-1018x675.jpg\";s:5:\"width\";i:1018;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-980x916.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:916;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"its-all-about-feeling-480x448.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1909,30701,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.37705232882230887980767874978482723236083984375;s:5:\"bytes\";i:28032;s:11:\"size_before\";i:640431;s:10:\"size_after\";i:612399;s:4:\"time\";d:1.7599999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:21871;s:10:\"size_after\";i:20598;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:619;s:11:\"size_before\";i:7949;s:10:\"size_after\";i:7330;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:3748;s:11:\"size_before\";i:95394;s:10:\"size_after\";i:91646;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3032;s:11:\"size_before\";i:67581;s:10:\"size_after\";i:64549;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:25400;s:10:\"size_after\";i:23906;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4889;s:11:\"size_before\";i:123566;s:10:\"size_after\";i:118677;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:28170;s:10:\"size_after\";i:26568;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2213;s:11:\"size_before\";i:42943;s:10:\"size_after\";i:40730;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:43057;s:10:\"size_after\";i:40957;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4688;s:11:\"size_before\";i:138656;s:10:\"size_after\";i:133968;s:4:\"time\";d:0.5;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2374;s:11:\"size_before\";i:45844;s:10:\"size_after\";i:43470;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(1910,30706,'_wp_attached_file','2021/04/A-culinary-journey-for-your-tastebuds.jpg'),(1911,30706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1018;s:6:\"height\";i:951;s:4:\"file\";s:49:\"2021/04/A-culinary-journey-for-your-tastebuds.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-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:49:\"A-culinary-journey-for-your-tastebuds-768x717.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-610x570.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:50:\"A-culinary-journey-for-your-tastebuds-1018x675.jpg\";s:5:\"width\";i:1018;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-980x916.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:916;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:49:\"A-culinary-journey-for-your-tastebuds-480x448.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1912,30706,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.09040373097617049324981053359806537628173828125;s:5:\"bytes\";i:39632;s:11:\"size_before\";i:778563;s:10:\"size_after\";i:738931;s:4:\"time\";d:1.69000000000000039079850466805510222911834716796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1693;s:11:\"size_before\";i:25972;s:10:\"size_after\";i:24279;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:679;s:11:\"size_before\";i:8724;s:10:\"size_after\";i:8045;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5449;s:11:\"size_before\";i:117702;s:10:\"size_after\";i:112253;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:4338;s:11:\"size_before\";i:83608;s:10:\"size_after\";i:79270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2020;s:11:\"size_before\";i:30729;s:10:\"size_after\";i:28709;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6527;s:11:\"size_before\";i:143700;s:10:\"size_after\";i:137173;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:34045;s:10:\"size_after\";i:31850;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3127;s:11:\"size_before\";i:52821;s:10:\"size_after\";i:49694;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3425;s:11:\"size_before\";i:56294;s:10:\"size_after\";i:52869;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:6946;s:11:\"size_before\";i:168567;s:10:\"size_after\";i:161621;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:56401;s:10:\"size_after\";i:53168;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(1913,30714,'_wp_attached_file','2021/04/bg.jpg'),(1914,30714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:14:\"2021/04/bg.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"bg-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"bg-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1915,30714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.5368454184207411827856049058027565479278564453125;s:5:\"bytes\";i:7898;s:11:\"size_before\";i:50834;s:10:\"size_after\";i:42936;s:4:\"time\";d:0.349999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:801;s:11:\"size_before\";i:4537;s:10:\"size_after\";i:3736;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:408;s:11:\"size_before\";i:2234;s:10:\"size_after\";i:1826;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:8770;s:10:\"size_after\";i:7392;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:10133;s:10:\"size_after\";i:8574;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1924;s:11:\"size_before\";i:13011;s:10:\"size_after\";i:11087;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:12149;s:10:\"size_after\";i:10321;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1919,30724,'_wp_attached_file','2021/04/N0017-Fumo-Wmenu-Wine-List-81.pdf'),(1918,30723,'_edit_lock','1618922032:3'),(1920,30723,'_edit_last','3'),(1921,30723,'3dfb_type','pdf'),(1922,30723,'3dfb_thumbnail','a:2:{s:4:\"data\";a:1:{s:7:\"post_ID\";s:1:\"0\";}s:4:\"type\";s:4:\"auto\";}'),(1923,30723,'3dfb_data','a:4:{s:7:\"post_ID\";s:5:\"30724\";s:4:\"guid\";s:89:\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/N0017-Fumo-Wmenu-Wine-List-81.pdf\";s:9:\"pdf_pages\";s:2:\"18\";s:19:\"pages_customization\";s:4:\"none\";}'),(1924,30723,'3dfb_book_style','volume-paddings'),(1925,30723,'3dfb_ready_function',''),(1926,30723,'3dfb_props','a:13:{s:11:\"cachedPages\";s:4:\"auto\";s:19:\"renderInactivePages\";s:4:\"auto\";s:27:\"renderInactivePagesOnMobile\";s:4:\"auto\";s:19:\"renderWhileFlipping\";s:4:\"auto\";s:12:\"preloadPages\";s:4:\"auto\";s:3:\"rtl\";s:4:\"auto\";s:5:\"sheet\";a:10:{s:13:\"startVelocity\";s:4:\"auto\";s:4:\"wave\";s:4:\"auto\";s:11:\"widthTexels\";s:4:\"auto\";s:5:\"color\";s:4:\"auto\";s:4:\"side\";s:4:\"auto\";s:15:\"cornerDeviation\";s:4:\"auto\";s:11:\"flexibility\";s:4:\"auto\";s:14:\"flexibleCorner\";s:4:\"auto\";s:7:\"bending\";s:4:\"auto\";s:12:\"heightTexels\";s:4:\"auto\";}s:5:\"cover\";a:13:{s:4:\"wave\";s:4:\"auto\";s:5:\"color\";s:4:\"auto\";s:13:\"binderTexture\";s:4:\"auto\";s:5:\"depth\";s:4:\"auto\";s:7:\"padding\";s:4:\"auto\";s:13:\"startVelocity\";s:4:\"auto\";s:11:\"flexibility\";s:4:\"auto\";s:14:\"flexibleCorner\";s:4:\"auto\";s:7:\"bending\";s:4:\"auto\";s:11:\"widthTexels\";s:4:\"auto\";s:12:\"heightTexels\";s:4:\"auto\";s:4:\"mass\";s:4:\"auto\";s:4:\"side\";s:4:\"auto\";}s:4:\"page\";a:11:{s:4:\"wave\";s:4:\"auto\";s:5:\"color\";s:4:\"auto\";s:5:\"depth\";s:4:\"auto\";s:13:\"startVelocity\";s:4:\"auto\";s:11:\"flexibility\";s:4:\"auto\";s:14:\"flexibleCorner\";s:4:\"auto\";s:7:\"bending\";s:4:\"auto\";s:11:\"widthTexels\";s:4:\"auto\";s:12:\"heightTexels\";s:4:\"auto\";s:4:\"mass\";s:4:\"auto\";s:4:\"side\";s:4:\"auto\";}s:6:\"height\";s:4:\"auto\";s:5:\"width\";s:4:\"auto\";s:7:\"gravity\";s:4:\"auto\";s:18:\"pagesForPredicting\";s:4:\"auto\";}'),(1927,30723,'3dfb_controlProps','a:1:{s:7:\"actions\";a:3:{s:7:\"cmdSave\";a:2:{s:7:\"enabled\";s:4:\"auto\";s:15:\"enabledInNarrow\";s:4:\"auto\";}s:8:\"cmdPrint\";a:2:{s:7:\"enabled\";s:4:\"auto\";s:15:\"enabledInNarrow\";s:4:\"auto\";}s:13:\"cmdSinglePage\";a:4:{s:7:\"enabled\";s:4:\"auto\";s:15:\"enabledInNarrow\";s:4:\"auto\";s:6:\"active\";s:4:\"auto\";s:15:\"activeForMobile\";s:4:\"auto\";}}}'),(1928,30723,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1929,30725,'_edit_lock','1619077710:3'),(1930,30725,'_et_pb_use_builder','on'),(1931,30725,'_et_gb_content_width',''),(1932,30725,'_edit_last','3'),(1933,30725,'_et_pb_post_hide_nav','default'),(1934,30725,'_et_pb_page_layout','et_right_sidebar'),(1935,30725,'_et_pb_side_nav','off'),(1936,30725,'_et_pb_built_for_post_type','page'),(1937,30725,'_et_pb_ab_subjects',''),(1938,30725,'_et_pb_enable_shortcode_tracking',''),(1939,30725,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"30725\" /]'),(1940,30725,'_et_pb_custom_css',''),(1941,30725,'_et_pb_gutter_width','3'),(1942,30725,'_et_pb_old_content',''),(1943,30725,'_et_pb_first_image',''),(1944,30725,'_et_pb_truncate_post',''),(1945,30725,'_et_pb_truncate_post_date',''),(1946,30725,'_et_builder_version','VB|Divi|4.9.4'),(1947,30725,'_et_pb_show_page_creation','off'),(1948,30725,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:6:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1949,30725,'_wp_page_template','default'),(1950,30725,'_global_colors_info','{}'),(1956,30729,'price','70'),(1955,30729,'_edit_last','3'),(1954,30729,'_edit_lock','1618980018:3'),(1957,30729,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:7:\"Protein\";}}'),(1958,30729,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:4:\"Size\";}}'),(1959,30729,'sku',''),(1960,30729,'mp_menu_gallery',''),(1963,30729,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1966,30741,'price','80'),(1967,30741,'_edit_last','3'),(1968,30741,'_edit_lock','1618980070:3'),(1969,30741,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:7:\"Protein\";}}'),(1970,30741,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:4:\"Size\";}}'),(1971,30741,'sku',''),(1972,30741,'mp_menu_gallery',''),(1973,30741,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1974,30729,'_wp_old_slug','mozzarelline-panate'),(1975,30743,'price','75'),(1976,30743,'_edit_last','3'),(1977,30743,'_edit_lock','1618980059:3'),(1978,30743,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:7:\"Protein\";}}'),(1979,30743,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:1:\"0\";s:5:\"title\";s:4:\"Size\";}}'),(1980,30743,'sku',''),(1981,30743,'mp_menu_gallery',''),(1982,30743,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1983,30743,'_wp_old_slug','mozzarelline-panate'),(1984,30744,'price','50'),(1985,30744,'_edit_last','3'),(1986,30744,'_edit_lock','1618981196:3'),(1987,30744,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(1988,30744,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(1989,30744,'sku',''),(1990,30744,'mp_menu_gallery',''),(1991,30744,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(1992,30744,'_wp_old_slug','mozzarelline-panate'),(1993,30744,'_wp_old_slug','mozzarelline-panate-3'),(1994,30745,'price','70'),(1995,30745,'_edit_last','3'),(1996,30745,'_edit_lock','1618981196:3'),(1997,30745,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(1998,30745,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(1999,30745,'sku',''),(2000,30745,'mp_menu_gallery',''),(2001,30745,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2002,30745,'_wp_old_slug','mozzarelline-panate'),(2003,30745,'_wp_old_slug','mozzarelline-panate-3'),(2004,30745,'_wp_old_slug','mozzarelline-panate-3-2'),(2005,30746,'price','80'),(2006,30746,'_edit_last','3'),(2007,30746,'_edit_lock','1618927216:3'),(2008,30746,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2009,30746,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2010,30746,'sku',''),(2011,30746,'mp_menu_gallery',''),(2012,30746,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2013,30746,'_wp_old_slug','mozzarelline-panate'),(2014,30746,'_wp_old_slug','mozzarelline-panate-3'),(2015,30746,'_wp_old_slug','mozzarelline-panate-3-2'),(2016,30746,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2018,30749,'price','130'),(2019,30749,'_edit_last','5'),(2020,30749,'_edit_lock','1618926384:5'),(2021,30749,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2022,30749,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2023,30749,'sku',''),(2024,30749,'mp_menu_gallery',''),(2025,30749,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2026,30749,'_wp_old_slug','mozzarelline-panate'),(2027,30749,'_wp_old_slug','mozzarelline-panate-3'),(2028,30749,'_wp_old_slug','mozzarelline-panate-3-2'),(2029,30749,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2030,30746,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2031,30749,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2032,30750,'price','130'),(2033,30750,'_edit_last','5'),(2034,30750,'_edit_lock','1618926423:5'),(2035,30750,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2036,30750,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2037,30750,'sku',''),(2038,30750,'mp_menu_gallery',''),(2039,30750,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2040,30750,'_wp_old_slug','mozzarelline-panate'),(2041,30750,'_wp_old_slug','mozzarelline-panate-3'),(2042,30750,'_wp_old_slug','mozzarelline-panate-3-2'),(2043,30750,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2044,30750,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2045,30750,'_wp_old_slug','fritto-mare'),(2046,30751,'price','90'),(2047,30751,'_edit_last','5'),(2048,30751,'_edit_lock','1618926680:5'),(2049,30751,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2050,30751,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2051,30751,'sku',''),(2052,30751,'mp_menu_gallery',''),(2053,30751,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2054,30751,'_wp_old_slug','mozzarelline-panate'),(2055,30751,'_wp_old_slug','mozzarelline-panate-3'),(2056,30751,'_wp_old_slug','mozzarelline-panate-3-2'),(2057,30751,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2058,30751,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2059,30751,'_wp_old_slug','fritto-mare'),(2060,30751,'_wp_old_slug','prosciutto-di-parma'),(2061,30752,'price','140'),(2062,30752,'_edit_last','5'),(2063,30752,'_edit_lock','1618926752:5'),(2064,30752,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2065,30752,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2066,30752,'sku',''),(2067,30752,'mp_menu_gallery',''),(2068,30752,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2069,30752,'_wp_old_slug','mozzarelline-panate'),(2070,30752,'_wp_old_slug','mozzarelline-panate-3'),(2071,30752,'_wp_old_slug','mozzarelline-panate-3-2'),(2072,30752,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2073,30752,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2074,30752,'_wp_old_slug','fritto-mare'),(2075,30752,'_wp_old_slug','prosciutto-di-parma'),(2076,30752,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2077,30753,'price','125'),(2078,30753,'_edit_last','5'),(2079,30753,'_edit_lock','1618926838:5'),(2080,30753,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2081,30753,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2082,30753,'sku',''),(2083,30753,'mp_menu_gallery',''),(2084,30753,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2085,30753,'_wp_old_slug','mozzarelline-panate'),(2086,30753,'_wp_old_slug','mozzarelline-panate-3'),(2087,30753,'_wp_old_slug','mozzarelline-panate-3-2'),(2088,30753,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2089,30753,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2090,30753,'_wp_old_slug','fritto-mare'),(2091,30753,'_wp_old_slug','prosciutto-di-parma'),(2092,30753,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2093,30753,'_wp_old_slug','grilled-calamari-and-prawns'),(2094,30754,'price','130'),(2095,30754,'_edit_last','5'),(2096,30754,'_edit_lock','1618926890:5'),(2097,30754,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2098,30754,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2099,30754,'sku',''),(2100,30754,'mp_menu_gallery',''),(2101,30754,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2102,30754,'_wp_old_slug','mozzarelline-panate'),(2103,30754,'_wp_old_slug','mozzarelline-panate-3'),(2104,30754,'_wp_old_slug','mozzarelline-panate-3-2'),(2105,30754,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2106,30754,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2107,30754,'_wp_old_slug','fritto-mare'),(2108,30754,'_wp_old_slug','prosciutto-di-parma'),(2109,30754,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2110,30754,'_wp_old_slug','grilled-calamari-and-prawns'),(2111,30754,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2112,30755,'price','110'),(2113,30755,'_edit_last','5'),(2114,30755,'_edit_lock','1618926977:5'),(2115,30755,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2116,30755,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2117,30755,'sku',''),(2118,30755,'mp_menu_gallery',''),(2119,30755,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2120,30755,'_wp_old_slug','mozzarelline-panate'),(2121,30755,'_wp_old_slug','mozzarelline-panate-3'),(2122,30755,'_wp_old_slug','mozzarelline-panate-3-2'),(2123,30755,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2124,30755,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2125,30755,'_wp_old_slug','fritto-mare'),(2126,30755,'_wp_old_slug','prosciutto-di-parma'),(2127,30755,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2128,30755,'_wp_old_slug','grilled-calamari-and-prawns'),(2129,30755,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2130,30755,'_wp_old_slug','straccetti-romana'),(2131,30756,'price','120'),(2132,30756,'_edit_last','5'),(2133,30756,'_edit_lock','1618927050:5'),(2134,30756,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2135,30756,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2136,30756,'sku',''),(2137,30756,'mp_menu_gallery',''),(2138,30756,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2139,30756,'_wp_old_slug','mozzarelline-panate'),(2140,30756,'_wp_old_slug','mozzarelline-panate-3'),(2141,30756,'_wp_old_slug','mozzarelline-panate-3-2'),(2142,30756,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2143,30756,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2144,30756,'_wp_old_slug','fritto-mare'),(2145,30756,'_wp_old_slug','prosciutto-di-parma'),(2146,30756,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2147,30756,'_wp_old_slug','grilled-calamari-and-prawns'),(2148,30756,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2149,30756,'_wp_old_slug','straccetti-romana'),(2150,30756,'_wp_old_slug','sarde-grigliate'),(2151,30757,'price','120'),(2152,30757,'_edit_last','5'),(2153,30757,'_edit_lock','1618930672:5'),(2154,30757,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2155,30757,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2156,30757,'sku',''),(2157,30757,'mp_menu_gallery',''),(2158,30757,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2159,30757,'_wp_old_slug','mozzarelline-panate'),(2160,30757,'_wp_old_slug','mozzarelline-panate-3'),(2161,30757,'_wp_old_slug','mozzarelline-panate-3-2'),(2162,30757,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2163,30757,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2164,30757,'_wp_old_slug','fritto-mare'),(2165,30757,'_wp_old_slug','prosciutto-di-parma'),(2166,30757,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2167,30757,'_wp_old_slug','grilled-calamari-and-prawns'),(2168,30757,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2169,30757,'_wp_old_slug','straccetti-romana'),(2170,30757,'_wp_old_slug','sarde-grigliate'),(2171,30757,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2175,30764,'price','90'),(2176,30764,'_edit_last','5'),(2177,30764,'_edit_lock','1618930819:5'),(2178,30764,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2179,30764,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2180,30764,'sku',''),(2181,30764,'mp_menu_gallery',''),(2182,30764,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2183,30764,'_wp_old_slug','mozzarelline-panate'),(2184,30764,'_wp_old_slug','mozzarelline-panate-3'),(2185,30764,'_wp_old_slug','mozzarelline-panate-3-2'),(2186,30764,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2187,30764,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2188,30764,'_wp_old_slug','fritto-mare'),(2189,30764,'_wp_old_slug','prosciutto-di-parma'),(2190,30764,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2191,30764,'_wp_old_slug','grilled-calamari-and-prawns'),(2192,30764,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2193,30764,'_wp_old_slug','straccetti-romana'),(2194,30764,'_wp_old_slug','sarde-grigliate'),(2195,30764,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2196,30764,'_wp_old_slug','carpaccio-di-manzo'),(2197,30765,'price','120'),(2198,30765,'_edit_last','5'),(2199,30765,'_edit_lock','1618930922:5'),(2200,30765,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2201,30765,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2202,30765,'sku',''),(2203,30765,'mp_menu_gallery',''),(2204,30765,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2205,30765,'_wp_old_slug','mozzarelline-panate'),(2206,30765,'_wp_old_slug','mozzarelline-panate-3'),(2207,30765,'_wp_old_slug','mozzarelline-panate-3-2'),(2208,30765,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2209,30765,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2210,30765,'_wp_old_slug','fritto-mare'),(2211,30765,'_wp_old_slug','prosciutto-di-parma'),(2212,30765,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2213,30765,'_wp_old_slug','grilled-calamari-and-prawns'),(2214,30765,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2215,30765,'_wp_old_slug','straccetti-romana'),(2216,30765,'_wp_old_slug','sarde-grigliate'),(2217,30765,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2218,30765,'_wp_old_slug','carpaccio-di-manzo'),(2219,30766,'price','120'),(2220,30766,'_edit_last','5'),(2221,30766,'_edit_lock','1618930981:5'),(2222,30766,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2223,30766,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2224,30766,'sku',''),(2225,30766,'mp_menu_gallery',''),(2226,30766,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2227,30766,'_wp_old_slug','mozzarelline-panate'),(2228,30766,'_wp_old_slug','mozzarelline-panate-3'),(2229,30766,'_wp_old_slug','mozzarelline-panate-3-2'),(2230,30766,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2231,30766,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2232,30766,'_wp_old_slug','fritto-mare'),(2233,30766,'_wp_old_slug','prosciutto-di-parma'),(2234,30766,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2235,30766,'_wp_old_slug','grilled-calamari-and-prawns'),(2236,30766,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2237,30766,'_wp_old_slug','straccetti-romana'),(2238,30766,'_wp_old_slug','sarde-grigliate'),(2239,30766,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2240,30766,'_wp_old_slug','carpaccio-di-manzo'),(2241,30766,'_wp_old_slug','leonardo-salad'),(2242,30767,'price','170'),(2243,30767,'_edit_last','5'),(2244,30767,'_edit_lock','1618931072:5'),(2245,30767,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2246,30767,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2247,30767,'sku',''),(2248,30767,'mp_menu_gallery',''),(2249,30767,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2250,30767,'_wp_old_slug','mozzarelline-panate'),(2251,30767,'_wp_old_slug','mozzarelline-panate-3'),(2252,30767,'_wp_old_slug','mozzarelline-panate-3-2'),(2253,30767,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2254,30767,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2255,30767,'_wp_old_slug','fritto-mare'),(2256,30767,'_wp_old_slug','prosciutto-di-parma'),(2257,30767,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2258,30767,'_wp_old_slug','grilled-calamari-and-prawns'),(2259,30767,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2260,30767,'_wp_old_slug','straccetti-romana'),(2261,30767,'_wp_old_slug','sarde-grigliate'),(2262,30767,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2263,30767,'_wp_old_slug','carpaccio-di-manzo'),(2264,30767,'_wp_old_slug','leonardo-salad'),(2265,30767,'_wp_old_slug','augusto-salad'),(2266,30768,'price','170'),(2267,30768,'_edit_last','5'),(2268,30768,'_edit_lock','1618931289:5'),(2269,30768,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2270,30768,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2271,30768,'sku',''),(2272,30768,'mp_menu_gallery',''),(2273,30768,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2274,30768,'_wp_old_slug','mozzarelline-panate'),(2275,30768,'_wp_old_slug','mozzarelline-panate-3'),(2276,30768,'_wp_old_slug','mozzarelline-panate-3-2'),(2277,30768,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2278,30768,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2279,30768,'_wp_old_slug','fritto-mare'),(2280,30768,'_wp_old_slug','prosciutto-di-parma'),(2281,30768,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2282,30768,'_wp_old_slug','grilled-calamari-and-prawns'),(2283,30768,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2284,30768,'_wp_old_slug','straccetti-romana'),(2285,30768,'_wp_old_slug','sarde-grigliate'),(2286,30768,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2287,30768,'_wp_old_slug','carpaccio-di-manzo'),(2288,30768,'_wp_old_slug','leonardo-salad'),(2289,30768,'_wp_old_slug','augusto-salad'),(2290,30768,'_wp_old_slug','poseidon-salad'),(2291,30769,'price','110'),(2292,30769,'_edit_last','5'),(2293,30769,'_edit_lock','1618931275:5'),(2294,30769,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2295,30769,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2296,30769,'sku',''),(2297,30769,'mp_menu_gallery',''),(2298,30769,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2299,30769,'_wp_old_slug','mozzarelline-panate'),(2300,30769,'_wp_old_slug','mozzarelline-panate-3'),(2301,30769,'_wp_old_slug','mozzarelline-panate-3-2'),(2302,30769,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2303,30769,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2304,30769,'_wp_old_slug','fritto-mare'),(2305,30769,'_wp_old_slug','prosciutto-di-parma'),(2306,30769,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2307,30769,'_wp_old_slug','grilled-calamari-and-prawns'),(2308,30769,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2309,30769,'_wp_old_slug','straccetti-romana'),(2310,30769,'_wp_old_slug','sarde-grigliate'),(2311,30769,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2312,30769,'_wp_old_slug','carpaccio-di-manzo'),(2313,30769,'_wp_old_slug','leonardo-salad'),(2314,30769,'_wp_old_slug','augusto-salad'),(2315,30769,'_wp_old_slug','poseidon-salad'),(2316,30769,'_wp_old_slug','michelangelo-salad'),(2317,30770,'price','120'),(2318,30770,'_edit_last','5'),(2319,30770,'_edit_lock','1618931367:5'),(2320,30770,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2321,30770,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2322,30770,'sku',''),(2323,30770,'mp_menu_gallery',''),(2324,30770,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2325,30770,'_wp_old_slug','mozzarelline-panate'),(2326,30770,'_wp_old_slug','mozzarelline-panate-3'),(2327,30770,'_wp_old_slug','mozzarelline-panate-3-2'),(2328,30770,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2329,30770,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2330,30770,'_wp_old_slug','fritto-mare'),(2331,30770,'_wp_old_slug','prosciutto-di-parma'),(2332,30770,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2333,30770,'_wp_old_slug','grilled-calamari-and-prawns'),(2334,30770,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2335,30770,'_wp_old_slug','straccetti-romana'),(2336,30770,'_wp_old_slug','sarde-grigliate'),(2337,30770,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2338,30770,'_wp_old_slug','carpaccio-di-manzo'),(2339,30770,'_wp_old_slug','leonardo-salad'),(2340,30770,'_wp_old_slug','augusto-salad'),(2341,30770,'_wp_old_slug','poseidon-salad'),(2342,30770,'_wp_old_slug','michelangelo-salad'),(2343,30770,'_wp_old_slug','gaspacho-soup'),(2344,30771,'price','178'),(2345,30771,'_edit_last','5'),(2346,30771,'_edit_lock','1618931463:5'),(2347,30771,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2348,30771,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2349,30771,'sku',''),(2350,30771,'mp_menu_gallery',''),(2351,30771,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2352,30771,'_wp_old_slug','mozzarelline-panate'),(2353,30771,'_wp_old_slug','mozzarelline-panate-3'),(2354,30771,'_wp_old_slug','mozzarelline-panate-3-2'),(2355,30771,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2356,30771,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2357,30771,'_wp_old_slug','fritto-mare'),(2358,30771,'_wp_old_slug','prosciutto-di-parma'),(2359,30771,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2360,30771,'_wp_old_slug','grilled-calamari-and-prawns'),(2361,30771,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2362,30771,'_wp_old_slug','straccetti-romana'),(2363,30771,'_wp_old_slug','sarde-grigliate'),(2364,30771,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2365,30771,'_wp_old_slug','carpaccio-di-manzo'),(2366,30771,'_wp_old_slug','leonardo-salad'),(2367,30771,'_wp_old_slug','augusto-salad'),(2368,30771,'_wp_old_slug','poseidon-salad'),(2369,30771,'_wp_old_slug','michelangelo-salad'),(2370,30771,'_wp_old_slug','gaspacho-soup'),(2371,30771,'_wp_old_slug','minestra-di-vegetali'),(2372,30772,'price','220'),(2373,30772,'_edit_last','5'),(2374,30772,'_edit_lock','1618931543:5'),(2375,30772,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2376,30772,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2377,30772,'sku',''),(2378,30772,'mp_menu_gallery',''),(2379,30772,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2380,30772,'_wp_old_slug','mozzarelline-panate'),(2381,30772,'_wp_old_slug','mozzarelline-panate-3'),(2382,30772,'_wp_old_slug','mozzarelline-panate-3-2'),(2383,30772,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2384,30772,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2385,30772,'_wp_old_slug','fritto-mare'),(2386,30772,'_wp_old_slug','prosciutto-di-parma'),(2387,30772,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2388,30772,'_wp_old_slug','grilled-calamari-and-prawns'),(2389,30772,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2390,30772,'_wp_old_slug','straccetti-romana'),(2391,30772,'_wp_old_slug','sarde-grigliate'),(2392,30772,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2393,30772,'_wp_old_slug','carpaccio-di-manzo'),(2394,30772,'_wp_old_slug','leonardo-salad'),(2395,30772,'_wp_old_slug','augusto-salad'),(2396,30772,'_wp_old_slug','poseidon-salad'),(2397,30772,'_wp_old_slug','michelangelo-salad'),(2398,30772,'_wp_old_slug','gaspacho-soup'),(2399,30772,'_wp_old_slug','minestra-di-vegetali'),(2400,30772,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2401,30773,'price','160'),(2402,30773,'_edit_last','5'),(2403,30773,'_edit_lock','1618931663:5'),(2404,30773,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2405,30773,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2406,30773,'sku',''),(2407,30773,'mp_menu_gallery',''),(2408,30773,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2409,30773,'_wp_old_slug','mozzarelline-panate'),(2410,30773,'_wp_old_slug','mozzarelline-panate-3'),(2411,30773,'_wp_old_slug','mozzarelline-panate-3-2'),(2412,30773,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2413,30773,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2414,30773,'_wp_old_slug','fritto-mare'),(2415,30773,'_wp_old_slug','prosciutto-di-parma'),(2416,30773,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2417,30773,'_wp_old_slug','grilled-calamari-and-prawns'),(2418,30773,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2419,30773,'_wp_old_slug','straccetti-romana'),(2420,30773,'_wp_old_slug','sarde-grigliate'),(2421,30773,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2422,30773,'_wp_old_slug','carpaccio-di-manzo'),(2423,30773,'_wp_old_slug','leonardo-salad'),(2424,30773,'_wp_old_slug','augusto-salad'),(2425,30773,'_wp_old_slug','poseidon-salad'),(2426,30773,'_wp_old_slug','michelangelo-salad'),(2427,30773,'_wp_old_slug','gaspacho-soup'),(2428,30773,'_wp_old_slug','minestra-di-vegetali'),(2429,30773,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2430,30773,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2431,30774,'price','145'),(2432,30774,'_edit_last','5'),(2433,30774,'_edit_lock','1618931709:5'),(2434,30774,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2435,30774,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2436,30774,'sku',''),(2437,30774,'mp_menu_gallery',''),(2438,30774,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2439,30774,'_wp_old_slug','mozzarelline-panate'),(2440,30774,'_wp_old_slug','mozzarelline-panate-3'),(2441,30774,'_wp_old_slug','mozzarelline-panate-3-2'),(2442,30774,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2443,30774,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2444,30774,'_wp_old_slug','fritto-mare'),(2445,30774,'_wp_old_slug','prosciutto-di-parma'),(2446,30774,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2447,30774,'_wp_old_slug','grilled-calamari-and-prawns'),(2448,30774,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2449,30774,'_wp_old_slug','straccetti-romana'),(2450,30774,'_wp_old_slug','sarde-grigliate'),(2451,30774,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2452,30774,'_wp_old_slug','carpaccio-di-manzo'),(2453,30774,'_wp_old_slug','leonardo-salad'),(2454,30774,'_wp_old_slug','augusto-salad'),(2455,30774,'_wp_old_slug','poseidon-salad'),(2456,30774,'_wp_old_slug','michelangelo-salad'),(2457,30774,'_wp_old_slug','gaspacho-soup'),(2458,30774,'_wp_old_slug','minestra-di-vegetali'),(2459,30774,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2460,30774,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2461,30774,'_wp_old_slug','ravioli-capresi-v'),(2462,30775,'price','175'),(2463,30775,'_edit_last','5'),(2464,30775,'_edit_lock','1618931770:5'),(2465,30775,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2466,30775,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2467,30775,'sku',''),(2468,30775,'mp_menu_gallery',''),(2469,30775,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2470,30775,'_wp_old_slug','mozzarelline-panate'),(2471,30775,'_wp_old_slug','mozzarelline-panate-3'),(2472,30775,'_wp_old_slug','mozzarelline-panate-3-2'),(2473,30775,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2474,30775,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2475,30775,'_wp_old_slug','fritto-mare'),(2476,30775,'_wp_old_slug','prosciutto-di-parma'),(2477,30775,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2478,30775,'_wp_old_slug','grilled-calamari-and-prawns'),(2479,30775,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2480,30775,'_wp_old_slug','straccetti-romana'),(2481,30775,'_wp_old_slug','sarde-grigliate'),(2482,30775,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2483,30775,'_wp_old_slug','carpaccio-di-manzo'),(2484,30775,'_wp_old_slug','leonardo-salad'),(2485,30775,'_wp_old_slug','augusto-salad'),(2486,30775,'_wp_old_slug','poseidon-salad'),(2487,30775,'_wp_old_slug','michelangelo-salad'),(2488,30775,'_wp_old_slug','gaspacho-soup'),(2489,30775,'_wp_old_slug','minestra-di-vegetali'),(2490,30775,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2491,30775,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2492,30775,'_wp_old_slug','ravioli-capresi-v'),(2493,30775,'_wp_old_slug','rigatoni-mamma-mia-v'),(2494,30776,'price','185'),(2495,30776,'_edit_last','5'),(2496,30776,'_edit_lock','1618931821:5'),(2497,30776,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2498,30776,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2499,30776,'sku',''),(2500,30776,'mp_menu_gallery',''),(2501,30776,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2502,30776,'_wp_old_slug','mozzarelline-panate'),(2503,30776,'_wp_old_slug','mozzarelline-panate-3'),(2504,30776,'_wp_old_slug','mozzarelline-panate-3-2'),(2505,30776,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2506,30776,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2507,30776,'_wp_old_slug','fritto-mare'),(2508,30776,'_wp_old_slug','prosciutto-di-parma'),(2509,30776,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2510,30776,'_wp_old_slug','grilled-calamari-and-prawns'),(2511,30776,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2512,30776,'_wp_old_slug','straccetti-romana'),(2513,30776,'_wp_old_slug','sarde-grigliate'),(2514,30776,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2515,30776,'_wp_old_slug','carpaccio-di-manzo'),(2516,30776,'_wp_old_slug','leonardo-salad'),(2517,30776,'_wp_old_slug','augusto-salad'),(2518,30776,'_wp_old_slug','poseidon-salad'),(2519,30776,'_wp_old_slug','michelangelo-salad'),(2520,30776,'_wp_old_slug','gaspacho-soup'),(2521,30776,'_wp_old_slug','minestra-di-vegetali'),(2522,30776,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2523,30776,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2524,30776,'_wp_old_slug','ravioli-capresi-v'),(2525,30776,'_wp_old_slug','rigatoni-mamma-mia-v'),(2526,30776,'_wp_old_slug','risotto-pisellie-gamberi'),(2527,30777,'price','195'),(2528,30777,'_edit_last','5'),(2529,30777,'_edit_lock','1618931995:5'),(2530,30777,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2531,30777,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2532,30777,'sku',''),(2533,30777,'mp_menu_gallery',''),(2534,30777,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2535,30777,'_wp_old_slug','mozzarelline-panate'),(2536,30777,'_wp_old_slug','mozzarelline-panate-3'),(2537,30777,'_wp_old_slug','mozzarelline-panate-3-2'),(2538,30777,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2539,30777,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2540,30777,'_wp_old_slug','fritto-mare'),(2541,30777,'_wp_old_slug','prosciutto-di-parma'),(2542,30777,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2543,30777,'_wp_old_slug','grilled-calamari-and-prawns'),(2544,30777,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2545,30777,'_wp_old_slug','straccetti-romana'),(2546,30777,'_wp_old_slug','sarde-grigliate'),(2547,30777,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2548,30777,'_wp_old_slug','carpaccio-di-manzo'),(2549,30777,'_wp_old_slug','leonardo-salad'),(2550,30777,'_wp_old_slug','augusto-salad'),(2551,30777,'_wp_old_slug','poseidon-salad'),(2552,30777,'_wp_old_slug','michelangelo-salad'),(2553,30777,'_wp_old_slug','gaspacho-soup'),(2554,30777,'_wp_old_slug','minestra-di-vegetali'),(2555,30777,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2556,30777,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2557,30777,'_wp_old_slug','ravioli-capresi-v'),(2558,30777,'_wp_old_slug','rigatoni-mamma-mia-v'),(2559,30777,'_wp_old_slug','risotto-pisellie-gamberi'),(2560,30777,'_wp_old_slug','carbonara-de-mare'),(2561,30778,'price','450'),(2562,30778,'_edit_last','5'),(2563,30778,'_edit_lock','1618932086:5'),(2564,30778,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2565,30778,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2566,30778,'sku',''),(2567,30778,'mp_menu_gallery',''),(2568,30778,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2569,30778,'_wp_old_slug','mozzarelline-panate'),(2570,30778,'_wp_old_slug','mozzarelline-panate-3'),(2571,30778,'_wp_old_slug','mozzarelline-panate-3-2'),(2572,30778,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2573,30778,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2574,30778,'_wp_old_slug','fritto-mare'),(2575,30778,'_wp_old_slug','prosciutto-di-parma'),(2576,30778,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2577,30778,'_wp_old_slug','grilled-calamari-and-prawns'),(2578,30778,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2579,30778,'_wp_old_slug','straccetti-romana'),(2580,30778,'_wp_old_slug','sarde-grigliate'),(2581,30778,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2582,30778,'_wp_old_slug','carpaccio-di-manzo'),(2583,30778,'_wp_old_slug','leonardo-salad'),(2584,30778,'_wp_old_slug','augusto-salad'),(2585,30778,'_wp_old_slug','poseidon-salad'),(2586,30778,'_wp_old_slug','michelangelo-salad'),(2587,30778,'_wp_old_slug','gaspacho-soup'),(2588,30778,'_wp_old_slug','minestra-di-vegetali'),(2589,30778,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2590,30778,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2591,30778,'_wp_old_slug','ravioli-capresi-v'),(2592,30778,'_wp_old_slug','rigatoni-mamma-mia-v'),(2593,30778,'_wp_old_slug','risotto-pisellie-gamberi'),(2594,30778,'_wp_old_slug','carbonara-de-mare'),(2595,30779,'price','175'),(2596,30779,'_edit_last','5'),(2597,30779,'_edit_lock','1618932135:5'),(2598,30779,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2599,30779,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2600,30779,'sku',''),(2601,30779,'mp_menu_gallery',''),(2602,30779,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2603,30779,'_wp_old_slug','mozzarelline-panate'),(2604,30779,'_wp_old_slug','mozzarelline-panate-3'),(2605,30779,'_wp_old_slug','mozzarelline-panate-3-2'),(2606,30779,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2607,30779,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2608,30779,'_wp_old_slug','fritto-mare'),(2609,30779,'_wp_old_slug','prosciutto-di-parma'),(2610,30779,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2611,30779,'_wp_old_slug','grilled-calamari-and-prawns'),(2612,30779,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2613,30779,'_wp_old_slug','straccetti-romana'),(2614,30779,'_wp_old_slug','sarde-grigliate'),(2615,30779,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2616,30779,'_wp_old_slug','carpaccio-di-manzo'),(2617,30779,'_wp_old_slug','leonardo-salad'),(2618,30779,'_wp_old_slug','augusto-salad'),(2619,30779,'_wp_old_slug','poseidon-salad'),(2620,30779,'_wp_old_slug','michelangelo-salad'),(2621,30779,'_wp_old_slug','gaspacho-soup'),(2622,30779,'_wp_old_slug','minestra-di-vegetali'),(2623,30779,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2624,30779,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2625,30779,'_wp_old_slug','ravioli-capresi-v'),(2626,30779,'_wp_old_slug','rigatoni-mamma-mia-v'),(2627,30779,'_wp_old_slug','risotto-pisellie-gamberi'),(2628,30779,'_wp_old_slug','carbonara-de-mare'),(2629,30779,'_wp_old_slug','costata-di-manzo'),(2630,30780,'price','98'),(2631,30780,'_edit_last','5'),(2632,30780,'_edit_lock','1618932200:5'),(2633,30780,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2634,30780,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2635,30780,'sku',''),(2636,30780,'mp_menu_gallery',''),(2637,30780,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2638,30780,'_wp_old_slug','mozzarelline-panate'),(2639,30780,'_wp_old_slug','mozzarelline-panate-3'),(2640,30780,'_wp_old_slug','mozzarelline-panate-3-2'),(2641,30780,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2642,30780,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2643,30780,'_wp_old_slug','fritto-mare'),(2644,30780,'_wp_old_slug','prosciutto-di-parma'),(2645,30780,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2646,30780,'_wp_old_slug','grilled-calamari-and-prawns'),(2647,30780,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2648,30780,'_wp_old_slug','straccetti-romana'),(2649,30780,'_wp_old_slug','sarde-grigliate'),(2650,30780,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2651,30780,'_wp_old_slug','carpaccio-di-manzo'),(2652,30780,'_wp_old_slug','leonardo-salad'),(2653,30780,'_wp_old_slug','augusto-salad'),(2654,30780,'_wp_old_slug','poseidon-salad'),(2655,30780,'_wp_old_slug','michelangelo-salad'),(2656,30780,'_wp_old_slug','gaspacho-soup'),(2657,30780,'_wp_old_slug','minestra-di-vegetali'),(2658,30780,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2659,30780,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2660,30780,'_wp_old_slug','ravioli-capresi-v'),(2661,30780,'_wp_old_slug','rigatoni-mamma-mia-v'),(2662,30780,'_wp_old_slug','risotto-pisellie-gamberi'),(2663,30780,'_wp_old_slug','carbonara-de-mare'),(2664,30780,'_wp_old_slug','costata-di-manzo'),(2665,30780,'_wp_old_slug','polletto-al-mattone'),(2666,30781,'price','200'),(2667,30781,'_edit_last','5'),(2668,30781,'_edit_lock','1618932275:5'),(2669,30781,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2670,30781,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2671,30781,'sku',''),(2672,30781,'mp_menu_gallery',''),(2673,30781,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2674,30781,'_wp_old_slug','mozzarelline-panate'),(2675,30781,'_wp_old_slug','mozzarelline-panate-3'),(2676,30781,'_wp_old_slug','mozzarelline-panate-3-2'),(2677,30781,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2678,30781,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2679,30781,'_wp_old_slug','fritto-mare'),(2680,30781,'_wp_old_slug','prosciutto-di-parma'),(2681,30781,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2682,30781,'_wp_old_slug','grilled-calamari-and-prawns'),(2683,30781,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2684,30781,'_wp_old_slug','straccetti-romana'),(2685,30781,'_wp_old_slug','sarde-grigliate'),(2686,30781,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2687,30781,'_wp_old_slug','carpaccio-di-manzo'),(2688,30781,'_wp_old_slug','leonardo-salad'),(2689,30781,'_wp_old_slug','augusto-salad'),(2690,30781,'_wp_old_slug','poseidon-salad'),(2691,30781,'_wp_old_slug','michelangelo-salad'),(2692,30781,'_wp_old_slug','gaspacho-soup'),(2693,30781,'_wp_old_slug','minestra-di-vegetali'),(2694,30781,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2695,30781,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2696,30781,'_wp_old_slug','ravioli-capresi-v'),(2697,30781,'_wp_old_slug','rigatoni-mamma-mia-v'),(2698,30781,'_wp_old_slug','risotto-pisellie-gamberi'),(2699,30781,'_wp_old_slug','carbonara-de-mare'),(2700,30781,'_wp_old_slug','costata-di-manzo'),(2701,30781,'_wp_old_slug','polletto-al-mattone'),(2702,30781,'_wp_old_slug','costolette-di-agnello'),(2707,30792,'_wp_trash_meta_status','publish'),(2708,30792,'_wp_trash_meta_time','1618978884'),(2709,30794,'_wp_trash_meta_status','publish'),(2710,30794,'_wp_trash_meta_time','1618978955'),(2711,30796,'_wp_trash_meta_status','publish'),(2712,30796,'_wp_trash_meta_time','1618979002'),(2713,30798,'_wp_trash_meta_status','publish'),(2714,30798,'_wp_trash_meta_time','1618979108'),(2715,30743,'_wp_old_slug','mozzarelline-panate-3'),(2716,30741,'_wp_old_slug','mozzarelline-panate'),(2717,30744,'_wp_old_slug','mozzarelline-panate-3-2'),(2718,30745,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2719,30801,'_edit_lock','1618982177:5'),(2720,30801,'_edit_last','5'),(2721,30801,'dzsrst_meta_item_subtitle','as_ingredients'),(2722,30801,'dzsrst_meta_item_thumb',''),(2723,30801,'dzsrst_meta_item_bigimage',''),(2724,30801,'dzsrst_meta_item_price','220'),(2725,30801,'dzsrst_meta_item_icon',''),(2726,30801,'dzsrst_meta_item_ingredients',''),(2727,30801,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2728,30802,'price','499'),(2729,30802,'_edit_last','3'),(2730,30802,'_edit_lock','1618981624:3'),(2731,30802,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2732,30802,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2733,30802,'sku',''),(2734,30802,'mp_menu_gallery',''),(2735,30802,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2736,30802,'_wp_old_slug','mozzarelline-panate'),(2737,30802,'_wp_old_slug','mozzarelline-panate-3'),(2738,30802,'_wp_old_slug','mozzarelline-panate-3-2'),(2739,30802,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2740,30802,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2741,30802,'_wp_old_slug','fritto-mare'),(2742,30802,'_wp_old_slug','prosciutto-di-parma'),(2743,30802,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2744,30802,'_wp_old_slug','grilled-calamari-and-prawns'),(2745,30802,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2746,30802,'_wp_old_slug','straccetti-romana'),(2747,30802,'_wp_old_slug','sarde-grigliate'),(2748,30802,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2749,30802,'_wp_old_slug','carpaccio-di-manzo'),(2750,30802,'_wp_old_slug','leonardo-salad'),(2751,30802,'_wp_old_slug','augusto-salad'),(2752,30802,'_wp_old_slug','poseidon-salad'),(2753,30802,'_wp_old_slug','michelangelo-salad'),(2754,30802,'_wp_old_slug','gaspacho-soup'),(2755,30802,'_wp_old_slug','minestra-di-vegetali'),(2756,30802,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2757,30802,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2758,30802,'_wp_old_slug','ravioli-capresi-v'),(2759,30802,'_wp_old_slug','rigatoni-mamma-mia-v'),(2760,30802,'_wp_old_slug','risotto-pisellie-gamberi'),(2761,30802,'_wp_old_slug','carbonara-de-mare'),(2762,30802,'_wp_old_slug','costata-di-manzo'),(2763,30802,'_wp_old_slug','polletto-al-mattone'),(2764,30802,'_wp_old_slug','costolette-di-agnello'),(2765,30803,'price','420'),(2766,30803,'_edit_last','3'),(2767,30803,'_edit_lock','1618981486:3'),(2768,30803,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2769,30803,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2770,30803,'sku',''),(2771,30803,'mp_menu_gallery',''),(2772,30803,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2773,30803,'_wp_old_slug','mozzarelline-panate'),(2774,30803,'_wp_old_slug','mozzarelline-panate-3'),(2775,30803,'_wp_old_slug','mozzarelline-panate-3-2'),(2776,30803,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2777,30803,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2778,30803,'_wp_old_slug','fritto-mare'),(2779,30803,'_wp_old_slug','prosciutto-di-parma'),(2780,30803,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2781,30803,'_wp_old_slug','grilled-calamari-and-prawns'),(2782,30803,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2783,30803,'_wp_old_slug','straccetti-romana'),(2784,30803,'_wp_old_slug','sarde-grigliate'),(2785,30803,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2786,30803,'_wp_old_slug','carpaccio-di-manzo'),(2787,30803,'_wp_old_slug','leonardo-salad'),(2788,30803,'_wp_old_slug','augusto-salad'),(2789,30803,'_wp_old_slug','poseidon-salad'),(2790,30803,'_wp_old_slug','michelangelo-salad'),(2791,30803,'_wp_old_slug','gaspacho-soup'),(2792,30803,'_wp_old_slug','minestra-di-vegetali'),(2793,30803,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2794,30803,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2795,30803,'_wp_old_slug','ravioli-capresi-v'),(2796,30803,'_wp_old_slug','rigatoni-mamma-mia-v'),(2797,30803,'_wp_old_slug','risotto-pisellie-gamberi'),(2798,30803,'_wp_old_slug','carbonara-de-mare'),(2799,30803,'_wp_old_slug','costata-di-manzo'),(2800,30803,'_wp_old_slug','polletto-al-mattone'),(2801,30803,'_wp_old_slug','costolette-di-agnello'),(2802,30804,'price','390'),(2803,30804,'_edit_last','3'),(2804,30804,'_edit_lock','1618981624:3'),(2805,30804,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2806,30804,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2807,30804,'sku',''),(2808,30804,'mp_menu_gallery',''),(2809,30804,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2810,30804,'_wp_old_slug','mozzarelline-panate'),(2811,30804,'_wp_old_slug','mozzarelline-panate-3'),(2812,30804,'_wp_old_slug','mozzarelline-panate-3-2'),(2813,30804,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2814,30804,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2815,30804,'_wp_old_slug','fritto-mare'),(2816,30804,'_wp_old_slug','prosciutto-di-parma'),(2817,30804,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2818,30804,'_wp_old_slug','grilled-calamari-and-prawns'),(2819,30804,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2820,30804,'_wp_old_slug','straccetti-romana'),(2821,30804,'_wp_old_slug','sarde-grigliate'),(2822,30804,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2823,30804,'_wp_old_slug','carpaccio-di-manzo'),(2824,30804,'_wp_old_slug','leonardo-salad'),(2825,30804,'_wp_old_slug','augusto-salad'),(2826,30804,'_wp_old_slug','poseidon-salad'),(2827,30804,'_wp_old_slug','michelangelo-salad'),(2828,30804,'_wp_old_slug','gaspacho-soup'),(2829,30804,'_wp_old_slug','minestra-di-vegetali'),(2830,30804,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2831,30804,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2832,30804,'_wp_old_slug','ravioli-capresi-v'),(2833,30804,'_wp_old_slug','rigatoni-mamma-mia-v'),(2834,30804,'_wp_old_slug','risotto-pisellie-gamberi'),(2835,30804,'_wp_old_slug','carbonara-de-mare'),(2836,30804,'_wp_old_slug','costata-di-manzo'),(2837,30804,'_wp_old_slug','polletto-al-mattone'),(2838,30804,'_wp_old_slug','costolette-di-agnello'),(2839,30805,'price','400'),(2840,30805,'_edit_last','3'),(2841,30805,'_edit_lock','1618981442:3'),(2842,30805,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2843,30805,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2844,30805,'sku',''),(2845,30805,'mp_menu_gallery',''),(2846,30805,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2847,30805,'_wp_old_slug','mozzarelline-panate'),(2848,30805,'_wp_old_slug','mozzarelline-panate-3'),(2849,30805,'_wp_old_slug','mozzarelline-panate-3-2'),(2850,30805,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2851,30805,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2852,30805,'_wp_old_slug','fritto-mare'),(2853,30805,'_wp_old_slug','prosciutto-di-parma'),(2854,30805,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2855,30805,'_wp_old_slug','grilled-calamari-and-prawns'),(2856,30805,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2857,30805,'_wp_old_slug','straccetti-romana'),(2858,30805,'_wp_old_slug','sarde-grigliate'),(2859,30805,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2860,30805,'_wp_old_slug','carpaccio-di-manzo'),(2861,30805,'_wp_old_slug','leonardo-salad'),(2862,30805,'_wp_old_slug','augusto-salad'),(2863,30805,'_wp_old_slug','poseidon-salad'),(2864,30805,'_wp_old_slug','michelangelo-salad'),(2865,30805,'_wp_old_slug','gaspacho-soup'),(2866,30805,'_wp_old_slug','minestra-di-vegetali'),(2867,30805,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2868,30805,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2869,30805,'_wp_old_slug','ravioli-capresi-v'),(2870,30805,'_wp_old_slug','rigatoni-mamma-mia-v'),(2871,30805,'_wp_old_slug','risotto-pisellie-gamberi'),(2872,30805,'_wp_old_slug','carbonara-de-mare'),(2873,30805,'_wp_old_slug','costata-di-manzo'),(2874,30805,'_wp_old_slug','polletto-al-mattone'),(2875,30805,'_wp_old_slug','costolette-di-agnello'),(2876,30806,'price','850'),(2877,30806,'_edit_last','3'),(2878,30806,'_edit_lock','1618981623:3'),(2879,30806,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2880,30806,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2881,30806,'sku',''),(2882,30806,'mp_menu_gallery',''),(2883,30806,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2884,30806,'_wp_old_slug','mozzarelline-panate'),(2885,30806,'_wp_old_slug','mozzarelline-panate-3'),(2886,30806,'_wp_old_slug','mozzarelline-panate-3-2'),(2887,30806,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2888,30806,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2889,30806,'_wp_old_slug','fritto-mare'),(2890,30806,'_wp_old_slug','prosciutto-di-parma'),(2891,30806,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2892,30806,'_wp_old_slug','grilled-calamari-and-prawns'),(2893,30806,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2894,30806,'_wp_old_slug','straccetti-romana'),(2895,30806,'_wp_old_slug','sarde-grigliate'),(2896,30806,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2897,30806,'_wp_old_slug','carpaccio-di-manzo'),(2898,30806,'_wp_old_slug','leonardo-salad'),(2899,30806,'_wp_old_slug','augusto-salad'),(2900,30806,'_wp_old_slug','poseidon-salad'),(2901,30806,'_wp_old_slug','michelangelo-salad'),(2902,30806,'_wp_old_slug','gaspacho-soup'),(2903,30806,'_wp_old_slug','minestra-di-vegetali'),(2904,30806,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2905,30806,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2906,30806,'_wp_old_slug','ravioli-capresi-v'),(2907,30806,'_wp_old_slug','rigatoni-mamma-mia-v'),(2908,30806,'_wp_old_slug','risotto-pisellie-gamberi'),(2909,30806,'_wp_old_slug','carbonara-de-mare'),(2910,30806,'_wp_old_slug','costata-di-manzo'),(2911,30806,'_wp_old_slug','polletto-al-mattone'),(2912,30806,'_wp_old_slug','costolette-di-agnello'),(2913,30807,'price','180'),(2914,30807,'_edit_last','3'),(2915,30807,'_edit_lock','1618981621:3'),(2916,30807,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2917,30807,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2918,30807,'sku',''),(2919,30807,'mp_menu_gallery',''),(2920,30807,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2921,30807,'_wp_old_slug','mozzarelline-panate'),(2922,30807,'_wp_old_slug','mozzarelline-panate-3'),(2923,30807,'_wp_old_slug','mozzarelline-panate-3-2'),(2924,30807,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2925,30807,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2926,30807,'_wp_old_slug','fritto-mare'),(2927,30807,'_wp_old_slug','prosciutto-di-parma'),(2928,30807,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2929,30807,'_wp_old_slug','grilled-calamari-and-prawns'),(2930,30807,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2931,30807,'_wp_old_slug','straccetti-romana'),(2932,30807,'_wp_old_slug','sarde-grigliate'),(2933,30807,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2934,30807,'_wp_old_slug','carpaccio-di-manzo'),(2935,30807,'_wp_old_slug','leonardo-salad'),(2936,30807,'_wp_old_slug','augusto-salad'),(2937,30807,'_wp_old_slug','poseidon-salad'),(2938,30807,'_wp_old_slug','michelangelo-salad'),(2939,30807,'_wp_old_slug','gaspacho-soup'),(2940,30807,'_wp_old_slug','minestra-di-vegetali'),(2941,30807,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2942,30807,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2943,30807,'_wp_old_slug','ravioli-capresi-v'),(2944,30807,'_wp_old_slug','rigatoni-mamma-mia-v'),(2945,30807,'_wp_old_slug','risotto-pisellie-gamberi'),(2946,30807,'_wp_old_slug','carbonara-de-mare'),(2947,30807,'_wp_old_slug','costata-di-manzo'),(2948,30807,'_wp_old_slug','polletto-al-mattone'),(2949,30807,'_wp_old_slug','costolette-di-agnello'),(2950,30808,'price','238'),(2951,30808,'_edit_last','3'),(2952,30808,'_edit_lock','1618981622:3'),(2953,30808,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2954,30808,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2955,30808,'sku',''),(2956,30808,'mp_menu_gallery',''),(2957,30808,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2958,30808,'_wp_old_slug','mozzarelline-panate'),(2959,30808,'_wp_old_slug','mozzarelline-panate-3'),(2960,30808,'_wp_old_slug','mozzarelline-panate-3-2'),(2961,30808,'_wp_old_slug','mozzarelline-panate-3-2-2'),(2962,30808,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(2963,30808,'_wp_old_slug','fritto-mare'),(2964,30808,'_wp_old_slug','prosciutto-di-parma'),(2965,30808,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(2966,30808,'_wp_old_slug','grilled-calamari-and-prawns'),(2967,30808,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(2968,30808,'_wp_old_slug','straccetti-romana'),(2969,30808,'_wp_old_slug','sarde-grigliate'),(2970,30808,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(2971,30808,'_wp_old_slug','carpaccio-di-manzo'),(2972,30808,'_wp_old_slug','leonardo-salad'),(2973,30808,'_wp_old_slug','augusto-salad'),(2974,30808,'_wp_old_slug','poseidon-salad'),(2975,30808,'_wp_old_slug','michelangelo-salad'),(2976,30808,'_wp_old_slug','gaspacho-soup'),(2977,30808,'_wp_old_slug','minestra-di-vegetali'),(2978,30808,'_wp_old_slug','pappardelle-pasta-al-ragu'),(2979,30808,'_wp_old_slug','linguine-ai-frutti-di-mare'),(2980,30808,'_wp_old_slug','ravioli-capresi-v'),(2981,30808,'_wp_old_slug','rigatoni-mamma-mia-v'),(2982,30808,'_wp_old_slug','risotto-pisellie-gamberi'),(2983,30808,'_wp_old_slug','carbonara-de-mare'),(2984,30808,'_wp_old_slug','costata-di-manzo'),(2985,30808,'_wp_old_slug','polletto-al-mattone'),(2986,30808,'_wp_old_slug','costolette-di-agnello'),(2987,30807,'_wp_old_slug','costoletta-di-maiale'),(2988,30805,'_wp_old_slug','costoletta-di-maiale'),(2989,30803,'_wp_old_slug','costoletta-di-maiale'),(2990,30804,'_wp_old_slug','costoletta-di-maiale'),(2991,30802,'_wp_old_slug','costoletta-di-maiale'),(2992,30810,'price','210'),(2993,30810,'_edit_last','3'),(2994,30810,'_edit_lock','1618981825:3'),(2995,30810,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(2996,30810,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(2997,30810,'sku',''),(2998,30810,'mp_menu_gallery',''),(2999,30810,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3000,30810,'_wp_old_slug','mozzarelline-panate'),(3001,30810,'_wp_old_slug','mozzarelline-panate-3'),(3002,30810,'_wp_old_slug','mozzarelline-panate-3-2'),(3003,30810,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3004,30810,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3005,30810,'_wp_old_slug','fritto-mare'),(3006,30810,'_wp_old_slug','prosciutto-di-parma'),(3007,30810,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3008,30810,'_wp_old_slug','grilled-calamari-and-prawns'),(3009,30810,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3010,30810,'_wp_old_slug','straccetti-romana'),(3011,30810,'_wp_old_slug','sarde-grigliate'),(3012,30810,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3013,30810,'_wp_old_slug','carpaccio-di-manzo'),(3014,30810,'_wp_old_slug','leonardo-salad'),(3015,30810,'_wp_old_slug','augusto-salad'),(3016,30810,'_wp_old_slug','poseidon-salad'),(3017,30810,'_wp_old_slug','michelangelo-salad'),(3018,30810,'_wp_old_slug','gaspacho-soup'),(3019,30810,'_wp_old_slug','minestra-di-vegetali'),(3020,30810,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3021,30810,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3022,30810,'_wp_old_slug','ravioli-capresi-v'),(3023,30810,'_wp_old_slug','rigatoni-mamma-mia-v'),(3024,30810,'_wp_old_slug','risotto-pisellie-gamberi'),(3025,30810,'_wp_old_slug','carbonara-de-mare'),(3026,30810,'_wp_old_slug','costata-di-manzo'),(3027,30810,'_wp_old_slug','polletto-al-mattone'),(3028,30810,'_wp_old_slug','costolette-di-agnello'),(3029,30810,'_wp_old_slug','costoletta-di-maiale'),(3030,30811,'price','375'),(3031,30811,'_edit_last','3'),(3032,30811,'_edit_lock','1618981825:3'),(3033,30811,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3034,30811,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3035,30811,'sku',''),(3036,30811,'mp_menu_gallery',''),(3037,30811,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3038,30811,'_wp_old_slug','mozzarelline-panate'),(3039,30811,'_wp_old_slug','mozzarelline-panate-3'),(3040,30811,'_wp_old_slug','mozzarelline-panate-3-2'),(3041,30811,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3042,30811,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3043,30811,'_wp_old_slug','fritto-mare'),(3044,30811,'_wp_old_slug','prosciutto-di-parma'),(3045,30811,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3046,30811,'_wp_old_slug','grilled-calamari-and-prawns'),(3047,30811,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3048,30811,'_wp_old_slug','straccetti-romana'),(3049,30811,'_wp_old_slug','sarde-grigliate'),(3050,30811,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3051,30811,'_wp_old_slug','carpaccio-di-manzo'),(3052,30811,'_wp_old_slug','leonardo-salad'),(3053,30811,'_wp_old_slug','augusto-salad'),(3054,30811,'_wp_old_slug','poseidon-salad'),(3055,30811,'_wp_old_slug','michelangelo-salad'),(3056,30811,'_wp_old_slug','gaspacho-soup'),(3057,30811,'_wp_old_slug','minestra-di-vegetali'),(3058,30811,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3059,30811,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3060,30811,'_wp_old_slug','ravioli-capresi-v'),(3061,30811,'_wp_old_slug','rigatoni-mamma-mia-v'),(3062,30811,'_wp_old_slug','risotto-pisellie-gamberi'),(3063,30811,'_wp_old_slug','carbonara-de-mare'),(3064,30811,'_wp_old_slug','costata-di-manzo'),(3065,30811,'_wp_old_slug','polletto-al-mattone'),(3066,30811,'_wp_old_slug','costolette-di-agnello'),(3067,30811,'_wp_old_slug','costoletta-di-maiale'),(3068,30812,'price','850'),(3069,30812,'_edit_last','3'),(3070,30812,'_edit_lock','1618981728:3'),(3071,30812,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3072,30812,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3073,30812,'sku',''),(3074,30812,'mp_menu_gallery',''),(3075,30812,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3076,30812,'_wp_old_slug','mozzarelline-panate'),(3077,30812,'_wp_old_slug','mozzarelline-panate-3'),(3078,30812,'_wp_old_slug','mozzarelline-panate-3-2'),(3079,30812,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3080,30812,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3081,30812,'_wp_old_slug','fritto-mare'),(3082,30812,'_wp_old_slug','prosciutto-di-parma'),(3083,30812,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3084,30812,'_wp_old_slug','grilled-calamari-and-prawns'),(3085,30812,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3086,30812,'_wp_old_slug','straccetti-romana'),(3087,30812,'_wp_old_slug','sarde-grigliate'),(3088,30812,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3089,30812,'_wp_old_slug','carpaccio-di-manzo'),(3090,30812,'_wp_old_slug','leonardo-salad'),(3091,30812,'_wp_old_slug','augusto-salad'),(3092,30812,'_wp_old_slug','poseidon-salad'),(3093,30812,'_wp_old_slug','michelangelo-salad'),(3094,30812,'_wp_old_slug','gaspacho-soup'),(3095,30812,'_wp_old_slug','minestra-di-vegetali'),(3096,30812,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3097,30812,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3098,30812,'_wp_old_slug','ravioli-capresi-v'),(3099,30812,'_wp_old_slug','rigatoni-mamma-mia-v'),(3100,30812,'_wp_old_slug','risotto-pisellie-gamberi'),(3101,30812,'_wp_old_slug','carbonara-de-mare'),(3102,30812,'_wp_old_slug','costata-di-manzo'),(3103,30812,'_wp_old_slug','polletto-al-mattone'),(3104,30812,'_wp_old_slug','costolette-di-agnello'),(3105,30812,'_wp_old_slug','costoletta-di-maiale'),(3106,30813,'price','800'),(3107,30813,'_edit_last','3'),(3108,30813,'_edit_lock','1618981825:3'),(3109,30813,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3110,30813,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3111,30813,'sku',''),(3112,30813,'mp_menu_gallery',''),(3113,30813,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3114,30813,'_wp_old_slug','mozzarelline-panate'),(3115,30813,'_wp_old_slug','mozzarelline-panate-3'),(3116,30813,'_wp_old_slug','mozzarelline-panate-3-2'),(3117,30813,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3118,30813,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3119,30813,'_wp_old_slug','fritto-mare'),(3120,30813,'_wp_old_slug','prosciutto-di-parma'),(3121,30813,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3122,30813,'_wp_old_slug','grilled-calamari-and-prawns'),(3123,30813,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3124,30813,'_wp_old_slug','straccetti-romana'),(3125,30813,'_wp_old_slug','sarde-grigliate'),(3126,30813,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3127,30813,'_wp_old_slug','carpaccio-di-manzo'),(3128,30813,'_wp_old_slug','leonardo-salad'),(3129,30813,'_wp_old_slug','augusto-salad'),(3130,30813,'_wp_old_slug','poseidon-salad'),(3131,30813,'_wp_old_slug','michelangelo-salad'),(3132,30813,'_wp_old_slug','gaspacho-soup'),(3133,30813,'_wp_old_slug','minestra-di-vegetali'),(3134,30813,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3135,30813,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3136,30813,'_wp_old_slug','ravioli-capresi-v'),(3137,30813,'_wp_old_slug','rigatoni-mamma-mia-v'),(3138,30813,'_wp_old_slug','risotto-pisellie-gamberi'),(3139,30813,'_wp_old_slug','carbonara-de-mare'),(3140,30813,'_wp_old_slug','costata-di-manzo'),(3141,30813,'_wp_old_slug','polletto-al-mattone'),(3142,30813,'_wp_old_slug','costolette-di-agnello'),(3143,30813,'_wp_old_slug','costoletta-di-maiale'),(3144,30814,'price','1100'),(3145,30814,'_edit_last','3'),(3146,30814,'_edit_lock','1618981729:3'),(3147,30814,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3148,30814,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3149,30814,'sku',''),(3150,30814,'mp_menu_gallery',''),(3151,30814,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3152,30814,'_wp_old_slug','mozzarelline-panate'),(3153,30814,'_wp_old_slug','mozzarelline-panate-3'),(3154,30814,'_wp_old_slug','mozzarelline-panate-3-2'),(3155,30814,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3156,30814,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3157,30814,'_wp_old_slug','fritto-mare'),(3158,30814,'_wp_old_slug','prosciutto-di-parma'),(3159,30814,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3160,30814,'_wp_old_slug','grilled-calamari-and-prawns'),(3161,30814,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3162,30814,'_wp_old_slug','straccetti-romana'),(3163,30814,'_wp_old_slug','sarde-grigliate'),(3164,30814,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3165,30814,'_wp_old_slug','carpaccio-di-manzo'),(3166,30814,'_wp_old_slug','leonardo-salad'),(3167,30814,'_wp_old_slug','augusto-salad'),(3168,30814,'_wp_old_slug','poseidon-salad'),(3169,30814,'_wp_old_slug','michelangelo-salad'),(3170,30814,'_wp_old_slug','gaspacho-soup'),(3171,30814,'_wp_old_slug','minestra-di-vegetali'),(3172,30814,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3173,30814,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3174,30814,'_wp_old_slug','ravioli-capresi-v'),(3175,30814,'_wp_old_slug','rigatoni-mamma-mia-v'),(3176,30814,'_wp_old_slug','risotto-pisellie-gamberi'),(3177,30814,'_wp_old_slug','carbonara-de-mare'),(3178,30814,'_wp_old_slug','costata-di-manzo'),(3179,30814,'_wp_old_slug','polletto-al-mattone'),(3180,30814,'_wp_old_slug','costolette-di-agnello'),(3181,30814,'_wp_old_slug','costoletta-di-maiale'),(3182,30814,'_wp_old_slug','vilafonte-the-old-dirt'),(3183,30812,'_wp_old_slug','vilafonte-the-old-dirt'),(3184,30811,'_wp_old_slug','vilafonte-the-old-dirt'),(3185,30815,'price','278'),(3186,30815,'_edit_last','3'),(3187,30815,'_edit_lock','1618981859:3'),(3188,30815,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3189,30815,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3190,30815,'sku',''),(3191,30815,'mp_menu_gallery',''),(3192,30815,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3193,30815,'_wp_old_slug','mozzarelline-panate'),(3194,30815,'_wp_old_slug','mozzarelline-panate-3'),(3195,30815,'_wp_old_slug','mozzarelline-panate-3-2'),(3196,30815,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3197,30815,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3198,30815,'_wp_old_slug','fritto-mare'),(3199,30815,'_wp_old_slug','prosciutto-di-parma'),(3200,30815,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3201,30815,'_wp_old_slug','grilled-calamari-and-prawns'),(3202,30815,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3203,30815,'_wp_old_slug','straccetti-romana'),(3204,30815,'_wp_old_slug','sarde-grigliate'),(3205,30815,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3206,30815,'_wp_old_slug','carpaccio-di-manzo'),(3207,30815,'_wp_old_slug','leonardo-salad'),(3208,30815,'_wp_old_slug','augusto-salad'),(3209,30815,'_wp_old_slug','poseidon-salad'),(3210,30815,'_wp_old_slug','michelangelo-salad'),(3211,30815,'_wp_old_slug','gaspacho-soup'),(3212,30815,'_wp_old_slug','minestra-di-vegetali'),(3213,30815,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3214,30815,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3215,30815,'_wp_old_slug','ravioli-capresi-v'),(3216,30815,'_wp_old_slug','rigatoni-mamma-mia-v'),(3217,30815,'_wp_old_slug','risotto-pisellie-gamberi'),(3218,30815,'_wp_old_slug','carbonara-de-mare'),(3219,30815,'_wp_old_slug','costata-di-manzo'),(3220,30815,'_wp_old_slug','polletto-al-mattone'),(3221,30815,'_wp_old_slug','costolette-di-agnello'),(3222,30815,'_wp_old_slug','costoletta-di-maiale'),(3223,30815,'_wp_old_slug','morgenster-sangiovese'),(3224,30816,'price','175'),(3225,30816,'_edit_last','3'),(3226,30816,'_edit_lock','1618981941:3'),(3227,30816,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3228,30816,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3229,30816,'sku',''),(3230,30816,'mp_menu_gallery',''),(3231,30816,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3232,30816,'_wp_old_slug','mozzarelline-panate'),(3233,30816,'_wp_old_slug','mozzarelline-panate-3'),(3234,30816,'_wp_old_slug','mozzarelline-panate-3-2'),(3235,30816,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3236,30816,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3237,30816,'_wp_old_slug','fritto-mare'),(3238,30816,'_wp_old_slug','prosciutto-di-parma'),(3239,30816,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3240,30816,'_wp_old_slug','grilled-calamari-and-prawns'),(3241,30816,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3242,30816,'_wp_old_slug','straccetti-romana'),(3243,30816,'_wp_old_slug','sarde-grigliate'),(3244,30816,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3245,30816,'_wp_old_slug','carpaccio-di-manzo'),(3246,30816,'_wp_old_slug','leonardo-salad'),(3247,30816,'_wp_old_slug','augusto-salad'),(3248,30816,'_wp_old_slug','poseidon-salad'),(3249,30816,'_wp_old_slug','michelangelo-salad'),(3250,30816,'_wp_old_slug','gaspacho-soup'),(3251,30816,'_wp_old_slug','minestra-di-vegetali'),(3252,30816,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3253,30816,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3254,30816,'_wp_old_slug','ravioli-capresi-v'),(3255,30816,'_wp_old_slug','rigatoni-mamma-mia-v'),(3256,30816,'_wp_old_slug','risotto-pisellie-gamberi'),(3257,30816,'_wp_old_slug','carbonara-de-mare'),(3258,30816,'_wp_old_slug','costata-di-manzo'),(3259,30816,'_wp_old_slug','polletto-al-mattone'),(3260,30816,'_wp_old_slug','costolette-di-agnello'),(3261,30816,'_wp_old_slug','costoletta-di-maiale'),(3262,30816,'_wp_old_slug','morgenster-sangiovese'),(3263,30816,'_wp_old_slug','opulence'),(3264,30817,'price','515'),(3265,30817,'_edit_last','3'),(3266,30817,'_edit_lock','1618982049:3'),(3267,30817,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3268,30817,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3269,30817,'sku',''),(3270,30817,'mp_menu_gallery',''),(3271,30817,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3272,30817,'_wp_old_slug','mozzarelline-panate'),(3273,30817,'_wp_old_slug','mozzarelline-panate-3'),(3274,30817,'_wp_old_slug','mozzarelline-panate-3-2'),(3275,30817,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3276,30817,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3277,30817,'_wp_old_slug','fritto-mare'),(3278,30817,'_wp_old_slug','prosciutto-di-parma'),(3279,30817,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3280,30817,'_wp_old_slug','grilled-calamari-and-prawns'),(3281,30817,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3282,30817,'_wp_old_slug','straccetti-romana'),(3283,30817,'_wp_old_slug','sarde-grigliate'),(3284,30817,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3285,30817,'_wp_old_slug','carpaccio-di-manzo'),(3286,30817,'_wp_old_slug','leonardo-salad'),(3287,30817,'_wp_old_slug','augusto-salad'),(3288,30817,'_wp_old_slug','poseidon-salad'),(3289,30817,'_wp_old_slug','michelangelo-salad'),(3290,30817,'_wp_old_slug','gaspacho-soup'),(3291,30817,'_wp_old_slug','minestra-di-vegetali'),(3292,30817,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3293,30817,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3294,30817,'_wp_old_slug','ravioli-capresi-v'),(3295,30817,'_wp_old_slug','rigatoni-mamma-mia-v'),(3296,30817,'_wp_old_slug','risotto-pisellie-gamberi'),(3297,30817,'_wp_old_slug','carbonara-de-mare'),(3298,30817,'_wp_old_slug','costata-di-manzo'),(3299,30817,'_wp_old_slug','polletto-al-mattone'),(3300,30817,'_wp_old_slug','costolette-di-agnello'),(3301,30817,'_wp_old_slug','costoletta-di-maiale'),(3302,30817,'_wp_old_slug','morgenster-sangiovese'),(3303,30817,'_wp_old_slug','opulence'),(3304,30818,'price','250'),(3305,30818,'_edit_last','3'),(3306,30818,'_edit_lock','1618982195:3'),(3307,30818,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3308,30818,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3309,30818,'sku',''),(3310,30818,'mp_menu_gallery',''),(3311,30818,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3312,30818,'_wp_old_slug','mozzarelline-panate'),(3313,30818,'_wp_old_slug','mozzarelline-panate-3'),(3314,30818,'_wp_old_slug','mozzarelline-panate-3-2'),(3315,30818,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3316,30818,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3317,30818,'_wp_old_slug','fritto-mare'),(3318,30818,'_wp_old_slug','prosciutto-di-parma'),(3319,30818,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3320,30818,'_wp_old_slug','grilled-calamari-and-prawns'),(3321,30818,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3322,30818,'_wp_old_slug','straccetti-romana'),(3323,30818,'_wp_old_slug','sarde-grigliate'),(3324,30818,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3325,30818,'_wp_old_slug','carpaccio-di-manzo'),(3326,30818,'_wp_old_slug','leonardo-salad'),(3327,30818,'_wp_old_slug','augusto-salad'),(3328,30818,'_wp_old_slug','poseidon-salad'),(3329,30818,'_wp_old_slug','michelangelo-salad'),(3330,30818,'_wp_old_slug','gaspacho-soup'),(3331,30818,'_wp_old_slug','minestra-di-vegetali'),(3332,30818,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3333,30818,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3334,30818,'_wp_old_slug','ravioli-capresi-v'),(3335,30818,'_wp_old_slug','rigatoni-mamma-mia-v'),(3336,30818,'_wp_old_slug','risotto-pisellie-gamberi'),(3337,30818,'_wp_old_slug','carbonara-de-mare'),(3338,30818,'_wp_old_slug','costata-di-manzo'),(3339,30818,'_wp_old_slug','polletto-al-mattone'),(3340,30818,'_wp_old_slug','costolette-di-agnello'),(3341,30818,'_wp_old_slug','costoletta-di-maiale'),(3342,30818,'_wp_old_slug','morgenster-sangiovese'),(3343,30818,'_wp_old_slug','opulence'),(3344,30819,'price','415'),(3345,30819,'_edit_last','3'),(3346,30819,'_edit_lock','1618982051:3'),(3347,30819,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3348,30819,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3349,30819,'sku',''),(3350,30819,'mp_menu_gallery',''),(3351,30819,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3352,30819,'_wp_old_slug','mozzarelline-panate'),(3353,30819,'_wp_old_slug','mozzarelline-panate-3'),(3354,30819,'_wp_old_slug','mozzarelline-panate-3-2'),(3355,30819,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3356,30819,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3357,30819,'_wp_old_slug','fritto-mare'),(3358,30819,'_wp_old_slug','prosciutto-di-parma'),(3359,30819,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3360,30819,'_wp_old_slug','grilled-calamari-and-prawns'),(3361,30819,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3362,30819,'_wp_old_slug','straccetti-romana'),(3363,30819,'_wp_old_slug','sarde-grigliate'),(3364,30819,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3365,30819,'_wp_old_slug','carpaccio-di-manzo'),(3366,30819,'_wp_old_slug','leonardo-salad'),(3367,30819,'_wp_old_slug','augusto-salad'),(3368,30819,'_wp_old_slug','poseidon-salad'),(3369,30819,'_wp_old_slug','michelangelo-salad'),(3370,30819,'_wp_old_slug','gaspacho-soup'),(3371,30819,'_wp_old_slug','minestra-di-vegetali'),(3372,30819,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3373,30819,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3374,30819,'_wp_old_slug','ravioli-capresi-v'),(3375,30819,'_wp_old_slug','rigatoni-mamma-mia-v'),(3376,30819,'_wp_old_slug','risotto-pisellie-gamberi'),(3377,30819,'_wp_old_slug','carbonara-de-mare'),(3378,30819,'_wp_old_slug','costata-di-manzo'),(3379,30819,'_wp_old_slug','polletto-al-mattone'),(3380,30819,'_wp_old_slug','costolette-di-agnello'),(3381,30819,'_wp_old_slug','costoletta-di-maiale'),(3382,30819,'_wp_old_slug','morgenster-sangiovese'),(3383,30819,'_wp_old_slug','opulence'),(3384,30818,'_wp_old_slug','durbanville-hills-shiraz'),(3385,30819,'_wp_old_slug','durbanville-hills-shiraz'),(3386,30820,'price','268'),(3387,30820,'_edit_last','3'),(3388,30820,'_edit_lock','1618982162:3'),(3389,30820,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3390,30820,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3391,30820,'sku',''),(3392,30820,'mp_menu_gallery',''),(3393,30820,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3394,30820,'_wp_old_slug','mozzarelline-panate'),(3395,30820,'_wp_old_slug','mozzarelline-panate-3'),(3396,30820,'_wp_old_slug','mozzarelline-panate-3-2'),(3397,30820,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3398,30820,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3399,30820,'_wp_old_slug','fritto-mare'),(3400,30820,'_wp_old_slug','prosciutto-di-parma'),(3401,30820,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3402,30820,'_wp_old_slug','grilled-calamari-and-prawns'),(3403,30820,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3404,30820,'_wp_old_slug','straccetti-romana'),(3405,30820,'_wp_old_slug','sarde-grigliate'),(3406,30820,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3407,30820,'_wp_old_slug','carpaccio-di-manzo'),(3408,30820,'_wp_old_slug','leonardo-salad'),(3409,30820,'_wp_old_slug','augusto-salad'),(3410,30820,'_wp_old_slug','poseidon-salad'),(3411,30820,'_wp_old_slug','michelangelo-salad'),(3412,30820,'_wp_old_slug','gaspacho-soup'),(3413,30820,'_wp_old_slug','minestra-di-vegetali'),(3414,30820,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3415,30820,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3416,30820,'_wp_old_slug','ravioli-capresi-v'),(3417,30820,'_wp_old_slug','rigatoni-mamma-mia-v'),(3418,30820,'_wp_old_slug','risotto-pisellie-gamberi'),(3419,30820,'_wp_old_slug','carbonara-de-mare'),(3420,30820,'_wp_old_slug','costata-di-manzo'),(3421,30820,'_wp_old_slug','polletto-al-mattone'),(3422,30820,'_wp_old_slug','costolette-di-agnello'),(3423,30820,'_wp_old_slug','costoletta-di-maiale'),(3424,30820,'_wp_old_slug','morgenster-sangiovese'),(3425,30820,'_wp_old_slug','opulence'),(3426,481,'dzs_meta_order_for_term_13','1'),(3427,30820,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3428,30821,'price','850'),(3429,30821,'_edit_last','3'),(3430,30821,'_edit_lock','1618982378:3'),(3431,30821,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3432,30821,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3433,30821,'sku',''),(3434,30821,'mp_menu_gallery',''),(3435,30821,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3436,30821,'_wp_old_slug','mozzarelline-panate'),(3437,30821,'_wp_old_slug','mozzarelline-panate-3'),(3438,30821,'_wp_old_slug','mozzarelline-panate-3-2'),(3439,30821,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3440,30821,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3441,30821,'_wp_old_slug','fritto-mare'),(3442,30821,'_wp_old_slug','prosciutto-di-parma'),(3443,30821,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3444,30821,'_wp_old_slug','grilled-calamari-and-prawns'),(3445,30821,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3446,30821,'_wp_old_slug','straccetti-romana'),(3447,30821,'_wp_old_slug','sarde-grigliate'),(3448,30821,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3449,30821,'_wp_old_slug','carpaccio-di-manzo'),(3450,30821,'_wp_old_slug','leonardo-salad'),(3451,30821,'_wp_old_slug','augusto-salad'),(3452,30821,'_wp_old_slug','poseidon-salad'),(3453,30821,'_wp_old_slug','michelangelo-salad'),(3454,30821,'_wp_old_slug','gaspacho-soup'),(3455,30821,'_wp_old_slug','minestra-di-vegetali'),(3456,30821,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3457,30821,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3458,30821,'_wp_old_slug','ravioli-capresi-v'),(3459,30821,'_wp_old_slug','rigatoni-mamma-mia-v'),(3460,30821,'_wp_old_slug','risotto-pisellie-gamberi'),(3461,30821,'_wp_old_slug','carbonara-de-mare'),(3462,30821,'_wp_old_slug','costata-di-manzo'),(3463,30821,'_wp_old_slug','polletto-al-mattone'),(3464,30821,'_wp_old_slug','costolette-di-agnello'),(3465,30821,'_wp_old_slug','costoletta-di-maiale'),(3466,30821,'_wp_old_slug','morgenster-sangiovese'),(3467,30821,'_wp_old_slug','opulence'),(3468,30821,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3469,30822,'price','415'),(3470,30822,'_edit_last','3'),(3471,30822,'_edit_lock','1618982377:3'),(3472,30822,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3473,30822,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3474,30822,'sku',''),(3475,30822,'mp_menu_gallery',''),(3476,30822,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3477,30822,'_wp_old_slug','mozzarelline-panate'),(3478,30822,'_wp_old_slug','mozzarelline-panate-3'),(3479,30822,'_wp_old_slug','mozzarelline-panate-3-2'),(3480,30822,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3481,30822,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3482,30822,'_wp_old_slug','fritto-mare'),(3483,30822,'_wp_old_slug','prosciutto-di-parma'),(3484,30822,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3485,30822,'_wp_old_slug','grilled-calamari-and-prawns'),(3486,30822,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3487,30822,'_wp_old_slug','straccetti-romana'),(3488,30822,'_wp_old_slug','sarde-grigliate'),(3489,30822,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3490,30822,'_wp_old_slug','carpaccio-di-manzo'),(3491,30822,'_wp_old_slug','leonardo-salad'),(3492,30822,'_wp_old_slug','augusto-salad'),(3493,30822,'_wp_old_slug','poseidon-salad'),(3494,30822,'_wp_old_slug','michelangelo-salad'),(3495,30822,'_wp_old_slug','gaspacho-soup'),(3496,30822,'_wp_old_slug','minestra-di-vegetali'),(3497,30822,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3498,30822,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3499,30822,'_wp_old_slug','ravioli-capresi-v'),(3500,30822,'_wp_old_slug','rigatoni-mamma-mia-v'),(3501,30822,'_wp_old_slug','risotto-pisellie-gamberi'),(3502,30822,'_wp_old_slug','carbonara-de-mare'),(3503,30822,'_wp_old_slug','costata-di-manzo'),(3504,30822,'_wp_old_slug','polletto-al-mattone'),(3505,30822,'_wp_old_slug','costolette-di-agnello'),(3506,30822,'_wp_old_slug','costoletta-di-maiale'),(3507,30822,'_wp_old_slug','morgenster-sangiovese'),(3508,30822,'_wp_old_slug','opulence'),(3509,30822,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3510,30823,'price','435'),(3511,30823,'_edit_last','3'),(3512,30823,'_edit_lock','1618982377:3'),(3513,30823,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3514,30823,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3515,30823,'sku',''),(3516,30823,'mp_menu_gallery',''),(3517,30823,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3518,30823,'_wp_old_slug','mozzarelline-panate'),(3519,30823,'_wp_old_slug','mozzarelline-panate-3'),(3520,30823,'_wp_old_slug','mozzarelline-panate-3-2'),(3521,30823,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3522,30823,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3523,30823,'_wp_old_slug','fritto-mare'),(3524,30823,'_wp_old_slug','prosciutto-di-parma'),(3525,30823,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3526,30823,'_wp_old_slug','grilled-calamari-and-prawns'),(3527,30823,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3528,30823,'_wp_old_slug','straccetti-romana'),(3529,30823,'_wp_old_slug','sarde-grigliate'),(3530,30823,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3531,30823,'_wp_old_slug','carpaccio-di-manzo'),(3532,30823,'_wp_old_slug','leonardo-salad'),(3533,30823,'_wp_old_slug','augusto-salad'),(3534,30823,'_wp_old_slug','poseidon-salad'),(3535,30823,'_wp_old_slug','michelangelo-salad'),(3536,30823,'_wp_old_slug','gaspacho-soup'),(3537,30823,'_wp_old_slug','minestra-di-vegetali'),(3538,30823,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3539,30823,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3540,30823,'_wp_old_slug','ravioli-capresi-v'),(3541,30823,'_wp_old_slug','rigatoni-mamma-mia-v'),(3542,30823,'_wp_old_slug','risotto-pisellie-gamberi'),(3543,30823,'_wp_old_slug','carbonara-de-mare'),(3544,30823,'_wp_old_slug','costata-di-manzo'),(3545,30823,'_wp_old_slug','polletto-al-mattone'),(3546,30823,'_wp_old_slug','costolette-di-agnello'),(3547,30823,'_wp_old_slug','costoletta-di-maiale'),(3548,30823,'_wp_old_slug','morgenster-sangiovese'),(3549,30823,'_wp_old_slug','opulence'),(3550,30823,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3551,30824,'_edit_lock','1618982310:5'),(3552,30824,'_edit_last','5'),(3553,30824,'dzsrst_meta_item_subtitle','as_ingredients'),(3554,30824,'dzsrst_meta_item_thumb',''),(3555,30824,'dzsrst_meta_item_bigimage',''),(3556,30824,'dzsrst_meta_item_price','160'),(3557,30824,'dzsrst_meta_item_icon',''),(3558,30824,'dzsrst_meta_item_ingredients',''),(3559,30824,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3560,30823,'_wp_old_slug','newton-jhonson-family-felicite-pinot'),(3561,30825,'price','175'),(3562,30825,'_edit_last','3'),(3563,30825,'_edit_lock','1618982441:3'),(3564,30825,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3565,30825,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3566,30825,'sku',''),(3567,30825,'mp_menu_gallery',''),(3568,30825,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3569,30825,'_wp_old_slug','mozzarelline-panate'),(3570,30825,'_wp_old_slug','mozzarelline-panate-3'),(3571,30825,'_wp_old_slug','mozzarelline-panate-3-2'),(3572,30825,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3573,30825,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3574,30825,'_wp_old_slug','fritto-mare'),(3575,30825,'_wp_old_slug','prosciutto-di-parma'),(3576,30825,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3577,30825,'_wp_old_slug','grilled-calamari-and-prawns'),(3578,30825,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3579,30825,'_wp_old_slug','straccetti-romana'),(3580,30825,'_wp_old_slug','sarde-grigliate'),(3581,30825,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3582,30825,'_wp_old_slug','carpaccio-di-manzo'),(3583,30825,'_wp_old_slug','leonardo-salad'),(3584,30825,'_wp_old_slug','augusto-salad'),(3585,30825,'_wp_old_slug','poseidon-salad'),(3586,30825,'_wp_old_slug','michelangelo-salad'),(3587,30825,'_wp_old_slug','gaspacho-soup'),(3588,30825,'_wp_old_slug','minestra-di-vegetali'),(3589,30825,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3590,30825,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3591,30825,'_wp_old_slug','ravioli-capresi-v'),(3592,30825,'_wp_old_slug','rigatoni-mamma-mia-v'),(3593,30825,'_wp_old_slug','risotto-pisellie-gamberi'),(3594,30825,'_wp_old_slug','carbonara-de-mare'),(3595,30825,'_wp_old_slug','costata-di-manzo'),(3596,30825,'_wp_old_slug','polletto-al-mattone'),(3597,30825,'_wp_old_slug','costolette-di-agnello'),(3598,30825,'_wp_old_slug','costoletta-di-maiale'),(3599,30825,'_wp_old_slug','morgenster-sangiovese'),(3600,30825,'_wp_old_slug','opulence'),(3601,30825,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3602,30825,'_wp_old_slug','iona-single-vineyard-kroon-pinot-noir'),(3603,30826,'_edit_lock','1618982687:5'),(3604,30826,'_edit_last','5'),(3605,30826,'dzsrst_meta_item_subtitle','as_ingredients'),(3606,30826,'dzsrst_meta_item_thumb',''),(3607,30826,'dzsrst_meta_item_bigimage',''),(3608,30826,'dzsrst_meta_item_price','175'),(3609,30826,'dzsrst_meta_item_icon',''),(3610,30826,'dzsrst_meta_item_ingredients',''),(3611,30826,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3612,30827,'price','495'),(3613,30827,'_edit_last','3'),(3614,30827,'_edit_lock','1618982551:3'),(3615,30827,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3616,30827,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3617,30827,'sku',''),(3618,30827,'mp_menu_gallery',''),(3619,30827,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3620,30827,'_wp_old_slug','mozzarelline-panate'),(3621,30827,'_wp_old_slug','mozzarelline-panate-3'),(3622,30827,'_wp_old_slug','mozzarelline-panate-3-2'),(3623,30827,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3624,30827,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3625,30827,'_wp_old_slug','fritto-mare'),(3626,30827,'_wp_old_slug','prosciutto-di-parma'),(3627,30827,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3628,30827,'_wp_old_slug','grilled-calamari-and-prawns'),(3629,30827,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3630,30827,'_wp_old_slug','straccetti-romana'),(3631,30827,'_wp_old_slug','sarde-grigliate'),(3632,30827,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3633,30827,'_wp_old_slug','carpaccio-di-manzo'),(3634,30827,'_wp_old_slug','leonardo-salad'),(3635,30827,'_wp_old_slug','augusto-salad'),(3636,30827,'_wp_old_slug','poseidon-salad'),(3637,30827,'_wp_old_slug','michelangelo-salad'),(3638,30827,'_wp_old_slug','gaspacho-soup'),(3639,30827,'_wp_old_slug','minestra-di-vegetali'),(3640,30827,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3641,30827,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3642,30827,'_wp_old_slug','ravioli-capresi-v'),(3643,30827,'_wp_old_slug','rigatoni-mamma-mia-v'),(3644,30827,'_wp_old_slug','risotto-pisellie-gamberi'),(3645,30827,'_wp_old_slug','carbonara-de-mare'),(3646,30827,'_wp_old_slug','costata-di-manzo'),(3647,30827,'_wp_old_slug','polletto-al-mattone'),(3648,30827,'_wp_old_slug','costolette-di-agnello'),(3649,30827,'_wp_old_slug','costoletta-di-maiale'),(3650,30827,'_wp_old_slug','morgenster-sangiovese'),(3651,30827,'_wp_old_slug','opulence'),(3652,30827,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3653,30827,'_wp_old_slug','iona-single-vineyard-kroon-pinot-noir'),(3654,30828,'price','370'),(3655,30828,'_edit_last','3'),(3656,30828,'_edit_lock','1618982552:3'),(3657,30828,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3658,30828,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3659,30828,'sku',''),(3660,30828,'mp_menu_gallery',''),(3661,30828,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3662,30828,'_wp_old_slug','mozzarelline-panate'),(3663,30828,'_wp_old_slug','mozzarelline-panate-3'),(3664,30828,'_wp_old_slug','mozzarelline-panate-3-2'),(3665,30828,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3666,30828,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3667,30828,'_wp_old_slug','fritto-mare'),(3668,30828,'_wp_old_slug','prosciutto-di-parma'),(3669,30828,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3670,30828,'_wp_old_slug','grilled-calamari-and-prawns'),(3671,30828,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3672,30828,'_wp_old_slug','straccetti-romana'),(3673,30828,'_wp_old_slug','sarde-grigliate'),(3674,30828,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3675,30828,'_wp_old_slug','carpaccio-di-manzo'),(3676,30828,'_wp_old_slug','leonardo-salad'),(3677,30828,'_wp_old_slug','augusto-salad'),(3678,30828,'_wp_old_slug','poseidon-salad'),(3679,30828,'_wp_old_slug','michelangelo-salad'),(3680,30828,'_wp_old_slug','gaspacho-soup'),(3681,30828,'_wp_old_slug','minestra-di-vegetali'),(3682,30828,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3683,30828,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3684,30828,'_wp_old_slug','ravioli-capresi-v'),(3685,30828,'_wp_old_slug','rigatoni-mamma-mia-v'),(3686,30828,'_wp_old_slug','risotto-pisellie-gamberi'),(3687,30828,'_wp_old_slug','carbonara-de-mare'),(3688,30828,'_wp_old_slug','costata-di-manzo'),(3689,30828,'_wp_old_slug','polletto-al-mattone'),(3690,30828,'_wp_old_slug','costolette-di-agnello'),(3691,30828,'_wp_old_slug','costoletta-di-maiale'),(3692,30828,'_wp_old_slug','morgenster-sangiovese'),(3693,30828,'_wp_old_slug','opulence'),(3694,30828,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3695,30828,'_wp_old_slug','iona-single-vineyard-kroon-pinot-noir'),(3696,30829,'price','235'),(3697,30829,'_edit_last','3'),(3698,30829,'_edit_lock','1618982552:3'),(3699,30829,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(3700,30829,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(3701,30829,'sku',''),(3702,30829,'mp_menu_gallery',''),(3703,30829,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3704,30829,'_wp_old_slug','mozzarelline-panate'),(3705,30829,'_wp_old_slug','mozzarelline-panate-3'),(3706,30829,'_wp_old_slug','mozzarelline-panate-3-2'),(3707,30829,'_wp_old_slug','mozzarelline-panate-3-2-2'),(3708,30829,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(3709,30829,'_wp_old_slug','fritto-mare'),(3710,30829,'_wp_old_slug','prosciutto-di-parma'),(3711,30829,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(3712,30829,'_wp_old_slug','grilled-calamari-and-prawns'),(3713,30829,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(3714,30829,'_wp_old_slug','straccetti-romana'),(3715,30829,'_wp_old_slug','sarde-grigliate'),(3716,30829,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(3717,30829,'_wp_old_slug','carpaccio-di-manzo'),(3718,30829,'_wp_old_slug','leonardo-salad'),(3719,30829,'_wp_old_slug','augusto-salad'),(3720,30829,'_wp_old_slug','poseidon-salad'),(3721,30829,'_wp_old_slug','michelangelo-salad'),(3722,30829,'_wp_old_slug','gaspacho-soup'),(3723,30829,'_wp_old_slug','minestra-di-vegetali'),(3724,30829,'_wp_old_slug','pappardelle-pasta-al-ragu'),(3725,30829,'_wp_old_slug','linguine-ai-frutti-di-mare'),(3726,30829,'_wp_old_slug','ravioli-capresi-v'),(3727,30829,'_wp_old_slug','rigatoni-mamma-mia-v'),(3728,30829,'_wp_old_slug','risotto-pisellie-gamberi'),(3729,30829,'_wp_old_slug','carbonara-de-mare'),(3730,30829,'_wp_old_slug','costata-di-manzo'),(3731,30829,'_wp_old_slug','polletto-al-mattone'),(3732,30829,'_wp_old_slug','costolette-di-agnello'),(3733,30829,'_wp_old_slug','costoletta-di-maiale'),(3734,30829,'_wp_old_slug','morgenster-sangiovese'),(3735,30829,'_wp_old_slug','opulence'),(3736,30829,'_wp_old_slug','waterford-kevin-arnold-shiraz'),(3737,30829,'_wp_old_slug','iona-single-vineyard-kroon-pinot-noir'),(3738,30829,'_wp_old_slug','durbanville-hills-cabernet-sauvignon'),(3739,30826,'_wp_old_slug','ravioli-capresi-v'),(3740,30828,'_wp_old_slug','durbanville-hills-cabernet-sauvignon'),(3741,30826,'_wp_old_slug','rigatoni-mamma-mia-v'),(3742,30830,'_edit_lock','1618982744:5'),(3743,30830,'_edit_last','5'),(3744,30830,'dzsrst_meta_item_subtitle','as_ingredients'),(3745,30830,'dzsrst_meta_item_thumb',''),(3746,30830,'dzsrst_meta_item_bigimage',''),(3747,30830,'dzsrst_meta_item_price','145'),(3748,30830,'dzsrst_meta_item_icon',''),(3749,30830,'dzsrst_meta_item_ingredients',''),(3750,30830,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3751,30830,'_wp_old_slug','ravioli-capresi-v'),(3754,30831,'_edit_lock','1618982796:5'),(3753,30830,'_wp_old_slug','risotto-pisellie-gamberi'),(3755,30831,'_edit_last','5'),(3756,30831,'dzsrst_meta_item_subtitle','as_ingredients'),(3757,30831,'dzsrst_meta_item_thumb',''),(3758,30831,'dzsrst_meta_item_bigimage',''),(3759,30831,'dzsrst_meta_item_price','185'),(3760,30831,'dzsrst_meta_item_icon',''),(3761,30831,'dzsrst_meta_item_ingredients',''),(3762,30831,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3763,30831,'_wp_old_slug','ravioli-capresi-v'),(3764,30831,'_wp_old_slug','risotto-pisellie-gamberi'),(3765,30831,'_wp_old_slug','rigatoni-mamma-mia-v'),(3766,30832,'_edit_lock','1618982908:5'),(3767,30832,'_edit_last','5'),(3768,30832,'dzsrst_meta_item_subtitle','as_ingredients'),(3769,30832,'dzsrst_meta_item_thumb',''),(3770,30832,'dzsrst_meta_item_bigimage',''),(3771,30832,'dzsrst_meta_item_price','195'),(3772,30832,'dzsrst_meta_item_icon',''),(3773,30832,'dzsrst_meta_item_ingredients',''),(3774,30832,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3775,30832,'_wp_old_slug','ravioli-capresi-v'),(3776,30832,'_wp_old_slug','risotto-pisellie-gamberi'),(3777,30832,'_wp_old_slug','rigatoni-mamma-mia-v'),(3778,30832,'_wp_old_slug','carbonara-de-mare'),(3779,30833,'_edit_lock','1618983031:5'),(3780,30833,'_edit_last','5'),(3781,30833,'dzsrst_meta_item_subtitle','as_ingredients'),(3782,30833,'dzsrst_meta_item_thumb',''),(3783,30833,'dzsrst_meta_item_bigimage',''),(3784,30833,'dzsrst_meta_item_price','450'),(3785,30833,'dzsrst_meta_item_icon',''),(3786,30833,'dzsrst_meta_item_ingredients',''),(3787,30833,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3788,30833,'_wp_old_slug','ravioli-capresi-v'),(3789,30833,'_wp_old_slug','risotto-pisellie-gamberi'),(3790,30833,'_wp_old_slug','rigatoni-mamma-mia-v'),(3791,30833,'_wp_old_slug','carbonara-de-mare'),(3792,30833,'_wp_old_slug','filetto-alla-griglia'),(3793,30835,'_edit_lock','1618983265:5'),(3794,30835,'_edit_last','5'),(3795,30835,'dzsrst_meta_item_subtitle','as_ingredients'),(3796,30835,'dzsrst_meta_item_thumb',''),(3797,30835,'dzsrst_meta_item_bigimage',''),(3798,30835,'dzsrst_meta_item_price','175'),(3799,30835,'dzsrst_meta_item_icon',''),(3800,30835,'dzsrst_meta_item_ingredients',''),(3801,30835,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3802,30835,'_wp_old_slug','ravioli-capresi-v'),(3803,30835,'_wp_old_slug','risotto-pisellie-gamberi'),(3804,30835,'_wp_old_slug','rigatoni-mamma-mia-v'),(3805,30835,'_wp_old_slug','carbonara-de-mare'),(3806,30835,'_wp_old_slug','filetto-alla-griglia'),(3807,30833,'dzs_meta_order_for_term_14','2'),(3808,30832,'dzs_meta_order_for_term_14','1'),(3809,30835,'_wp_old_slug','costata-di-manzo'),(3810,30836,'_edit_lock','1618983304:5'),(3811,30836,'_edit_last','5'),(3812,30836,'dzsrst_meta_item_subtitle','as_ingredients'),(3813,30836,'dzsrst_meta_item_thumb',''),(3814,30836,'dzsrst_meta_item_bigimage',''),(3815,30836,'dzsrst_meta_item_price','98'),(3816,30836,'dzsrst_meta_item_icon',''),(3817,30836,'dzsrst_meta_item_ingredients',''),(3818,30836,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3819,30836,'_wp_old_slug','ravioli-capresi-v'),(3820,30836,'_wp_old_slug','risotto-pisellie-gamberi'),(3821,30836,'_wp_old_slug','rigatoni-mamma-mia-v'),(3822,30836,'_wp_old_slug','carbonara-de-mare'),(3823,30836,'_wp_old_slug','filetto-alla-griglia'),(3824,30836,'_wp_old_slug','costata-di-manzo'),(3825,30836,'_wp_old_slug','polletto-al-mattone'),(3826,30837,'_edit_lock','1618986692:5'),(3827,30837,'_edit_last','5'),(3828,30837,'dzsrst_meta_item_subtitle','as_ingredients'),(3829,30837,'dzsrst_meta_item_thumb',''),(3830,30837,'dzsrst_meta_item_bigimage',''),(3831,30837,'dzsrst_meta_item_price','180'),(3832,30837,'dzsrst_meta_item_icon',''),(3833,30837,'dzsrst_meta_item_ingredients',''),(3834,30837,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3835,30837,'_wp_old_slug','ravioli-capresi-v'),(3836,30837,'_wp_old_slug','risotto-pisellie-gamberi'),(3837,30837,'_wp_old_slug','rigatoni-mamma-mia-v'),(3838,30837,'_wp_old_slug','carbonara-de-mare'),(3839,30837,'_wp_old_slug','filetto-alla-griglia'),(3840,30837,'_wp_old_slug','costata-di-manzo'),(3841,30837,'_wp_old_slug','polletto-al-mattone'),(3842,30837,'_wp_old_slug','costolette-di-agnello'),(3843,30837,'_wp_old_slug','costoletta-di-maiale'),(3844,30838,'_edit_lock','1618986757:5'),(3845,30838,'_edit_last','5'),(3846,30838,'dzsrst_meta_item_subtitle','as_ingredients'),(3847,30838,'dzsrst_meta_item_thumb',''),(3848,30838,'dzsrst_meta_item_bigimage',''),(3849,30838,'dzsrst_meta_item_price','295'),(3850,30838,'dzsrst_meta_item_icon',''),(3851,30838,'dzsrst_meta_item_ingredients',''),(3852,30838,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3853,30838,'_wp_old_slug','ravioli-capresi-v'),(3854,30838,'_wp_old_slug','risotto-pisellie-gamberi'),(3855,30838,'_wp_old_slug','rigatoni-mamma-mia-v'),(3856,30838,'_wp_old_slug','carbonara-de-mare'),(3857,30838,'_wp_old_slug','filetto-alla-griglia'),(3858,30838,'_wp_old_slug','costata-di-manzo'),(3859,30838,'_wp_old_slug','polletto-al-mattone'),(3860,30838,'_wp_old_slug','costolette-di-agnello'),(3861,30838,'_wp_old_slug','costoletta-di-maiale'),(3862,30838,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3863,30839,'_edit_lock','1618986787:5'),(3864,30839,'_edit_last','5'),(3865,30839,'dzsrst_meta_item_subtitle','as_ingredients'),(3866,30839,'dzsrst_meta_item_thumb',''),(3867,30839,'dzsrst_meta_item_bigimage',''),(3868,30839,'dzsrst_meta_item_price','275'),(3869,30839,'dzsrst_meta_item_icon',''),(3870,30839,'dzsrst_meta_item_ingredients',''),(3871,30839,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3872,30839,'_wp_old_slug','ravioli-capresi-v'),(3873,30839,'_wp_old_slug','risotto-pisellie-gamberi'),(3874,30839,'_wp_old_slug','rigatoni-mamma-mia-v'),(3875,30839,'_wp_old_slug','carbonara-de-mare'),(3876,30839,'_wp_old_slug','filetto-alla-griglia'),(3877,30839,'_wp_old_slug','costata-di-manzo'),(3878,30839,'_wp_old_slug','polletto-al-mattone'),(3879,30839,'_wp_old_slug','costolette-di-agnello'),(3880,30839,'_wp_old_slug','costoletta-di-maiale'),(3881,30839,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3882,30840,'_edit_lock','1618986828:5'),(3883,30840,'_edit_last','5'),(3884,30840,'dzsrst_meta_item_subtitle','as_ingredients'),(3885,30840,'dzsrst_meta_item_thumb',''),(3886,30840,'dzsrst_meta_item_bigimage',''),(3887,30840,'dzsrst_meta_item_price','150'),(3888,30840,'dzsrst_meta_item_icon',''),(3889,30840,'dzsrst_meta_item_ingredients',''),(3890,30840,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3891,30840,'_wp_old_slug','ravioli-capresi-v'),(3892,30840,'_wp_old_slug','risotto-pisellie-gamberi'),(3893,30840,'_wp_old_slug','rigatoni-mamma-mia-v'),(3894,30840,'_wp_old_slug','carbonara-de-mare'),(3895,30840,'_wp_old_slug','filetto-alla-griglia'),(3896,30840,'_wp_old_slug','costata-di-manzo'),(3897,30840,'_wp_old_slug','polletto-al-mattone'),(3898,30840,'_wp_old_slug','costolette-di-agnello'),(3899,30840,'_wp_old_slug','costoletta-di-maiale'),(3900,30840,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3901,30840,'_wp_old_slug','salmone-arrosto'),(3902,30841,'_edit_lock','1618986862:5'),(3903,30841,'_edit_last','5'),(3904,30841,'dzsrst_meta_item_subtitle','as_ingredients'),(3905,30841,'dzsrst_meta_item_thumb',''),(3906,30841,'dzsrst_meta_item_bigimage',''),(3907,30841,'dzsrst_meta_item_price','320'),(3908,30841,'dzsrst_meta_item_icon',''),(3909,30841,'dzsrst_meta_item_ingredients',''),(3910,30841,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3911,30841,'_wp_old_slug','ravioli-capresi-v'),(3912,30841,'_wp_old_slug','risotto-pisellie-gamberi'),(3913,30841,'_wp_old_slug','rigatoni-mamma-mia-v'),(3914,30841,'_wp_old_slug','carbonara-de-mare'),(3915,30841,'_wp_old_slug','filetto-alla-griglia'),(3916,30841,'_wp_old_slug','costata-di-manzo'),(3917,30841,'_wp_old_slug','polletto-al-mattone'),(3918,30841,'_wp_old_slug','costolette-di-agnello'),(3919,30841,'_wp_old_slug','costoletta-di-maiale'),(3920,30841,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3921,30841,'_wp_old_slug','salmone-arrosto'),(3922,30841,'_wp_old_slug','zuppa-de-molluschi'),(3923,30842,'_edit_lock','1618986896:5'),(3924,30842,'_edit_last','5'),(3925,30842,'dzsrst_meta_item_subtitle','as_ingredients'),(3926,30842,'dzsrst_meta_item_thumb',''),(3927,30842,'dzsrst_meta_item_bigimage',''),(3928,30842,'dzsrst_meta_item_price','200'),(3929,30842,'dzsrst_meta_item_icon',''),(3930,30842,'dzsrst_meta_item_ingredients',''),(3931,30842,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3932,30842,'_wp_old_slug','ravioli-capresi-v'),(3933,30842,'_wp_old_slug','risotto-pisellie-gamberi'),(3934,30842,'_wp_old_slug','rigatoni-mamma-mia-v'),(3935,30842,'_wp_old_slug','carbonara-de-mare'),(3936,30842,'_wp_old_slug','filetto-alla-griglia'),(3937,30842,'_wp_old_slug','costata-di-manzo'),(3938,30842,'_wp_old_slug','polletto-al-mattone'),(3939,30842,'_wp_old_slug','costolette-di-agnello'),(3940,30842,'_wp_old_slug','costoletta-di-maiale'),(3941,30842,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3942,30842,'_wp_old_slug','salmone-arrosto'),(3943,30842,'_wp_old_slug','zuppa-de-molluschi'),(3944,30842,'_wp_old_slug','caciucco-livornese'),(3945,30843,'_edit_lock','1618986941:5'),(3946,30843,'_edit_last','5'),(3947,30843,'dzsrst_meta_item_subtitle','as_ingredients'),(3948,30843,'dzsrst_meta_item_thumb',''),(3949,30843,'dzsrst_meta_item_bigimage',''),(3950,30843,'dzsrst_meta_item_price','180'),(3951,30843,'dzsrst_meta_item_icon',''),(3952,30843,'dzsrst_meta_item_ingredients',''),(3953,30843,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3954,30843,'_wp_old_slug','ravioli-capresi-v'),(3955,30843,'_wp_old_slug','risotto-pisellie-gamberi'),(3956,30843,'_wp_old_slug','rigatoni-mamma-mia-v'),(3957,30843,'_wp_old_slug','carbonara-de-mare'),(3958,30843,'_wp_old_slug','filetto-alla-griglia'),(3959,30843,'_wp_old_slug','costata-di-manzo'),(3960,30843,'_wp_old_slug','polletto-al-mattone'),(3961,30843,'_wp_old_slug','costolette-di-agnello'),(3962,30843,'_wp_old_slug','costoletta-di-maiale'),(3963,30843,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3964,30843,'_wp_old_slug','salmone-arrosto'),(3965,30843,'_wp_old_slug','zuppa-de-molluschi'),(3966,30843,'_wp_old_slug','caciucco-livornese'),(3967,30843,'_wp_old_slug','sogliola-alla-griglia'),(3968,30844,'_edit_lock','1618987211:5'),(3969,30844,'_edit_last','5'),(3970,30844,'dzsrst_meta_item_subtitle','as_ingredients'),(3971,30844,'dzsrst_meta_item_thumb',''),(3972,30844,'dzsrst_meta_item_bigimage',''),(3973,30844,'dzsrst_meta_item_price','300'),(3974,30844,'dzsrst_meta_item_icon',''),(3975,30844,'dzsrst_meta_item_ingredients',''),(3976,30844,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(3977,30844,'_wp_old_slug','ravioli-capresi-v'),(3978,30844,'_wp_old_slug','risotto-pisellie-gamberi'),(3979,30844,'_wp_old_slug','rigatoni-mamma-mia-v'),(3980,30844,'_wp_old_slug','carbonara-de-mare'),(3981,30844,'_wp_old_slug','filetto-alla-griglia'),(3982,30844,'_wp_old_slug','costata-di-manzo'),(3983,30844,'_wp_old_slug','polletto-al-mattone'),(3984,30844,'_wp_old_slug','costolette-di-agnello'),(3985,30844,'_wp_old_slug','costoletta-di-maiale'),(3986,30844,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(3987,30844,'_wp_old_slug','salmone-arrosto'),(3988,30844,'_wp_old_slug','zuppa-de-molluschi'),(3989,30844,'_wp_old_slug','caciucco-livornese'),(3990,30844,'_wp_old_slug','sogliola-alla-griglia'),(3991,30844,'_wp_old_slug','sogliola-alla-griglia-2'),(3992,30845,'_edit_lock','1618987106:5'),(3993,30845,'_edit_last','5'),(3994,30845,'dzsrst_meta_item_subtitle','as_ingredients'),(3995,30845,'dzsrst_meta_item_thumb',''),(3996,30845,'dzsrst_meta_item_bigimage',''),(3997,30845,'dzsrst_meta_item_price','160'),(3998,30845,'dzsrst_meta_item_icon',''),(3999,30845,'dzsrst_meta_item_ingredients',''),(4000,30845,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4001,30845,'_wp_old_slug','ravioli-capresi-v'),(4002,30845,'_wp_old_slug','risotto-pisellie-gamberi'),(4003,30845,'_wp_old_slug','rigatoni-mamma-mia-v'),(4004,30845,'_wp_old_slug','carbonara-de-mare'),(4005,30845,'_wp_old_slug','filetto-alla-griglia'),(4006,30845,'_wp_old_slug','costata-di-manzo'),(4007,30845,'_wp_old_slug','polletto-al-mattone'),(4008,30845,'_wp_old_slug','costolette-di-agnello'),(4009,30845,'_wp_old_slug','costoletta-di-maiale'),(4010,30845,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4011,30845,'_wp_old_slug','salmone-arrosto'),(4012,30845,'_wp_old_slug','zuppa-de-molluschi'),(4013,30845,'_wp_old_slug','caciucco-livornese'),(4014,30845,'_wp_old_slug','sogliola-alla-griglia'),(4015,30845,'_wp_old_slug','sogliola-alla-griglia-2'),(4016,30845,'_wp_old_slug','capretto-stufato'),(4017,30846,'_edit_lock','1618987140:5'),(4018,30846,'_edit_last','5'),(4019,30846,'dzsrst_meta_item_subtitle','as_ingredients'),(4020,30846,'dzsrst_meta_item_thumb',''),(4021,30846,'dzsrst_meta_item_bigimage',''),(4022,30846,'dzsrst_meta_item_price','150'),(4023,30846,'dzsrst_meta_item_icon',''),(4024,30846,'dzsrst_meta_item_ingredients',''),(4025,30846,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4026,30846,'_wp_old_slug','ravioli-capresi-v'),(4027,30846,'_wp_old_slug','risotto-pisellie-gamberi'),(4028,30846,'_wp_old_slug','rigatoni-mamma-mia-v'),(4029,30846,'_wp_old_slug','carbonara-de-mare'),(4030,30846,'_wp_old_slug','filetto-alla-griglia'),(4031,30846,'_wp_old_slug','costata-di-manzo'),(4032,30846,'_wp_old_slug','polletto-al-mattone'),(4033,30846,'_wp_old_slug','costolette-di-agnello'),(4034,30846,'_wp_old_slug','costoletta-di-maiale'),(4035,30846,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4036,30846,'_wp_old_slug','salmone-arrosto'),(4037,30846,'_wp_old_slug','zuppa-de-molluschi'),(4038,30846,'_wp_old_slug','caciucco-livornese'),(4039,30846,'_wp_old_slug','sogliola-alla-griglia'),(4040,30846,'_wp_old_slug','sogliola-alla-griglia-2'),(4041,30846,'_wp_old_slug','capretto-stufato'),(4042,30846,'_wp_old_slug','capretto-stufato-2'),(4043,30847,'_edit_lock','1618987293:5'),(4044,30847,'_edit_last','5'),(4045,30847,'dzsrst_meta_item_subtitle','as_ingredients'),(4046,30847,'dzsrst_meta_item_thumb',''),(4047,30847,'dzsrst_meta_item_bigimage',''),(4048,30847,'dzsrst_meta_item_price','180'),(4049,30847,'dzsrst_meta_item_icon',''),(4050,30847,'dzsrst_meta_item_ingredients',''),(4051,30847,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4052,30847,'_wp_old_slug','ravioli-capresi-v'),(4053,30847,'_wp_old_slug','risotto-pisellie-gamberi'),(4054,30847,'_wp_old_slug','rigatoni-mamma-mia-v'),(4055,30847,'_wp_old_slug','carbonara-de-mare'),(4056,30847,'_wp_old_slug','filetto-alla-griglia'),(4057,30847,'_wp_old_slug','costata-di-manzo'),(4058,30847,'_wp_old_slug','polletto-al-mattone'),(4059,30847,'_wp_old_slug','costolette-di-agnello'),(4060,30847,'_wp_old_slug','costoletta-di-maiale'),(4061,30847,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4062,30847,'_wp_old_slug','salmone-arrosto'),(4063,30847,'_wp_old_slug','zuppa-de-molluschi'),(4064,30847,'_wp_old_slug','caciucco-livornese'),(4065,30847,'_wp_old_slug','sogliola-alla-griglia'),(4066,30847,'_wp_old_slug','sogliola-alla-griglia-2'),(4067,30847,'_wp_old_slug','capretto-stufato'),(4068,30847,'_wp_old_slug','capretto-stufato-2'),(4069,30847,'_wp_old_slug','piedino-di-maiale'),(4070,30848,'_edit_lock','1618987337:5'),(4071,30848,'_edit_last','5'),(4072,30848,'dzsrst_meta_item_subtitle','as_ingredients'),(4073,30848,'dzsrst_meta_item_thumb',''),(4074,30848,'dzsrst_meta_item_bigimage',''),(4075,30848,'dzsrst_meta_item_price','290'),(4076,30848,'dzsrst_meta_item_icon',''),(4077,30848,'dzsrst_meta_item_ingredients',''),(4078,30848,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4079,30848,'_wp_old_slug','ravioli-capresi-v'),(4080,30848,'_wp_old_slug','risotto-pisellie-gamberi'),(4081,30848,'_wp_old_slug','rigatoni-mamma-mia-v'),(4082,30848,'_wp_old_slug','carbonara-de-mare'),(4083,30848,'_wp_old_slug','filetto-alla-griglia'),(4084,30848,'_wp_old_slug','costata-di-manzo'),(4085,30848,'_wp_old_slug','polletto-al-mattone'),(4086,30848,'_wp_old_slug','costolette-di-agnello'),(4087,30848,'_wp_old_slug','costoletta-di-maiale'),(4088,30848,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4089,30848,'_wp_old_slug','salmone-arrosto'),(4090,30848,'_wp_old_slug','zuppa-de-molluschi'),(4091,30848,'_wp_old_slug','caciucco-livornese'),(4092,30848,'_wp_old_slug','sogliola-alla-griglia'),(4093,30848,'_wp_old_slug','sogliola-alla-griglia-2'),(4094,30848,'_wp_old_slug','capretto-stufato'),(4095,30848,'_wp_old_slug','capretto-stufato-2'),(4096,30848,'_wp_old_slug','piedino-di-maiale'),(4097,30848,'_wp_old_slug','fegato-alla-veneziana'),(4098,30849,'_edit_lock','1618987380:5'),(4099,30849,'_edit_last','5'),(4100,30849,'dzsrst_meta_item_subtitle','as_ingredients'),(4101,30849,'dzsrst_meta_item_thumb',''),(4102,30849,'dzsrst_meta_item_bigimage',''),(4103,30849,'dzsrst_meta_item_price','110'),(4104,30849,'dzsrst_meta_item_icon',''),(4105,30849,'dzsrst_meta_item_ingredients',''),(4106,30849,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4107,30849,'_wp_old_slug','ravioli-capresi-v'),(4108,30849,'_wp_old_slug','risotto-pisellie-gamberi'),(4109,30849,'_wp_old_slug','rigatoni-mamma-mia-v'),(4110,30849,'_wp_old_slug','carbonara-de-mare'),(4111,30849,'_wp_old_slug','filetto-alla-griglia'),(4112,30849,'_wp_old_slug','costata-di-manzo'),(4113,30849,'_wp_old_slug','polletto-al-mattone'),(4114,30849,'_wp_old_slug','costolette-di-agnello'),(4115,30849,'_wp_old_slug','costoletta-di-maiale'),(4116,30849,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4117,30849,'_wp_old_slug','salmone-arrosto'),(4118,30849,'_wp_old_slug','zuppa-de-molluschi'),(4119,30849,'_wp_old_slug','caciucco-livornese'),(4120,30849,'_wp_old_slug','sogliola-alla-griglia'),(4121,30849,'_wp_old_slug','sogliola-alla-griglia-2'),(4122,30849,'_wp_old_slug','capretto-stufato'),(4123,30849,'_wp_old_slug','capretto-stufato-2'),(4124,30849,'_wp_old_slug','piedino-di-maiale'),(4125,30849,'_wp_old_slug','fegato-alla-veneziana'),(4126,30849,'_wp_old_slug','coda-di-bue-vaccinara'),(4127,30849,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4128,30850,'_edit_lock','1618987420:5'),(4129,30850,'_edit_last','5'),(4130,30850,'dzsrst_meta_item_subtitle','as_ingredients'),(4131,30850,'dzsrst_meta_item_thumb',''),(4132,30850,'dzsrst_meta_item_bigimage',''),(4133,30850,'dzsrst_meta_item_price','130'),(4134,30850,'dzsrst_meta_item_icon',''),(4135,30850,'dzsrst_meta_item_ingredients',''),(4136,30850,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4137,30850,'_wp_old_slug','ravioli-capresi-v'),(4138,30850,'_wp_old_slug','risotto-pisellie-gamberi'),(4139,30850,'_wp_old_slug','rigatoni-mamma-mia-v'),(4140,30850,'_wp_old_slug','carbonara-de-mare'),(4141,30850,'_wp_old_slug','filetto-alla-griglia'),(4142,30850,'_wp_old_slug','costata-di-manzo'),(4143,30850,'_wp_old_slug','polletto-al-mattone'),(4144,30850,'_wp_old_slug','costolette-di-agnello'),(4145,30850,'_wp_old_slug','costoletta-di-maiale'),(4146,30850,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4147,30850,'_wp_old_slug','salmone-arrosto'),(4148,30850,'_wp_old_slug','zuppa-de-molluschi'),(4149,30850,'_wp_old_slug','caciucco-livornese'),(4150,30850,'_wp_old_slug','sogliola-alla-griglia'),(4151,30850,'_wp_old_slug','sogliola-alla-griglia-2'),(4152,30850,'_wp_old_slug','capretto-stufato'),(4153,30850,'_wp_old_slug','capretto-stufato-2'),(4154,30850,'_wp_old_slug','piedino-di-maiale'),(4155,30850,'_wp_old_slug','fegato-alla-veneziana'),(4156,30850,'_wp_old_slug','coda-di-bue-vaccinara'),(4157,30850,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4158,30850,'_wp_old_slug','margherita'),(4159,30851,'_edit_lock','1618987459:5'),(4160,30851,'_edit_last','5'),(4161,30851,'dzsrst_meta_item_subtitle','as_ingredients'),(4162,30851,'dzsrst_meta_item_thumb',''),(4163,30851,'dzsrst_meta_item_bigimage',''),(4164,30851,'dzsrst_meta_item_price','130'),(4165,30851,'dzsrst_meta_item_icon',''),(4166,30851,'dzsrst_meta_item_ingredients',''),(4167,30851,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4168,30851,'_wp_old_slug','ravioli-capresi-v'),(4169,30851,'_wp_old_slug','risotto-pisellie-gamberi'),(4170,30851,'_wp_old_slug','rigatoni-mamma-mia-v'),(4171,30851,'_wp_old_slug','carbonara-de-mare'),(4172,30851,'_wp_old_slug','filetto-alla-griglia'),(4173,30851,'_wp_old_slug','costata-di-manzo'),(4174,30851,'_wp_old_slug','polletto-al-mattone'),(4175,30851,'_wp_old_slug','costolette-di-agnello'),(4176,30851,'_wp_old_slug','costoletta-di-maiale'),(4177,30851,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4178,30851,'_wp_old_slug','salmone-arrosto'),(4179,30851,'_wp_old_slug','zuppa-de-molluschi'),(4180,30851,'_wp_old_slug','caciucco-livornese'),(4181,30851,'_wp_old_slug','sogliola-alla-griglia'),(4182,30851,'_wp_old_slug','sogliola-alla-griglia-2'),(4183,30851,'_wp_old_slug','capretto-stufato'),(4184,30851,'_wp_old_slug','capretto-stufato-2'),(4185,30851,'_wp_old_slug','piedino-di-maiale'),(4186,30851,'_wp_old_slug','fegato-alla-veneziana'),(4187,30851,'_wp_old_slug','coda-di-bue-vaccinara'),(4188,30851,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4189,30851,'_wp_old_slug','margherita'),(4190,30851,'_wp_old_slug','mamma'),(4191,30852,'_edit_lock','1618987488:5'),(4192,30852,'_edit_last','5'),(4193,30852,'dzsrst_meta_item_subtitle','as_ingredients'),(4194,30852,'dzsrst_meta_item_thumb',''),(4195,30852,'dzsrst_meta_item_bigimage',''),(4196,30852,'dzsrst_meta_item_price','140'),(4197,30852,'dzsrst_meta_item_icon',''),(4198,30852,'dzsrst_meta_item_ingredients',''),(4199,30852,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4200,30852,'_wp_old_slug','ravioli-capresi-v'),(4201,30852,'_wp_old_slug','risotto-pisellie-gamberi'),(4202,30852,'_wp_old_slug','rigatoni-mamma-mia-v'),(4203,30852,'_wp_old_slug','carbonara-de-mare'),(4204,30852,'_wp_old_slug','filetto-alla-griglia'),(4205,30852,'_wp_old_slug','costata-di-manzo'),(4206,30852,'_wp_old_slug','polletto-al-mattone'),(4207,30852,'_wp_old_slug','costolette-di-agnello'),(4208,30852,'_wp_old_slug','costoletta-di-maiale'),(4209,30852,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4210,30852,'_wp_old_slug','salmone-arrosto'),(4211,30852,'_wp_old_slug','zuppa-de-molluschi'),(4212,30852,'_wp_old_slug','caciucco-livornese'),(4213,30852,'_wp_old_slug','sogliola-alla-griglia'),(4214,30852,'_wp_old_slug','sogliola-alla-griglia-2'),(4215,30852,'_wp_old_slug','capretto-stufato'),(4216,30852,'_wp_old_slug','capretto-stufato-2'),(4217,30852,'_wp_old_slug','piedino-di-maiale'),(4218,30852,'_wp_old_slug','fegato-alla-veneziana'),(4219,30852,'_wp_old_slug','coda-di-bue-vaccinara'),(4220,30852,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4221,30852,'_wp_old_slug','margherita'),(4222,30852,'_wp_old_slug','mamma'),(4223,30852,'_wp_old_slug','partenope'),(4224,30853,'_edit_lock','1618987518:5'),(4225,30853,'_edit_last','5'),(4226,30853,'dzsrst_meta_item_subtitle','as_ingredients'),(4227,30853,'dzsrst_meta_item_thumb',''),(4228,30853,'dzsrst_meta_item_bigimage',''),(4229,30853,'dzsrst_meta_item_price','140'),(4230,30853,'dzsrst_meta_item_icon',''),(4231,30853,'dzsrst_meta_item_ingredients',''),(4232,30853,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4233,30853,'_wp_old_slug','ravioli-capresi-v'),(4234,30853,'_wp_old_slug','risotto-pisellie-gamberi'),(4235,30853,'_wp_old_slug','rigatoni-mamma-mia-v'),(4236,30853,'_wp_old_slug','carbonara-de-mare'),(4237,30853,'_wp_old_slug','filetto-alla-griglia'),(4238,30853,'_wp_old_slug','costata-di-manzo'),(4239,30853,'_wp_old_slug','polletto-al-mattone'),(4240,30853,'_wp_old_slug','costolette-di-agnello'),(4241,30853,'_wp_old_slug','costoletta-di-maiale'),(4242,30853,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4243,30853,'_wp_old_slug','salmone-arrosto'),(4244,30853,'_wp_old_slug','zuppa-de-molluschi'),(4245,30853,'_wp_old_slug','caciucco-livornese'),(4246,30853,'_wp_old_slug','sogliola-alla-griglia'),(4247,30853,'_wp_old_slug','sogliola-alla-griglia-2'),(4248,30853,'_wp_old_slug','capretto-stufato'),(4249,30853,'_wp_old_slug','capretto-stufato-2'),(4250,30853,'_wp_old_slug','piedino-di-maiale'),(4251,30853,'_wp_old_slug','fegato-alla-veneziana'),(4252,30853,'_wp_old_slug','coda-di-bue-vaccinara'),(4253,30853,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4254,30853,'_wp_old_slug','margherita'),(4255,30853,'_wp_old_slug','mamma'),(4256,30853,'_wp_old_slug','partenope'),(4257,30853,'_wp_old_slug','allegra'),(4258,30854,'_edit_lock','1618987559:5'),(4259,30854,'_edit_last','5'),(4260,30854,'dzsrst_meta_item_subtitle','as_ingredients'),(4261,30854,'dzsrst_meta_item_thumb',''),(4262,30854,'dzsrst_meta_item_bigimage',''),(4263,30854,'dzsrst_meta_item_price','120'),(4264,30854,'dzsrst_meta_item_icon',''),(4265,30854,'dzsrst_meta_item_ingredients',''),(4266,30854,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4267,30854,'_wp_old_slug','ravioli-capresi-v'),(4268,30854,'_wp_old_slug','risotto-pisellie-gamberi'),(4269,30854,'_wp_old_slug','rigatoni-mamma-mia-v'),(4270,30854,'_wp_old_slug','carbonara-de-mare'),(4271,30854,'_wp_old_slug','filetto-alla-griglia'),(4272,30854,'_wp_old_slug','costata-di-manzo'),(4273,30854,'_wp_old_slug','polletto-al-mattone'),(4274,30854,'_wp_old_slug','costolette-di-agnello'),(4275,30854,'_wp_old_slug','costoletta-di-maiale'),(4276,30854,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4277,30854,'_wp_old_slug','salmone-arrosto'),(4278,30854,'_wp_old_slug','zuppa-de-molluschi'),(4279,30854,'_wp_old_slug','caciucco-livornese'),(4280,30854,'_wp_old_slug','sogliola-alla-griglia'),(4281,30854,'_wp_old_slug','sogliola-alla-griglia-2'),(4282,30854,'_wp_old_slug','capretto-stufato'),(4283,30854,'_wp_old_slug','capretto-stufato-2'),(4284,30854,'_wp_old_slug','piedino-di-maiale'),(4285,30854,'_wp_old_slug','fegato-alla-veneziana'),(4286,30854,'_wp_old_slug','coda-di-bue-vaccinara'),(4287,30854,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4288,30854,'_wp_old_slug','margherita'),(4289,30854,'_wp_old_slug','mamma'),(4290,30854,'_wp_old_slug','partenope'),(4291,30854,'_wp_old_slug','allegra'),(4292,30854,'_wp_old_slug','martina'),(4293,30855,'_edit_lock','1618987594:5'),(4294,30855,'_edit_last','5'),(4295,30855,'dzsrst_meta_item_subtitle','as_ingredients'),(4296,30855,'dzsrst_meta_item_thumb',''),(4297,30855,'dzsrst_meta_item_bigimage',''),(4298,30855,'dzsrst_meta_item_price','135'),(4299,30855,'dzsrst_meta_item_icon',''),(4300,30855,'dzsrst_meta_item_ingredients',''),(4301,30855,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4302,30855,'_wp_old_slug','ravioli-capresi-v'),(4303,30855,'_wp_old_slug','risotto-pisellie-gamberi'),(4304,30855,'_wp_old_slug','rigatoni-mamma-mia-v'),(4305,30855,'_wp_old_slug','carbonara-de-mare'),(4306,30855,'_wp_old_slug','filetto-alla-griglia'),(4307,30855,'_wp_old_slug','costata-di-manzo'),(4308,30855,'_wp_old_slug','polletto-al-mattone'),(4309,30855,'_wp_old_slug','costolette-di-agnello'),(4310,30855,'_wp_old_slug','costoletta-di-maiale'),(4311,30855,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4312,30855,'_wp_old_slug','salmone-arrosto'),(4313,30855,'_wp_old_slug','zuppa-de-molluschi'),(4314,30855,'_wp_old_slug','caciucco-livornese'),(4315,30855,'_wp_old_slug','sogliola-alla-griglia'),(4316,30855,'_wp_old_slug','sogliola-alla-griglia-2'),(4317,30855,'_wp_old_slug','capretto-stufato'),(4318,30855,'_wp_old_slug','capretto-stufato-2'),(4319,30855,'_wp_old_slug','piedino-di-maiale'),(4320,30855,'_wp_old_slug','fegato-alla-veneziana'),(4321,30855,'_wp_old_slug','coda-di-bue-vaccinara'),(4322,30855,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4323,30855,'_wp_old_slug','margherita'),(4324,30855,'_wp_old_slug','mamma'),(4325,30855,'_wp_old_slug','partenope'),(4326,30855,'_wp_old_slug','allegra'),(4327,30855,'_wp_old_slug','martina'),(4328,30855,'_wp_old_slug','aurora'),(4329,30856,'_edit_lock','1618987629:5'),(4330,30856,'_edit_last','5'),(4331,30856,'dzsrst_meta_item_subtitle','as_ingredients'),(4332,30856,'dzsrst_meta_item_thumb',''),(4333,30856,'dzsrst_meta_item_bigimage',''),(4334,30856,'dzsrst_meta_item_price','140'),(4335,30856,'dzsrst_meta_item_icon',''),(4336,30856,'dzsrst_meta_item_ingredients',''),(4337,30856,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4338,30856,'_wp_old_slug','ravioli-capresi-v'),(4339,30856,'_wp_old_slug','risotto-pisellie-gamberi'),(4340,30856,'_wp_old_slug','rigatoni-mamma-mia-v'),(4341,30856,'_wp_old_slug','carbonara-de-mare'),(4342,30856,'_wp_old_slug','filetto-alla-griglia'),(4343,30856,'_wp_old_slug','costata-di-manzo'),(4344,30856,'_wp_old_slug','polletto-al-mattone'),(4345,30856,'_wp_old_slug','costolette-di-agnello'),(4346,30856,'_wp_old_slug','costoletta-di-maiale'),(4347,30856,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4348,30856,'_wp_old_slug','salmone-arrosto'),(4349,30856,'_wp_old_slug','zuppa-de-molluschi'),(4350,30856,'_wp_old_slug','caciucco-livornese'),(4351,30856,'_wp_old_slug','sogliola-alla-griglia'),(4352,30856,'_wp_old_slug','sogliola-alla-griglia-2'),(4353,30856,'_wp_old_slug','capretto-stufato'),(4354,30856,'_wp_old_slug','capretto-stufato-2'),(4355,30856,'_wp_old_slug','piedino-di-maiale'),(4356,30856,'_wp_old_slug','fegato-alla-veneziana'),(4357,30856,'_wp_old_slug','coda-di-bue-vaccinara'),(4358,30856,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4359,30856,'_wp_old_slug','margherita'),(4360,30856,'_wp_old_slug','mamma'),(4361,30856,'_wp_old_slug','partenope'),(4362,30856,'_wp_old_slug','allegra'),(4363,30856,'_wp_old_slug','martina'),(4364,30856,'_wp_old_slug','aurora'),(4365,30856,'_wp_old_slug','michele'),(4366,30857,'_edit_lock','1618987675:5'),(4367,30857,'_edit_last','5'),(4368,30857,'dzsrst_meta_item_subtitle','as_ingredients'),(4369,30857,'dzsrst_meta_item_thumb',''),(4370,30857,'dzsrst_meta_item_bigimage',''),(4371,30857,'dzsrst_meta_item_price','140'),(4372,30857,'dzsrst_meta_item_icon',''),(4373,30857,'dzsrst_meta_item_ingredients',''),(4374,30857,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4375,30857,'_wp_old_slug','ravioli-capresi-v'),(4376,30857,'_wp_old_slug','risotto-pisellie-gamberi'),(4377,30857,'_wp_old_slug','rigatoni-mamma-mia-v'),(4378,30857,'_wp_old_slug','carbonara-de-mare'),(4379,30857,'_wp_old_slug','filetto-alla-griglia'),(4380,30857,'_wp_old_slug','costata-di-manzo'),(4381,30857,'_wp_old_slug','polletto-al-mattone'),(4382,30857,'_wp_old_slug','costolette-di-agnello'),(4383,30857,'_wp_old_slug','costoletta-di-maiale'),(4384,30857,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4385,30857,'_wp_old_slug','salmone-arrosto'),(4386,30857,'_wp_old_slug','zuppa-de-molluschi'),(4387,30857,'_wp_old_slug','caciucco-livornese'),(4388,30857,'_wp_old_slug','sogliola-alla-griglia'),(4389,30857,'_wp_old_slug','sogliola-alla-griglia-2'),(4390,30857,'_wp_old_slug','capretto-stufato'),(4391,30857,'_wp_old_slug','capretto-stufato-2'),(4392,30857,'_wp_old_slug','piedino-di-maiale'),(4393,30857,'_wp_old_slug','fegato-alla-veneziana'),(4394,30857,'_wp_old_slug','coda-di-bue-vaccinara'),(4395,30857,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4396,30857,'_wp_old_slug','margherita'),(4397,30857,'_wp_old_slug','mamma'),(4398,30857,'_wp_old_slug','partenope'),(4399,30857,'_wp_old_slug','allegra'),(4400,30857,'_wp_old_slug','martina'),(4401,30857,'_wp_old_slug','aurora'),(4402,30857,'_wp_old_slug','michele'),(4403,30857,'_wp_old_slug','kai'),(4404,30858,'_edit_lock','1618987719:5'),(4405,30858,'_edit_last','5'),(4406,30858,'dzsrst_meta_item_subtitle','as_ingredients'),(4407,30858,'dzsrst_meta_item_thumb',''),(4408,30858,'dzsrst_meta_item_bigimage',''),(4409,30858,'dzsrst_meta_item_price','150'),(4410,30858,'dzsrst_meta_item_icon',''),(4411,30858,'dzsrst_meta_item_ingredients',''),(4412,30858,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4413,30858,'_wp_old_slug','ravioli-capresi-v'),(4414,30858,'_wp_old_slug','risotto-pisellie-gamberi'),(4415,30858,'_wp_old_slug','rigatoni-mamma-mia-v'),(4416,30858,'_wp_old_slug','carbonara-de-mare'),(4417,30858,'_wp_old_slug','filetto-alla-griglia'),(4418,30858,'_wp_old_slug','costata-di-manzo'),(4419,30858,'_wp_old_slug','polletto-al-mattone'),(4420,30858,'_wp_old_slug','costolette-di-agnello'),(4421,30858,'_wp_old_slug','costoletta-di-maiale'),(4422,30858,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4423,30858,'_wp_old_slug','salmone-arrosto'),(4424,30858,'_wp_old_slug','zuppa-de-molluschi'),(4425,30858,'_wp_old_slug','caciucco-livornese'),(4426,30858,'_wp_old_slug','sogliola-alla-griglia'),(4427,30858,'_wp_old_slug','sogliola-alla-griglia-2'),(4428,30858,'_wp_old_slug','capretto-stufato'),(4429,30858,'_wp_old_slug','capretto-stufato-2'),(4430,30858,'_wp_old_slug','piedino-di-maiale'),(4431,30858,'_wp_old_slug','fegato-alla-veneziana'),(4432,30858,'_wp_old_slug','coda-di-bue-vaccinara'),(4433,30858,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4434,30858,'_wp_old_slug','margherita'),(4435,30858,'_wp_old_slug','mamma'),(4436,30858,'_wp_old_slug','partenope'),(4437,30858,'_wp_old_slug','allegra'),(4438,30858,'_wp_old_slug','martina'),(4439,30858,'_wp_old_slug','aurora'),(4440,30858,'_wp_old_slug','michele'),(4441,30858,'_wp_old_slug','kai'),(4442,30858,'_wp_old_slug','teresa'),(4443,30859,'_edit_lock','1618987785:5'),(4444,30859,'_edit_last','5'),(4445,30859,'dzsrst_meta_item_subtitle','as_ingredients'),(4446,30859,'dzsrst_meta_item_thumb',''),(4447,30859,'dzsrst_meta_item_bigimage',''),(4448,30859,'dzsrst_meta_item_price','130'),(4449,30859,'dzsrst_meta_item_icon',''),(4450,30859,'dzsrst_meta_item_ingredients',''),(4451,30859,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4452,30859,'_wp_old_slug','ravioli-capresi-v'),(4453,30859,'_wp_old_slug','risotto-pisellie-gamberi'),(4454,30859,'_wp_old_slug','rigatoni-mamma-mia-v'),(4455,30859,'_wp_old_slug','carbonara-de-mare'),(4456,30859,'_wp_old_slug','filetto-alla-griglia'),(4457,30859,'_wp_old_slug','costata-di-manzo'),(4458,30859,'_wp_old_slug','polletto-al-mattone'),(4459,30859,'_wp_old_slug','costolette-di-agnello'),(4460,30859,'_wp_old_slug','costoletta-di-maiale'),(4461,30859,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4462,30859,'_wp_old_slug','salmone-arrosto'),(4463,30859,'_wp_old_slug','zuppa-de-molluschi'),(4464,30859,'_wp_old_slug','caciucco-livornese'),(4465,30859,'_wp_old_slug','sogliola-alla-griglia'),(4466,30859,'_wp_old_slug','sogliola-alla-griglia-2'),(4467,30859,'_wp_old_slug','capretto-stufato'),(4468,30859,'_wp_old_slug','capretto-stufato-2'),(4469,30859,'_wp_old_slug','piedino-di-maiale'),(4470,30859,'_wp_old_slug','fegato-alla-veneziana'),(4471,30859,'_wp_old_slug','coda-di-bue-vaccinara'),(4472,30859,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4473,30859,'_wp_old_slug','margherita'),(4474,30859,'_wp_old_slug','mamma'),(4475,30859,'_wp_old_slug','partenope'),(4476,30859,'_wp_old_slug','allegra'),(4477,30859,'_wp_old_slug','martina'),(4478,30859,'_wp_old_slug','aurora'),(4479,30859,'_wp_old_slug','michele'),(4480,30859,'_wp_old_slug','kai'),(4481,30859,'_wp_old_slug','teresa'),(4482,30859,'_wp_old_slug','alessio'),(4483,30860,'_edit_lock','1618987826:5'),(4484,30860,'_edit_last','5'),(4485,30860,'dzsrst_meta_item_subtitle','as_ingredients'),(4486,30860,'dzsrst_meta_item_thumb',''),(4487,30860,'dzsrst_meta_item_bigimage',''),(4488,30860,'dzsrst_meta_item_price','140'),(4489,30860,'dzsrst_meta_item_icon',''),(4490,30860,'dzsrst_meta_item_ingredients',''),(4491,30860,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4492,30860,'_wp_old_slug','ravioli-capresi-v'),(4493,30860,'_wp_old_slug','risotto-pisellie-gamberi'),(4494,30860,'_wp_old_slug','rigatoni-mamma-mia-v'),(4495,30860,'_wp_old_slug','carbonara-de-mare'),(4496,30860,'_wp_old_slug','filetto-alla-griglia'),(4497,30860,'_wp_old_slug','costata-di-manzo'),(4498,30860,'_wp_old_slug','polletto-al-mattone'),(4499,30860,'_wp_old_slug','costolette-di-agnello'),(4500,30860,'_wp_old_slug','costoletta-di-maiale'),(4501,30860,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4502,30860,'_wp_old_slug','salmone-arrosto'),(4503,30860,'_wp_old_slug','zuppa-de-molluschi'),(4504,30860,'_wp_old_slug','caciucco-livornese'),(4505,30860,'_wp_old_slug','sogliola-alla-griglia'),(4506,30860,'_wp_old_slug','sogliola-alla-griglia-2'),(4507,30860,'_wp_old_slug','capretto-stufato'),(4508,30860,'_wp_old_slug','capretto-stufato-2'),(4509,30860,'_wp_old_slug','piedino-di-maiale'),(4510,30860,'_wp_old_slug','fegato-alla-veneziana'),(4511,30860,'_wp_old_slug','coda-di-bue-vaccinara'),(4512,30860,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4513,30860,'_wp_old_slug','margherita'),(4514,30860,'_wp_old_slug','mamma'),(4515,30860,'_wp_old_slug','partenope'),(4516,30860,'_wp_old_slug','allegra'),(4517,30860,'_wp_old_slug','martina'),(4518,30860,'_wp_old_slug','aurora'),(4519,30860,'_wp_old_slug','michele'),(4520,30860,'_wp_old_slug','kai'),(4521,30860,'_wp_old_slug','teresa'),(4522,30860,'_wp_old_slug','alessio'),(4523,30860,'_wp_old_slug','myka'),(4524,30861,'_edit_lock','1618987867:5'),(4525,30861,'_edit_last','5'),(4526,30861,'dzsrst_meta_item_subtitle','as_ingredients'),(4527,30861,'dzsrst_meta_item_thumb',''),(4528,30861,'dzsrst_meta_item_bigimage',''),(4529,30861,'dzsrst_meta_item_price','140'),(4530,30861,'dzsrst_meta_item_icon',''),(4531,30861,'dzsrst_meta_item_ingredients',''),(4532,30861,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4533,30861,'_wp_old_slug','ravioli-capresi-v'),(4534,30861,'_wp_old_slug','risotto-pisellie-gamberi'),(4535,30861,'_wp_old_slug','rigatoni-mamma-mia-v'),(4536,30861,'_wp_old_slug','carbonara-de-mare'),(4537,30861,'_wp_old_slug','filetto-alla-griglia'),(4538,30861,'_wp_old_slug','costata-di-manzo'),(4539,30861,'_wp_old_slug','polletto-al-mattone'),(4540,30861,'_wp_old_slug','costolette-di-agnello'),(4541,30861,'_wp_old_slug','costoletta-di-maiale'),(4542,30861,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4543,30861,'_wp_old_slug','salmone-arrosto'),(4544,30861,'_wp_old_slug','zuppa-de-molluschi'),(4545,30861,'_wp_old_slug','caciucco-livornese'),(4546,30861,'_wp_old_slug','sogliola-alla-griglia'),(4547,30861,'_wp_old_slug','sogliola-alla-griglia-2'),(4548,30861,'_wp_old_slug','capretto-stufato'),(4549,30861,'_wp_old_slug','capretto-stufato-2'),(4550,30861,'_wp_old_slug','piedino-di-maiale'),(4551,30861,'_wp_old_slug','fegato-alla-veneziana'),(4552,30861,'_wp_old_slug','coda-di-bue-vaccinara'),(4553,30861,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4554,30861,'_wp_old_slug','margherita'),(4555,30861,'_wp_old_slug','mamma'),(4556,30861,'_wp_old_slug','partenope'),(4557,30861,'_wp_old_slug','allegra'),(4558,30861,'_wp_old_slug','martina'),(4559,30861,'_wp_old_slug','aurora'),(4560,30861,'_wp_old_slug','michele'),(4561,30861,'_wp_old_slug','kai'),(4562,30861,'_wp_old_slug','teresa'),(4563,30861,'_wp_old_slug','alessio'),(4564,30861,'_wp_old_slug','myka'),(4565,30862,'_edit_lock','1618987907:5'),(4566,30862,'_edit_last','5'),(4567,30862,'dzsrst_meta_item_subtitle','as_ingredients'),(4568,30862,'dzsrst_meta_item_thumb',''),(4569,30862,'dzsrst_meta_item_bigimage',''),(4570,30862,'dzsrst_meta_item_price','120'),(4571,30862,'dzsrst_meta_item_icon',''),(4572,30862,'dzsrst_meta_item_ingredients',''),(4573,30862,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4574,30862,'_wp_old_slug','ravioli-capresi-v'),(4575,30862,'_wp_old_slug','risotto-pisellie-gamberi'),(4576,30862,'_wp_old_slug','rigatoni-mamma-mia-v'),(4577,30862,'_wp_old_slug','carbonara-de-mare'),(4578,30862,'_wp_old_slug','filetto-alla-griglia'),(4579,30862,'_wp_old_slug','costata-di-manzo'),(4580,30862,'_wp_old_slug','polletto-al-mattone'),(4581,30862,'_wp_old_slug','costolette-di-agnello'),(4582,30862,'_wp_old_slug','costoletta-di-maiale'),(4583,30862,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4584,30862,'_wp_old_slug','salmone-arrosto'),(4585,30862,'_wp_old_slug','zuppa-de-molluschi'),(4586,30862,'_wp_old_slug','caciucco-livornese'),(4587,30862,'_wp_old_slug','sogliola-alla-griglia'),(4588,30862,'_wp_old_slug','sogliola-alla-griglia-2'),(4589,30862,'_wp_old_slug','capretto-stufato'),(4590,30862,'_wp_old_slug','capretto-stufato-2'),(4591,30862,'_wp_old_slug','piedino-di-maiale'),(4592,30862,'_wp_old_slug','fegato-alla-veneziana'),(4593,30862,'_wp_old_slug','coda-di-bue-vaccinara'),(4594,30862,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4595,30862,'_wp_old_slug','margherita'),(4596,30862,'_wp_old_slug','mamma'),(4597,30862,'_wp_old_slug','partenope'),(4598,30862,'_wp_old_slug','allegra'),(4599,30862,'_wp_old_slug','martina'),(4600,30862,'_wp_old_slug','aurora'),(4601,30862,'_wp_old_slug','michele'),(4602,30862,'_wp_old_slug','kai'),(4603,30862,'_wp_old_slug','teresa'),(4604,30862,'_wp_old_slug','alessio'),(4605,30862,'_wp_old_slug','myka'),(4606,30862,'_wp_old_slug','saint'),(4607,30863,'_edit_lock','1618987952:5'),(4608,30863,'_edit_last','5'),(4609,30863,'dzsrst_meta_item_subtitle','as_ingredients'),(4610,30863,'dzsrst_meta_item_thumb',''),(4611,30863,'dzsrst_meta_item_bigimage',''),(4612,30863,'dzsrst_meta_item_price','70'),(4613,30863,'dzsrst_meta_item_icon',''),(4614,30863,'dzsrst_meta_item_ingredients',''),(4615,30863,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4616,30863,'_wp_old_slug','ravioli-capresi-v'),(4617,30863,'_wp_old_slug','risotto-pisellie-gamberi'),(4618,30863,'_wp_old_slug','rigatoni-mamma-mia-v'),(4619,30863,'_wp_old_slug','carbonara-de-mare'),(4620,30863,'_wp_old_slug','filetto-alla-griglia'),(4621,30863,'_wp_old_slug','costata-di-manzo'),(4622,30863,'_wp_old_slug','polletto-al-mattone'),(4623,30863,'_wp_old_slug','costolette-di-agnello'),(4624,30863,'_wp_old_slug','costoletta-di-maiale'),(4625,30863,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4626,30863,'_wp_old_slug','salmone-arrosto'),(4627,30863,'_wp_old_slug','zuppa-de-molluschi'),(4628,30863,'_wp_old_slug','caciucco-livornese'),(4629,30863,'_wp_old_slug','sogliola-alla-griglia'),(4630,30863,'_wp_old_slug','sogliola-alla-griglia-2'),(4631,30863,'_wp_old_slug','capretto-stufato'),(4632,30863,'_wp_old_slug','capretto-stufato-2'),(4633,30863,'_wp_old_slug','piedino-di-maiale'),(4634,30863,'_wp_old_slug','fegato-alla-veneziana'),(4635,30863,'_wp_old_slug','coda-di-bue-vaccinara'),(4636,30863,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4637,30863,'_wp_old_slug','margherita'),(4638,30863,'_wp_old_slug','mamma'),(4639,30863,'_wp_old_slug','partenope'),(4640,30863,'_wp_old_slug','allegra'),(4641,30863,'_wp_old_slug','martina'),(4642,30863,'_wp_old_slug','aurora'),(4643,30863,'_wp_old_slug','michele'),(4644,30863,'_wp_old_slug','kai'),(4645,30863,'_wp_old_slug','teresa'),(4646,30863,'_wp_old_slug','alessio'),(4647,30863,'_wp_old_slug','myka'),(4648,30863,'_wp_old_slug','saint'),(4649,30863,'_wp_old_slug','simone'),(4650,30865,'_edit_lock','1618987987:5'),(4651,30865,'_edit_last','5'),(4652,30865,'dzsrst_meta_item_subtitle','as_ingredients'),(4653,30865,'dzsrst_meta_item_thumb',''),(4654,30865,'dzsrst_meta_item_bigimage',''),(4655,30865,'dzsrst_meta_item_price','70'),(4656,30865,'dzsrst_meta_item_icon',''),(4657,30865,'dzsrst_meta_item_ingredients',''),(4658,30865,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4659,30865,'_wp_old_slug','ravioli-capresi-v'),(4660,30865,'_wp_old_slug','risotto-pisellie-gamberi'),(4661,30865,'_wp_old_slug','rigatoni-mamma-mia-v'),(4662,30865,'_wp_old_slug','carbonara-de-mare'),(4663,30865,'_wp_old_slug','filetto-alla-griglia'),(4664,30865,'_wp_old_slug','costata-di-manzo'),(4665,30865,'_wp_old_slug','polletto-al-mattone'),(4666,30865,'_wp_old_slug','costolette-di-agnello'),(4667,30865,'_wp_old_slug','costoletta-di-maiale'),(4668,30865,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4669,30865,'_wp_old_slug','salmone-arrosto'),(4670,30865,'_wp_old_slug','zuppa-de-molluschi'),(4671,30865,'_wp_old_slug','caciucco-livornese'),(4672,30865,'_wp_old_slug','sogliola-alla-griglia'),(4673,30865,'_wp_old_slug','sogliola-alla-griglia-2'),(4674,30865,'_wp_old_slug','capretto-stufato'),(4675,30865,'_wp_old_slug','capretto-stufato-2'),(4676,30865,'_wp_old_slug','piedino-di-maiale'),(4677,30865,'_wp_old_slug','fegato-alla-veneziana'),(4678,30865,'_wp_old_slug','coda-di-bue-vaccinara'),(4679,30865,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4680,30865,'_wp_old_slug','margherita'),(4681,30865,'_wp_old_slug','mamma'),(4682,30865,'_wp_old_slug','partenope'),(4683,30865,'_wp_old_slug','allegra'),(4684,30865,'_wp_old_slug','martina'),(4685,30865,'_wp_old_slug','aurora'),(4686,30865,'_wp_old_slug','michele'),(4687,30865,'_wp_old_slug','kai'),(4688,30865,'_wp_old_slug','teresa'),(4689,30865,'_wp_old_slug','alessio'),(4690,30865,'_wp_old_slug','myka'),(4691,30865,'_wp_old_slug','saint'),(4692,30865,'_wp_old_slug','simone'),(4693,30865,'_wp_old_slug','tiramisu-oro-saiua'),(4694,30866,'_edit_lock','1618988168:5'),(4695,30866,'_edit_last','5'),(4696,30866,'dzsrst_meta_item_subtitle','as_ingredients'),(4697,30866,'dzsrst_meta_item_thumb',''),(4698,30866,'dzsrst_meta_item_bigimage',''),(4699,30866,'dzsrst_meta_item_price','70'),(4700,30866,'dzsrst_meta_item_icon',''),(4701,30866,'dzsrst_meta_item_ingredients',''),(4702,30866,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4703,30866,'_wp_old_slug','ravioli-capresi-v'),(4704,30866,'_wp_old_slug','risotto-pisellie-gamberi'),(4705,30866,'_wp_old_slug','rigatoni-mamma-mia-v'),(4706,30866,'_wp_old_slug','carbonara-de-mare'),(4707,30866,'_wp_old_slug','filetto-alla-griglia'),(4708,30866,'_wp_old_slug','costata-di-manzo'),(4709,30866,'_wp_old_slug','polletto-al-mattone'),(4710,30866,'_wp_old_slug','costolette-di-agnello'),(4711,30866,'_wp_old_slug','costoletta-di-maiale'),(4712,30866,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4713,30866,'_wp_old_slug','salmone-arrosto'),(4714,30866,'_wp_old_slug','zuppa-de-molluschi'),(4715,30866,'_wp_old_slug','caciucco-livornese'),(4716,30866,'_wp_old_slug','sogliola-alla-griglia'),(4717,30866,'_wp_old_slug','sogliola-alla-griglia-2'),(4718,30866,'_wp_old_slug','capretto-stufato'),(4719,30866,'_wp_old_slug','capretto-stufato-2'),(4720,30866,'_wp_old_slug','piedino-di-maiale'),(4721,30866,'_wp_old_slug','fegato-alla-veneziana'),(4722,30866,'_wp_old_slug','coda-di-bue-vaccinara'),(4723,30866,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4724,30866,'_wp_old_slug','margherita'),(4725,30866,'_wp_old_slug','mamma'),(4726,30866,'_wp_old_slug','partenope'),(4727,30866,'_wp_old_slug','allegra'),(4728,30866,'_wp_old_slug','martina'),(4729,30866,'_wp_old_slug','aurora'),(4730,30866,'_wp_old_slug','michele'),(4731,30866,'_wp_old_slug','kai'),(4732,30866,'_wp_old_slug','teresa'),(4733,30866,'_wp_old_slug','alessio'),(4734,30866,'_wp_old_slug','myka'),(4735,30866,'_wp_old_slug','saint'),(4736,30866,'_wp_old_slug','simone'),(4737,30866,'_wp_old_slug','tiramisu-oro-saiua'),(4738,30866,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(4739,30866,'_wp_old_slug','crostata-cioccolato-e-ricotta-2'),(4740,30867,'_edit_lock','1618988056:5'),(4741,30867,'_edit_last','5'),(4742,30867,'dzsrst_meta_item_subtitle','as_ingredients'),(4743,30867,'dzsrst_meta_item_thumb',''),(4744,30867,'dzsrst_meta_item_bigimage',''),(4745,30867,'dzsrst_meta_item_price','70'),(4746,30867,'dzsrst_meta_item_icon',''),(4747,30867,'dzsrst_meta_item_ingredients',''),(4748,30867,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4749,30867,'_wp_old_slug','ravioli-capresi-v'),(4750,30867,'_wp_old_slug','risotto-pisellie-gamberi'),(4751,30867,'_wp_old_slug','rigatoni-mamma-mia-v'),(4752,30867,'_wp_old_slug','carbonara-de-mare'),(4753,30867,'_wp_old_slug','filetto-alla-griglia'),(4754,30867,'_wp_old_slug','costata-di-manzo'),(4755,30867,'_wp_old_slug','polletto-al-mattone'),(4756,30867,'_wp_old_slug','costolette-di-agnello'),(4757,30867,'_wp_old_slug','costoletta-di-maiale'),(4758,30867,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4759,30867,'_wp_old_slug','salmone-arrosto'),(4760,30867,'_wp_old_slug','zuppa-de-molluschi'),(4761,30867,'_wp_old_slug','caciucco-livornese'),(4762,30867,'_wp_old_slug','sogliola-alla-griglia'),(4763,30867,'_wp_old_slug','sogliola-alla-griglia-2'),(4764,30867,'_wp_old_slug','capretto-stufato'),(4765,30867,'_wp_old_slug','capretto-stufato-2'),(4766,30867,'_wp_old_slug','piedino-di-maiale'),(4767,30867,'_wp_old_slug','fegato-alla-veneziana'),(4768,30867,'_wp_old_slug','coda-di-bue-vaccinara'),(4769,30867,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4770,30867,'_wp_old_slug','margherita'),(4771,30867,'_wp_old_slug','mamma'),(4772,30867,'_wp_old_slug','partenope'),(4773,30867,'_wp_old_slug','allegra'),(4774,30867,'_wp_old_slug','martina'),(4775,30867,'_wp_old_slug','aurora'),(4776,30867,'_wp_old_slug','michele'),(4777,30867,'_wp_old_slug','kai'),(4778,30867,'_wp_old_slug','teresa'),(4779,30867,'_wp_old_slug','alessio'),(4780,30867,'_wp_old_slug','myka'),(4781,30867,'_wp_old_slug','saint'),(4782,30867,'_wp_old_slug','simone'),(4783,30867,'_wp_old_slug','tiramisu-oro-saiua'),(4784,30867,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(4785,30867,'_wp_old_slug','crostata-cioccolato-e-ricotta-2'),(4786,30867,'_wp_old_slug','cannoli-siciliani'),(4787,30869,'_edit_lock','1618988203:5'),(4788,30869,'_edit_last','5'),(4789,30869,'dzsrst_meta_item_subtitle','as_ingredients'),(4790,30869,'dzsrst_meta_item_thumb',''),(4791,30869,'dzsrst_meta_item_bigimage',''),(4792,30869,'dzsrst_meta_item_price','70'),(4793,30869,'dzsrst_meta_item_icon',''),(4794,30869,'dzsrst_meta_item_ingredients',''),(4795,30869,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4796,30869,'_wp_old_slug','ravioli-capresi-v'),(4797,30869,'_wp_old_slug','risotto-pisellie-gamberi'),(4798,30869,'_wp_old_slug','rigatoni-mamma-mia-v'),(4799,30869,'_wp_old_slug','carbonara-de-mare'),(4800,30869,'_wp_old_slug','filetto-alla-griglia'),(4801,30869,'_wp_old_slug','costata-di-manzo'),(4802,30869,'_wp_old_slug','polletto-al-mattone'),(4803,30869,'_wp_old_slug','costolette-di-agnello'),(4804,30869,'_wp_old_slug','costoletta-di-maiale'),(4805,30869,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4806,30869,'_wp_old_slug','salmone-arrosto'),(4807,30869,'_wp_old_slug','zuppa-de-molluschi'),(4808,30869,'_wp_old_slug','caciucco-livornese'),(4809,30869,'_wp_old_slug','sogliola-alla-griglia'),(4810,30869,'_wp_old_slug','sogliola-alla-griglia-2'),(4811,30869,'_wp_old_slug','capretto-stufato'),(4812,30869,'_wp_old_slug','capretto-stufato-2'),(4813,30869,'_wp_old_slug','piedino-di-maiale'),(4814,30869,'_wp_old_slug','fegato-alla-veneziana'),(4815,30869,'_wp_old_slug','coda-di-bue-vaccinara'),(4816,30869,'_wp_old_slug','coda-di-bue-vaccinara-2'),(4817,30869,'_wp_old_slug','margherita'),(4818,30869,'_wp_old_slug','mamma'),(4819,30869,'_wp_old_slug','partenope'),(4820,30869,'_wp_old_slug','allegra'),(4821,30869,'_wp_old_slug','martina'),(4822,30869,'_wp_old_slug','aurora'),(4823,30869,'_wp_old_slug','michele'),(4824,30869,'_wp_old_slug','kai'),(4825,30869,'_wp_old_slug','teresa'),(4826,30869,'_wp_old_slug','alessio'),(4827,30869,'_wp_old_slug','myka'),(4828,30869,'_wp_old_slug','saint'),(4829,30869,'_wp_old_slug','simone'),(4830,30869,'_wp_old_slug','tiramisu-oro-saiua'),(4831,30869,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(4832,30869,'_wp_old_slug','crostata-cioccolato-e-ricotta-2'),(4833,30869,'_wp_old_slug','cannoli-siciliani'),(4834,30870,'price','180'),(4835,30870,'_edit_last','5'),(4836,30870,'_edit_lock','1618986704:5'),(4837,30870,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(4838,30870,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(4839,30870,'sku',''),(4840,30870,'mp_menu_gallery',''),(4841,30870,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4842,30870,'_wp_old_slug','mozzarelline-panate'),(4843,30870,'_wp_old_slug','mozzarelline-panate-3'),(4844,30870,'_wp_old_slug','mozzarelline-panate-3-2'),(4845,30870,'_wp_old_slug','mozzarelline-panate-3-2-2'),(4846,30870,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(4847,30870,'_wp_old_slug','fritto-mare'),(4848,30870,'_wp_old_slug','prosciutto-di-parma'),(4849,30870,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(4850,30870,'_wp_old_slug','grilled-calamari-and-prawns'),(4851,30870,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(4852,30870,'_wp_old_slug','straccetti-romana'),(4853,30870,'_wp_old_slug','sarde-grigliate'),(4854,30870,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(4855,30870,'_wp_old_slug','carpaccio-di-manzo'),(4856,30870,'_wp_old_slug','leonardo-salad'),(4857,30870,'_wp_old_slug','augusto-salad'),(4858,30870,'_wp_old_slug','poseidon-salad'),(4859,30870,'_wp_old_slug','michelangelo-salad'),(4860,30870,'_wp_old_slug','gaspacho-soup'),(4861,30870,'_wp_old_slug','minestra-di-vegetali'),(4862,30870,'_wp_old_slug','pappardelle-pasta-al-ragu'),(4863,30870,'_wp_old_slug','linguine-ai-frutti-di-mare'),(4864,30870,'_wp_old_slug','ravioli-capresi-v'),(4865,30870,'_wp_old_slug','rigatoni-mamma-mia-v'),(4866,30870,'_wp_old_slug','risotto-pisellie-gamberi'),(4867,30870,'_wp_old_slug','carbonara-de-mare'),(4868,30870,'_wp_old_slug','costata-di-manzo'),(4869,30870,'_wp_old_slug','polletto-al-mattone'),(4870,30870,'_wp_old_slug','costolette-di-agnello'),(4871,30870,'_wp_old_slug','costoletta-di-maiale'),(4872,30871,'price','295'),(4873,30871,'_edit_last','5'),(4874,30871,'_edit_lock','1618986749:5'),(4875,30871,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(4876,30871,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(4877,30871,'sku',''),(4878,30871,'mp_menu_gallery',''),(4879,30871,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4880,30871,'_wp_old_slug','mozzarelline-panate'),(4881,30871,'_wp_old_slug','mozzarelline-panate-3'),(4882,30871,'_wp_old_slug','mozzarelline-panate-3-2'),(4883,30871,'_wp_old_slug','mozzarelline-panate-3-2-2'),(4884,30871,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(4885,30871,'_wp_old_slug','fritto-mare'),(4886,30871,'_wp_old_slug','prosciutto-di-parma'),(4887,30871,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(4888,30871,'_wp_old_slug','grilled-calamari-and-prawns'),(4889,30871,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(4890,30871,'_wp_old_slug','straccetti-romana'),(4891,30871,'_wp_old_slug','sarde-grigliate'),(4892,30871,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(4893,30871,'_wp_old_slug','carpaccio-di-manzo'),(4894,30871,'_wp_old_slug','leonardo-salad'),(4895,30871,'_wp_old_slug','augusto-salad'),(4896,30871,'_wp_old_slug','poseidon-salad'),(4897,30871,'_wp_old_slug','michelangelo-salad'),(4898,30871,'_wp_old_slug','gaspacho-soup'),(4899,30871,'_wp_old_slug','minestra-di-vegetali'),(4900,30871,'_wp_old_slug','pappardelle-pasta-al-ragu'),(4901,30871,'_wp_old_slug','linguine-ai-frutti-di-mare'),(4902,30871,'_wp_old_slug','ravioli-capresi-v'),(4903,30871,'_wp_old_slug','rigatoni-mamma-mia-v'),(4904,30871,'_wp_old_slug','risotto-pisellie-gamberi'),(4905,30871,'_wp_old_slug','carbonara-de-mare'),(4906,30871,'_wp_old_slug','costata-di-manzo'),(4907,30871,'_wp_old_slug','polletto-al-mattone'),(4908,30871,'_wp_old_slug','costolette-di-agnello'),(4909,30871,'_wp_old_slug','costoletta-di-maiale'),(4910,30871,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4911,30872,'price','275'),(4912,30872,'_edit_last','5'),(4913,30872,'_edit_lock','1618986792:5'),(4914,30872,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(4915,30872,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(4916,30872,'sku',''),(4917,30872,'mp_menu_gallery',''),(4918,30872,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4919,30872,'_wp_old_slug','mozzarelline-panate'),(4920,30872,'_wp_old_slug','mozzarelline-panate-3'),(4921,30872,'_wp_old_slug','mozzarelline-panate-3-2'),(4922,30872,'_wp_old_slug','mozzarelline-panate-3-2-2'),(4923,30872,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(4924,30872,'_wp_old_slug','fritto-mare'),(4925,30872,'_wp_old_slug','prosciutto-di-parma'),(4926,30872,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(4927,30872,'_wp_old_slug','grilled-calamari-and-prawns'),(4928,30872,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(4929,30872,'_wp_old_slug','straccetti-romana'),(4930,30872,'_wp_old_slug','sarde-grigliate'),(4931,30872,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(4932,30872,'_wp_old_slug','carpaccio-di-manzo'),(4933,30872,'_wp_old_slug','leonardo-salad'),(4934,30872,'_wp_old_slug','augusto-salad'),(4935,30872,'_wp_old_slug','poseidon-salad'),(4936,30872,'_wp_old_slug','michelangelo-salad'),(4937,30872,'_wp_old_slug','gaspacho-soup'),(4938,30872,'_wp_old_slug','minestra-di-vegetali'),(4939,30872,'_wp_old_slug','pappardelle-pasta-al-ragu'),(4940,30872,'_wp_old_slug','linguine-ai-frutti-di-mare'),(4941,30872,'_wp_old_slug','ravioli-capresi-v'),(4942,30872,'_wp_old_slug','rigatoni-mamma-mia-v'),(4943,30872,'_wp_old_slug','risotto-pisellie-gamberi'),(4944,30872,'_wp_old_slug','carbonara-de-mare'),(4945,30872,'_wp_old_slug','costata-di-manzo'),(4946,30872,'_wp_old_slug','polletto-al-mattone'),(4947,30872,'_wp_old_slug','costolette-di-agnello'),(4948,30872,'_wp_old_slug','costoletta-di-maiale'),(4949,30872,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4950,30872,'_wp_old_slug','branzino-alla-griglia'),(4951,30873,'price','150'),(4952,30873,'_edit_last','5'),(4953,30873,'_edit_lock','1618986832:5'),(4954,30873,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(4955,30873,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(4956,30873,'sku',''),(4957,30873,'mp_menu_gallery',''),(4958,30873,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(4959,30873,'_wp_old_slug','mozzarelline-panate'),(4960,30873,'_wp_old_slug','mozzarelline-panate-3'),(4961,30873,'_wp_old_slug','mozzarelline-panate-3-2'),(4962,30873,'_wp_old_slug','mozzarelline-panate-3-2-2'),(4963,30873,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(4964,30873,'_wp_old_slug','fritto-mare'),(4965,30873,'_wp_old_slug','prosciutto-di-parma'),(4966,30873,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(4967,30873,'_wp_old_slug','grilled-calamari-and-prawns'),(4968,30873,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(4969,30873,'_wp_old_slug','straccetti-romana'),(4970,30873,'_wp_old_slug','sarde-grigliate'),(4971,30873,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(4972,30873,'_wp_old_slug','carpaccio-di-manzo'),(4973,30873,'_wp_old_slug','leonardo-salad'),(4974,30873,'_wp_old_slug','augusto-salad'),(4975,30873,'_wp_old_slug','poseidon-salad'),(4976,30873,'_wp_old_slug','michelangelo-salad'),(4977,30873,'_wp_old_slug','gaspacho-soup'),(4978,30873,'_wp_old_slug','minestra-di-vegetali'),(4979,30873,'_wp_old_slug','pappardelle-pasta-al-ragu'),(4980,30873,'_wp_old_slug','linguine-ai-frutti-di-mare'),(4981,30873,'_wp_old_slug','ravioli-capresi-v'),(4982,30873,'_wp_old_slug','rigatoni-mamma-mia-v'),(4983,30873,'_wp_old_slug','risotto-pisellie-gamberi'),(4984,30873,'_wp_old_slug','carbonara-de-mare'),(4985,30873,'_wp_old_slug','costata-di-manzo'),(4986,30873,'_wp_old_slug','polletto-al-mattone'),(4987,30873,'_wp_old_slug','costolette-di-agnello'),(4988,30873,'_wp_old_slug','costoletta-di-maiale'),(4989,30873,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(4990,30873,'_wp_old_slug','branzino-alla-griglia'),(4991,30873,'_wp_old_slug','salmone-arrosto'),(4992,30874,'price','320'),(4993,30874,'_edit_last','5'),(4994,30874,'_edit_lock','1618986863:5'),(4995,30874,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(4996,30874,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(4997,30874,'sku',''),(4998,30874,'mp_menu_gallery',''),(4999,30874,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5000,30874,'_wp_old_slug','mozzarelline-panate'),(5001,30874,'_wp_old_slug','mozzarelline-panate-3'),(5002,30874,'_wp_old_slug','mozzarelline-panate-3-2'),(5003,30874,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5004,30874,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5005,30874,'_wp_old_slug','fritto-mare'),(5006,30874,'_wp_old_slug','prosciutto-di-parma'),(5007,30874,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5008,30874,'_wp_old_slug','grilled-calamari-and-prawns'),(5009,30874,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5010,30874,'_wp_old_slug','straccetti-romana'),(5011,30874,'_wp_old_slug','sarde-grigliate'),(5012,30874,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5013,30874,'_wp_old_slug','carpaccio-di-manzo'),(5014,30874,'_wp_old_slug','leonardo-salad'),(5015,30874,'_wp_old_slug','augusto-salad'),(5016,30874,'_wp_old_slug','poseidon-salad'),(5017,30874,'_wp_old_slug','michelangelo-salad'),(5018,30874,'_wp_old_slug','gaspacho-soup'),(5019,30874,'_wp_old_slug','minestra-di-vegetali'),(5020,30874,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5021,30874,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5022,30874,'_wp_old_slug','ravioli-capresi-v'),(5023,30874,'_wp_old_slug','rigatoni-mamma-mia-v'),(5024,30874,'_wp_old_slug','risotto-pisellie-gamberi'),(5025,30874,'_wp_old_slug','carbonara-de-mare'),(5026,30874,'_wp_old_slug','costata-di-manzo'),(5027,30874,'_wp_old_slug','polletto-al-mattone'),(5028,30874,'_wp_old_slug','costolette-di-agnello'),(5029,30874,'_wp_old_slug','costoletta-di-maiale'),(5030,30874,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5031,30874,'_wp_old_slug','branzino-alla-griglia'),(5032,30874,'_wp_old_slug','salmone-arrosto'),(5033,30874,'_wp_old_slug','zuppa-de-molluschi'),(5034,30875,'price','200'),(5035,30875,'_edit_last','5'),(5036,30875,'_edit_lock','1618986897:5'),(5037,30875,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5038,30875,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5039,30875,'sku',''),(5040,30875,'mp_menu_gallery',''),(5041,30875,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5042,30875,'_wp_old_slug','mozzarelline-panate'),(5043,30875,'_wp_old_slug','mozzarelline-panate-3'),(5044,30875,'_wp_old_slug','mozzarelline-panate-3-2'),(5045,30875,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5046,30875,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5047,30875,'_wp_old_slug','fritto-mare'),(5048,30875,'_wp_old_slug','prosciutto-di-parma'),(5049,30875,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5050,30875,'_wp_old_slug','grilled-calamari-and-prawns'),(5051,30875,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5052,30875,'_wp_old_slug','straccetti-romana'),(5053,30875,'_wp_old_slug','sarde-grigliate'),(5054,30875,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5055,30875,'_wp_old_slug','carpaccio-di-manzo'),(5056,30875,'_wp_old_slug','leonardo-salad'),(5057,30875,'_wp_old_slug','augusto-salad'),(5058,30875,'_wp_old_slug','poseidon-salad'),(5059,30875,'_wp_old_slug','michelangelo-salad'),(5060,30875,'_wp_old_slug','gaspacho-soup'),(5061,30875,'_wp_old_slug','minestra-di-vegetali'),(5062,30875,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5063,30875,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5064,30875,'_wp_old_slug','ravioli-capresi-v'),(5065,30875,'_wp_old_slug','rigatoni-mamma-mia-v'),(5066,30875,'_wp_old_slug','risotto-pisellie-gamberi'),(5067,30875,'_wp_old_slug','carbonara-de-mare'),(5068,30875,'_wp_old_slug','costata-di-manzo'),(5069,30875,'_wp_old_slug','polletto-al-mattone'),(5070,30875,'_wp_old_slug','costolette-di-agnello'),(5071,30875,'_wp_old_slug','costoletta-di-maiale'),(5072,30875,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5073,30875,'_wp_old_slug','branzino-alla-griglia'),(5074,30875,'_wp_old_slug','salmone-arrosto'),(5075,30875,'_wp_old_slug','zuppa-de-molluschi'),(5076,30875,'_wp_old_slug','caciucco-livornese'),(5077,30877,'price','180'),(5078,30877,'_edit_last','5'),(5079,30877,'_edit_lock','1618986944:5'),(5080,30877,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5081,30877,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5082,30877,'sku',''),(5083,30877,'mp_menu_gallery',''),(5084,30877,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5085,30877,'_wp_old_slug','mozzarelline-panate'),(5086,30877,'_wp_old_slug','mozzarelline-panate-3'),(5087,30877,'_wp_old_slug','mozzarelline-panate-3-2'),(5088,30877,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5089,30877,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5090,30877,'_wp_old_slug','fritto-mare'),(5091,30877,'_wp_old_slug','prosciutto-di-parma'),(5092,30877,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5093,30877,'_wp_old_slug','grilled-calamari-and-prawns'),(5094,30877,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5095,30877,'_wp_old_slug','straccetti-romana'),(5096,30877,'_wp_old_slug','sarde-grigliate'),(5097,30877,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5098,30877,'_wp_old_slug','carpaccio-di-manzo'),(5099,30877,'_wp_old_slug','leonardo-salad'),(5100,30877,'_wp_old_slug','augusto-salad'),(5101,30877,'_wp_old_slug','poseidon-salad'),(5102,30877,'_wp_old_slug','michelangelo-salad'),(5103,30877,'_wp_old_slug','gaspacho-soup'),(5104,30877,'_wp_old_slug','minestra-di-vegetali'),(5105,30877,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5106,30877,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5107,30877,'_wp_old_slug','ravioli-capresi-v'),(5108,30877,'_wp_old_slug','rigatoni-mamma-mia-v'),(5109,30877,'_wp_old_slug','risotto-pisellie-gamberi'),(5110,30877,'_wp_old_slug','carbonara-de-mare'),(5111,30877,'_wp_old_slug','costata-di-manzo'),(5112,30877,'_wp_old_slug','polletto-al-mattone'),(5113,30877,'_wp_old_slug','costolette-di-agnello'),(5114,30877,'_wp_old_slug','costoletta-di-maiale'),(5115,30877,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5116,30877,'_wp_old_slug','branzino-alla-griglia'),(5117,30877,'_wp_old_slug','salmone-arrosto'),(5118,30877,'_wp_old_slug','zuppa-de-molluschi'),(5119,30877,'_wp_old_slug','caciucco-livornese'),(5120,30877,'_wp_old_slug','sogliola-alla-griglia'),(5121,30878,'price','300'),(5122,30878,'_edit_last','5'),(5123,30878,'_edit_lock','1618987210:5'),(5124,30878,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5125,30878,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5126,30878,'sku',''),(5127,30878,'mp_menu_gallery',''),(5128,30878,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5129,30878,'_wp_old_slug','mozzarelline-panate'),(5130,30878,'_wp_old_slug','mozzarelline-panate-3'),(5131,30878,'_wp_old_slug','mozzarelline-panate-3-2'),(5132,30878,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5133,30878,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5134,30878,'_wp_old_slug','fritto-mare'),(5135,30878,'_wp_old_slug','prosciutto-di-parma'),(5136,30878,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5137,30878,'_wp_old_slug','grilled-calamari-and-prawns'),(5138,30878,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5139,30878,'_wp_old_slug','straccetti-romana'),(5140,30878,'_wp_old_slug','sarde-grigliate'),(5141,30878,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5142,30878,'_wp_old_slug','carpaccio-di-manzo'),(5143,30878,'_wp_old_slug','leonardo-salad'),(5144,30878,'_wp_old_slug','augusto-salad'),(5145,30878,'_wp_old_slug','poseidon-salad'),(5146,30878,'_wp_old_slug','michelangelo-salad'),(5147,30878,'_wp_old_slug','gaspacho-soup'),(5148,30878,'_wp_old_slug','minestra-di-vegetali'),(5149,30878,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5150,30878,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5151,30878,'_wp_old_slug','ravioli-capresi-v'),(5152,30878,'_wp_old_slug','rigatoni-mamma-mia-v'),(5153,30878,'_wp_old_slug','risotto-pisellie-gamberi'),(5154,30878,'_wp_old_slug','carbonara-de-mare'),(5155,30878,'_wp_old_slug','costata-di-manzo'),(5156,30878,'_wp_old_slug','polletto-al-mattone'),(5157,30878,'_wp_old_slug','costolette-di-agnello'),(5158,30878,'_wp_old_slug','costoletta-di-maiale'),(5159,30878,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5160,30878,'_wp_old_slug','branzino-alla-griglia'),(5161,30878,'_wp_old_slug','salmone-arrosto'),(5162,30878,'_wp_old_slug','zuppa-de-molluschi'),(5163,30878,'_wp_old_slug','caciucco-livornese'),(5164,30878,'_wp_old_slug','sogliola-alla-griglia'),(5165,30878,'_wp_old_slug','pollo-ruspante'),(5166,30879,'price','160'),(5167,30879,'_edit_last','5'),(5168,30879,'_edit_lock','1618987106:5'),(5169,30879,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5170,30879,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5171,30879,'sku',''),(5172,30879,'mp_menu_gallery',''),(5173,30879,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5174,30879,'_wp_old_slug','mozzarelline-panate'),(5175,30879,'_wp_old_slug','mozzarelline-panate-3'),(5176,30879,'_wp_old_slug','mozzarelline-panate-3-2'),(5177,30879,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5178,30879,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5179,30879,'_wp_old_slug','fritto-mare'),(5180,30879,'_wp_old_slug','prosciutto-di-parma'),(5181,30879,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5182,30879,'_wp_old_slug','grilled-calamari-and-prawns'),(5183,30879,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5184,30879,'_wp_old_slug','straccetti-romana'),(5185,30879,'_wp_old_slug','sarde-grigliate'),(5186,30879,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5187,30879,'_wp_old_slug','carpaccio-di-manzo'),(5188,30879,'_wp_old_slug','leonardo-salad'),(5189,30879,'_wp_old_slug','augusto-salad'),(5190,30879,'_wp_old_slug','poseidon-salad'),(5191,30879,'_wp_old_slug','michelangelo-salad'),(5192,30879,'_wp_old_slug','gaspacho-soup'),(5193,30879,'_wp_old_slug','minestra-di-vegetali'),(5194,30879,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5195,30879,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5196,30879,'_wp_old_slug','ravioli-capresi-v'),(5197,30879,'_wp_old_slug','rigatoni-mamma-mia-v'),(5198,30879,'_wp_old_slug','risotto-pisellie-gamberi'),(5199,30879,'_wp_old_slug','carbonara-de-mare'),(5200,30879,'_wp_old_slug','costata-di-manzo'),(5201,30879,'_wp_old_slug','polletto-al-mattone'),(5202,30879,'_wp_old_slug','costolette-di-agnello'),(5203,30879,'_wp_old_slug','costoletta-di-maiale'),(5204,30879,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5205,30879,'_wp_old_slug','branzino-alla-griglia'),(5206,30879,'_wp_old_slug','salmone-arrosto'),(5207,30879,'_wp_old_slug','zuppa-de-molluschi'),(5208,30879,'_wp_old_slug','caciucco-livornese'),(5209,30879,'_wp_old_slug','sogliola-alla-griglia'),(5210,30879,'_wp_old_slug','pollo-ruspante'),(5211,30879,'_wp_old_slug','capretto-stufato'),(5212,30880,'price','150'),(5213,30880,'_edit_last','5'),(5214,30880,'_edit_lock','1618987147:5'),(5215,30880,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5216,30880,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5217,30880,'sku',''),(5218,30880,'mp_menu_gallery',''),(5219,30880,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5220,30880,'_wp_old_slug','mozzarelline-panate'),(5221,30880,'_wp_old_slug','mozzarelline-panate-3'),(5222,30880,'_wp_old_slug','mozzarelline-panate-3-2'),(5223,30880,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5224,30880,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5225,30880,'_wp_old_slug','fritto-mare'),(5226,30880,'_wp_old_slug','prosciutto-di-parma'),(5227,30880,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5228,30880,'_wp_old_slug','grilled-calamari-and-prawns'),(5229,30880,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5230,30880,'_wp_old_slug','straccetti-romana'),(5231,30880,'_wp_old_slug','sarde-grigliate'),(5232,30880,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5233,30880,'_wp_old_slug','carpaccio-di-manzo'),(5234,30880,'_wp_old_slug','leonardo-salad'),(5235,30880,'_wp_old_slug','augusto-salad'),(5236,30880,'_wp_old_slug','poseidon-salad'),(5237,30880,'_wp_old_slug','michelangelo-salad'),(5238,30880,'_wp_old_slug','gaspacho-soup'),(5239,30880,'_wp_old_slug','minestra-di-vegetali'),(5240,30880,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5241,30880,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5242,30880,'_wp_old_slug','ravioli-capresi-v'),(5243,30880,'_wp_old_slug','rigatoni-mamma-mia-v'),(5244,30880,'_wp_old_slug','risotto-pisellie-gamberi'),(5245,30880,'_wp_old_slug','carbonara-de-mare'),(5246,30880,'_wp_old_slug','costata-di-manzo'),(5247,30880,'_wp_old_slug','polletto-al-mattone'),(5248,30880,'_wp_old_slug','costolette-di-agnello'),(5249,30880,'_wp_old_slug','costoletta-di-maiale'),(5250,30880,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5251,30880,'_wp_old_slug','branzino-alla-griglia'),(5252,30880,'_wp_old_slug','salmone-arrosto'),(5253,30880,'_wp_old_slug','zuppa-de-molluschi'),(5254,30880,'_wp_old_slug','caciucco-livornese'),(5255,30880,'_wp_old_slug','sogliola-alla-griglia'),(5256,30880,'_wp_old_slug','pollo-ruspante'),(5257,30880,'_wp_old_slug','capretto-stufato'),(5258,30880,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5259,30881,'price','180'),(5260,30881,'_edit_last','5'),(5261,30881,'_edit_lock','1618987293:5'),(5262,30881,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5263,30881,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5264,30881,'sku',''),(5265,30881,'mp_menu_gallery',''),(5266,30881,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5267,30881,'_wp_old_slug','mozzarelline-panate'),(5268,30881,'_wp_old_slug','mozzarelline-panate-3'),(5269,30881,'_wp_old_slug','mozzarelline-panate-3-2'),(5270,30881,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5271,30881,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5272,30881,'_wp_old_slug','fritto-mare'),(5273,30881,'_wp_old_slug','prosciutto-di-parma'),(5274,30881,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5275,30881,'_wp_old_slug','grilled-calamari-and-prawns'),(5276,30881,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5277,30881,'_wp_old_slug','straccetti-romana'),(5278,30881,'_wp_old_slug','sarde-grigliate'),(5279,30881,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5280,30881,'_wp_old_slug','carpaccio-di-manzo'),(5281,30881,'_wp_old_slug','leonardo-salad'),(5282,30881,'_wp_old_slug','augusto-salad'),(5283,30881,'_wp_old_slug','poseidon-salad'),(5284,30881,'_wp_old_slug','michelangelo-salad'),(5285,30881,'_wp_old_slug','gaspacho-soup'),(5286,30881,'_wp_old_slug','minestra-di-vegetali'),(5287,30881,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5288,30881,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5289,30881,'_wp_old_slug','ravioli-capresi-v'),(5290,30881,'_wp_old_slug','rigatoni-mamma-mia-v'),(5291,30881,'_wp_old_slug','risotto-pisellie-gamberi'),(5292,30881,'_wp_old_slug','carbonara-de-mare'),(5293,30881,'_wp_old_slug','costata-di-manzo'),(5294,30881,'_wp_old_slug','polletto-al-mattone'),(5295,30881,'_wp_old_slug','costolette-di-agnello'),(5296,30881,'_wp_old_slug','costoletta-di-maiale'),(5297,30881,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5298,30881,'_wp_old_slug','branzino-alla-griglia'),(5299,30881,'_wp_old_slug','salmone-arrosto'),(5300,30881,'_wp_old_slug','zuppa-de-molluschi'),(5301,30881,'_wp_old_slug','caciucco-livornese'),(5302,30881,'_wp_old_slug','sogliola-alla-griglia'),(5303,30881,'_wp_old_slug','pollo-ruspante'),(5304,30881,'_wp_old_slug','capretto-stufato'),(5305,30881,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5306,30882,'price','290'),(5307,30882,'_edit_last','5'),(5308,30882,'_edit_lock','1618987343:5'),(5309,30882,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5310,30882,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5311,30882,'sku',''),(5312,30882,'mp_menu_gallery',''),(5313,30882,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5314,30882,'_wp_old_slug','mozzarelline-panate'),(5315,30882,'_wp_old_slug','mozzarelline-panate-3'),(5316,30882,'_wp_old_slug','mozzarelline-panate-3-2'),(5317,30882,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5318,30882,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5319,30882,'_wp_old_slug','fritto-mare'),(5320,30882,'_wp_old_slug','prosciutto-di-parma'),(5321,30882,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5322,30882,'_wp_old_slug','grilled-calamari-and-prawns'),(5323,30882,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5324,30882,'_wp_old_slug','straccetti-romana'),(5325,30882,'_wp_old_slug','sarde-grigliate'),(5326,30882,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5327,30882,'_wp_old_slug','carpaccio-di-manzo'),(5328,30882,'_wp_old_slug','leonardo-salad'),(5329,30882,'_wp_old_slug','augusto-salad'),(5330,30882,'_wp_old_slug','poseidon-salad'),(5331,30882,'_wp_old_slug','michelangelo-salad'),(5332,30882,'_wp_old_slug','gaspacho-soup'),(5333,30882,'_wp_old_slug','minestra-di-vegetali'),(5334,30882,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5335,30882,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5336,30882,'_wp_old_slug','ravioli-capresi-v'),(5337,30882,'_wp_old_slug','rigatoni-mamma-mia-v'),(5338,30882,'_wp_old_slug','risotto-pisellie-gamberi'),(5339,30882,'_wp_old_slug','carbonara-de-mare'),(5340,30882,'_wp_old_slug','costata-di-manzo'),(5341,30882,'_wp_old_slug','polletto-al-mattone'),(5342,30882,'_wp_old_slug','costolette-di-agnello'),(5343,30882,'_wp_old_slug','costoletta-di-maiale'),(5344,30882,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5345,30882,'_wp_old_slug','branzino-alla-griglia'),(5346,30882,'_wp_old_slug','salmone-arrosto'),(5347,30882,'_wp_old_slug','zuppa-de-molluschi'),(5348,30882,'_wp_old_slug','caciucco-livornese'),(5349,30882,'_wp_old_slug','sogliola-alla-griglia'),(5350,30882,'_wp_old_slug','pollo-ruspante'),(5351,30882,'_wp_old_slug','capretto-stufato'),(5352,30882,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5353,30882,'_wp_old_slug','fegato-alla-veneziana'),(5354,30883,'price','110'),(5355,30883,'_edit_last','5'),(5356,30883,'_edit_lock','1618987384:5'),(5357,30883,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5358,30883,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5359,30883,'sku',''),(5360,30883,'mp_menu_gallery',''),(5361,30883,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5362,30883,'_wp_old_slug','mozzarelline-panate'),(5363,30883,'_wp_old_slug','mozzarelline-panate-3'),(5364,30883,'_wp_old_slug','mozzarelline-panate-3-2'),(5365,30883,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5366,30883,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5367,30883,'_wp_old_slug','fritto-mare'),(5368,30883,'_wp_old_slug','prosciutto-di-parma'),(5369,30883,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5370,30883,'_wp_old_slug','grilled-calamari-and-prawns'),(5371,30883,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5372,30883,'_wp_old_slug','straccetti-romana'),(5373,30883,'_wp_old_slug','sarde-grigliate'),(5374,30883,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5375,30883,'_wp_old_slug','carpaccio-di-manzo'),(5376,30883,'_wp_old_slug','leonardo-salad'),(5377,30883,'_wp_old_slug','augusto-salad'),(5378,30883,'_wp_old_slug','poseidon-salad'),(5379,30883,'_wp_old_slug','michelangelo-salad'),(5380,30883,'_wp_old_slug','gaspacho-soup'),(5381,30883,'_wp_old_slug','minestra-di-vegetali'),(5382,30883,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5383,30883,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5384,30883,'_wp_old_slug','ravioli-capresi-v'),(5385,30883,'_wp_old_slug','rigatoni-mamma-mia-v'),(5386,30883,'_wp_old_slug','risotto-pisellie-gamberi'),(5387,30883,'_wp_old_slug','carbonara-de-mare'),(5388,30883,'_wp_old_slug','costata-di-manzo'),(5389,30883,'_wp_old_slug','polletto-al-mattone'),(5390,30883,'_wp_old_slug','costolette-di-agnello'),(5391,30883,'_wp_old_slug','costoletta-di-maiale'),(5392,30883,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5393,30883,'_wp_old_slug','branzino-alla-griglia'),(5394,30883,'_wp_old_slug','salmone-arrosto'),(5395,30883,'_wp_old_slug','zuppa-de-molluschi'),(5396,30883,'_wp_old_slug','caciucco-livornese'),(5397,30883,'_wp_old_slug','sogliola-alla-griglia'),(5398,30883,'_wp_old_slug','pollo-ruspante'),(5399,30883,'_wp_old_slug','capretto-stufato'),(5400,30883,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5401,30883,'_wp_old_slug','fegato-alla-veneziana'),(5402,30883,'_wp_old_slug','coda-di-bue-vaccinara'),(5403,30884,'price','130'),(5404,30884,'_edit_last','5'),(5405,30884,'_edit_lock','1618987419:5'),(5406,30884,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5407,30884,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5408,30884,'sku',''),(5409,30884,'mp_menu_gallery',''),(5410,30884,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5411,30884,'_wp_old_slug','mozzarelline-panate'),(5412,30884,'_wp_old_slug','mozzarelline-panate-3'),(5413,30884,'_wp_old_slug','mozzarelline-panate-3-2'),(5414,30884,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5415,30884,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5416,30884,'_wp_old_slug','fritto-mare'),(5417,30884,'_wp_old_slug','prosciutto-di-parma'),(5418,30884,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5419,30884,'_wp_old_slug','grilled-calamari-and-prawns'),(5420,30884,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5421,30884,'_wp_old_slug','straccetti-romana'),(5422,30884,'_wp_old_slug','sarde-grigliate'),(5423,30884,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5424,30884,'_wp_old_slug','carpaccio-di-manzo'),(5425,30884,'_wp_old_slug','leonardo-salad'),(5426,30884,'_wp_old_slug','augusto-salad'),(5427,30884,'_wp_old_slug','poseidon-salad'),(5428,30884,'_wp_old_slug','michelangelo-salad'),(5429,30884,'_wp_old_slug','gaspacho-soup'),(5430,30884,'_wp_old_slug','minestra-di-vegetali'),(5431,30884,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5432,30884,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5433,30884,'_wp_old_slug','ravioli-capresi-v'),(5434,30884,'_wp_old_slug','rigatoni-mamma-mia-v'),(5435,30884,'_wp_old_slug','risotto-pisellie-gamberi'),(5436,30884,'_wp_old_slug','carbonara-de-mare'),(5437,30884,'_wp_old_slug','costata-di-manzo'),(5438,30884,'_wp_old_slug','polletto-al-mattone'),(5439,30884,'_wp_old_slug','costolette-di-agnello'),(5440,30884,'_wp_old_slug','costoletta-di-maiale'),(5441,30884,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5442,30884,'_wp_old_slug','branzino-alla-griglia'),(5443,30884,'_wp_old_slug','salmone-arrosto'),(5444,30884,'_wp_old_slug','zuppa-de-molluschi'),(5445,30884,'_wp_old_slug','caciucco-livornese'),(5446,30884,'_wp_old_slug','sogliola-alla-griglia'),(5447,30884,'_wp_old_slug','pollo-ruspante'),(5448,30884,'_wp_old_slug','capretto-stufato'),(5449,30884,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5450,30884,'_wp_old_slug','fegato-alla-veneziana'),(5451,30884,'_wp_old_slug','coda-di-bue-vaccinara'),(5452,30884,'_wp_old_slug','margherita'),(5453,30885,'price','130'),(5454,30885,'_edit_last','5'),(5455,30885,'_edit_lock','1618987460:5'),(5456,30885,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5457,30885,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5458,30885,'sku',''),(5459,30885,'mp_menu_gallery',''),(5460,30885,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5461,30885,'_wp_old_slug','mozzarelline-panate'),(5462,30885,'_wp_old_slug','mozzarelline-panate-3'),(5463,30885,'_wp_old_slug','mozzarelline-panate-3-2'),(5464,30885,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5465,30885,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5466,30885,'_wp_old_slug','fritto-mare'),(5467,30885,'_wp_old_slug','prosciutto-di-parma'),(5468,30885,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5469,30885,'_wp_old_slug','grilled-calamari-and-prawns'),(5470,30885,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5471,30885,'_wp_old_slug','straccetti-romana'),(5472,30885,'_wp_old_slug','sarde-grigliate'),(5473,30885,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5474,30885,'_wp_old_slug','carpaccio-di-manzo'),(5475,30885,'_wp_old_slug','leonardo-salad'),(5476,30885,'_wp_old_slug','augusto-salad'),(5477,30885,'_wp_old_slug','poseidon-salad'),(5478,30885,'_wp_old_slug','michelangelo-salad'),(5479,30885,'_wp_old_slug','gaspacho-soup'),(5480,30885,'_wp_old_slug','minestra-di-vegetali'),(5481,30885,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5482,30885,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5483,30885,'_wp_old_slug','ravioli-capresi-v'),(5484,30885,'_wp_old_slug','rigatoni-mamma-mia-v'),(5485,30885,'_wp_old_slug','risotto-pisellie-gamberi'),(5486,30885,'_wp_old_slug','carbonara-de-mare'),(5487,30885,'_wp_old_slug','costata-di-manzo'),(5488,30885,'_wp_old_slug','polletto-al-mattone'),(5489,30885,'_wp_old_slug','costolette-di-agnello'),(5490,30885,'_wp_old_slug','costoletta-di-maiale'),(5491,30885,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5492,30885,'_wp_old_slug','branzino-alla-griglia'),(5493,30885,'_wp_old_slug','salmone-arrosto'),(5494,30885,'_wp_old_slug','zuppa-de-molluschi'),(5495,30885,'_wp_old_slug','caciucco-livornese'),(5496,30885,'_wp_old_slug','sogliola-alla-griglia'),(5497,30885,'_wp_old_slug','pollo-ruspante'),(5498,30885,'_wp_old_slug','capretto-stufato'),(5499,30885,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5500,30885,'_wp_old_slug','fegato-alla-veneziana'),(5501,30885,'_wp_old_slug','coda-di-bue-vaccinara'),(5502,30885,'_wp_old_slug','margherita'),(5503,30885,'_wp_old_slug','mamma'),(5504,30886,'price','140'),(5505,30886,'_edit_last','5'),(5506,30886,'_edit_lock','1618987488:5'),(5507,30886,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5508,30886,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5509,30886,'sku',''),(5510,30886,'mp_menu_gallery',''),(5511,30886,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5512,30886,'_wp_old_slug','mozzarelline-panate'),(5513,30886,'_wp_old_slug','mozzarelline-panate-3'),(5514,30886,'_wp_old_slug','mozzarelline-panate-3-2'),(5515,30886,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5516,30886,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5517,30886,'_wp_old_slug','fritto-mare'),(5518,30886,'_wp_old_slug','prosciutto-di-parma'),(5519,30886,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5520,30886,'_wp_old_slug','grilled-calamari-and-prawns'),(5521,30886,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5522,30886,'_wp_old_slug','straccetti-romana'),(5523,30886,'_wp_old_slug','sarde-grigliate'),(5524,30886,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5525,30886,'_wp_old_slug','carpaccio-di-manzo'),(5526,30886,'_wp_old_slug','leonardo-salad'),(5527,30886,'_wp_old_slug','augusto-salad'),(5528,30886,'_wp_old_slug','poseidon-salad'),(5529,30886,'_wp_old_slug','michelangelo-salad'),(5530,30886,'_wp_old_slug','gaspacho-soup'),(5531,30886,'_wp_old_slug','minestra-di-vegetali'),(5532,30886,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5533,30886,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5534,30886,'_wp_old_slug','ravioli-capresi-v'),(5535,30886,'_wp_old_slug','rigatoni-mamma-mia-v'),(5536,30886,'_wp_old_slug','risotto-pisellie-gamberi'),(5537,30886,'_wp_old_slug','carbonara-de-mare'),(5538,30886,'_wp_old_slug','costata-di-manzo'),(5539,30886,'_wp_old_slug','polletto-al-mattone'),(5540,30886,'_wp_old_slug','costolette-di-agnello'),(5541,30886,'_wp_old_slug','costoletta-di-maiale'),(5542,30886,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5543,30886,'_wp_old_slug','branzino-alla-griglia'),(5544,30886,'_wp_old_slug','salmone-arrosto'),(5545,30886,'_wp_old_slug','zuppa-de-molluschi'),(5546,30886,'_wp_old_slug','caciucco-livornese'),(5547,30886,'_wp_old_slug','sogliola-alla-griglia'),(5548,30886,'_wp_old_slug','pollo-ruspante'),(5549,30886,'_wp_old_slug','capretto-stufato'),(5550,30886,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5551,30886,'_wp_old_slug','fegato-alla-veneziana'),(5552,30886,'_wp_old_slug','coda-di-bue-vaccinara'),(5553,30886,'_wp_old_slug','margherita'),(5554,30886,'_wp_old_slug','mamma'),(5555,30886,'_wp_old_slug','partenope'),(5556,30887,'price','140'),(5557,30887,'_edit_last','5'),(5558,30887,'_edit_lock','1618987524:5'),(5559,30887,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5560,30887,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5561,30887,'sku',''),(5562,30887,'mp_menu_gallery',''),(5563,30887,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5564,30887,'_wp_old_slug','mozzarelline-panate'),(5565,30887,'_wp_old_slug','mozzarelline-panate-3'),(5566,30887,'_wp_old_slug','mozzarelline-panate-3-2'),(5567,30887,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5568,30887,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5569,30887,'_wp_old_slug','fritto-mare'),(5570,30887,'_wp_old_slug','prosciutto-di-parma'),(5571,30887,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5572,30887,'_wp_old_slug','grilled-calamari-and-prawns'),(5573,30887,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5574,30887,'_wp_old_slug','straccetti-romana'),(5575,30887,'_wp_old_slug','sarde-grigliate'),(5576,30887,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5577,30887,'_wp_old_slug','carpaccio-di-manzo'),(5578,30887,'_wp_old_slug','leonardo-salad'),(5579,30887,'_wp_old_slug','augusto-salad'),(5580,30887,'_wp_old_slug','poseidon-salad'),(5581,30887,'_wp_old_slug','michelangelo-salad'),(5582,30887,'_wp_old_slug','gaspacho-soup'),(5583,30887,'_wp_old_slug','minestra-di-vegetali'),(5584,30887,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5585,30887,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5586,30887,'_wp_old_slug','ravioli-capresi-v'),(5587,30887,'_wp_old_slug','rigatoni-mamma-mia-v'),(5588,30887,'_wp_old_slug','risotto-pisellie-gamberi'),(5589,30887,'_wp_old_slug','carbonara-de-mare'),(5590,30887,'_wp_old_slug','costata-di-manzo'),(5591,30887,'_wp_old_slug','polletto-al-mattone'),(5592,30887,'_wp_old_slug','costolette-di-agnello'),(5593,30887,'_wp_old_slug','costoletta-di-maiale'),(5594,30887,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5595,30887,'_wp_old_slug','branzino-alla-griglia'),(5596,30887,'_wp_old_slug','salmone-arrosto'),(5597,30887,'_wp_old_slug','zuppa-de-molluschi'),(5598,30887,'_wp_old_slug','caciucco-livornese'),(5599,30887,'_wp_old_slug','sogliola-alla-griglia'),(5600,30887,'_wp_old_slug','pollo-ruspante'),(5601,30887,'_wp_old_slug','capretto-stufato'),(5602,30887,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5603,30887,'_wp_old_slug','fegato-alla-veneziana'),(5604,30887,'_wp_old_slug','coda-di-bue-vaccinara'),(5605,30887,'_wp_old_slug','margherita'),(5606,30887,'_wp_old_slug','mamma'),(5607,30887,'_wp_old_slug','partenope'),(5608,30887,'_wp_old_slug','allegra'),(5609,30888,'price','120'),(5610,30888,'_edit_last','5'),(5611,30888,'_edit_lock','1618987562:5'),(5612,30888,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5613,30888,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5614,30888,'sku',''),(5615,30888,'mp_menu_gallery',''),(5616,30888,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5617,30888,'_wp_old_slug','mozzarelline-panate'),(5618,30888,'_wp_old_slug','mozzarelline-panate-3'),(5619,30888,'_wp_old_slug','mozzarelline-panate-3-2'),(5620,30888,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5621,30888,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5622,30888,'_wp_old_slug','fritto-mare'),(5623,30888,'_wp_old_slug','prosciutto-di-parma'),(5624,30888,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5625,30888,'_wp_old_slug','grilled-calamari-and-prawns'),(5626,30888,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5627,30888,'_wp_old_slug','straccetti-romana'),(5628,30888,'_wp_old_slug','sarde-grigliate'),(5629,30888,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5630,30888,'_wp_old_slug','carpaccio-di-manzo'),(5631,30888,'_wp_old_slug','leonardo-salad'),(5632,30888,'_wp_old_slug','augusto-salad'),(5633,30888,'_wp_old_slug','poseidon-salad'),(5634,30888,'_wp_old_slug','michelangelo-salad'),(5635,30888,'_wp_old_slug','gaspacho-soup'),(5636,30888,'_wp_old_slug','minestra-di-vegetali'),(5637,30888,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5638,30888,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5639,30888,'_wp_old_slug','ravioli-capresi-v'),(5640,30888,'_wp_old_slug','rigatoni-mamma-mia-v'),(5641,30888,'_wp_old_slug','risotto-pisellie-gamberi'),(5642,30888,'_wp_old_slug','carbonara-de-mare'),(5643,30888,'_wp_old_slug','costata-di-manzo'),(5644,30888,'_wp_old_slug','polletto-al-mattone'),(5645,30888,'_wp_old_slug','costolette-di-agnello'),(5646,30888,'_wp_old_slug','costoletta-di-maiale'),(5647,30888,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5648,30888,'_wp_old_slug','branzino-alla-griglia'),(5649,30888,'_wp_old_slug','salmone-arrosto'),(5650,30888,'_wp_old_slug','zuppa-de-molluschi'),(5651,30888,'_wp_old_slug','caciucco-livornese'),(5652,30888,'_wp_old_slug','sogliola-alla-griglia'),(5653,30888,'_wp_old_slug','pollo-ruspante'),(5654,30888,'_wp_old_slug','capretto-stufato'),(5655,30888,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5656,30888,'_wp_old_slug','fegato-alla-veneziana'),(5657,30888,'_wp_old_slug','coda-di-bue-vaccinara'),(5658,30888,'_wp_old_slug','margherita'),(5659,30888,'_wp_old_slug','mamma'),(5660,30888,'_wp_old_slug','partenope'),(5661,30888,'_wp_old_slug','allegra'),(5662,30888,'_wp_old_slug','martina'),(5663,30889,'price','135'),(5664,30889,'_edit_last','5'),(5665,30889,'_edit_lock','1618987593:5'),(5666,30889,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5667,30889,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5668,30889,'sku',''),(5669,30889,'mp_menu_gallery',''),(5670,30889,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5671,30889,'_wp_old_slug','mozzarelline-panate'),(5672,30889,'_wp_old_slug','mozzarelline-panate-3'),(5673,30889,'_wp_old_slug','mozzarelline-panate-3-2'),(5674,30889,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5675,30889,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5676,30889,'_wp_old_slug','fritto-mare'),(5677,30889,'_wp_old_slug','prosciutto-di-parma'),(5678,30889,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5679,30889,'_wp_old_slug','grilled-calamari-and-prawns'),(5680,30889,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5681,30889,'_wp_old_slug','straccetti-romana'),(5682,30889,'_wp_old_slug','sarde-grigliate'),(5683,30889,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5684,30889,'_wp_old_slug','carpaccio-di-manzo'),(5685,30889,'_wp_old_slug','leonardo-salad'),(5686,30889,'_wp_old_slug','augusto-salad'),(5687,30889,'_wp_old_slug','poseidon-salad'),(5688,30889,'_wp_old_slug','michelangelo-salad'),(5689,30889,'_wp_old_slug','gaspacho-soup'),(5690,30889,'_wp_old_slug','minestra-di-vegetali'),(5691,30889,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5692,30889,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5693,30889,'_wp_old_slug','ravioli-capresi-v'),(5694,30889,'_wp_old_slug','rigatoni-mamma-mia-v'),(5695,30889,'_wp_old_slug','risotto-pisellie-gamberi'),(5696,30889,'_wp_old_slug','carbonara-de-mare'),(5697,30889,'_wp_old_slug','costata-di-manzo'),(5698,30889,'_wp_old_slug','polletto-al-mattone'),(5699,30889,'_wp_old_slug','costolette-di-agnello'),(5700,30889,'_wp_old_slug','costoletta-di-maiale'),(5701,30889,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5702,30889,'_wp_old_slug','branzino-alla-griglia'),(5703,30889,'_wp_old_slug','salmone-arrosto'),(5704,30889,'_wp_old_slug','zuppa-de-molluschi'),(5705,30889,'_wp_old_slug','caciucco-livornese'),(5706,30889,'_wp_old_slug','sogliola-alla-griglia'),(5707,30889,'_wp_old_slug','pollo-ruspante'),(5708,30889,'_wp_old_slug','capretto-stufato'),(5709,30889,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5710,30889,'_wp_old_slug','fegato-alla-veneziana'),(5711,30889,'_wp_old_slug','coda-di-bue-vaccinara'),(5712,30889,'_wp_old_slug','margherita'),(5713,30889,'_wp_old_slug','mamma'),(5714,30889,'_wp_old_slug','partenope'),(5715,30889,'_wp_old_slug','allegra'),(5716,30889,'_wp_old_slug','martina'),(5717,30889,'_wp_old_slug','aurora'),(5718,30890,'price','140'),(5719,30890,'_edit_last','5'),(5720,30890,'_edit_lock','1618987627:5'),(5721,30890,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5722,30890,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5723,30890,'sku',''),(5724,30890,'mp_menu_gallery',''),(5725,30890,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5726,30890,'_wp_old_slug','mozzarelline-panate'),(5727,30890,'_wp_old_slug','mozzarelline-panate-3'),(5728,30890,'_wp_old_slug','mozzarelline-panate-3-2'),(5729,30890,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5730,30890,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5731,30890,'_wp_old_slug','fritto-mare'),(5732,30890,'_wp_old_slug','prosciutto-di-parma'),(5733,30890,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5734,30890,'_wp_old_slug','grilled-calamari-and-prawns'),(5735,30890,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5736,30890,'_wp_old_slug','straccetti-romana'),(5737,30890,'_wp_old_slug','sarde-grigliate'),(5738,30890,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5739,30890,'_wp_old_slug','carpaccio-di-manzo'),(5740,30890,'_wp_old_slug','leonardo-salad'),(5741,30890,'_wp_old_slug','augusto-salad'),(5742,30890,'_wp_old_slug','poseidon-salad'),(5743,30890,'_wp_old_slug','michelangelo-salad'),(5744,30890,'_wp_old_slug','gaspacho-soup'),(5745,30890,'_wp_old_slug','minestra-di-vegetali'),(5746,30890,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5747,30890,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5748,30890,'_wp_old_slug','ravioli-capresi-v'),(5749,30890,'_wp_old_slug','rigatoni-mamma-mia-v'),(5750,30890,'_wp_old_slug','risotto-pisellie-gamberi'),(5751,30890,'_wp_old_slug','carbonara-de-mare'),(5752,30890,'_wp_old_slug','costata-di-manzo'),(5753,30890,'_wp_old_slug','polletto-al-mattone'),(5754,30890,'_wp_old_slug','costolette-di-agnello'),(5755,30890,'_wp_old_slug','costoletta-di-maiale'),(5756,30890,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5757,30890,'_wp_old_slug','branzino-alla-griglia'),(5758,30890,'_wp_old_slug','salmone-arrosto'),(5759,30890,'_wp_old_slug','zuppa-de-molluschi'),(5760,30890,'_wp_old_slug','caciucco-livornese'),(5761,30890,'_wp_old_slug','sogliola-alla-griglia'),(5762,30890,'_wp_old_slug','pollo-ruspante'),(5763,30890,'_wp_old_slug','capretto-stufato'),(5764,30890,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5765,30890,'_wp_old_slug','fegato-alla-veneziana'),(5766,30890,'_wp_old_slug','coda-di-bue-vaccinara'),(5767,30890,'_wp_old_slug','margherita'),(5768,30890,'_wp_old_slug','mamma'),(5769,30890,'_wp_old_slug','partenope'),(5770,30890,'_wp_old_slug','allegra'),(5771,30890,'_wp_old_slug','martina'),(5772,30890,'_wp_old_slug','aurora'),(5773,30890,'_wp_old_slug','michele'),(5774,30891,'price','140'),(5775,30891,'_edit_last','5'),(5776,30891,'_edit_lock','1618987679:5'),(5777,30891,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5778,30891,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5779,30891,'sku',''),(5780,30891,'mp_menu_gallery',''),(5781,30891,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5782,30891,'_wp_old_slug','mozzarelline-panate'),(5783,30891,'_wp_old_slug','mozzarelline-panate-3'),(5784,30891,'_wp_old_slug','mozzarelline-panate-3-2'),(5785,30891,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5786,30891,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5787,30891,'_wp_old_slug','fritto-mare'),(5788,30891,'_wp_old_slug','prosciutto-di-parma'),(5789,30891,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5790,30891,'_wp_old_slug','grilled-calamari-and-prawns'),(5791,30891,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5792,30891,'_wp_old_slug','straccetti-romana'),(5793,30891,'_wp_old_slug','sarde-grigliate'),(5794,30891,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5795,30891,'_wp_old_slug','carpaccio-di-manzo'),(5796,30891,'_wp_old_slug','leonardo-salad'),(5797,30891,'_wp_old_slug','augusto-salad'),(5798,30891,'_wp_old_slug','poseidon-salad'),(5799,30891,'_wp_old_slug','michelangelo-salad'),(5800,30891,'_wp_old_slug','gaspacho-soup'),(5801,30891,'_wp_old_slug','minestra-di-vegetali'),(5802,30891,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5803,30891,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5804,30891,'_wp_old_slug','ravioli-capresi-v'),(5805,30891,'_wp_old_slug','rigatoni-mamma-mia-v'),(5806,30891,'_wp_old_slug','risotto-pisellie-gamberi'),(5807,30891,'_wp_old_slug','carbonara-de-mare'),(5808,30891,'_wp_old_slug','costata-di-manzo'),(5809,30891,'_wp_old_slug','polletto-al-mattone'),(5810,30891,'_wp_old_slug','costolette-di-agnello'),(5811,30891,'_wp_old_slug','costoletta-di-maiale'),(5812,30891,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5813,30891,'_wp_old_slug','branzino-alla-griglia'),(5814,30891,'_wp_old_slug','salmone-arrosto'),(5815,30891,'_wp_old_slug','zuppa-de-molluschi'),(5816,30891,'_wp_old_slug','caciucco-livornese'),(5817,30891,'_wp_old_slug','sogliola-alla-griglia'),(5818,30891,'_wp_old_slug','pollo-ruspante'),(5819,30891,'_wp_old_slug','capretto-stufato'),(5820,30891,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5821,30891,'_wp_old_slug','fegato-alla-veneziana'),(5822,30891,'_wp_old_slug','coda-di-bue-vaccinara'),(5823,30891,'_wp_old_slug','margherita'),(5824,30891,'_wp_old_slug','mamma'),(5825,30891,'_wp_old_slug','partenope'),(5826,30891,'_wp_old_slug','allegra'),(5827,30891,'_wp_old_slug','martina'),(5828,30891,'_wp_old_slug','aurora'),(5829,30891,'_wp_old_slug','michele'),(5830,30891,'_wp_old_slug','kai'),(5831,30892,'price','150'),(5832,30892,'_edit_last','5'),(5833,30892,'_edit_lock','1618987751:5'),(5834,30892,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5835,30892,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5836,30892,'sku',''),(5837,30892,'mp_menu_gallery',''),(5838,30892,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5839,30892,'_wp_old_slug','mozzarelline-panate'),(5840,30892,'_wp_old_slug','mozzarelline-panate-3'),(5841,30892,'_wp_old_slug','mozzarelline-panate-3-2'),(5842,30892,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5843,30892,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5844,30892,'_wp_old_slug','fritto-mare'),(5845,30892,'_wp_old_slug','prosciutto-di-parma'),(5846,30892,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5847,30892,'_wp_old_slug','grilled-calamari-and-prawns'),(5848,30892,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5849,30892,'_wp_old_slug','straccetti-romana'),(5850,30892,'_wp_old_slug','sarde-grigliate'),(5851,30892,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5852,30892,'_wp_old_slug','carpaccio-di-manzo'),(5853,30892,'_wp_old_slug','leonardo-salad'),(5854,30892,'_wp_old_slug','augusto-salad'),(5855,30892,'_wp_old_slug','poseidon-salad'),(5856,30892,'_wp_old_slug','michelangelo-salad'),(5857,30892,'_wp_old_slug','gaspacho-soup'),(5858,30892,'_wp_old_slug','minestra-di-vegetali'),(5859,30892,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5860,30892,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5861,30892,'_wp_old_slug','ravioli-capresi-v'),(5862,30892,'_wp_old_slug','rigatoni-mamma-mia-v'),(5863,30892,'_wp_old_slug','risotto-pisellie-gamberi'),(5864,30892,'_wp_old_slug','carbonara-de-mare'),(5865,30892,'_wp_old_slug','costata-di-manzo'),(5866,30892,'_wp_old_slug','polletto-al-mattone'),(5867,30892,'_wp_old_slug','costolette-di-agnello'),(5868,30892,'_wp_old_slug','costoletta-di-maiale'),(5869,30892,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5870,30892,'_wp_old_slug','branzino-alla-griglia'),(5871,30892,'_wp_old_slug','salmone-arrosto'),(5872,30892,'_wp_old_slug','zuppa-de-molluschi'),(5873,30892,'_wp_old_slug','caciucco-livornese'),(5874,30892,'_wp_old_slug','sogliola-alla-griglia'),(5875,30892,'_wp_old_slug','pollo-ruspante'),(5876,30892,'_wp_old_slug','capretto-stufato'),(5877,30892,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5878,30892,'_wp_old_slug','fegato-alla-veneziana'),(5879,30892,'_wp_old_slug','coda-di-bue-vaccinara'),(5880,30892,'_wp_old_slug','margherita'),(5881,30892,'_wp_old_slug','mamma'),(5882,30892,'_wp_old_slug','partenope'),(5883,30892,'_wp_old_slug','allegra'),(5884,30892,'_wp_old_slug','martina'),(5885,30892,'_wp_old_slug','aurora'),(5886,30892,'_wp_old_slug','michele'),(5887,30892,'_wp_old_slug','kai'),(5888,30892,'_wp_old_slug','teresa'),(5889,30893,'price','130'),(5890,30893,'_edit_last','5'),(5891,30893,'_edit_lock','1618987785:5'),(5892,30893,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5893,30893,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5894,30893,'sku',''),(5895,30893,'mp_menu_gallery',''),(5896,30893,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5897,30893,'_wp_old_slug','mozzarelline-panate'),(5898,30893,'_wp_old_slug','mozzarelline-panate-3'),(5899,30893,'_wp_old_slug','mozzarelline-panate-3-2'),(5900,30893,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5901,30893,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5902,30893,'_wp_old_slug','fritto-mare'),(5903,30893,'_wp_old_slug','prosciutto-di-parma'),(5904,30893,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5905,30893,'_wp_old_slug','grilled-calamari-and-prawns'),(5906,30893,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5907,30893,'_wp_old_slug','straccetti-romana'),(5908,30893,'_wp_old_slug','sarde-grigliate'),(5909,30893,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5910,30893,'_wp_old_slug','carpaccio-di-manzo'),(5911,30893,'_wp_old_slug','leonardo-salad'),(5912,30893,'_wp_old_slug','augusto-salad'),(5913,30893,'_wp_old_slug','poseidon-salad'),(5914,30893,'_wp_old_slug','michelangelo-salad'),(5915,30893,'_wp_old_slug','gaspacho-soup'),(5916,30893,'_wp_old_slug','minestra-di-vegetali'),(5917,30893,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5918,30893,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5919,30893,'_wp_old_slug','ravioli-capresi-v'),(5920,30893,'_wp_old_slug','rigatoni-mamma-mia-v'),(5921,30893,'_wp_old_slug','risotto-pisellie-gamberi'),(5922,30893,'_wp_old_slug','carbonara-de-mare'),(5923,30893,'_wp_old_slug','costata-di-manzo'),(5924,30893,'_wp_old_slug','polletto-al-mattone'),(5925,30893,'_wp_old_slug','costolette-di-agnello'),(5926,30893,'_wp_old_slug','costoletta-di-maiale'),(5927,30893,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5928,30893,'_wp_old_slug','branzino-alla-griglia'),(5929,30893,'_wp_old_slug','salmone-arrosto'),(5930,30893,'_wp_old_slug','zuppa-de-molluschi'),(5931,30893,'_wp_old_slug','caciucco-livornese'),(5932,30893,'_wp_old_slug','sogliola-alla-griglia'),(5933,30893,'_wp_old_slug','pollo-ruspante'),(5934,30893,'_wp_old_slug','capretto-stufato'),(5935,30893,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5936,30893,'_wp_old_slug','fegato-alla-veneziana'),(5937,30893,'_wp_old_slug','coda-di-bue-vaccinara'),(5938,30893,'_wp_old_slug','margherita'),(5939,30893,'_wp_old_slug','mamma'),(5940,30893,'_wp_old_slug','partenope'),(5941,30893,'_wp_old_slug','allegra'),(5942,30893,'_wp_old_slug','martina'),(5943,30893,'_wp_old_slug','aurora'),(5944,30893,'_wp_old_slug','michele'),(5945,30893,'_wp_old_slug','kai'),(5946,30893,'_wp_old_slug','teresa'),(5947,30892,'_wp_old_slug','alessio'),(5948,30893,'_wp_old_slug','alessio'),(5949,30894,'price','140'),(5950,30894,'_edit_last','5'),(5951,30894,'_edit_lock','1618987825:5'),(5952,30894,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(5953,30894,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(5954,30894,'sku',''),(5955,30894,'mp_menu_gallery',''),(5956,30894,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(5957,30894,'_wp_old_slug','mozzarelline-panate'),(5958,30894,'_wp_old_slug','mozzarelline-panate-3'),(5959,30894,'_wp_old_slug','mozzarelline-panate-3-2'),(5960,30894,'_wp_old_slug','mozzarelline-panate-3-2-2'),(5961,30894,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(5962,30894,'_wp_old_slug','fritto-mare'),(5963,30894,'_wp_old_slug','prosciutto-di-parma'),(5964,30894,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(5965,30894,'_wp_old_slug','grilled-calamari-and-prawns'),(5966,30894,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(5967,30894,'_wp_old_slug','straccetti-romana'),(5968,30894,'_wp_old_slug','sarde-grigliate'),(5969,30894,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(5970,30894,'_wp_old_slug','carpaccio-di-manzo'),(5971,30894,'_wp_old_slug','leonardo-salad'),(5972,30894,'_wp_old_slug','augusto-salad'),(5973,30894,'_wp_old_slug','poseidon-salad'),(5974,30894,'_wp_old_slug','michelangelo-salad'),(5975,30894,'_wp_old_slug','gaspacho-soup'),(5976,30894,'_wp_old_slug','minestra-di-vegetali'),(5977,30894,'_wp_old_slug','pappardelle-pasta-al-ragu'),(5978,30894,'_wp_old_slug','linguine-ai-frutti-di-mare'),(5979,30894,'_wp_old_slug','ravioli-capresi-v'),(5980,30894,'_wp_old_slug','rigatoni-mamma-mia-v'),(5981,30894,'_wp_old_slug','risotto-pisellie-gamberi'),(5982,30894,'_wp_old_slug','carbonara-de-mare'),(5983,30894,'_wp_old_slug','costata-di-manzo'),(5984,30894,'_wp_old_slug','polletto-al-mattone'),(5985,30894,'_wp_old_slug','costolette-di-agnello'),(5986,30894,'_wp_old_slug','costoletta-di-maiale'),(5987,30894,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(5988,30894,'_wp_old_slug','branzino-alla-griglia'),(5989,30894,'_wp_old_slug','salmone-arrosto'),(5990,30894,'_wp_old_slug','zuppa-de-molluschi'),(5991,30894,'_wp_old_slug','caciucco-livornese'),(5992,30894,'_wp_old_slug','sogliola-alla-griglia'),(5993,30894,'_wp_old_slug','pollo-ruspante'),(5994,30894,'_wp_old_slug','capretto-stufato'),(5995,30894,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(5996,30894,'_wp_old_slug','fegato-alla-veneziana'),(5997,30894,'_wp_old_slug','coda-di-bue-vaccinara'),(5998,30894,'_wp_old_slug','margherita'),(5999,30894,'_wp_old_slug','mamma'),(6000,30894,'_wp_old_slug','partenope'),(6001,30894,'_wp_old_slug','allegra'),(6002,30894,'_wp_old_slug','martina'),(6003,30894,'_wp_old_slug','aurora'),(6004,30894,'_wp_old_slug','michele'),(6005,30894,'_wp_old_slug','kai'),(6006,30894,'_wp_old_slug','teresa'),(6007,30894,'_wp_old_slug','alessio'),(6008,30894,'_wp_old_slug','myka'),(6009,30895,'price','140'),(6010,30895,'_edit_last','5'),(6011,30895,'_edit_lock','1618987872:5'),(6012,30895,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6013,30895,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6014,30895,'sku',''),(6015,30895,'mp_menu_gallery',''),(6016,30895,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6017,30895,'_wp_old_slug','mozzarelline-panate'),(6018,30895,'_wp_old_slug','mozzarelline-panate-3'),(6019,30895,'_wp_old_slug','mozzarelline-panate-3-2'),(6020,30895,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6021,30895,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6022,30895,'_wp_old_slug','fritto-mare'),(6023,30895,'_wp_old_slug','prosciutto-di-parma'),(6024,30895,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6025,30895,'_wp_old_slug','grilled-calamari-and-prawns'),(6026,30895,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6027,30895,'_wp_old_slug','straccetti-romana'),(6028,30895,'_wp_old_slug','sarde-grigliate'),(6029,30895,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6030,30895,'_wp_old_slug','carpaccio-di-manzo'),(6031,30895,'_wp_old_slug','leonardo-salad'),(6032,30895,'_wp_old_slug','augusto-salad'),(6033,30895,'_wp_old_slug','poseidon-salad'),(6034,30895,'_wp_old_slug','michelangelo-salad'),(6035,30895,'_wp_old_slug','gaspacho-soup'),(6036,30895,'_wp_old_slug','minestra-di-vegetali'),(6037,30895,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6038,30895,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6039,30895,'_wp_old_slug','ravioli-capresi-v'),(6040,30895,'_wp_old_slug','rigatoni-mamma-mia-v'),(6041,30895,'_wp_old_slug','risotto-pisellie-gamberi'),(6042,30895,'_wp_old_slug','carbonara-de-mare'),(6043,30895,'_wp_old_slug','costata-di-manzo'),(6044,30895,'_wp_old_slug','polletto-al-mattone'),(6045,30895,'_wp_old_slug','costolette-di-agnello'),(6046,30895,'_wp_old_slug','costoletta-di-maiale'),(6047,30895,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6048,30895,'_wp_old_slug','branzino-alla-griglia'),(6049,30895,'_wp_old_slug','salmone-arrosto'),(6050,30895,'_wp_old_slug','zuppa-de-molluschi'),(6051,30895,'_wp_old_slug','caciucco-livornese'),(6052,30895,'_wp_old_slug','sogliola-alla-griglia'),(6053,30895,'_wp_old_slug','pollo-ruspante'),(6054,30895,'_wp_old_slug','capretto-stufato'),(6055,30895,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6056,30895,'_wp_old_slug','fegato-alla-veneziana'),(6057,30895,'_wp_old_slug','coda-di-bue-vaccinara'),(6058,30895,'_wp_old_slug','margherita'),(6059,30895,'_wp_old_slug','mamma'),(6060,30895,'_wp_old_slug','partenope'),(6061,30895,'_wp_old_slug','allegra'),(6062,30895,'_wp_old_slug','martina'),(6063,30895,'_wp_old_slug','aurora'),(6064,30895,'_wp_old_slug','michele'),(6065,30895,'_wp_old_slug','kai'),(6066,30895,'_wp_old_slug','teresa'),(6067,30895,'_wp_old_slug','alessio'),(6068,30895,'_wp_old_slug','myka'),(6069,30895,'_wp_old_slug','stefano'),(6070,30896,'price','120'),(6071,30896,'_edit_last','5'),(6072,30896,'_edit_lock','1618987914:5'),(6073,30896,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6074,30896,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6075,30896,'sku',''),(6076,30896,'mp_menu_gallery',''),(6077,30896,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6078,30896,'_wp_old_slug','mozzarelline-panate'),(6079,30896,'_wp_old_slug','mozzarelline-panate-3'),(6080,30896,'_wp_old_slug','mozzarelline-panate-3-2'),(6081,30896,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6082,30896,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6083,30896,'_wp_old_slug','fritto-mare'),(6084,30896,'_wp_old_slug','prosciutto-di-parma'),(6085,30896,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6086,30896,'_wp_old_slug','grilled-calamari-and-prawns'),(6087,30896,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6088,30896,'_wp_old_slug','straccetti-romana'),(6089,30896,'_wp_old_slug','sarde-grigliate'),(6090,30896,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6091,30896,'_wp_old_slug','carpaccio-di-manzo'),(6092,30896,'_wp_old_slug','leonardo-salad'),(6093,30896,'_wp_old_slug','augusto-salad'),(6094,30896,'_wp_old_slug','poseidon-salad'),(6095,30896,'_wp_old_slug','michelangelo-salad'),(6096,30896,'_wp_old_slug','gaspacho-soup'),(6097,30896,'_wp_old_slug','minestra-di-vegetali'),(6098,30896,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6099,30896,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6100,30896,'_wp_old_slug','ravioli-capresi-v'),(6101,30896,'_wp_old_slug','rigatoni-mamma-mia-v'),(6102,30896,'_wp_old_slug','risotto-pisellie-gamberi'),(6103,30896,'_wp_old_slug','carbonara-de-mare'),(6104,30896,'_wp_old_slug','costata-di-manzo'),(6105,30896,'_wp_old_slug','polletto-al-mattone'),(6106,30896,'_wp_old_slug','costolette-di-agnello'),(6107,30896,'_wp_old_slug','costoletta-di-maiale'),(6108,30896,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6109,30896,'_wp_old_slug','branzino-alla-griglia'),(6110,30896,'_wp_old_slug','salmone-arrosto'),(6111,30896,'_wp_old_slug','zuppa-de-molluschi'),(6112,30896,'_wp_old_slug','caciucco-livornese'),(6113,30896,'_wp_old_slug','sogliola-alla-griglia'),(6114,30896,'_wp_old_slug','pollo-ruspante'),(6115,30896,'_wp_old_slug','capretto-stufato'),(6116,30896,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6117,30896,'_wp_old_slug','fegato-alla-veneziana'),(6118,30896,'_wp_old_slug','coda-di-bue-vaccinara'),(6119,30896,'_wp_old_slug','margherita'),(6120,30896,'_wp_old_slug','mamma'),(6121,30896,'_wp_old_slug','partenope'),(6122,30896,'_wp_old_slug','allegra'),(6123,30896,'_wp_old_slug','martina'),(6124,30896,'_wp_old_slug','aurora'),(6125,30896,'_wp_old_slug','michele'),(6126,30896,'_wp_old_slug','kai'),(6127,30896,'_wp_old_slug','teresa'),(6128,30896,'_wp_old_slug','alessio'),(6129,30896,'_wp_old_slug','myka'),(6130,30896,'_wp_old_slug','stefano'),(6131,30896,'_wp_old_slug','saint'),(6132,30897,'price','70'),(6133,30897,'_edit_last','5'),(6134,30897,'_edit_lock','1618987961:5'),(6135,30897,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6136,30897,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6137,30897,'sku',''),(6138,30897,'mp_menu_gallery',''),(6139,30897,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6140,30897,'_wp_old_slug','mozzarelline-panate'),(6141,30897,'_wp_old_slug','mozzarelline-panate-3'),(6142,30897,'_wp_old_slug','mozzarelline-panate-3-2'),(6143,30897,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6144,30897,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6145,30897,'_wp_old_slug','fritto-mare'),(6146,30897,'_wp_old_slug','prosciutto-di-parma'),(6147,30897,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6148,30897,'_wp_old_slug','grilled-calamari-and-prawns'),(6149,30897,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6150,30897,'_wp_old_slug','straccetti-romana'),(6151,30897,'_wp_old_slug','sarde-grigliate'),(6152,30897,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6153,30897,'_wp_old_slug','carpaccio-di-manzo'),(6154,30897,'_wp_old_slug','leonardo-salad'),(6155,30897,'_wp_old_slug','augusto-salad'),(6156,30897,'_wp_old_slug','poseidon-salad'),(6157,30897,'_wp_old_slug','michelangelo-salad'),(6158,30897,'_wp_old_slug','gaspacho-soup'),(6159,30897,'_wp_old_slug','minestra-di-vegetali'),(6160,30897,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6161,30897,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6162,30897,'_wp_old_slug','ravioli-capresi-v'),(6163,30897,'_wp_old_slug','rigatoni-mamma-mia-v'),(6164,30897,'_wp_old_slug','risotto-pisellie-gamberi'),(6165,30897,'_wp_old_slug','carbonara-de-mare'),(6166,30897,'_wp_old_slug','costata-di-manzo'),(6167,30897,'_wp_old_slug','polletto-al-mattone'),(6168,30897,'_wp_old_slug','costolette-di-agnello'),(6169,30897,'_wp_old_slug','costoletta-di-maiale'),(6170,30897,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6171,30897,'_wp_old_slug','branzino-alla-griglia'),(6172,30897,'_wp_old_slug','salmone-arrosto'),(6173,30897,'_wp_old_slug','zuppa-de-molluschi'),(6174,30897,'_wp_old_slug','caciucco-livornese'),(6175,30897,'_wp_old_slug','sogliola-alla-griglia'),(6176,30897,'_wp_old_slug','pollo-ruspante'),(6177,30897,'_wp_old_slug','capretto-stufato'),(6178,30897,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6179,30897,'_wp_old_slug','fegato-alla-veneziana'),(6180,30897,'_wp_old_slug','coda-di-bue-vaccinara'),(6181,30897,'_wp_old_slug','margherita'),(6182,30897,'_wp_old_slug','mamma'),(6183,30897,'_wp_old_slug','partenope'),(6184,30897,'_wp_old_slug','allegra'),(6185,30897,'_wp_old_slug','martina'),(6186,30897,'_wp_old_slug','aurora'),(6187,30897,'_wp_old_slug','michele'),(6188,30897,'_wp_old_slug','kai'),(6189,30897,'_wp_old_slug','teresa'),(6190,30897,'_wp_old_slug','alessio'),(6191,30897,'_wp_old_slug','myka'),(6192,30897,'_wp_old_slug','stefano'),(6193,30897,'_wp_old_slug','saint'),(6194,30897,'_wp_old_slug','simone'),(6195,30898,'price','70'),(6196,30898,'_edit_last','5'),(6197,30898,'_edit_lock','1618987991:5'),(6198,30898,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6199,30898,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6200,30898,'sku',''),(6201,30898,'mp_menu_gallery',''),(6202,30898,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6203,30898,'_wp_old_slug','mozzarelline-panate'),(6204,30898,'_wp_old_slug','mozzarelline-panate-3'),(6205,30898,'_wp_old_slug','mozzarelline-panate-3-2'),(6206,30898,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6207,30898,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6208,30898,'_wp_old_slug','fritto-mare'),(6209,30898,'_wp_old_slug','prosciutto-di-parma'),(6210,30898,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6211,30898,'_wp_old_slug','grilled-calamari-and-prawns'),(6212,30898,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6213,30898,'_wp_old_slug','straccetti-romana'),(6214,30898,'_wp_old_slug','sarde-grigliate'),(6215,30898,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6216,30898,'_wp_old_slug','carpaccio-di-manzo'),(6217,30898,'_wp_old_slug','leonardo-salad'),(6218,30898,'_wp_old_slug','augusto-salad'),(6219,30898,'_wp_old_slug','poseidon-salad'),(6220,30898,'_wp_old_slug','michelangelo-salad'),(6221,30898,'_wp_old_slug','gaspacho-soup'),(6222,30898,'_wp_old_slug','minestra-di-vegetali'),(6223,30898,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6224,30898,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6225,30898,'_wp_old_slug','ravioli-capresi-v'),(6226,30898,'_wp_old_slug','rigatoni-mamma-mia-v'),(6227,30898,'_wp_old_slug','risotto-pisellie-gamberi'),(6228,30898,'_wp_old_slug','carbonara-de-mare'),(6229,30898,'_wp_old_slug','costata-di-manzo'),(6230,30898,'_wp_old_slug','polletto-al-mattone'),(6231,30898,'_wp_old_slug','costolette-di-agnello'),(6232,30898,'_wp_old_slug','costoletta-di-maiale'),(6233,30898,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6234,30898,'_wp_old_slug','branzino-alla-griglia'),(6235,30898,'_wp_old_slug','salmone-arrosto'),(6236,30898,'_wp_old_slug','zuppa-de-molluschi'),(6237,30898,'_wp_old_slug','caciucco-livornese'),(6238,30898,'_wp_old_slug','sogliola-alla-griglia'),(6239,30898,'_wp_old_slug','pollo-ruspante'),(6240,30898,'_wp_old_slug','capretto-stufato'),(6241,30898,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6242,30898,'_wp_old_slug','fegato-alla-veneziana'),(6243,30898,'_wp_old_slug','coda-di-bue-vaccinara'),(6244,30898,'_wp_old_slug','margherita'),(6245,30898,'_wp_old_slug','mamma'),(6246,30898,'_wp_old_slug','partenope'),(6247,30898,'_wp_old_slug','allegra'),(6248,30898,'_wp_old_slug','martina'),(6249,30898,'_wp_old_slug','aurora'),(6250,30898,'_wp_old_slug','michele'),(6251,30898,'_wp_old_slug','kai'),(6252,30898,'_wp_old_slug','teresa'),(6253,30898,'_wp_old_slug','alessio'),(6254,30898,'_wp_old_slug','myka'),(6255,30898,'_wp_old_slug','stefano'),(6256,30898,'_wp_old_slug','saint'),(6257,30898,'_wp_old_slug','simone'),(6258,30898,'_wp_old_slug','tiramisu-oro-saiua'),(6259,30899,'price','70'),(6260,30899,'_edit_last','5'),(6261,30899,'_edit_lock','1618988026:5'),(6262,30899,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6263,30899,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6264,30899,'sku',''),(6265,30899,'mp_menu_gallery',''),(6266,30899,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6267,30899,'_wp_old_slug','mozzarelline-panate'),(6268,30899,'_wp_old_slug','mozzarelline-panate-3'),(6269,30899,'_wp_old_slug','mozzarelline-panate-3-2'),(6270,30899,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6271,30899,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6272,30899,'_wp_old_slug','fritto-mare'),(6273,30899,'_wp_old_slug','prosciutto-di-parma'),(6274,30899,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6275,30899,'_wp_old_slug','grilled-calamari-and-prawns'),(6276,30899,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6277,30899,'_wp_old_slug','straccetti-romana'),(6278,30899,'_wp_old_slug','sarde-grigliate'),(6279,30899,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6280,30899,'_wp_old_slug','carpaccio-di-manzo'),(6281,30899,'_wp_old_slug','leonardo-salad'),(6282,30899,'_wp_old_slug','augusto-salad'),(6283,30899,'_wp_old_slug','poseidon-salad'),(6284,30899,'_wp_old_slug','michelangelo-salad'),(6285,30899,'_wp_old_slug','gaspacho-soup'),(6286,30899,'_wp_old_slug','minestra-di-vegetali'),(6287,30899,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6288,30899,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6289,30899,'_wp_old_slug','ravioli-capresi-v'),(6290,30899,'_wp_old_slug','rigatoni-mamma-mia-v'),(6291,30899,'_wp_old_slug','risotto-pisellie-gamberi'),(6292,30899,'_wp_old_slug','carbonara-de-mare'),(6293,30899,'_wp_old_slug','costata-di-manzo'),(6294,30899,'_wp_old_slug','polletto-al-mattone'),(6295,30899,'_wp_old_slug','costolette-di-agnello'),(6296,30899,'_wp_old_slug','costoletta-di-maiale'),(6297,30899,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6298,30899,'_wp_old_slug','branzino-alla-griglia'),(6299,30899,'_wp_old_slug','salmone-arrosto'),(6300,30899,'_wp_old_slug','zuppa-de-molluschi'),(6301,30899,'_wp_old_slug','caciucco-livornese'),(6302,30899,'_wp_old_slug','sogliola-alla-griglia'),(6303,30899,'_wp_old_slug','pollo-ruspante'),(6304,30899,'_wp_old_slug','capretto-stufato'),(6305,30899,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6306,30899,'_wp_old_slug','fegato-alla-veneziana'),(6307,30899,'_wp_old_slug','coda-di-bue-vaccinara'),(6308,30899,'_wp_old_slug','margherita'),(6309,30899,'_wp_old_slug','mamma'),(6310,30899,'_wp_old_slug','partenope'),(6311,30899,'_wp_old_slug','allegra'),(6312,30899,'_wp_old_slug','martina'),(6313,30899,'_wp_old_slug','aurora'),(6314,30899,'_wp_old_slug','michele'),(6315,30899,'_wp_old_slug','kai'),(6316,30899,'_wp_old_slug','teresa'),(6317,30899,'_wp_old_slug','alessio'),(6318,30899,'_wp_old_slug','myka'),(6319,30899,'_wp_old_slug','stefano'),(6320,30899,'_wp_old_slug','saint'),(6321,30899,'_wp_old_slug','simone'),(6322,30899,'_wp_old_slug','tiramisu-oro-saiua'),(6323,30899,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6324,30900,'price','70'),(6325,30900,'_edit_last','5'),(6326,30900,'_edit_lock','1618988062:5'),(6327,30900,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6328,30900,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6329,30900,'sku',''),(6330,30900,'mp_menu_gallery',''),(6331,30900,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6332,30900,'_wp_old_slug','mozzarelline-panate'),(6333,30900,'_wp_old_slug','mozzarelline-panate-3'),(6334,30900,'_wp_old_slug','mozzarelline-panate-3-2'),(6335,30900,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6336,30900,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6337,30900,'_wp_old_slug','fritto-mare'),(6338,30900,'_wp_old_slug','prosciutto-di-parma'),(6339,30900,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6340,30900,'_wp_old_slug','grilled-calamari-and-prawns'),(6341,30900,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6342,30900,'_wp_old_slug','straccetti-romana'),(6343,30900,'_wp_old_slug','sarde-grigliate'),(6344,30900,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6345,30900,'_wp_old_slug','carpaccio-di-manzo'),(6346,30900,'_wp_old_slug','leonardo-salad'),(6347,30900,'_wp_old_slug','augusto-salad'),(6348,30900,'_wp_old_slug','poseidon-salad'),(6349,30900,'_wp_old_slug','michelangelo-salad'),(6350,30900,'_wp_old_slug','gaspacho-soup'),(6351,30900,'_wp_old_slug','minestra-di-vegetali'),(6352,30900,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6353,30900,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6354,30900,'_wp_old_slug','ravioli-capresi-v'),(6355,30900,'_wp_old_slug','rigatoni-mamma-mia-v'),(6356,30900,'_wp_old_slug','risotto-pisellie-gamberi'),(6357,30900,'_wp_old_slug','carbonara-de-mare'),(6358,30900,'_wp_old_slug','costata-di-manzo'),(6359,30900,'_wp_old_slug','polletto-al-mattone'),(6360,30900,'_wp_old_slug','costolette-di-agnello'),(6361,30900,'_wp_old_slug','costoletta-di-maiale'),(6362,30900,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6363,30900,'_wp_old_slug','branzino-alla-griglia'),(6364,30900,'_wp_old_slug','salmone-arrosto'),(6365,30900,'_wp_old_slug','zuppa-de-molluschi'),(6366,30900,'_wp_old_slug','caciucco-livornese'),(6367,30900,'_wp_old_slug','sogliola-alla-griglia'),(6368,30900,'_wp_old_slug','pollo-ruspante'),(6369,30900,'_wp_old_slug','capretto-stufato'),(6370,30900,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6371,30900,'_wp_old_slug','fegato-alla-veneziana'),(6372,30900,'_wp_old_slug','coda-di-bue-vaccinara'),(6373,30900,'_wp_old_slug','margherita'),(6374,30900,'_wp_old_slug','mamma'),(6375,30900,'_wp_old_slug','partenope'),(6376,30900,'_wp_old_slug','allegra'),(6377,30900,'_wp_old_slug','martina'),(6378,30900,'_wp_old_slug','aurora'),(6379,30900,'_wp_old_slug','michele'),(6380,30900,'_wp_old_slug','kai'),(6381,30900,'_wp_old_slug','teresa'),(6382,30900,'_wp_old_slug','alessio'),(6383,30900,'_wp_old_slug','myka'),(6384,30900,'_wp_old_slug','stefano'),(6385,30900,'_wp_old_slug','saint'),(6386,30900,'_wp_old_slug','simone'),(6387,30900,'_wp_old_slug','tiramisu-oro-saiua'),(6388,30900,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6389,30900,'_wp_old_slug','cannoli-siciliani'),(6390,30901,'price','70'),(6391,30901,'_edit_last','5'),(6392,30901,'_edit_lock','1618988112:5'),(6393,30901,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6394,30901,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6395,30901,'sku',''),(6396,30901,'mp_menu_gallery',''),(6397,30901,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6398,30901,'_wp_old_slug','mozzarelline-panate'),(6399,30901,'_wp_old_slug','mozzarelline-panate-3'),(6400,30901,'_wp_old_slug','mozzarelline-panate-3-2'),(6401,30901,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6402,30901,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6403,30901,'_wp_old_slug','fritto-mare'),(6404,30901,'_wp_old_slug','prosciutto-di-parma'),(6405,30901,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6406,30901,'_wp_old_slug','grilled-calamari-and-prawns'),(6407,30901,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6408,30901,'_wp_old_slug','straccetti-romana'),(6409,30901,'_wp_old_slug','sarde-grigliate'),(6410,30901,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6411,30901,'_wp_old_slug','carpaccio-di-manzo'),(6412,30901,'_wp_old_slug','leonardo-salad'),(6413,30901,'_wp_old_slug','augusto-salad'),(6414,30901,'_wp_old_slug','poseidon-salad'),(6415,30901,'_wp_old_slug','michelangelo-salad'),(6416,30901,'_wp_old_slug','gaspacho-soup'),(6417,30901,'_wp_old_slug','minestra-di-vegetali'),(6418,30901,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6419,30901,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6420,30901,'_wp_old_slug','ravioli-capresi-v'),(6421,30901,'_wp_old_slug','rigatoni-mamma-mia-v'),(6422,30901,'_wp_old_slug','risotto-pisellie-gamberi'),(6423,30901,'_wp_old_slug','carbonara-de-mare'),(6424,30901,'_wp_old_slug','costata-di-manzo'),(6425,30901,'_wp_old_slug','polletto-al-mattone'),(6426,30901,'_wp_old_slug','costolette-di-agnello'),(6427,30901,'_wp_old_slug','costoletta-di-maiale'),(6428,30901,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6429,30901,'_wp_old_slug','branzino-alla-griglia'),(6430,30901,'_wp_old_slug','salmone-arrosto'),(6431,30901,'_wp_old_slug','zuppa-de-molluschi'),(6432,30901,'_wp_old_slug','caciucco-livornese'),(6433,30901,'_wp_old_slug','sogliola-alla-griglia'),(6434,30901,'_wp_old_slug','pollo-ruspante'),(6435,30901,'_wp_old_slug','capretto-stufato'),(6436,30901,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6437,30901,'_wp_old_slug','fegato-alla-veneziana'),(6438,30901,'_wp_old_slug','coda-di-bue-vaccinara'),(6439,30901,'_wp_old_slug','margherita'),(6440,30901,'_wp_old_slug','mamma'),(6441,30901,'_wp_old_slug','partenope'),(6442,30901,'_wp_old_slug','allegra'),(6443,30901,'_wp_old_slug','martina'),(6444,30901,'_wp_old_slug','aurora'),(6445,30901,'_wp_old_slug','michele'),(6446,30901,'_wp_old_slug','kai'),(6447,30901,'_wp_old_slug','teresa'),(6448,30901,'_wp_old_slug','alessio'),(6449,30901,'_wp_old_slug','myka'),(6450,30901,'_wp_old_slug','stefano'),(6451,30901,'_wp_old_slug','saint'),(6452,30901,'_wp_old_slug','simone'),(6453,30901,'_wp_old_slug','tiramisu-oro-saiua'),(6454,30901,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6455,30901,'_wp_old_slug','cannoli-siciliani'),(6456,30901,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6457,30902,'price','55'),(6458,30902,'_edit_last','5'),(6459,30902,'_edit_lock','1618988164:5'),(6460,30902,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6461,30902,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6462,30902,'sku',''),(6463,30902,'mp_menu_gallery',''),(6464,30902,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6465,30902,'_wp_old_slug','mozzarelline-panate'),(6466,30902,'_wp_old_slug','mozzarelline-panate-3'),(6467,30902,'_wp_old_slug','mozzarelline-panate-3-2'),(6468,30902,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6469,30902,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6470,30902,'_wp_old_slug','fritto-mare'),(6471,30902,'_wp_old_slug','prosciutto-di-parma'),(6472,30902,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6473,30902,'_wp_old_slug','grilled-calamari-and-prawns'),(6474,30902,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6475,30902,'_wp_old_slug','straccetti-romana'),(6476,30902,'_wp_old_slug','sarde-grigliate'),(6477,30902,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6478,30902,'_wp_old_slug','carpaccio-di-manzo'),(6479,30902,'_wp_old_slug','leonardo-salad'),(6480,30902,'_wp_old_slug','augusto-salad'),(6481,30902,'_wp_old_slug','poseidon-salad'),(6482,30902,'_wp_old_slug','michelangelo-salad'),(6483,30902,'_wp_old_slug','gaspacho-soup'),(6484,30902,'_wp_old_slug','minestra-di-vegetali'),(6485,30902,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6486,30902,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6487,30902,'_wp_old_slug','ravioli-capresi-v'),(6488,30902,'_wp_old_slug','rigatoni-mamma-mia-v'),(6489,30902,'_wp_old_slug','risotto-pisellie-gamberi'),(6490,30902,'_wp_old_slug','carbonara-de-mare'),(6491,30902,'_wp_old_slug','costata-di-manzo'),(6492,30902,'_wp_old_slug','polletto-al-mattone'),(6493,30902,'_wp_old_slug','costolette-di-agnello'),(6494,30902,'_wp_old_slug','costoletta-di-maiale'),(6495,30902,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6496,30902,'_wp_old_slug','branzino-alla-griglia'),(6497,30902,'_wp_old_slug','salmone-arrosto'),(6498,30902,'_wp_old_slug','zuppa-de-molluschi'),(6499,30902,'_wp_old_slug','caciucco-livornese'),(6500,30902,'_wp_old_slug','sogliola-alla-griglia'),(6501,30902,'_wp_old_slug','pollo-ruspante'),(6502,30902,'_wp_old_slug','capretto-stufato'),(6503,30902,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6504,30902,'_wp_old_slug','fegato-alla-veneziana'),(6505,30902,'_wp_old_slug','coda-di-bue-vaccinara'),(6506,30902,'_wp_old_slug','margherita'),(6507,30902,'_wp_old_slug','mamma'),(6508,30902,'_wp_old_slug','partenope'),(6509,30902,'_wp_old_slug','allegra'),(6510,30902,'_wp_old_slug','martina'),(6511,30902,'_wp_old_slug','aurora'),(6512,30902,'_wp_old_slug','michele'),(6513,30902,'_wp_old_slug','kai'),(6514,30902,'_wp_old_slug','teresa'),(6515,30902,'_wp_old_slug','alessio'),(6516,30902,'_wp_old_slug','myka'),(6517,30902,'_wp_old_slug','stefano'),(6518,30902,'_wp_old_slug','saint'),(6519,30902,'_wp_old_slug','simone'),(6520,30902,'_wp_old_slug','tiramisu-oro-saiua'),(6521,30902,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6522,30902,'_wp_old_slug','cannoli-siciliani'),(6523,30902,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6524,30902,'_wp_old_slug','pastiera-napoletana'),(6525,30903,'price','55'),(6526,30903,'_edit_last','5'),(6527,30903,'_edit_lock','1618988217:5'),(6528,30903,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6529,30903,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6530,30903,'sku',''),(6531,30903,'mp_menu_gallery',''),(6532,30903,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6533,30903,'_wp_old_slug','mozzarelline-panate'),(6534,30903,'_wp_old_slug','mozzarelline-panate-3'),(6535,30903,'_wp_old_slug','mozzarelline-panate-3-2'),(6536,30903,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6537,30903,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6538,30903,'_wp_old_slug','fritto-mare'),(6539,30903,'_wp_old_slug','prosciutto-di-parma'),(6540,30903,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6541,30903,'_wp_old_slug','grilled-calamari-and-prawns'),(6542,30903,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6543,30903,'_wp_old_slug','straccetti-romana'),(6544,30903,'_wp_old_slug','sarde-grigliate'),(6545,30903,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6546,30903,'_wp_old_slug','carpaccio-di-manzo'),(6547,30903,'_wp_old_slug','leonardo-salad'),(6548,30903,'_wp_old_slug','augusto-salad'),(6549,30903,'_wp_old_slug','poseidon-salad'),(6550,30903,'_wp_old_slug','michelangelo-salad'),(6551,30903,'_wp_old_slug','gaspacho-soup'),(6552,30903,'_wp_old_slug','minestra-di-vegetali'),(6553,30903,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6554,30903,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6555,30903,'_wp_old_slug','ravioli-capresi-v'),(6556,30903,'_wp_old_slug','rigatoni-mamma-mia-v'),(6557,30903,'_wp_old_slug','risotto-pisellie-gamberi'),(6558,30903,'_wp_old_slug','carbonara-de-mare'),(6559,30903,'_wp_old_slug','costata-di-manzo'),(6560,30903,'_wp_old_slug','polletto-al-mattone'),(6561,30903,'_wp_old_slug','costolette-di-agnello'),(6562,30903,'_wp_old_slug','costoletta-di-maiale'),(6563,30903,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6564,30903,'_wp_old_slug','branzino-alla-griglia'),(6565,30903,'_wp_old_slug','salmone-arrosto'),(6566,30903,'_wp_old_slug','zuppa-de-molluschi'),(6567,30903,'_wp_old_slug','caciucco-livornese'),(6568,30903,'_wp_old_slug','sogliola-alla-griglia'),(6569,30903,'_wp_old_slug','pollo-ruspante'),(6570,30903,'_wp_old_slug','capretto-stufato'),(6571,30903,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6572,30903,'_wp_old_slug','fegato-alla-veneziana'),(6573,30903,'_wp_old_slug','coda-di-bue-vaccinara'),(6574,30903,'_wp_old_slug','margherita'),(6575,30903,'_wp_old_slug','mamma'),(6576,30903,'_wp_old_slug','partenope'),(6577,30903,'_wp_old_slug','allegra'),(6578,30903,'_wp_old_slug','martina'),(6579,30903,'_wp_old_slug','aurora'),(6580,30903,'_wp_old_slug','michele'),(6581,30903,'_wp_old_slug','kai'),(6582,30903,'_wp_old_slug','teresa'),(6583,30903,'_wp_old_slug','alessio'),(6584,30903,'_wp_old_slug','myka'),(6585,30903,'_wp_old_slug','stefano'),(6586,30903,'_wp_old_slug','saint'),(6587,30903,'_wp_old_slug','simone'),(6588,30903,'_wp_old_slug','tiramisu-oro-saiua'),(6589,30903,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6590,30903,'_wp_old_slug','cannoli-siciliani'),(6591,30903,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6592,30903,'_wp_old_slug','pastiera-napoletana'),(6593,30903,'_wp_old_slug','affogato-al-caffe'),(6594,30904,'price','1100'),(6595,30904,'_edit_last','5'),(6596,30904,'_edit_lock','1618988640:5'),(6597,30904,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6598,30904,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6599,30904,'sku',''),(6600,30904,'mp_menu_gallery',''),(6601,30904,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6602,30904,'_wp_old_slug','mozzarelline-panate'),(6603,30904,'_wp_old_slug','mozzarelline-panate-3'),(6604,30904,'_wp_old_slug','mozzarelline-panate-3-2'),(6605,30904,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6606,30904,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6607,30904,'_wp_old_slug','fritto-mare'),(6608,30904,'_wp_old_slug','prosciutto-di-parma'),(6609,30904,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6610,30904,'_wp_old_slug','grilled-calamari-and-prawns'),(6611,30904,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6612,30904,'_wp_old_slug','straccetti-romana'),(6613,30904,'_wp_old_slug','sarde-grigliate'),(6614,30904,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6615,30904,'_wp_old_slug','carpaccio-di-manzo'),(6616,30904,'_wp_old_slug','leonardo-salad'),(6617,30904,'_wp_old_slug','augusto-salad'),(6618,30904,'_wp_old_slug','poseidon-salad'),(6619,30904,'_wp_old_slug','michelangelo-salad'),(6620,30904,'_wp_old_slug','gaspacho-soup'),(6621,30904,'_wp_old_slug','minestra-di-vegetali'),(6622,30904,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6623,30904,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6624,30904,'_wp_old_slug','ravioli-capresi-v'),(6625,30904,'_wp_old_slug','rigatoni-mamma-mia-v'),(6626,30904,'_wp_old_slug','risotto-pisellie-gamberi'),(6627,30904,'_wp_old_slug','carbonara-de-mare'),(6628,30904,'_wp_old_slug','costata-di-manzo'),(6629,30904,'_wp_old_slug','polletto-al-mattone'),(6630,30904,'_wp_old_slug','costolette-di-agnello'),(6631,30904,'_wp_old_slug','costoletta-di-maiale'),(6632,30904,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6633,30904,'_wp_old_slug','branzino-alla-griglia'),(6634,30904,'_wp_old_slug','salmone-arrosto'),(6635,30904,'_wp_old_slug','zuppa-de-molluschi'),(6636,30904,'_wp_old_slug','caciucco-livornese'),(6637,30904,'_wp_old_slug','sogliola-alla-griglia'),(6638,30904,'_wp_old_slug','pollo-ruspante'),(6639,30904,'_wp_old_slug','capretto-stufato'),(6640,30904,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6641,30904,'_wp_old_slug','fegato-alla-veneziana'),(6642,30904,'_wp_old_slug','coda-di-bue-vaccinara'),(6643,30904,'_wp_old_slug','margherita'),(6644,30904,'_wp_old_slug','mamma'),(6645,30904,'_wp_old_slug','partenope'),(6646,30904,'_wp_old_slug','allegra'),(6647,30904,'_wp_old_slug','martina'),(6648,30904,'_wp_old_slug','aurora'),(6649,30904,'_wp_old_slug','michele'),(6650,30904,'_wp_old_slug','kai'),(6651,30904,'_wp_old_slug','teresa'),(6652,30904,'_wp_old_slug','alessio'),(6653,30904,'_wp_old_slug','myka'),(6654,30904,'_wp_old_slug','stefano'),(6655,30904,'_wp_old_slug','saint'),(6656,30904,'_wp_old_slug','simone'),(6657,30904,'_wp_old_slug','tiramisu-oro-saiua'),(6658,30904,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6659,30904,'_wp_old_slug','cannoli-siciliani'),(6660,30904,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6661,30904,'_wp_old_slug','pastiera-napoletana'),(6662,30904,'_wp_old_slug','affogato-al-caffe'),(6663,30904,'_wp_old_slug','gelati-e-sorbetti-2'),(6664,30906,'price','1300'),(6665,30906,'_edit_last','5'),(6666,30906,'_edit_lock','1618988750:5'),(6667,30906,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6668,30906,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6669,30906,'sku',''),(6670,30906,'mp_menu_gallery',''),(6671,30906,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6672,30906,'_wp_old_slug','mozzarelline-panate'),(6673,30906,'_wp_old_slug','mozzarelline-panate-3'),(6674,30906,'_wp_old_slug','mozzarelline-panate-3-2'),(6675,30906,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6676,30906,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6677,30906,'_wp_old_slug','fritto-mare'),(6678,30906,'_wp_old_slug','prosciutto-di-parma'),(6679,30906,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6680,30906,'_wp_old_slug','grilled-calamari-and-prawns'),(6681,30906,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6682,30906,'_wp_old_slug','straccetti-romana'),(6683,30906,'_wp_old_slug','sarde-grigliate'),(6684,30906,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6685,30906,'_wp_old_slug','carpaccio-di-manzo'),(6686,30906,'_wp_old_slug','leonardo-salad'),(6687,30906,'_wp_old_slug','augusto-salad'),(6688,30906,'_wp_old_slug','poseidon-salad'),(6689,30906,'_wp_old_slug','michelangelo-salad'),(6690,30906,'_wp_old_slug','gaspacho-soup'),(6691,30906,'_wp_old_slug','minestra-di-vegetali'),(6692,30906,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6693,30906,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6694,30906,'_wp_old_slug','ravioli-capresi-v'),(6695,30906,'_wp_old_slug','rigatoni-mamma-mia-v'),(6696,30906,'_wp_old_slug','risotto-pisellie-gamberi'),(6697,30906,'_wp_old_slug','carbonara-de-mare'),(6698,30906,'_wp_old_slug','costata-di-manzo'),(6699,30906,'_wp_old_slug','polletto-al-mattone'),(6700,30906,'_wp_old_slug','costolette-di-agnello'),(6701,30906,'_wp_old_slug','costoletta-di-maiale'),(6702,30906,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6703,30906,'_wp_old_slug','branzino-alla-griglia'),(6704,30906,'_wp_old_slug','salmone-arrosto'),(6705,30906,'_wp_old_slug','zuppa-de-molluschi'),(6706,30906,'_wp_old_slug','caciucco-livornese'),(6707,30906,'_wp_old_slug','sogliola-alla-griglia'),(6708,30906,'_wp_old_slug','pollo-ruspante'),(6709,30906,'_wp_old_slug','capretto-stufato'),(6710,30906,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6711,30906,'_wp_old_slug','fegato-alla-veneziana'),(6712,30906,'_wp_old_slug','coda-di-bue-vaccinara'),(6713,30906,'_wp_old_slug','margherita'),(6714,30906,'_wp_old_slug','mamma'),(6715,30906,'_wp_old_slug','partenope'),(6716,30906,'_wp_old_slug','allegra'),(6717,30906,'_wp_old_slug','martina'),(6718,30906,'_wp_old_slug','aurora'),(6719,30906,'_wp_old_slug','michele'),(6720,30906,'_wp_old_slug','kai'),(6721,30906,'_wp_old_slug','teresa'),(6722,30906,'_wp_old_slug','alessio'),(6723,30906,'_wp_old_slug','myka'),(6724,30906,'_wp_old_slug','stefano'),(6725,30906,'_wp_old_slug','saint'),(6726,30906,'_wp_old_slug','simone'),(6727,30906,'_wp_old_slug','tiramisu-oro-saiua'),(6728,30906,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6729,30906,'_wp_old_slug','cannoli-siciliani'),(6730,30906,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6731,30906,'_wp_old_slug','pastiera-napoletana'),(6732,30906,'_wp_old_slug','affogato-al-caffe'),(6733,30906,'_wp_old_slug','gelati-e-sorbetti-2'),(6734,30907,'price','990'),(6735,30907,'_edit_last','5'),(6736,30907,'_edit_lock','1618988787:5'),(6737,30907,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6738,30907,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6739,30907,'sku',''),(6740,30907,'mp_menu_gallery',''),(6741,30907,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6742,30907,'_wp_old_slug','mozzarelline-panate'),(6743,30907,'_wp_old_slug','mozzarelline-panate-3'),(6744,30907,'_wp_old_slug','mozzarelline-panate-3-2'),(6745,30907,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6746,30907,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6747,30907,'_wp_old_slug','fritto-mare'),(6748,30907,'_wp_old_slug','prosciutto-di-parma'),(6749,30907,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6750,30907,'_wp_old_slug','grilled-calamari-and-prawns'),(6751,30907,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6752,30907,'_wp_old_slug','straccetti-romana'),(6753,30907,'_wp_old_slug','sarde-grigliate'),(6754,30907,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6755,30907,'_wp_old_slug','carpaccio-di-manzo'),(6756,30907,'_wp_old_slug','leonardo-salad'),(6757,30907,'_wp_old_slug','augusto-salad'),(6758,30907,'_wp_old_slug','poseidon-salad'),(6759,30907,'_wp_old_slug','michelangelo-salad'),(6760,30907,'_wp_old_slug','gaspacho-soup'),(6761,30907,'_wp_old_slug','minestra-di-vegetali'),(6762,30907,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6763,30907,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6764,30907,'_wp_old_slug','ravioli-capresi-v'),(6765,30907,'_wp_old_slug','rigatoni-mamma-mia-v'),(6766,30907,'_wp_old_slug','risotto-pisellie-gamberi'),(6767,30907,'_wp_old_slug','carbonara-de-mare'),(6768,30907,'_wp_old_slug','costata-di-manzo'),(6769,30907,'_wp_old_slug','polletto-al-mattone'),(6770,30907,'_wp_old_slug','costolette-di-agnello'),(6771,30907,'_wp_old_slug','costoletta-di-maiale'),(6772,30907,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6773,30907,'_wp_old_slug','branzino-alla-griglia'),(6774,30907,'_wp_old_slug','salmone-arrosto'),(6775,30907,'_wp_old_slug','zuppa-de-molluschi'),(6776,30907,'_wp_old_slug','caciucco-livornese'),(6777,30907,'_wp_old_slug','sogliola-alla-griglia'),(6778,30907,'_wp_old_slug','pollo-ruspante'),(6779,30907,'_wp_old_slug','capretto-stufato'),(6780,30907,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6781,30907,'_wp_old_slug','fegato-alla-veneziana'),(6782,30907,'_wp_old_slug','coda-di-bue-vaccinara'),(6783,30907,'_wp_old_slug','margherita'),(6784,30907,'_wp_old_slug','mamma'),(6785,30907,'_wp_old_slug','partenope'),(6786,30907,'_wp_old_slug','allegra'),(6787,30907,'_wp_old_slug','martina'),(6788,30907,'_wp_old_slug','aurora'),(6789,30907,'_wp_old_slug','michele'),(6790,30907,'_wp_old_slug','kai'),(6791,30907,'_wp_old_slug','teresa'),(6792,30907,'_wp_old_slug','alessio'),(6793,30907,'_wp_old_slug','myka'),(6794,30907,'_wp_old_slug','stefano'),(6795,30907,'_wp_old_slug','saint'),(6796,30907,'_wp_old_slug','simone'),(6797,30907,'_wp_old_slug','tiramisu-oro-saiua'),(6798,30907,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6799,30907,'_wp_old_slug','cannoli-siciliani'),(6800,30907,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6801,30907,'_wp_old_slug','pastiera-napoletana'),(6802,30907,'_wp_old_slug','affogato-al-caffe'),(6803,30907,'_wp_old_slug','gelati-e-sorbetti-2'),(6804,30907,'_wp_old_slug','moet-nectar-brut'),(6805,30908,'price','1350'),(6806,30908,'_edit_last','5'),(6807,30908,'_edit_lock','1618988828:5'),(6808,30908,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6809,30908,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6810,30908,'sku',''),(6811,30908,'mp_menu_gallery',''),(6812,30908,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6813,30908,'_wp_old_slug','mozzarelline-panate'),(6814,30908,'_wp_old_slug','mozzarelline-panate-3'),(6815,30908,'_wp_old_slug','mozzarelline-panate-3-2'),(6816,30908,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6817,30908,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6818,30908,'_wp_old_slug','fritto-mare'),(6819,30908,'_wp_old_slug','prosciutto-di-parma'),(6820,30908,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6821,30908,'_wp_old_slug','grilled-calamari-and-prawns'),(6822,30908,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6823,30908,'_wp_old_slug','straccetti-romana'),(6824,30908,'_wp_old_slug','sarde-grigliate'),(6825,30908,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6826,30908,'_wp_old_slug','carpaccio-di-manzo'),(6827,30908,'_wp_old_slug','leonardo-salad'),(6828,30908,'_wp_old_slug','augusto-salad'),(6829,30908,'_wp_old_slug','poseidon-salad'),(6830,30908,'_wp_old_slug','michelangelo-salad'),(6831,30908,'_wp_old_slug','gaspacho-soup'),(6832,30908,'_wp_old_slug','minestra-di-vegetali'),(6833,30908,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6834,30908,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6835,30908,'_wp_old_slug','ravioli-capresi-v'),(6836,30908,'_wp_old_slug','rigatoni-mamma-mia-v'),(6837,30908,'_wp_old_slug','risotto-pisellie-gamberi'),(6838,30908,'_wp_old_slug','carbonara-de-mare'),(6839,30908,'_wp_old_slug','costata-di-manzo'),(6840,30908,'_wp_old_slug','polletto-al-mattone'),(6841,30908,'_wp_old_slug','costolette-di-agnello'),(6842,30908,'_wp_old_slug','costoletta-di-maiale'),(6843,30908,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6844,30908,'_wp_old_slug','branzino-alla-griglia'),(6845,30908,'_wp_old_slug','salmone-arrosto'),(6846,30908,'_wp_old_slug','zuppa-de-molluschi'),(6847,30908,'_wp_old_slug','caciucco-livornese'),(6848,30908,'_wp_old_slug','sogliola-alla-griglia'),(6849,30908,'_wp_old_slug','pollo-ruspante'),(6850,30908,'_wp_old_slug','capretto-stufato'),(6851,30908,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6852,30908,'_wp_old_slug','fegato-alla-veneziana'),(6853,30908,'_wp_old_slug','coda-di-bue-vaccinara'),(6854,30908,'_wp_old_slug','margherita'),(6855,30908,'_wp_old_slug','mamma'),(6856,30908,'_wp_old_slug','partenope'),(6857,30908,'_wp_old_slug','allegra'),(6858,30908,'_wp_old_slug','martina'),(6859,30908,'_wp_old_slug','aurora'),(6860,30908,'_wp_old_slug','michele'),(6861,30908,'_wp_old_slug','kai'),(6862,30908,'_wp_old_slug','teresa'),(6863,30908,'_wp_old_slug','alessio'),(6864,30908,'_wp_old_slug','myka'),(6865,30908,'_wp_old_slug','stefano'),(6866,30908,'_wp_old_slug','saint'),(6867,30908,'_wp_old_slug','simone'),(6868,30908,'_wp_old_slug','tiramisu-oro-saiua'),(6869,30908,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6870,30908,'_wp_old_slug','cannoli-siciliani'),(6871,30908,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6872,30908,'_wp_old_slug','pastiera-napoletana'),(6873,30908,'_wp_old_slug','affogato-al-caffe'),(6874,30908,'_wp_old_slug','gelati-e-sorbetti-2'),(6875,30908,'_wp_old_slug','moet-nectar-brut'),(6876,30908,'_wp_old_slug','laurent-perrier-brut'),(6877,30910,'price','1800'),(6878,30910,'_edit_last','5'),(6879,30910,'_edit_lock','1618988940:5'),(6880,30910,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6881,30910,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6882,30910,'sku',''),(6883,30910,'mp_menu_gallery',''),(6884,30910,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6885,30910,'_wp_old_slug','mozzarelline-panate'),(6886,30910,'_wp_old_slug','mozzarelline-panate-3'),(6887,30910,'_wp_old_slug','mozzarelline-panate-3-2'),(6888,30910,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6889,30910,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6890,30910,'_wp_old_slug','fritto-mare'),(6891,30910,'_wp_old_slug','prosciutto-di-parma'),(6892,30910,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6893,30910,'_wp_old_slug','grilled-calamari-and-prawns'),(6894,30910,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6895,30910,'_wp_old_slug','straccetti-romana'),(6896,30910,'_wp_old_slug','sarde-grigliate'),(6897,30910,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6898,30910,'_wp_old_slug','carpaccio-di-manzo'),(6899,30910,'_wp_old_slug','leonardo-salad'),(6900,30910,'_wp_old_slug','augusto-salad'),(6901,30910,'_wp_old_slug','poseidon-salad'),(6902,30910,'_wp_old_slug','michelangelo-salad'),(6903,30910,'_wp_old_slug','gaspacho-soup'),(6904,30910,'_wp_old_slug','minestra-di-vegetali'),(6905,30910,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6906,30910,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6907,30910,'_wp_old_slug','ravioli-capresi-v'),(6908,30910,'_wp_old_slug','rigatoni-mamma-mia-v'),(6909,30910,'_wp_old_slug','risotto-pisellie-gamberi'),(6910,30910,'_wp_old_slug','carbonara-de-mare'),(6911,30910,'_wp_old_slug','costata-di-manzo'),(6912,30910,'_wp_old_slug','polletto-al-mattone'),(6913,30910,'_wp_old_slug','costolette-di-agnello'),(6914,30910,'_wp_old_slug','costoletta-di-maiale'),(6915,30910,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6916,30910,'_wp_old_slug','branzino-alla-griglia'),(6917,30910,'_wp_old_slug','salmone-arrosto'),(6918,30910,'_wp_old_slug','zuppa-de-molluschi'),(6919,30910,'_wp_old_slug','caciucco-livornese'),(6920,30910,'_wp_old_slug','sogliola-alla-griglia'),(6921,30910,'_wp_old_slug','pollo-ruspante'),(6922,30910,'_wp_old_slug','capretto-stufato'),(6923,30910,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6924,30910,'_wp_old_slug','fegato-alla-veneziana'),(6925,30910,'_wp_old_slug','coda-di-bue-vaccinara'),(6926,30910,'_wp_old_slug','margherita'),(6927,30910,'_wp_old_slug','mamma'),(6928,30910,'_wp_old_slug','partenope'),(6929,30910,'_wp_old_slug','allegra'),(6930,30910,'_wp_old_slug','martina'),(6931,30910,'_wp_old_slug','aurora'),(6932,30910,'_wp_old_slug','michele'),(6933,30910,'_wp_old_slug','kai'),(6934,30910,'_wp_old_slug','teresa'),(6935,30910,'_wp_old_slug','alessio'),(6936,30910,'_wp_old_slug','myka'),(6937,30910,'_wp_old_slug','stefano'),(6938,30910,'_wp_old_slug','saint'),(6939,30910,'_wp_old_slug','simone'),(6940,30910,'_wp_old_slug','tiramisu-oro-saiua'),(6941,30910,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(6942,30910,'_wp_old_slug','cannoli-siciliani'),(6943,30910,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(6944,30910,'_wp_old_slug','pastiera-napoletana'),(6945,30910,'_wp_old_slug','affogato-al-caffe'),(6946,30910,'_wp_old_slug','gelati-e-sorbetti-2'),(6947,30910,'_wp_old_slug','moet-nectar-brut'),(6948,30910,'_wp_old_slug','laurent-perrier-brut'),(6949,30911,'price','395'),(6950,30911,'_edit_last','5'),(6951,30911,'_edit_lock','1618988969:5'),(6952,30911,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(6953,30911,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(6954,30911,'sku',''),(6955,30911,'mp_menu_gallery',''),(6956,30911,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(6957,30911,'_wp_old_slug','mozzarelline-panate'),(6958,30911,'_wp_old_slug','mozzarelline-panate-3'),(6959,30911,'_wp_old_slug','mozzarelline-panate-3-2'),(6960,30911,'_wp_old_slug','mozzarelline-panate-3-2-2'),(6961,30911,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(6962,30911,'_wp_old_slug','fritto-mare'),(6963,30911,'_wp_old_slug','prosciutto-di-parma'),(6964,30911,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(6965,30911,'_wp_old_slug','grilled-calamari-and-prawns'),(6966,30911,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(6967,30911,'_wp_old_slug','straccetti-romana'),(6968,30911,'_wp_old_slug','sarde-grigliate'),(6969,30911,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(6970,30911,'_wp_old_slug','carpaccio-di-manzo'),(6971,30911,'_wp_old_slug','leonardo-salad'),(6972,30911,'_wp_old_slug','augusto-salad'),(6973,30911,'_wp_old_slug','poseidon-salad'),(6974,30911,'_wp_old_slug','michelangelo-salad'),(6975,30911,'_wp_old_slug','gaspacho-soup'),(6976,30911,'_wp_old_slug','minestra-di-vegetali'),(6977,30911,'_wp_old_slug','pappardelle-pasta-al-ragu'),(6978,30911,'_wp_old_slug','linguine-ai-frutti-di-mare'),(6979,30911,'_wp_old_slug','ravioli-capresi-v'),(6980,30911,'_wp_old_slug','rigatoni-mamma-mia-v'),(6981,30911,'_wp_old_slug','risotto-pisellie-gamberi'),(6982,30911,'_wp_old_slug','carbonara-de-mare'),(6983,30911,'_wp_old_slug','costata-di-manzo'),(6984,30911,'_wp_old_slug','polletto-al-mattone'),(6985,30911,'_wp_old_slug','costolette-di-agnello'),(6986,30911,'_wp_old_slug','costoletta-di-maiale'),(6987,30911,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(6988,30911,'_wp_old_slug','branzino-alla-griglia'),(6989,30911,'_wp_old_slug','salmone-arrosto'),(6990,30911,'_wp_old_slug','zuppa-de-molluschi'),(6991,30911,'_wp_old_slug','caciucco-livornese'),(6992,30911,'_wp_old_slug','sogliola-alla-griglia'),(6993,30911,'_wp_old_slug','pollo-ruspante'),(6994,30911,'_wp_old_slug','capretto-stufato'),(6995,30911,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(6996,30911,'_wp_old_slug','fegato-alla-veneziana'),(6997,30911,'_wp_old_slug','coda-di-bue-vaccinara'),(6998,30911,'_wp_old_slug','margherita'),(6999,30911,'_wp_old_slug','mamma'),(7000,30911,'_wp_old_slug','partenope'),(7001,30911,'_wp_old_slug','allegra'),(7002,30911,'_wp_old_slug','martina'),(7003,30911,'_wp_old_slug','aurora'),(7004,30911,'_wp_old_slug','michele'),(7005,30911,'_wp_old_slug','kai'),(7006,30911,'_wp_old_slug','teresa'),(7007,30911,'_wp_old_slug','alessio'),(7008,30911,'_wp_old_slug','myka'),(7009,30911,'_wp_old_slug','stefano'),(7010,30911,'_wp_old_slug','saint'),(7011,30911,'_wp_old_slug','simone'),(7012,30911,'_wp_old_slug','tiramisu-oro-saiua'),(7013,30911,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7014,30911,'_wp_old_slug','cannoli-siciliani'),(7015,30911,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7016,30911,'_wp_old_slug','pastiera-napoletana'),(7017,30911,'_wp_old_slug','affogato-al-caffe'),(7018,30911,'_wp_old_slug','gelati-e-sorbetti-2'),(7019,30911,'_wp_old_slug','moet-nectar-brut'),(7020,30911,'_wp_old_slug','laurent-perrier-brut'),(7021,30911,'_wp_old_slug','laurent-perrier-brut-rose'),(7022,30912,'price','375'),(7023,30912,'_edit_last','5'),(7024,30912,'_edit_lock','1618989024:5'),(7025,30912,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7026,30912,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7027,30912,'sku',''),(7028,30912,'mp_menu_gallery',''),(7029,30912,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7030,30912,'_wp_old_slug','mozzarelline-panate'),(7031,30912,'_wp_old_slug','mozzarelline-panate-3'),(7032,30912,'_wp_old_slug','mozzarelline-panate-3-2'),(7033,30912,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7034,30912,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7035,30912,'_wp_old_slug','fritto-mare'),(7036,30912,'_wp_old_slug','prosciutto-di-parma'),(7037,30912,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7038,30912,'_wp_old_slug','grilled-calamari-and-prawns'),(7039,30912,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7040,30912,'_wp_old_slug','straccetti-romana'),(7041,30912,'_wp_old_slug','sarde-grigliate'),(7042,30912,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7043,30912,'_wp_old_slug','carpaccio-di-manzo'),(7044,30912,'_wp_old_slug','leonardo-salad'),(7045,30912,'_wp_old_slug','augusto-salad'),(7046,30912,'_wp_old_slug','poseidon-salad'),(7047,30912,'_wp_old_slug','michelangelo-salad'),(7048,30912,'_wp_old_slug','gaspacho-soup'),(7049,30912,'_wp_old_slug','minestra-di-vegetali'),(7050,30912,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7051,30912,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7052,30912,'_wp_old_slug','ravioli-capresi-v'),(7053,30912,'_wp_old_slug','rigatoni-mamma-mia-v'),(7054,30912,'_wp_old_slug','risotto-pisellie-gamberi'),(7055,30912,'_wp_old_slug','carbonara-de-mare'),(7056,30912,'_wp_old_slug','costata-di-manzo'),(7057,30912,'_wp_old_slug','polletto-al-mattone'),(7058,30912,'_wp_old_slug','costolette-di-agnello'),(7059,30912,'_wp_old_slug','costoletta-di-maiale'),(7060,30912,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7061,30912,'_wp_old_slug','branzino-alla-griglia'),(7062,30912,'_wp_old_slug','salmone-arrosto'),(7063,30912,'_wp_old_slug','zuppa-de-molluschi'),(7064,30912,'_wp_old_slug','caciucco-livornese'),(7065,30912,'_wp_old_slug','sogliola-alla-griglia'),(7066,30912,'_wp_old_slug','pollo-ruspante'),(7067,30912,'_wp_old_slug','capretto-stufato'),(7068,30912,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7069,30912,'_wp_old_slug','fegato-alla-veneziana'),(7070,30912,'_wp_old_slug','coda-di-bue-vaccinara'),(7071,30912,'_wp_old_slug','margherita'),(7072,30912,'_wp_old_slug','mamma'),(7073,30912,'_wp_old_slug','partenope'),(7074,30912,'_wp_old_slug','allegra'),(7075,30912,'_wp_old_slug','martina'),(7076,30912,'_wp_old_slug','aurora'),(7077,30912,'_wp_old_slug','michele'),(7078,30912,'_wp_old_slug','kai'),(7079,30912,'_wp_old_slug','teresa'),(7080,30912,'_wp_old_slug','alessio'),(7081,30912,'_wp_old_slug','myka'),(7082,30912,'_wp_old_slug','stefano'),(7083,30912,'_wp_old_slug','saint'),(7084,30912,'_wp_old_slug','simone'),(7085,30912,'_wp_old_slug','tiramisu-oro-saiua'),(7086,30912,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7087,30912,'_wp_old_slug','cannoli-siciliani'),(7088,30912,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7089,30912,'_wp_old_slug','pastiera-napoletana'),(7090,30912,'_wp_old_slug','affogato-al-caffe'),(7091,30912,'_wp_old_slug','gelati-e-sorbetti-2'),(7092,30912,'_wp_old_slug','moet-nectar-brut'),(7093,30912,'_wp_old_slug','laurent-perrier-brut'),(7094,30912,'_wp_old_slug','laurent-perrier-brut-rose'),(7095,30912,'_wp_old_slug','prosecco-nua'),(7096,30913,'price','395'),(7097,30913,'_edit_last','5'),(7098,30913,'_edit_lock','1618989077:5'),(7099,30913,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7100,30913,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7101,30913,'sku',''),(7102,30913,'mp_menu_gallery',''),(7103,30913,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7104,30913,'_wp_old_slug','mozzarelline-panate'),(7105,30913,'_wp_old_slug','mozzarelline-panate-3'),(7106,30913,'_wp_old_slug','mozzarelline-panate-3-2'),(7107,30913,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7108,30913,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7109,30913,'_wp_old_slug','fritto-mare'),(7110,30913,'_wp_old_slug','prosciutto-di-parma'),(7111,30913,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7112,30913,'_wp_old_slug','grilled-calamari-and-prawns'),(7113,30913,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7114,30913,'_wp_old_slug','straccetti-romana'),(7115,30913,'_wp_old_slug','sarde-grigliate'),(7116,30913,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7117,30913,'_wp_old_slug','carpaccio-di-manzo'),(7118,30913,'_wp_old_slug','leonardo-salad'),(7119,30913,'_wp_old_slug','augusto-salad'),(7120,30913,'_wp_old_slug','poseidon-salad'),(7121,30913,'_wp_old_slug','michelangelo-salad'),(7122,30913,'_wp_old_slug','gaspacho-soup'),(7123,30913,'_wp_old_slug','minestra-di-vegetali'),(7124,30913,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7125,30913,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7126,30913,'_wp_old_slug','ravioli-capresi-v'),(7127,30913,'_wp_old_slug','rigatoni-mamma-mia-v'),(7128,30913,'_wp_old_slug','risotto-pisellie-gamberi'),(7129,30913,'_wp_old_slug','carbonara-de-mare'),(7130,30913,'_wp_old_slug','costata-di-manzo'),(7131,30913,'_wp_old_slug','polletto-al-mattone'),(7132,30913,'_wp_old_slug','costolette-di-agnello'),(7133,30913,'_wp_old_slug','costoletta-di-maiale'),(7134,30913,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7135,30913,'_wp_old_slug','branzino-alla-griglia'),(7136,30913,'_wp_old_slug','salmone-arrosto'),(7137,30913,'_wp_old_slug','zuppa-de-molluschi'),(7138,30913,'_wp_old_slug','caciucco-livornese'),(7139,30913,'_wp_old_slug','sogliola-alla-griglia'),(7140,30913,'_wp_old_slug','pollo-ruspante'),(7141,30913,'_wp_old_slug','capretto-stufato'),(7142,30913,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7143,30913,'_wp_old_slug','fegato-alla-veneziana'),(7144,30913,'_wp_old_slug','coda-di-bue-vaccinara'),(7145,30913,'_wp_old_slug','margherita'),(7146,30913,'_wp_old_slug','mamma'),(7147,30913,'_wp_old_slug','partenope'),(7148,30913,'_wp_old_slug','allegra'),(7149,30913,'_wp_old_slug','martina'),(7150,30913,'_wp_old_slug','aurora'),(7151,30913,'_wp_old_slug','michele'),(7152,30913,'_wp_old_slug','kai'),(7153,30913,'_wp_old_slug','teresa'),(7154,30913,'_wp_old_slug','alessio'),(7155,30913,'_wp_old_slug','myka'),(7156,30913,'_wp_old_slug','stefano'),(7157,30913,'_wp_old_slug','saint'),(7158,30913,'_wp_old_slug','simone'),(7159,30913,'_wp_old_slug','tiramisu-oro-saiua'),(7160,30913,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7161,30913,'_wp_old_slug','cannoli-siciliani'),(7162,30913,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7163,30913,'_wp_old_slug','pastiera-napoletana'),(7164,30913,'_wp_old_slug','affogato-al-caffe'),(7165,30913,'_wp_old_slug','gelati-e-sorbetti-2'),(7166,30913,'_wp_old_slug','moet-nectar-brut'),(7167,30913,'_wp_old_slug','laurent-perrier-brut'),(7168,30913,'_wp_old_slug','laurent-perrier-brut-rose'),(7169,30913,'_wp_old_slug','prosecco-nua'),(7170,30913,'_wp_old_slug','pongracz-nectar'),(7171,30914,'price','395'),(7172,30914,'_edit_last','5'),(7173,30914,'_edit_lock','1618990557:5'),(7174,30914,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7175,30914,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7176,30914,'sku',''),(7177,30914,'mp_menu_gallery',''),(7178,30914,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7179,30914,'_wp_old_slug','mozzarelline-panate'),(7180,30914,'_wp_old_slug','mozzarelline-panate-3'),(7181,30914,'_wp_old_slug','mozzarelline-panate-3-2'),(7182,30914,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7183,30914,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7184,30914,'_wp_old_slug','fritto-mare'),(7185,30914,'_wp_old_slug','prosciutto-di-parma'),(7186,30914,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7187,30914,'_wp_old_slug','grilled-calamari-and-prawns'),(7188,30914,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7189,30914,'_wp_old_slug','straccetti-romana'),(7190,30914,'_wp_old_slug','sarde-grigliate'),(7191,30914,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7192,30914,'_wp_old_slug','carpaccio-di-manzo'),(7193,30914,'_wp_old_slug','leonardo-salad'),(7194,30914,'_wp_old_slug','augusto-salad'),(7195,30914,'_wp_old_slug','poseidon-salad'),(7196,30914,'_wp_old_slug','michelangelo-salad'),(7197,30914,'_wp_old_slug','gaspacho-soup'),(7198,30914,'_wp_old_slug','minestra-di-vegetali'),(7199,30914,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7200,30914,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7201,30914,'_wp_old_slug','ravioli-capresi-v'),(7202,30914,'_wp_old_slug','rigatoni-mamma-mia-v'),(7203,30914,'_wp_old_slug','risotto-pisellie-gamberi'),(7204,30914,'_wp_old_slug','carbonara-de-mare'),(7205,30914,'_wp_old_slug','costata-di-manzo'),(7206,30914,'_wp_old_slug','polletto-al-mattone'),(7207,30914,'_wp_old_slug','costolette-di-agnello'),(7208,30914,'_wp_old_slug','costoletta-di-maiale'),(7209,30914,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7210,30914,'_wp_old_slug','branzino-alla-griglia'),(7211,30914,'_wp_old_slug','salmone-arrosto'),(7212,30914,'_wp_old_slug','zuppa-de-molluschi'),(7213,30914,'_wp_old_slug','caciucco-livornese'),(7214,30914,'_wp_old_slug','sogliola-alla-griglia'),(7215,30914,'_wp_old_slug','pollo-ruspante'),(7216,30914,'_wp_old_slug','capretto-stufato'),(7217,30914,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7218,30914,'_wp_old_slug','fegato-alla-veneziana'),(7219,30914,'_wp_old_slug','coda-di-bue-vaccinara'),(7220,30914,'_wp_old_slug','margherita'),(7221,30914,'_wp_old_slug','mamma'),(7222,30914,'_wp_old_slug','partenope'),(7223,30914,'_wp_old_slug','allegra'),(7224,30914,'_wp_old_slug','martina'),(7225,30914,'_wp_old_slug','aurora'),(7226,30914,'_wp_old_slug','michele'),(7227,30914,'_wp_old_slug','kai'),(7228,30914,'_wp_old_slug','teresa'),(7229,30914,'_wp_old_slug','alessio'),(7230,30914,'_wp_old_slug','myka'),(7231,30914,'_wp_old_slug','stefano'),(7232,30914,'_wp_old_slug','saint'),(7233,30914,'_wp_old_slug','simone'),(7234,30914,'_wp_old_slug','tiramisu-oro-saiua'),(7235,30914,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7236,30914,'_wp_old_slug','cannoli-siciliani'),(7237,30914,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7238,30914,'_wp_old_slug','pastiera-napoletana'),(7239,30914,'_wp_old_slug','affogato-al-caffe'),(7240,30914,'_wp_old_slug','gelati-e-sorbetti-2'),(7241,30914,'_wp_old_slug','moet-nectar-brut'),(7242,30914,'_wp_old_slug','laurent-perrier-brut'),(7243,30914,'_wp_old_slug','laurent-perrier-brut-rose'),(7244,30914,'_wp_old_slug','prosecco-nua'),(7245,30914,'_wp_old_slug','pongracz-nectar'),(7246,30915,'price','150'),(7247,30915,'_edit_last','5'),(7248,30915,'_edit_lock','1618990622:5'),(7249,30915,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7250,30915,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7251,30915,'sku',''),(7252,30915,'mp_menu_gallery',''),(7253,30915,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7254,30915,'_wp_old_slug','mozzarelline-panate'),(7255,30915,'_wp_old_slug','mozzarelline-panate-3'),(7256,30915,'_wp_old_slug','mozzarelline-panate-3-2'),(7257,30915,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7258,30915,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7259,30915,'_wp_old_slug','fritto-mare'),(7260,30915,'_wp_old_slug','prosciutto-di-parma'),(7261,30915,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7262,30915,'_wp_old_slug','grilled-calamari-and-prawns'),(7263,30915,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7264,30915,'_wp_old_slug','straccetti-romana'),(7265,30915,'_wp_old_slug','sarde-grigliate'),(7266,30915,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7267,30915,'_wp_old_slug','carpaccio-di-manzo'),(7268,30915,'_wp_old_slug','leonardo-salad'),(7269,30915,'_wp_old_slug','augusto-salad'),(7270,30915,'_wp_old_slug','poseidon-salad'),(7271,30915,'_wp_old_slug','michelangelo-salad'),(7272,30915,'_wp_old_slug','gaspacho-soup'),(7273,30915,'_wp_old_slug','minestra-di-vegetali'),(7274,30915,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7275,30915,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7276,30915,'_wp_old_slug','ravioli-capresi-v'),(7277,30915,'_wp_old_slug','rigatoni-mamma-mia-v'),(7278,30915,'_wp_old_slug','risotto-pisellie-gamberi'),(7279,30915,'_wp_old_slug','carbonara-de-mare'),(7280,30915,'_wp_old_slug','costata-di-manzo'),(7281,30915,'_wp_old_slug','polletto-al-mattone'),(7282,30915,'_wp_old_slug','costolette-di-agnello'),(7283,30915,'_wp_old_slug','costoletta-di-maiale'),(7284,30915,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7285,30915,'_wp_old_slug','branzino-alla-griglia'),(7286,30915,'_wp_old_slug','salmone-arrosto'),(7287,30915,'_wp_old_slug','zuppa-de-molluschi'),(7288,30915,'_wp_old_slug','caciucco-livornese'),(7289,30915,'_wp_old_slug','sogliola-alla-griglia'),(7290,30915,'_wp_old_slug','pollo-ruspante'),(7291,30915,'_wp_old_slug','capretto-stufato'),(7292,30915,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7293,30915,'_wp_old_slug','fegato-alla-veneziana'),(7294,30915,'_wp_old_slug','coda-di-bue-vaccinara'),(7295,30915,'_wp_old_slug','margherita'),(7296,30915,'_wp_old_slug','mamma'),(7297,30915,'_wp_old_slug','partenope'),(7298,30915,'_wp_old_slug','allegra'),(7299,30915,'_wp_old_slug','martina'),(7300,30915,'_wp_old_slug','aurora'),(7301,30915,'_wp_old_slug','michele'),(7302,30915,'_wp_old_slug','kai'),(7303,30915,'_wp_old_slug','teresa'),(7304,30915,'_wp_old_slug','alessio'),(7305,30915,'_wp_old_slug','myka'),(7306,30915,'_wp_old_slug','stefano'),(7307,30915,'_wp_old_slug','saint'),(7308,30915,'_wp_old_slug','simone'),(7309,30915,'_wp_old_slug','tiramisu-oro-saiua'),(7310,30915,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7311,30915,'_wp_old_slug','cannoli-siciliani'),(7312,30915,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7313,30915,'_wp_old_slug','pastiera-napoletana'),(7314,30915,'_wp_old_slug','affogato-al-caffe'),(7315,30915,'_wp_old_slug','gelati-e-sorbetti-2'),(7316,30915,'_wp_old_slug','moet-nectar-brut'),(7317,30915,'_wp_old_slug','laurent-perrier-brut'),(7318,30915,'_wp_old_slug','laurent-perrier-brut-rose'),(7319,30915,'_wp_old_slug','prosecco-nua'),(7320,30915,'_wp_old_slug','pongracz-nectar'),(7321,30915,'_wp_old_slug','krone-night-nectar'),(7322,30916,'price','240'),(7323,30916,'_edit_last','5'),(7324,30916,'_edit_lock','1618990659:5'),(7325,30916,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7326,30916,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7327,30916,'sku',''),(7328,30916,'mp_menu_gallery',''),(7329,30916,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7330,30916,'_wp_old_slug','mozzarelline-panate'),(7331,30916,'_wp_old_slug','mozzarelline-panate-3'),(7332,30916,'_wp_old_slug','mozzarelline-panate-3-2'),(7333,30916,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7334,30916,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7335,30916,'_wp_old_slug','fritto-mare'),(7336,30916,'_wp_old_slug','prosciutto-di-parma'),(7337,30916,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7338,30916,'_wp_old_slug','grilled-calamari-and-prawns'),(7339,30916,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7340,30916,'_wp_old_slug','straccetti-romana'),(7341,30916,'_wp_old_slug','sarde-grigliate'),(7342,30916,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7343,30916,'_wp_old_slug','carpaccio-di-manzo'),(7344,30916,'_wp_old_slug','leonardo-salad'),(7345,30916,'_wp_old_slug','augusto-salad'),(7346,30916,'_wp_old_slug','poseidon-salad'),(7347,30916,'_wp_old_slug','michelangelo-salad'),(7348,30916,'_wp_old_slug','gaspacho-soup'),(7349,30916,'_wp_old_slug','minestra-di-vegetali'),(7350,30916,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7351,30916,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7352,30916,'_wp_old_slug','ravioli-capresi-v'),(7353,30916,'_wp_old_slug','rigatoni-mamma-mia-v'),(7354,30916,'_wp_old_slug','risotto-pisellie-gamberi'),(7355,30916,'_wp_old_slug','carbonara-de-mare'),(7356,30916,'_wp_old_slug','costata-di-manzo'),(7357,30916,'_wp_old_slug','polletto-al-mattone'),(7358,30916,'_wp_old_slug','costolette-di-agnello'),(7359,30916,'_wp_old_slug','costoletta-di-maiale'),(7360,30916,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7361,30916,'_wp_old_slug','branzino-alla-griglia'),(7362,30916,'_wp_old_slug','salmone-arrosto'),(7363,30916,'_wp_old_slug','zuppa-de-molluschi'),(7364,30916,'_wp_old_slug','caciucco-livornese'),(7365,30916,'_wp_old_slug','sogliola-alla-griglia'),(7366,30916,'_wp_old_slug','pollo-ruspante'),(7367,30916,'_wp_old_slug','capretto-stufato'),(7368,30916,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7369,30916,'_wp_old_slug','fegato-alla-veneziana'),(7370,30916,'_wp_old_slug','coda-di-bue-vaccinara'),(7371,30916,'_wp_old_slug','margherita'),(7372,30916,'_wp_old_slug','mamma'),(7373,30916,'_wp_old_slug','partenope'),(7374,30916,'_wp_old_slug','allegra'),(7375,30916,'_wp_old_slug','martina'),(7376,30916,'_wp_old_slug','aurora'),(7377,30916,'_wp_old_slug','michele'),(7378,30916,'_wp_old_slug','kai'),(7379,30916,'_wp_old_slug','teresa'),(7380,30916,'_wp_old_slug','alessio'),(7381,30916,'_wp_old_slug','myka'),(7382,30916,'_wp_old_slug','stefano'),(7383,30916,'_wp_old_slug','saint'),(7384,30916,'_wp_old_slug','simone'),(7385,30916,'_wp_old_slug','tiramisu-oro-saiua'),(7386,30916,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7387,30916,'_wp_old_slug','cannoli-siciliani'),(7388,30916,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7389,30916,'_wp_old_slug','pastiera-napoletana'),(7390,30916,'_wp_old_slug','affogato-al-caffe'),(7391,30916,'_wp_old_slug','gelati-e-sorbetti-2'),(7392,30916,'_wp_old_slug','moet-nectar-brut'),(7393,30916,'_wp_old_slug','laurent-perrier-brut'),(7394,30916,'_wp_old_slug','laurent-perrier-brut-rose'),(7395,30916,'_wp_old_slug','prosecco-nua'),(7396,30916,'_wp_old_slug','pongracz-nectar'),(7397,30916,'_wp_old_slug','krone-night-nectar'),(7398,30916,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7399,30917,'price','300'),(7400,30917,'_edit_last','5'),(7401,30917,'_edit_lock','1618990695:5'),(7402,30917,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7403,30917,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7404,30917,'sku',''),(7405,30917,'mp_menu_gallery',''),(7406,30917,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7407,30917,'_wp_old_slug','mozzarelline-panate'),(7408,30917,'_wp_old_slug','mozzarelline-panate-3'),(7409,30917,'_wp_old_slug','mozzarelline-panate-3-2'),(7410,30917,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7411,30917,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7412,30917,'_wp_old_slug','fritto-mare'),(7413,30917,'_wp_old_slug','prosciutto-di-parma'),(7414,30917,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7415,30917,'_wp_old_slug','grilled-calamari-and-prawns'),(7416,30917,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7417,30917,'_wp_old_slug','straccetti-romana'),(7418,30917,'_wp_old_slug','sarde-grigliate'),(7419,30917,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7420,30917,'_wp_old_slug','carpaccio-di-manzo'),(7421,30917,'_wp_old_slug','leonardo-salad'),(7422,30917,'_wp_old_slug','augusto-salad'),(7423,30917,'_wp_old_slug','poseidon-salad'),(7424,30917,'_wp_old_slug','michelangelo-salad'),(7425,30917,'_wp_old_slug','gaspacho-soup'),(7426,30917,'_wp_old_slug','minestra-di-vegetali'),(7427,30917,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7428,30917,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7429,30917,'_wp_old_slug','ravioli-capresi-v'),(7430,30917,'_wp_old_slug','rigatoni-mamma-mia-v'),(7431,30917,'_wp_old_slug','risotto-pisellie-gamberi'),(7432,30917,'_wp_old_slug','carbonara-de-mare'),(7433,30917,'_wp_old_slug','costata-di-manzo'),(7434,30917,'_wp_old_slug','polletto-al-mattone'),(7435,30917,'_wp_old_slug','costolette-di-agnello'),(7436,30917,'_wp_old_slug','costoletta-di-maiale'),(7437,30917,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7438,30917,'_wp_old_slug','branzino-alla-griglia'),(7439,30917,'_wp_old_slug','salmone-arrosto'),(7440,30917,'_wp_old_slug','zuppa-de-molluschi'),(7441,30917,'_wp_old_slug','caciucco-livornese'),(7442,30917,'_wp_old_slug','sogliola-alla-griglia'),(7443,30917,'_wp_old_slug','pollo-ruspante'),(7444,30917,'_wp_old_slug','capretto-stufato'),(7445,30917,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7446,30917,'_wp_old_slug','fegato-alla-veneziana'),(7447,30917,'_wp_old_slug','coda-di-bue-vaccinara'),(7448,30917,'_wp_old_slug','margherita'),(7449,30917,'_wp_old_slug','mamma'),(7450,30917,'_wp_old_slug','partenope'),(7451,30917,'_wp_old_slug','allegra'),(7452,30917,'_wp_old_slug','martina'),(7453,30917,'_wp_old_slug','aurora'),(7454,30917,'_wp_old_slug','michele'),(7455,30917,'_wp_old_slug','kai'),(7456,30917,'_wp_old_slug','teresa'),(7457,30917,'_wp_old_slug','alessio'),(7458,30917,'_wp_old_slug','myka'),(7459,30917,'_wp_old_slug','stefano'),(7460,30917,'_wp_old_slug','saint'),(7461,30917,'_wp_old_slug','simone'),(7462,30917,'_wp_old_slug','tiramisu-oro-saiua'),(7463,30917,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7464,30917,'_wp_old_slug','cannoli-siciliani'),(7465,30917,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7466,30917,'_wp_old_slug','pastiera-napoletana'),(7467,30917,'_wp_old_slug','affogato-al-caffe'),(7468,30917,'_wp_old_slug','gelati-e-sorbetti-2'),(7469,30917,'_wp_old_slug','moet-nectar-brut'),(7470,30917,'_wp_old_slug','laurent-perrier-brut'),(7471,30917,'_wp_old_slug','laurent-perrier-brut-rose'),(7472,30917,'_wp_old_slug','prosecco-nua'),(7473,30917,'_wp_old_slug','pongracz-nectar'),(7474,30917,'_wp_old_slug','krone-night-nectar'),(7475,30917,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7476,30917,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7477,30918,'price','315'),(7478,30918,'_edit_last','5'),(7479,30918,'_edit_lock','1618990749:5'),(7480,30918,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7481,30918,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7482,30918,'sku',''),(7483,30918,'mp_menu_gallery',''),(7484,30918,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7485,30918,'_wp_old_slug','mozzarelline-panate'),(7486,30918,'_wp_old_slug','mozzarelline-panate-3'),(7487,30918,'_wp_old_slug','mozzarelline-panate-3-2'),(7488,30918,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7489,30918,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7490,30918,'_wp_old_slug','fritto-mare'),(7491,30918,'_wp_old_slug','prosciutto-di-parma'),(7492,30918,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7493,30918,'_wp_old_slug','grilled-calamari-and-prawns'),(7494,30918,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7495,30918,'_wp_old_slug','straccetti-romana'),(7496,30918,'_wp_old_slug','sarde-grigliate'),(7497,30918,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7498,30918,'_wp_old_slug','carpaccio-di-manzo'),(7499,30918,'_wp_old_slug','leonardo-salad'),(7500,30918,'_wp_old_slug','augusto-salad'),(7501,30918,'_wp_old_slug','poseidon-salad'),(7502,30918,'_wp_old_slug','michelangelo-salad'),(7503,30918,'_wp_old_slug','gaspacho-soup'),(7504,30918,'_wp_old_slug','minestra-di-vegetali'),(7505,30918,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7506,30918,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7507,30918,'_wp_old_slug','ravioli-capresi-v'),(7508,30918,'_wp_old_slug','rigatoni-mamma-mia-v'),(7509,30918,'_wp_old_slug','risotto-pisellie-gamberi'),(7510,30918,'_wp_old_slug','carbonara-de-mare'),(7511,30918,'_wp_old_slug','costata-di-manzo'),(7512,30918,'_wp_old_slug','polletto-al-mattone'),(7513,30918,'_wp_old_slug','costolette-di-agnello'),(7514,30918,'_wp_old_slug','costoletta-di-maiale'),(7515,30918,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7516,30918,'_wp_old_slug','branzino-alla-griglia'),(7517,30918,'_wp_old_slug','salmone-arrosto'),(7518,30918,'_wp_old_slug','zuppa-de-molluschi'),(7519,30918,'_wp_old_slug','caciucco-livornese'),(7520,30918,'_wp_old_slug','sogliola-alla-griglia'),(7521,30918,'_wp_old_slug','pollo-ruspante'),(7522,30918,'_wp_old_slug','capretto-stufato'),(7523,30918,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7524,30918,'_wp_old_slug','fegato-alla-veneziana'),(7525,30918,'_wp_old_slug','coda-di-bue-vaccinara'),(7526,30918,'_wp_old_slug','margherita'),(7527,30918,'_wp_old_slug','mamma'),(7528,30918,'_wp_old_slug','partenope'),(7529,30918,'_wp_old_slug','allegra'),(7530,30918,'_wp_old_slug','martina'),(7531,30918,'_wp_old_slug','aurora'),(7532,30918,'_wp_old_slug','michele'),(7533,30918,'_wp_old_slug','kai'),(7534,30918,'_wp_old_slug','teresa'),(7535,30918,'_wp_old_slug','alessio'),(7536,30918,'_wp_old_slug','myka'),(7537,30918,'_wp_old_slug','stefano'),(7538,30918,'_wp_old_slug','saint'),(7539,30918,'_wp_old_slug','simone'),(7540,30918,'_wp_old_slug','tiramisu-oro-saiua'),(7541,30918,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7542,30918,'_wp_old_slug','cannoli-siciliani'),(7543,30918,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7544,30918,'_wp_old_slug','pastiera-napoletana'),(7545,30918,'_wp_old_slug','affogato-al-caffe'),(7546,30918,'_wp_old_slug','gelati-e-sorbetti-2'),(7547,30918,'_wp_old_slug','moet-nectar-brut'),(7548,30918,'_wp_old_slug','laurent-perrier-brut'),(7549,30918,'_wp_old_slug','laurent-perrier-brut-rose'),(7550,30918,'_wp_old_slug','prosecco-nua'),(7551,30918,'_wp_old_slug','pongracz-nectar'),(7552,30918,'_wp_old_slug','krone-night-nectar'),(7553,30918,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7554,30918,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7555,30918,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(7556,30919,'price','230'),(7557,30919,'_edit_last','5'),(7558,30919,'_edit_lock','1618990779:5'),(7559,30919,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7560,30919,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7561,30919,'sku',''),(7562,30919,'mp_menu_gallery',''),(7563,30919,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7564,30919,'_wp_old_slug','mozzarelline-panate'),(7565,30919,'_wp_old_slug','mozzarelline-panate-3'),(7566,30919,'_wp_old_slug','mozzarelline-panate-3-2'),(7567,30919,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7568,30919,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7569,30919,'_wp_old_slug','fritto-mare'),(7570,30919,'_wp_old_slug','prosciutto-di-parma'),(7571,30919,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7572,30919,'_wp_old_slug','grilled-calamari-and-prawns'),(7573,30919,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7574,30919,'_wp_old_slug','straccetti-romana'),(7575,30919,'_wp_old_slug','sarde-grigliate'),(7576,30919,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7577,30919,'_wp_old_slug','carpaccio-di-manzo'),(7578,30919,'_wp_old_slug','leonardo-salad'),(7579,30919,'_wp_old_slug','augusto-salad'),(7580,30919,'_wp_old_slug','poseidon-salad'),(7581,30919,'_wp_old_slug','michelangelo-salad'),(7582,30919,'_wp_old_slug','gaspacho-soup'),(7583,30919,'_wp_old_slug','minestra-di-vegetali'),(7584,30919,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7585,30919,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7586,30919,'_wp_old_slug','ravioli-capresi-v'),(7587,30919,'_wp_old_slug','rigatoni-mamma-mia-v'),(7588,30919,'_wp_old_slug','risotto-pisellie-gamberi'),(7589,30919,'_wp_old_slug','carbonara-de-mare'),(7590,30919,'_wp_old_slug','costata-di-manzo'),(7591,30919,'_wp_old_slug','polletto-al-mattone'),(7592,30919,'_wp_old_slug','costolette-di-agnello'),(7593,30919,'_wp_old_slug','costoletta-di-maiale'),(7594,30919,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7595,30919,'_wp_old_slug','branzino-alla-griglia'),(7596,30919,'_wp_old_slug','salmone-arrosto'),(7597,30919,'_wp_old_slug','zuppa-de-molluschi'),(7598,30919,'_wp_old_slug','caciucco-livornese'),(7599,30919,'_wp_old_slug','sogliola-alla-griglia'),(7600,30919,'_wp_old_slug','pollo-ruspante'),(7601,30919,'_wp_old_slug','capretto-stufato'),(7602,30919,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7603,30919,'_wp_old_slug','fegato-alla-veneziana'),(7604,30919,'_wp_old_slug','coda-di-bue-vaccinara'),(7605,30919,'_wp_old_slug','margherita'),(7606,30919,'_wp_old_slug','mamma'),(7607,30919,'_wp_old_slug','partenope'),(7608,30919,'_wp_old_slug','allegra'),(7609,30919,'_wp_old_slug','martina'),(7610,30919,'_wp_old_slug','aurora'),(7611,30919,'_wp_old_slug','michele'),(7612,30919,'_wp_old_slug','kai'),(7613,30919,'_wp_old_slug','teresa'),(7614,30919,'_wp_old_slug','alessio'),(7615,30919,'_wp_old_slug','myka'),(7616,30919,'_wp_old_slug','stefano'),(7617,30919,'_wp_old_slug','saint'),(7618,30919,'_wp_old_slug','simone'),(7619,30919,'_wp_old_slug','tiramisu-oro-saiua'),(7620,30919,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7621,30919,'_wp_old_slug','cannoli-siciliani'),(7622,30919,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7623,30919,'_wp_old_slug','pastiera-napoletana'),(7624,30919,'_wp_old_slug','affogato-al-caffe'),(7625,30919,'_wp_old_slug','gelati-e-sorbetti-2'),(7626,30919,'_wp_old_slug','moet-nectar-brut'),(7627,30919,'_wp_old_slug','laurent-perrier-brut'),(7628,30919,'_wp_old_slug','laurent-perrier-brut-rose'),(7629,30919,'_wp_old_slug','prosecco-nua'),(7630,30919,'_wp_old_slug','pongracz-nectar'),(7631,30919,'_wp_old_slug','krone-night-nectar'),(7632,30919,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7633,30919,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7634,30919,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(7635,30919,'_wp_old_slug','steenberg-sauvignon-blanc'),(7636,30920,'price','400'),(7637,30920,'_edit_last','5'),(7638,30920,'_edit_lock','1618990830:5'),(7639,30920,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7640,30920,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7641,30920,'sku',''),(7642,30920,'mp_menu_gallery',''),(7643,30920,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7644,30920,'_wp_old_slug','mozzarelline-panate'),(7645,30920,'_wp_old_slug','mozzarelline-panate-3'),(7646,30920,'_wp_old_slug','mozzarelline-panate-3-2'),(7647,30920,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7648,30920,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7649,30920,'_wp_old_slug','fritto-mare'),(7650,30920,'_wp_old_slug','prosciutto-di-parma'),(7651,30920,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7652,30920,'_wp_old_slug','grilled-calamari-and-prawns'),(7653,30920,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7654,30920,'_wp_old_slug','straccetti-romana'),(7655,30920,'_wp_old_slug','sarde-grigliate'),(7656,30920,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7657,30920,'_wp_old_slug','carpaccio-di-manzo'),(7658,30920,'_wp_old_slug','leonardo-salad'),(7659,30920,'_wp_old_slug','augusto-salad'),(7660,30920,'_wp_old_slug','poseidon-salad'),(7661,30920,'_wp_old_slug','michelangelo-salad'),(7662,30920,'_wp_old_slug','gaspacho-soup'),(7663,30920,'_wp_old_slug','minestra-di-vegetali'),(7664,30920,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7665,30920,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7666,30920,'_wp_old_slug','ravioli-capresi-v'),(7667,30920,'_wp_old_slug','rigatoni-mamma-mia-v'),(7668,30920,'_wp_old_slug','risotto-pisellie-gamberi'),(7669,30920,'_wp_old_slug','carbonara-de-mare'),(7670,30920,'_wp_old_slug','costata-di-manzo'),(7671,30920,'_wp_old_slug','polletto-al-mattone'),(7672,30920,'_wp_old_slug','costolette-di-agnello'),(7673,30920,'_wp_old_slug','costoletta-di-maiale'),(7674,30920,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7675,30920,'_wp_old_slug','branzino-alla-griglia'),(7676,30920,'_wp_old_slug','salmone-arrosto'),(7677,30920,'_wp_old_slug','zuppa-de-molluschi'),(7678,30920,'_wp_old_slug','caciucco-livornese'),(7679,30920,'_wp_old_slug','sogliola-alla-griglia'),(7680,30920,'_wp_old_slug','pollo-ruspante'),(7681,30920,'_wp_old_slug','capretto-stufato'),(7682,30920,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7683,30920,'_wp_old_slug','fegato-alla-veneziana'),(7684,30920,'_wp_old_slug','coda-di-bue-vaccinara'),(7685,30920,'_wp_old_slug','margherita'),(7686,30920,'_wp_old_slug','mamma'),(7687,30920,'_wp_old_slug','partenope'),(7688,30920,'_wp_old_slug','allegra'),(7689,30920,'_wp_old_slug','martina'),(7690,30920,'_wp_old_slug','aurora'),(7691,30920,'_wp_old_slug','michele'),(7692,30920,'_wp_old_slug','kai'),(7693,30920,'_wp_old_slug','teresa'),(7694,30920,'_wp_old_slug','alessio'),(7695,30920,'_wp_old_slug','myka'),(7696,30920,'_wp_old_slug','stefano'),(7697,30920,'_wp_old_slug','saint'),(7698,30920,'_wp_old_slug','simone'),(7699,30920,'_wp_old_slug','tiramisu-oro-saiua'),(7700,30920,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7701,30920,'_wp_old_slug','cannoli-siciliani'),(7702,30920,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7703,30920,'_wp_old_slug','pastiera-napoletana'),(7704,30920,'_wp_old_slug','affogato-al-caffe'),(7705,30920,'_wp_old_slug','gelati-e-sorbetti-2'),(7706,30920,'_wp_old_slug','moet-nectar-brut'),(7707,30920,'_wp_old_slug','laurent-perrier-brut'),(7708,30920,'_wp_old_slug','laurent-perrier-brut-rose'),(7709,30920,'_wp_old_slug','prosecco-nua'),(7710,30920,'_wp_old_slug','pongracz-nectar'),(7711,30920,'_wp_old_slug','krone-night-nectar'),(7712,30920,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7713,30920,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7714,30920,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(7715,30920,'_wp_old_slug','steenberg-sauvignon-blanc'),(7716,30920,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(7717,30921,'price','150'),(7718,30921,'_edit_last','5'),(7719,30921,'_edit_lock','1618990891:5'),(7720,30921,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7721,30921,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7722,30921,'sku',''),(7723,30921,'mp_menu_gallery',''),(7724,30921,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7725,30921,'_wp_old_slug','mozzarelline-panate'),(7726,30921,'_wp_old_slug','mozzarelline-panate-3'),(7727,30921,'_wp_old_slug','mozzarelline-panate-3-2'),(7728,30921,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7729,30921,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7730,30921,'_wp_old_slug','fritto-mare'),(7731,30921,'_wp_old_slug','prosciutto-di-parma'),(7732,30921,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7733,30921,'_wp_old_slug','grilled-calamari-and-prawns'),(7734,30921,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7735,30921,'_wp_old_slug','straccetti-romana'),(7736,30921,'_wp_old_slug','sarde-grigliate'),(7737,30921,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7738,30921,'_wp_old_slug','carpaccio-di-manzo'),(7739,30921,'_wp_old_slug','leonardo-salad'),(7740,30921,'_wp_old_slug','augusto-salad'),(7741,30921,'_wp_old_slug','poseidon-salad'),(7742,30921,'_wp_old_slug','michelangelo-salad'),(7743,30921,'_wp_old_slug','gaspacho-soup'),(7744,30921,'_wp_old_slug','minestra-di-vegetali'),(7745,30921,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7746,30921,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7747,30921,'_wp_old_slug','ravioli-capresi-v'),(7748,30921,'_wp_old_slug','rigatoni-mamma-mia-v'),(7749,30921,'_wp_old_slug','risotto-pisellie-gamberi'),(7750,30921,'_wp_old_slug','carbonara-de-mare'),(7751,30921,'_wp_old_slug','costata-di-manzo'),(7752,30921,'_wp_old_slug','polletto-al-mattone'),(7753,30921,'_wp_old_slug','costolette-di-agnello'),(7754,30921,'_wp_old_slug','costoletta-di-maiale'),(7755,30921,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7756,30921,'_wp_old_slug','branzino-alla-griglia'),(7757,30921,'_wp_old_slug','salmone-arrosto'),(7758,30921,'_wp_old_slug','zuppa-de-molluschi'),(7759,30921,'_wp_old_slug','caciucco-livornese'),(7760,30921,'_wp_old_slug','sogliola-alla-griglia'),(7761,30921,'_wp_old_slug','pollo-ruspante'),(7762,30921,'_wp_old_slug','capretto-stufato'),(7763,30921,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7764,30921,'_wp_old_slug','fegato-alla-veneziana'),(7765,30921,'_wp_old_slug','coda-di-bue-vaccinara'),(7766,30921,'_wp_old_slug','margherita'),(7767,30921,'_wp_old_slug','mamma'),(7768,30921,'_wp_old_slug','partenope'),(7769,30921,'_wp_old_slug','allegra'),(7770,30921,'_wp_old_slug','martina'),(7771,30921,'_wp_old_slug','aurora'),(7772,30921,'_wp_old_slug','michele'),(7773,30921,'_wp_old_slug','kai'),(7774,30921,'_wp_old_slug','teresa'),(7775,30921,'_wp_old_slug','alessio'),(7776,30921,'_wp_old_slug','myka'),(7777,30921,'_wp_old_slug','stefano'),(7778,30921,'_wp_old_slug','saint'),(7779,30921,'_wp_old_slug','simone'),(7780,30921,'_wp_old_slug','tiramisu-oro-saiua'),(7781,30921,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7782,30921,'_wp_old_slug','cannoli-siciliani'),(7783,30921,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7784,30921,'_wp_old_slug','pastiera-napoletana'),(7785,30921,'_wp_old_slug','affogato-al-caffe'),(7786,30921,'_wp_old_slug','gelati-e-sorbetti-2'),(7787,30921,'_wp_old_slug','moet-nectar-brut'),(7788,30921,'_wp_old_slug','laurent-perrier-brut'),(7789,30921,'_wp_old_slug','laurent-perrier-brut-rose'),(7790,30921,'_wp_old_slug','prosecco-nua'),(7791,30921,'_wp_old_slug','pongracz-nectar'),(7792,30921,'_wp_old_slug','krone-night-nectar'),(7793,30921,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7794,30921,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7795,30921,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(7796,30921,'_wp_old_slug','steenberg-sauvignon-blanc'),(7797,30921,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(7798,30921,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(7799,30922,'price','985'),(7800,30922,'_edit_last','5'),(7801,30922,'_edit_lock','1618991117:5'),(7802,30922,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7803,30922,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7804,30922,'sku',''),(7805,30922,'mp_menu_gallery',''),(7806,30922,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7807,30922,'_wp_old_slug','mozzarelline-panate'),(7808,30922,'_wp_old_slug','mozzarelline-panate-3'),(7809,30922,'_wp_old_slug','mozzarelline-panate-3-2'),(7810,30922,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7811,30922,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7812,30922,'_wp_old_slug','fritto-mare'),(7813,30922,'_wp_old_slug','prosciutto-di-parma'),(7814,30922,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7815,30922,'_wp_old_slug','grilled-calamari-and-prawns'),(7816,30922,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7817,30922,'_wp_old_slug','straccetti-romana'),(7818,30922,'_wp_old_slug','sarde-grigliate'),(7819,30922,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7820,30922,'_wp_old_slug','carpaccio-di-manzo'),(7821,30922,'_wp_old_slug','leonardo-salad'),(7822,30922,'_wp_old_slug','augusto-salad'),(7823,30922,'_wp_old_slug','poseidon-salad'),(7824,30922,'_wp_old_slug','michelangelo-salad'),(7825,30922,'_wp_old_slug','gaspacho-soup'),(7826,30922,'_wp_old_slug','minestra-di-vegetali'),(7827,30922,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7828,30922,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7829,30922,'_wp_old_slug','ravioli-capresi-v'),(7830,30922,'_wp_old_slug','rigatoni-mamma-mia-v'),(7831,30922,'_wp_old_slug','risotto-pisellie-gamberi'),(7832,30922,'_wp_old_slug','carbonara-de-mare'),(7833,30922,'_wp_old_slug','costata-di-manzo'),(7834,30922,'_wp_old_slug','polletto-al-mattone'),(7835,30922,'_wp_old_slug','costolette-di-agnello'),(7836,30922,'_wp_old_slug','costoletta-di-maiale'),(7837,30922,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7838,30922,'_wp_old_slug','branzino-alla-griglia'),(7839,30922,'_wp_old_slug','salmone-arrosto'),(7840,30922,'_wp_old_slug','zuppa-de-molluschi'),(7841,30922,'_wp_old_slug','caciucco-livornese'),(7842,30922,'_wp_old_slug','sogliola-alla-griglia'),(7843,30922,'_wp_old_slug','pollo-ruspante'),(7844,30922,'_wp_old_slug','capretto-stufato'),(7845,30922,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7846,30922,'_wp_old_slug','fegato-alla-veneziana'),(7847,30922,'_wp_old_slug','coda-di-bue-vaccinara'),(7848,30922,'_wp_old_slug','margherita'),(7849,30922,'_wp_old_slug','mamma'),(7850,30922,'_wp_old_slug','partenope'),(7851,30922,'_wp_old_slug','allegra'),(7852,30922,'_wp_old_slug','martina'),(7853,30922,'_wp_old_slug','aurora'),(7854,30922,'_wp_old_slug','michele'),(7855,30922,'_wp_old_slug','kai'),(7856,30922,'_wp_old_slug','teresa'),(7857,30922,'_wp_old_slug','alessio'),(7858,30922,'_wp_old_slug','myka'),(7859,30922,'_wp_old_slug','stefano'),(7860,30922,'_wp_old_slug','saint'),(7861,30922,'_wp_old_slug','simone'),(7862,30922,'_wp_old_slug','tiramisu-oro-saiua'),(7863,30922,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7864,30922,'_wp_old_slug','cannoli-siciliani'),(7865,30922,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7866,30922,'_wp_old_slug','pastiera-napoletana'),(7867,30922,'_wp_old_slug','affogato-al-caffe'),(7868,30922,'_wp_old_slug','gelati-e-sorbetti-2'),(7869,30922,'_wp_old_slug','moet-nectar-brut'),(7870,30922,'_wp_old_slug','laurent-perrier-brut'),(7871,30922,'_wp_old_slug','laurent-perrier-brut-rose'),(7872,30922,'_wp_old_slug','prosecco-nua'),(7873,30922,'_wp_old_slug','pongracz-nectar'),(7874,30922,'_wp_old_slug','krone-night-nectar'),(7875,30922,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7876,30922,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7877,30922,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(7878,30922,'_wp_old_slug','steenberg-sauvignon-blanc'),(7879,30922,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(7880,30922,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(7881,30922,'_wp_old_slug','durbanville-hills-chenin-blanc'),(7882,30924,'price','295'),(7883,30924,'_edit_last','5'),(7884,30924,'_edit_lock','1618991160:5'),(7885,30924,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7886,30924,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7887,30924,'sku',''),(7888,30924,'mp_menu_gallery',''),(7889,30924,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7890,30924,'_wp_old_slug','mozzarelline-panate'),(7891,30924,'_wp_old_slug','mozzarelline-panate-3'),(7892,30924,'_wp_old_slug','mozzarelline-panate-3-2'),(7893,30924,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7894,30924,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7895,30924,'_wp_old_slug','fritto-mare'),(7896,30924,'_wp_old_slug','prosciutto-di-parma'),(7897,30924,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7898,30924,'_wp_old_slug','grilled-calamari-and-prawns'),(7899,30924,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7900,30924,'_wp_old_slug','straccetti-romana'),(7901,30924,'_wp_old_slug','sarde-grigliate'),(7902,30924,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7903,30924,'_wp_old_slug','carpaccio-di-manzo'),(7904,30924,'_wp_old_slug','leonardo-salad'),(7905,30924,'_wp_old_slug','augusto-salad'),(7906,30924,'_wp_old_slug','poseidon-salad'),(7907,30924,'_wp_old_slug','michelangelo-salad'),(7908,30924,'_wp_old_slug','gaspacho-soup'),(7909,30924,'_wp_old_slug','minestra-di-vegetali'),(7910,30924,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7911,30924,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7912,30924,'_wp_old_slug','ravioli-capresi-v'),(7913,30924,'_wp_old_slug','rigatoni-mamma-mia-v'),(7914,30924,'_wp_old_slug','risotto-pisellie-gamberi'),(7915,30924,'_wp_old_slug','carbonara-de-mare'),(7916,30924,'_wp_old_slug','costata-di-manzo'),(7917,30924,'_wp_old_slug','polletto-al-mattone'),(7918,30924,'_wp_old_slug','costolette-di-agnello'),(7919,30924,'_wp_old_slug','costoletta-di-maiale'),(7920,30924,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(7921,30924,'_wp_old_slug','branzino-alla-griglia'),(7922,30924,'_wp_old_slug','salmone-arrosto'),(7923,30924,'_wp_old_slug','zuppa-de-molluschi'),(7924,30924,'_wp_old_slug','caciucco-livornese'),(7925,30924,'_wp_old_slug','sogliola-alla-griglia'),(7926,30924,'_wp_old_slug','pollo-ruspante'),(7927,30924,'_wp_old_slug','capretto-stufato'),(7928,30924,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(7929,30924,'_wp_old_slug','fegato-alla-veneziana'),(7930,30924,'_wp_old_slug','coda-di-bue-vaccinara'),(7931,30924,'_wp_old_slug','margherita'),(7932,30924,'_wp_old_slug','mamma'),(7933,30924,'_wp_old_slug','partenope'),(7934,30924,'_wp_old_slug','allegra'),(7935,30924,'_wp_old_slug','martina'),(7936,30924,'_wp_old_slug','aurora'),(7937,30924,'_wp_old_slug','michele'),(7938,30924,'_wp_old_slug','kai'),(7939,30924,'_wp_old_slug','teresa'),(7940,30924,'_wp_old_slug','alessio'),(7941,30924,'_wp_old_slug','myka'),(7942,30924,'_wp_old_slug','stefano'),(7943,30924,'_wp_old_slug','saint'),(7944,30924,'_wp_old_slug','simone'),(7945,30924,'_wp_old_slug','tiramisu-oro-saiua'),(7946,30924,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(7947,30924,'_wp_old_slug','cannoli-siciliani'),(7948,30924,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(7949,30924,'_wp_old_slug','pastiera-napoletana'),(7950,30924,'_wp_old_slug','affogato-al-caffe'),(7951,30924,'_wp_old_slug','gelati-e-sorbetti-2'),(7952,30924,'_wp_old_slug','moet-nectar-brut'),(7953,30924,'_wp_old_slug','laurent-perrier-brut'),(7954,30924,'_wp_old_slug','laurent-perrier-brut-rose'),(7955,30924,'_wp_old_slug','prosecco-nua'),(7956,30924,'_wp_old_slug','pongracz-nectar'),(7957,30924,'_wp_old_slug','krone-night-nectar'),(7958,30924,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(7959,30924,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(7960,30924,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(7961,30924,'_wp_old_slug','steenberg-sauvignon-blanc'),(7962,30924,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(7963,30924,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(7964,30924,'_wp_old_slug','durbanville-hills-chenin-blanc'),(7965,30924,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(7966,30925,'price','270'),(7967,30925,'_edit_last','5'),(7968,30925,'_edit_lock','1618991194:5'),(7969,30925,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(7970,30925,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(7971,30925,'sku',''),(7972,30925,'mp_menu_gallery',''),(7973,30925,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(7974,30925,'_wp_old_slug','mozzarelline-panate'),(7975,30925,'_wp_old_slug','mozzarelline-panate-3'),(7976,30925,'_wp_old_slug','mozzarelline-panate-3-2'),(7977,30925,'_wp_old_slug','mozzarelline-panate-3-2-2'),(7978,30925,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(7979,30925,'_wp_old_slug','fritto-mare'),(7980,30925,'_wp_old_slug','prosciutto-di-parma'),(7981,30925,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(7982,30925,'_wp_old_slug','grilled-calamari-and-prawns'),(7983,30925,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(7984,30925,'_wp_old_slug','straccetti-romana'),(7985,30925,'_wp_old_slug','sarde-grigliate'),(7986,30925,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(7987,30925,'_wp_old_slug','carpaccio-di-manzo'),(7988,30925,'_wp_old_slug','leonardo-salad'),(7989,30925,'_wp_old_slug','augusto-salad'),(7990,30925,'_wp_old_slug','poseidon-salad'),(7991,30925,'_wp_old_slug','michelangelo-salad'),(7992,30925,'_wp_old_slug','gaspacho-soup'),(7993,30925,'_wp_old_slug','minestra-di-vegetali'),(7994,30925,'_wp_old_slug','pappardelle-pasta-al-ragu'),(7995,30925,'_wp_old_slug','linguine-ai-frutti-di-mare'),(7996,30925,'_wp_old_slug','ravioli-capresi-v'),(7997,30925,'_wp_old_slug','rigatoni-mamma-mia-v'),(7998,30925,'_wp_old_slug','risotto-pisellie-gamberi'),(7999,30925,'_wp_old_slug','carbonara-de-mare'),(8000,30925,'_wp_old_slug','costata-di-manzo'),(8001,30925,'_wp_old_slug','polletto-al-mattone'),(8002,30925,'_wp_old_slug','costolette-di-agnello'),(8003,30925,'_wp_old_slug','costoletta-di-maiale'),(8004,30925,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8005,30925,'_wp_old_slug','branzino-alla-griglia'),(8006,30925,'_wp_old_slug','salmone-arrosto'),(8007,30925,'_wp_old_slug','zuppa-de-molluschi'),(8008,30925,'_wp_old_slug','caciucco-livornese'),(8009,30925,'_wp_old_slug','sogliola-alla-griglia'),(8010,30925,'_wp_old_slug','pollo-ruspante'),(8011,30925,'_wp_old_slug','capretto-stufato'),(8012,30925,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8013,30925,'_wp_old_slug','fegato-alla-veneziana'),(8014,30925,'_wp_old_slug','coda-di-bue-vaccinara'),(8015,30925,'_wp_old_slug','margherita'),(8016,30925,'_wp_old_slug','mamma'),(8017,30925,'_wp_old_slug','partenope'),(8018,30925,'_wp_old_slug','allegra'),(8019,30925,'_wp_old_slug','martina'),(8020,30925,'_wp_old_slug','aurora'),(8021,30925,'_wp_old_slug','michele'),(8022,30925,'_wp_old_slug','kai'),(8023,30925,'_wp_old_slug','teresa'),(8024,30925,'_wp_old_slug','alessio'),(8025,30925,'_wp_old_slug','myka'),(8026,30925,'_wp_old_slug','stefano'),(8027,30925,'_wp_old_slug','saint'),(8028,30925,'_wp_old_slug','simone'),(8029,30925,'_wp_old_slug','tiramisu-oro-saiua'),(8030,30925,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8031,30925,'_wp_old_slug','cannoli-siciliani'),(8032,30925,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8033,30925,'_wp_old_slug','pastiera-napoletana'),(8034,30925,'_wp_old_slug','affogato-al-caffe'),(8035,30925,'_wp_old_slug','gelati-e-sorbetti-2'),(8036,30925,'_wp_old_slug','moet-nectar-brut'),(8037,30925,'_wp_old_slug','laurent-perrier-brut'),(8038,30925,'_wp_old_slug','laurent-perrier-brut-rose'),(8039,30925,'_wp_old_slug','prosecco-nua'),(8040,30925,'_wp_old_slug','pongracz-nectar'),(8041,30925,'_wp_old_slug','krone-night-nectar'),(8042,30925,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8043,30925,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8044,30925,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8045,30925,'_wp_old_slug','steenberg-sauvignon-blanc'),(8046,30925,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8047,30925,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8048,30925,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8049,30925,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8050,30925,'_wp_old_slug','beaumont-chenin-blanc'),(8051,30926,'price','320'),(8052,30926,'_edit_last','5'),(8053,30926,'_edit_lock','1618991247:5'),(8054,30926,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8055,30926,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8056,30926,'sku',''),(8057,30926,'mp_menu_gallery',''),(8058,30926,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8059,30926,'_wp_old_slug','mozzarelline-panate'),(8060,30926,'_wp_old_slug','mozzarelline-panate-3'),(8061,30926,'_wp_old_slug','mozzarelline-panate-3-2'),(8062,30926,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8063,30926,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8064,30926,'_wp_old_slug','fritto-mare'),(8065,30926,'_wp_old_slug','prosciutto-di-parma'),(8066,30926,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8067,30926,'_wp_old_slug','grilled-calamari-and-prawns'),(8068,30926,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8069,30926,'_wp_old_slug','straccetti-romana'),(8070,30926,'_wp_old_slug','sarde-grigliate'),(8071,30926,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8072,30926,'_wp_old_slug','carpaccio-di-manzo'),(8073,30926,'_wp_old_slug','leonardo-salad'),(8074,30926,'_wp_old_slug','augusto-salad'),(8075,30926,'_wp_old_slug','poseidon-salad'),(8076,30926,'_wp_old_slug','michelangelo-salad'),(8077,30926,'_wp_old_slug','gaspacho-soup'),(8078,30926,'_wp_old_slug','minestra-di-vegetali'),(8079,30926,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8080,30926,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8081,30926,'_wp_old_slug','ravioli-capresi-v'),(8082,30926,'_wp_old_slug','rigatoni-mamma-mia-v'),(8083,30926,'_wp_old_slug','risotto-pisellie-gamberi'),(8084,30926,'_wp_old_slug','carbonara-de-mare'),(8085,30926,'_wp_old_slug','costata-di-manzo'),(8086,30926,'_wp_old_slug','polletto-al-mattone'),(8087,30926,'_wp_old_slug','costolette-di-agnello'),(8088,30926,'_wp_old_slug','costoletta-di-maiale'),(8089,30926,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8090,30926,'_wp_old_slug','branzino-alla-griglia'),(8091,30926,'_wp_old_slug','salmone-arrosto'),(8092,30926,'_wp_old_slug','zuppa-de-molluschi'),(8093,30926,'_wp_old_slug','caciucco-livornese'),(8094,30926,'_wp_old_slug','sogliola-alla-griglia'),(8095,30926,'_wp_old_slug','pollo-ruspante'),(8096,30926,'_wp_old_slug','capretto-stufato'),(8097,30926,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8098,30926,'_wp_old_slug','fegato-alla-veneziana'),(8099,30926,'_wp_old_slug','coda-di-bue-vaccinara'),(8100,30926,'_wp_old_slug','margherita'),(8101,30926,'_wp_old_slug','mamma'),(8102,30926,'_wp_old_slug','partenope'),(8103,30926,'_wp_old_slug','allegra'),(8104,30926,'_wp_old_slug','martina'),(8105,30926,'_wp_old_slug','aurora'),(8106,30926,'_wp_old_slug','michele'),(8107,30926,'_wp_old_slug','kai'),(8108,30926,'_wp_old_slug','teresa'),(8109,30926,'_wp_old_slug','alessio'),(8110,30926,'_wp_old_slug','myka'),(8111,30926,'_wp_old_slug','stefano'),(8112,30926,'_wp_old_slug','saint'),(8113,30926,'_wp_old_slug','simone'),(8114,30926,'_wp_old_slug','tiramisu-oro-saiua'),(8115,30926,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8116,30926,'_wp_old_slug','cannoli-siciliani'),(8117,30926,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8118,30926,'_wp_old_slug','pastiera-napoletana'),(8119,30926,'_wp_old_slug','affogato-al-caffe'),(8120,30926,'_wp_old_slug','gelati-e-sorbetti-2'),(8121,30926,'_wp_old_slug','moet-nectar-brut'),(8122,30926,'_wp_old_slug','laurent-perrier-brut'),(8123,30926,'_wp_old_slug','laurent-perrier-brut-rose'),(8124,30926,'_wp_old_slug','prosecco-nua'),(8125,30926,'_wp_old_slug','pongracz-nectar'),(8126,30926,'_wp_old_slug','krone-night-nectar'),(8127,30926,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8128,30926,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8129,30926,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8130,30926,'_wp_old_slug','steenberg-sauvignon-blanc'),(8131,30926,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8132,30926,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8133,30926,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8134,30926,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8135,30926,'_wp_old_slug','beaumont-chenin-blanc'),(8136,30926,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8137,30928,'price','220'),(8138,30928,'_edit_last','5'),(8139,30928,'_edit_lock','1618991424:5'),(8140,30928,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8141,30928,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8142,30928,'sku',''),(8143,30928,'mp_menu_gallery',''),(8144,30928,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8145,30928,'_wp_old_slug','mozzarelline-panate'),(8146,30928,'_wp_old_slug','mozzarelline-panate-3'),(8147,30928,'_wp_old_slug','mozzarelline-panate-3-2'),(8148,30928,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8149,30928,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8150,30928,'_wp_old_slug','fritto-mare'),(8151,30928,'_wp_old_slug','prosciutto-di-parma'),(8152,30928,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8153,30928,'_wp_old_slug','grilled-calamari-and-prawns'),(8154,30928,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8155,30928,'_wp_old_slug','straccetti-romana'),(8156,30928,'_wp_old_slug','sarde-grigliate'),(8157,30928,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8158,30928,'_wp_old_slug','carpaccio-di-manzo'),(8159,30928,'_wp_old_slug','leonardo-salad'),(8160,30928,'_wp_old_slug','augusto-salad'),(8161,30928,'_wp_old_slug','poseidon-salad'),(8162,30928,'_wp_old_slug','michelangelo-salad'),(8163,30928,'_wp_old_slug','gaspacho-soup'),(8164,30928,'_wp_old_slug','minestra-di-vegetali'),(8165,30928,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8166,30928,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8167,30928,'_wp_old_slug','ravioli-capresi-v'),(8168,30928,'_wp_old_slug','rigatoni-mamma-mia-v'),(8169,30928,'_wp_old_slug','risotto-pisellie-gamberi'),(8170,30928,'_wp_old_slug','carbonara-de-mare'),(8171,30928,'_wp_old_slug','costata-di-manzo'),(8172,30928,'_wp_old_slug','polletto-al-mattone'),(8173,30928,'_wp_old_slug','costolette-di-agnello'),(8174,30928,'_wp_old_slug','costoletta-di-maiale'),(8175,30928,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8176,30928,'_wp_old_slug','branzino-alla-griglia'),(8177,30928,'_wp_old_slug','salmone-arrosto'),(8178,30928,'_wp_old_slug','zuppa-de-molluschi'),(8179,30928,'_wp_old_slug','caciucco-livornese'),(8180,30928,'_wp_old_slug','sogliola-alla-griglia'),(8181,30928,'_wp_old_slug','pollo-ruspante'),(8182,30928,'_wp_old_slug','capretto-stufato'),(8183,30928,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8184,30928,'_wp_old_slug','fegato-alla-veneziana'),(8185,30928,'_wp_old_slug','coda-di-bue-vaccinara'),(8186,30928,'_wp_old_slug','margherita'),(8187,30928,'_wp_old_slug','mamma'),(8188,30928,'_wp_old_slug','partenope'),(8189,30928,'_wp_old_slug','allegra'),(8190,30928,'_wp_old_slug','martina'),(8191,30928,'_wp_old_slug','aurora'),(8192,30928,'_wp_old_slug','michele'),(8193,30928,'_wp_old_slug','kai'),(8194,30928,'_wp_old_slug','teresa'),(8195,30928,'_wp_old_slug','alessio'),(8196,30928,'_wp_old_slug','myka'),(8197,30928,'_wp_old_slug','stefano'),(8198,30928,'_wp_old_slug','saint'),(8199,30928,'_wp_old_slug','simone'),(8200,30928,'_wp_old_slug','tiramisu-oro-saiua'),(8201,30928,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8202,30928,'_wp_old_slug','cannoli-siciliani'),(8203,30928,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8204,30928,'_wp_old_slug','pastiera-napoletana'),(8205,30928,'_wp_old_slug','affogato-al-caffe'),(8206,30928,'_wp_old_slug','gelati-e-sorbetti-2'),(8207,30928,'_wp_old_slug','moet-nectar-brut'),(8208,30928,'_wp_old_slug','laurent-perrier-brut'),(8209,30928,'_wp_old_slug','laurent-perrier-brut-rose'),(8210,30928,'_wp_old_slug','prosecco-nua'),(8211,30928,'_wp_old_slug','pongracz-nectar'),(8212,30928,'_wp_old_slug','krone-night-nectar'),(8213,30928,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8214,30928,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8215,30928,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8216,30928,'_wp_old_slug','steenberg-sauvignon-blanc'),(8217,30928,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8218,30928,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8219,30928,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8220,30928,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8221,30928,'_wp_old_slug','beaumont-chenin-blanc'),(8222,30928,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8223,30928,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8224,30930,'price','320'),(8225,30930,'_edit_last','5'),(8226,30930,'_edit_lock','1618991313:5'),(8227,30930,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8228,30930,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8229,30930,'sku',''),(8230,30930,'mp_menu_gallery',''),(8231,30930,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8232,30930,'_wp_old_slug','mozzarelline-panate'),(8233,30930,'_wp_old_slug','mozzarelline-panate-3'),(8234,30930,'_wp_old_slug','mozzarelline-panate-3-2'),(8235,30930,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8236,30930,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8237,30930,'_wp_old_slug','fritto-mare'),(8238,30930,'_wp_old_slug','prosciutto-di-parma'),(8239,30930,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8240,30930,'_wp_old_slug','grilled-calamari-and-prawns'),(8241,30930,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8242,30930,'_wp_old_slug','straccetti-romana'),(8243,30930,'_wp_old_slug','sarde-grigliate'),(8244,30930,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8245,30930,'_wp_old_slug','carpaccio-di-manzo'),(8246,30930,'_wp_old_slug','leonardo-salad'),(8247,30930,'_wp_old_slug','augusto-salad'),(8248,30930,'_wp_old_slug','poseidon-salad'),(8249,30930,'_wp_old_slug','michelangelo-salad'),(8250,30930,'_wp_old_slug','gaspacho-soup'),(8251,30930,'_wp_old_slug','minestra-di-vegetali'),(8252,30930,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8253,30930,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8254,30930,'_wp_old_slug','ravioli-capresi-v'),(8255,30930,'_wp_old_slug','rigatoni-mamma-mia-v'),(8256,30930,'_wp_old_slug','risotto-pisellie-gamberi'),(8257,30930,'_wp_old_slug','carbonara-de-mare'),(8258,30930,'_wp_old_slug','costata-di-manzo'),(8259,30930,'_wp_old_slug','polletto-al-mattone'),(8260,30930,'_wp_old_slug','costolette-di-agnello'),(8261,30930,'_wp_old_slug','costoletta-di-maiale'),(8262,30930,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8263,30930,'_wp_old_slug','branzino-alla-griglia'),(8264,30930,'_wp_old_slug','salmone-arrosto'),(8265,30930,'_wp_old_slug','zuppa-de-molluschi'),(8266,30930,'_wp_old_slug','caciucco-livornese'),(8267,30930,'_wp_old_slug','sogliola-alla-griglia'),(8268,30930,'_wp_old_slug','pollo-ruspante'),(8269,30930,'_wp_old_slug','capretto-stufato'),(8270,30930,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8271,30930,'_wp_old_slug','fegato-alla-veneziana'),(8272,30930,'_wp_old_slug','coda-di-bue-vaccinara'),(8273,30930,'_wp_old_slug','margherita'),(8274,30930,'_wp_old_slug','mamma'),(8275,30930,'_wp_old_slug','partenope'),(8276,30930,'_wp_old_slug','allegra'),(8277,30930,'_wp_old_slug','martina'),(8278,30930,'_wp_old_slug','aurora'),(8279,30930,'_wp_old_slug','michele'),(8280,30930,'_wp_old_slug','kai'),(8281,30930,'_wp_old_slug','teresa'),(8282,30930,'_wp_old_slug','alessio'),(8283,30930,'_wp_old_slug','myka'),(8284,30930,'_wp_old_slug','stefano'),(8285,30930,'_wp_old_slug','saint'),(8286,30930,'_wp_old_slug','simone'),(8287,30930,'_wp_old_slug','tiramisu-oro-saiua'),(8288,30930,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8289,30930,'_wp_old_slug','cannoli-siciliani'),(8290,30930,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8291,30930,'_wp_old_slug','pastiera-napoletana'),(8292,30930,'_wp_old_slug','affogato-al-caffe'),(8293,30930,'_wp_old_slug','gelati-e-sorbetti-2'),(8294,30930,'_wp_old_slug','moet-nectar-brut'),(8295,30930,'_wp_old_slug','laurent-perrier-brut'),(8296,30930,'_wp_old_slug','laurent-perrier-brut-rose'),(8297,30930,'_wp_old_slug','prosecco-nua'),(8298,30930,'_wp_old_slug','pongracz-nectar'),(8299,30930,'_wp_old_slug','krone-night-nectar'),(8300,30930,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8301,30930,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8302,30930,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8303,30930,'_wp_old_slug','steenberg-sauvignon-blanc'),(8304,30930,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8305,30930,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8306,30930,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8307,30930,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8308,30930,'_wp_old_slug','beaumont-chenin-blanc'),(8309,30930,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8310,30930,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8311,30930,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8312,30932,'price','185'),(8313,30932,'_edit_last','5'),(8314,30932,'_edit_lock','1618991354:5'),(8315,30932,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8316,30932,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8317,30932,'sku',''),(8318,30932,'mp_menu_gallery',''),(8319,30932,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8320,30932,'_wp_old_slug','mozzarelline-panate'),(8321,30932,'_wp_old_slug','mozzarelline-panate-3'),(8322,30932,'_wp_old_slug','mozzarelline-panate-3-2'),(8323,30932,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8324,30932,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8325,30932,'_wp_old_slug','fritto-mare'),(8326,30932,'_wp_old_slug','prosciutto-di-parma'),(8327,30932,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8328,30932,'_wp_old_slug','grilled-calamari-and-prawns'),(8329,30932,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8330,30932,'_wp_old_slug','straccetti-romana'),(8331,30932,'_wp_old_slug','sarde-grigliate'),(8332,30932,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8333,30932,'_wp_old_slug','carpaccio-di-manzo'),(8334,30932,'_wp_old_slug','leonardo-salad'),(8335,30932,'_wp_old_slug','augusto-salad'),(8336,30932,'_wp_old_slug','poseidon-salad'),(8337,30932,'_wp_old_slug','michelangelo-salad'),(8338,30932,'_wp_old_slug','gaspacho-soup'),(8339,30932,'_wp_old_slug','minestra-di-vegetali'),(8340,30932,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8341,30932,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8342,30932,'_wp_old_slug','ravioli-capresi-v'),(8343,30932,'_wp_old_slug','rigatoni-mamma-mia-v'),(8344,30932,'_wp_old_slug','risotto-pisellie-gamberi'),(8345,30932,'_wp_old_slug','carbonara-de-mare'),(8346,30932,'_wp_old_slug','costata-di-manzo'),(8347,30932,'_wp_old_slug','polletto-al-mattone'),(8348,30932,'_wp_old_slug','costolette-di-agnello'),(8349,30932,'_wp_old_slug','costoletta-di-maiale'),(8350,30932,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8351,30932,'_wp_old_slug','branzino-alla-griglia'),(8352,30932,'_wp_old_slug','salmone-arrosto'),(8353,30932,'_wp_old_slug','zuppa-de-molluschi'),(8354,30932,'_wp_old_slug','caciucco-livornese'),(8355,30932,'_wp_old_slug','sogliola-alla-griglia'),(8356,30932,'_wp_old_slug','pollo-ruspante'),(8357,30932,'_wp_old_slug','capretto-stufato'),(8358,30932,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8359,30932,'_wp_old_slug','fegato-alla-veneziana'),(8360,30932,'_wp_old_slug','coda-di-bue-vaccinara'),(8361,30932,'_wp_old_slug','margherita'),(8362,30932,'_wp_old_slug','mamma'),(8363,30932,'_wp_old_slug','partenope'),(8364,30932,'_wp_old_slug','allegra'),(8365,30932,'_wp_old_slug','martina'),(8366,30932,'_wp_old_slug','aurora'),(8367,30932,'_wp_old_slug','michele'),(8368,30932,'_wp_old_slug','kai'),(8369,30932,'_wp_old_slug','teresa'),(8370,30932,'_wp_old_slug','alessio'),(8371,30932,'_wp_old_slug','myka'),(8372,30932,'_wp_old_slug','stefano'),(8373,30932,'_wp_old_slug','saint'),(8374,30932,'_wp_old_slug','simone'),(8375,30932,'_wp_old_slug','tiramisu-oro-saiua'),(8376,30932,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8377,30932,'_wp_old_slug','cannoli-siciliani'),(8378,30932,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8379,30932,'_wp_old_slug','pastiera-napoletana'),(8380,30932,'_wp_old_slug','affogato-al-caffe'),(8381,30932,'_wp_old_slug','gelati-e-sorbetti-2'),(8382,30932,'_wp_old_slug','moet-nectar-brut'),(8383,30932,'_wp_old_slug','laurent-perrier-brut'),(8384,30932,'_wp_old_slug','laurent-perrier-brut-rose'),(8385,30932,'_wp_old_slug','prosecco-nua'),(8386,30932,'_wp_old_slug','pongracz-nectar'),(8387,30932,'_wp_old_slug','krone-night-nectar'),(8388,30932,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8389,30932,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8390,30932,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8391,30932,'_wp_old_slug','steenberg-sauvignon-blanc'),(8392,30932,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8393,30932,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8394,30932,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8395,30932,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8396,30932,'_wp_old_slug','beaumont-chenin-blanc'),(8397,30932,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8398,30932,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8399,30932,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8400,30932,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8401,30933,'price','240'),(8402,30933,'_edit_last','5'),(8403,30933,'_edit_lock','1618991396:5'),(8404,30933,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8405,30933,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8406,30933,'sku',''),(8407,30933,'mp_menu_gallery',''),(8408,30933,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8409,30933,'_wp_old_slug','mozzarelline-panate'),(8410,30933,'_wp_old_slug','mozzarelline-panate-3'),(8411,30933,'_wp_old_slug','mozzarelline-panate-3-2'),(8412,30933,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8413,30933,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8414,30933,'_wp_old_slug','fritto-mare'),(8415,30933,'_wp_old_slug','prosciutto-di-parma'),(8416,30933,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8417,30933,'_wp_old_slug','grilled-calamari-and-prawns'),(8418,30933,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8419,30933,'_wp_old_slug','straccetti-romana'),(8420,30933,'_wp_old_slug','sarde-grigliate'),(8421,30933,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8422,30933,'_wp_old_slug','carpaccio-di-manzo'),(8423,30933,'_wp_old_slug','leonardo-salad'),(8424,30933,'_wp_old_slug','augusto-salad'),(8425,30933,'_wp_old_slug','poseidon-salad'),(8426,30933,'_wp_old_slug','michelangelo-salad'),(8427,30933,'_wp_old_slug','gaspacho-soup'),(8428,30933,'_wp_old_slug','minestra-di-vegetali'),(8429,30933,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8430,30933,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8431,30933,'_wp_old_slug','ravioli-capresi-v'),(8432,30933,'_wp_old_slug','rigatoni-mamma-mia-v'),(8433,30933,'_wp_old_slug','risotto-pisellie-gamberi'),(8434,30933,'_wp_old_slug','carbonara-de-mare'),(8435,30933,'_wp_old_slug','costata-di-manzo'),(8436,30933,'_wp_old_slug','polletto-al-mattone'),(8437,30933,'_wp_old_slug','costolette-di-agnello'),(8438,30933,'_wp_old_slug','costoletta-di-maiale'),(8439,30933,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8440,30933,'_wp_old_slug','branzino-alla-griglia'),(8441,30933,'_wp_old_slug','salmone-arrosto'),(8442,30933,'_wp_old_slug','zuppa-de-molluschi'),(8443,30933,'_wp_old_slug','caciucco-livornese'),(8444,30933,'_wp_old_slug','sogliola-alla-griglia'),(8445,30933,'_wp_old_slug','pollo-ruspante'),(8446,30933,'_wp_old_slug','capretto-stufato'),(8447,30933,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8448,30933,'_wp_old_slug','fegato-alla-veneziana'),(8449,30933,'_wp_old_slug','coda-di-bue-vaccinara'),(8450,30933,'_wp_old_slug','margherita'),(8451,30933,'_wp_old_slug','mamma'),(8452,30933,'_wp_old_slug','partenope'),(8453,30933,'_wp_old_slug','allegra'),(8454,30933,'_wp_old_slug','martina'),(8455,30933,'_wp_old_slug','aurora'),(8456,30933,'_wp_old_slug','michele'),(8457,30933,'_wp_old_slug','kai'),(8458,30933,'_wp_old_slug','teresa'),(8459,30933,'_wp_old_slug','alessio'),(8460,30933,'_wp_old_slug','myka'),(8461,30933,'_wp_old_slug','stefano'),(8462,30933,'_wp_old_slug','saint'),(8463,30933,'_wp_old_slug','simone'),(8464,30933,'_wp_old_slug','tiramisu-oro-saiua'),(8465,30933,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8466,30933,'_wp_old_slug','cannoli-siciliani'),(8467,30933,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8468,30933,'_wp_old_slug','pastiera-napoletana'),(8469,30933,'_wp_old_slug','affogato-al-caffe'),(8470,30933,'_wp_old_slug','gelati-e-sorbetti-2'),(8471,30933,'_wp_old_slug','moet-nectar-brut'),(8472,30933,'_wp_old_slug','laurent-perrier-brut'),(8473,30933,'_wp_old_slug','laurent-perrier-brut-rose'),(8474,30933,'_wp_old_slug','prosecco-nua'),(8475,30933,'_wp_old_slug','pongracz-nectar'),(8476,30933,'_wp_old_slug','krone-night-nectar'),(8477,30933,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8478,30933,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8479,30933,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8480,30933,'_wp_old_slug','steenberg-sauvignon-blanc'),(8481,30933,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8482,30933,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8483,30933,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8484,30933,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8485,30933,'_wp_old_slug','beaumont-chenin-blanc'),(8486,30933,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8487,30933,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8488,30933,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8489,30933,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8490,30933,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(8491,30934,'price','495'),(8492,30934,'_edit_last','5'),(8493,30934,'_edit_lock','1618991461:5'),(8494,30934,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8495,30934,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8496,30934,'sku',''),(8497,30934,'mp_menu_gallery',''),(8498,30934,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8499,30934,'_wp_old_slug','mozzarelline-panate'),(8500,30934,'_wp_old_slug','mozzarelline-panate-3'),(8501,30934,'_wp_old_slug','mozzarelline-panate-3-2'),(8502,30934,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8503,30934,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8504,30934,'_wp_old_slug','fritto-mare'),(8505,30934,'_wp_old_slug','prosciutto-di-parma'),(8506,30934,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8507,30934,'_wp_old_slug','grilled-calamari-and-prawns'),(8508,30934,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8509,30934,'_wp_old_slug','straccetti-romana'),(8510,30934,'_wp_old_slug','sarde-grigliate'),(8511,30934,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8512,30934,'_wp_old_slug','carpaccio-di-manzo'),(8513,30934,'_wp_old_slug','leonardo-salad'),(8514,30934,'_wp_old_slug','augusto-salad'),(8515,30934,'_wp_old_slug','poseidon-salad'),(8516,30934,'_wp_old_slug','michelangelo-salad'),(8517,30934,'_wp_old_slug','gaspacho-soup'),(8518,30934,'_wp_old_slug','minestra-di-vegetali'),(8519,30934,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8520,30934,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8521,30934,'_wp_old_slug','ravioli-capresi-v'),(8522,30934,'_wp_old_slug','rigatoni-mamma-mia-v'),(8523,30934,'_wp_old_slug','risotto-pisellie-gamberi'),(8524,30934,'_wp_old_slug','carbonara-de-mare'),(8525,30934,'_wp_old_slug','costata-di-manzo'),(8526,30934,'_wp_old_slug','polletto-al-mattone'),(8527,30934,'_wp_old_slug','costolette-di-agnello'),(8528,30934,'_wp_old_slug','costoletta-di-maiale'),(8529,30934,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8530,30934,'_wp_old_slug','branzino-alla-griglia'),(8531,30934,'_wp_old_slug','salmone-arrosto'),(8532,30934,'_wp_old_slug','zuppa-de-molluschi'),(8533,30934,'_wp_old_slug','caciucco-livornese'),(8534,30934,'_wp_old_slug','sogliola-alla-griglia'),(8535,30934,'_wp_old_slug','pollo-ruspante'),(8536,30934,'_wp_old_slug','capretto-stufato'),(8537,30934,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8538,30934,'_wp_old_slug','fegato-alla-veneziana'),(8539,30934,'_wp_old_slug','coda-di-bue-vaccinara'),(8540,30934,'_wp_old_slug','margherita'),(8541,30934,'_wp_old_slug','mamma'),(8542,30934,'_wp_old_slug','partenope'),(8543,30934,'_wp_old_slug','allegra'),(8544,30934,'_wp_old_slug','martina'),(8545,30934,'_wp_old_slug','aurora'),(8546,30934,'_wp_old_slug','michele'),(8547,30934,'_wp_old_slug','kai'),(8548,30934,'_wp_old_slug','teresa'),(8549,30934,'_wp_old_slug','alessio'),(8550,30934,'_wp_old_slug','myka'),(8551,30934,'_wp_old_slug','stefano'),(8552,30934,'_wp_old_slug','saint'),(8553,30934,'_wp_old_slug','simone'),(8554,30934,'_wp_old_slug','tiramisu-oro-saiua'),(8555,30934,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8556,30934,'_wp_old_slug','cannoli-siciliani'),(8557,30934,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8558,30934,'_wp_old_slug','pastiera-napoletana'),(8559,30934,'_wp_old_slug','affogato-al-caffe'),(8560,30934,'_wp_old_slug','gelati-e-sorbetti-2'),(8561,30934,'_wp_old_slug','moet-nectar-brut'),(8562,30934,'_wp_old_slug','laurent-perrier-brut'),(8563,30934,'_wp_old_slug','laurent-perrier-brut-rose'),(8564,30934,'_wp_old_slug','prosecco-nua'),(8565,30934,'_wp_old_slug','pongracz-nectar'),(8566,30934,'_wp_old_slug','krone-night-nectar'),(8567,30934,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8568,30934,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8569,30934,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8570,30934,'_wp_old_slug','steenberg-sauvignon-blanc'),(8571,30934,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8572,30934,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8573,30934,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8574,30934,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8575,30934,'_wp_old_slug','beaumont-chenin-blanc'),(8576,30934,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8577,30934,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8578,30934,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8579,30934,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8580,30934,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(8581,30934,'_wp_old_slug','warwick-first-lady-chardonnay'),(8582,30935,'price','695'),(8583,30935,'_edit_last','5'),(8584,30935,'_edit_lock','1618991494:5'),(8585,30935,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8586,30935,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8587,30935,'sku',''),(8588,30935,'mp_menu_gallery',''),(8589,30935,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8590,30935,'_wp_old_slug','mozzarelline-panate'),(8591,30935,'_wp_old_slug','mozzarelline-panate-3'),(8592,30935,'_wp_old_slug','mozzarelline-panate-3-2'),(8593,30935,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8594,30935,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8595,30935,'_wp_old_slug','fritto-mare'),(8596,30935,'_wp_old_slug','prosciutto-di-parma'),(8597,30935,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8598,30935,'_wp_old_slug','grilled-calamari-and-prawns'),(8599,30935,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8600,30935,'_wp_old_slug','straccetti-romana'),(8601,30935,'_wp_old_slug','sarde-grigliate'),(8602,30935,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8603,30935,'_wp_old_slug','carpaccio-di-manzo'),(8604,30935,'_wp_old_slug','leonardo-salad'),(8605,30935,'_wp_old_slug','augusto-salad'),(8606,30935,'_wp_old_slug','poseidon-salad'),(8607,30935,'_wp_old_slug','michelangelo-salad'),(8608,30935,'_wp_old_slug','gaspacho-soup'),(8609,30935,'_wp_old_slug','minestra-di-vegetali'),(8610,30935,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8611,30935,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8612,30935,'_wp_old_slug','ravioli-capresi-v'),(8613,30935,'_wp_old_slug','rigatoni-mamma-mia-v'),(8614,30935,'_wp_old_slug','risotto-pisellie-gamberi'),(8615,30935,'_wp_old_slug','carbonara-de-mare'),(8616,30935,'_wp_old_slug','costata-di-manzo'),(8617,30935,'_wp_old_slug','polletto-al-mattone'),(8618,30935,'_wp_old_slug','costolette-di-agnello'),(8619,30935,'_wp_old_slug','costoletta-di-maiale'),(8620,30935,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8621,30935,'_wp_old_slug','branzino-alla-griglia'),(8622,30935,'_wp_old_slug','salmone-arrosto'),(8623,30935,'_wp_old_slug','zuppa-de-molluschi'),(8624,30935,'_wp_old_slug','caciucco-livornese'),(8625,30935,'_wp_old_slug','sogliola-alla-griglia'),(8626,30935,'_wp_old_slug','pollo-ruspante'),(8627,30935,'_wp_old_slug','capretto-stufato'),(8628,30935,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8629,30935,'_wp_old_slug','fegato-alla-veneziana'),(8630,30935,'_wp_old_slug','coda-di-bue-vaccinara'),(8631,30935,'_wp_old_slug','margherita'),(8632,30935,'_wp_old_slug','mamma'),(8633,30935,'_wp_old_slug','partenope'),(8634,30935,'_wp_old_slug','allegra'),(8635,30935,'_wp_old_slug','martina'),(8636,30935,'_wp_old_slug','aurora'),(8637,30935,'_wp_old_slug','michele'),(8638,30935,'_wp_old_slug','kai'),(8639,30935,'_wp_old_slug','teresa'),(8640,30935,'_wp_old_slug','alessio'),(8641,30935,'_wp_old_slug','myka'),(8642,30935,'_wp_old_slug','stefano'),(8643,30935,'_wp_old_slug','saint'),(8644,30935,'_wp_old_slug','simone'),(8645,30935,'_wp_old_slug','tiramisu-oro-saiua'),(8646,30935,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8647,30935,'_wp_old_slug','cannoli-siciliani'),(8648,30935,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8649,30935,'_wp_old_slug','pastiera-napoletana'),(8650,30935,'_wp_old_slug','affogato-al-caffe'),(8651,30935,'_wp_old_slug','gelati-e-sorbetti-2'),(8652,30935,'_wp_old_slug','moet-nectar-brut'),(8653,30935,'_wp_old_slug','laurent-perrier-brut'),(8654,30935,'_wp_old_slug','laurent-perrier-brut-rose'),(8655,30935,'_wp_old_slug','prosecco-nua'),(8656,30935,'_wp_old_slug','pongracz-nectar'),(8657,30935,'_wp_old_slug','krone-night-nectar'),(8658,30935,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8659,30935,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8660,30935,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8661,30935,'_wp_old_slug','steenberg-sauvignon-blanc'),(8662,30935,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8663,30935,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8664,30935,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8665,30935,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8666,30935,'_wp_old_slug','beaumont-chenin-blanc'),(8667,30935,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8668,30935,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8669,30935,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8670,30935,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8671,30935,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(8672,30935,'_wp_old_slug','warwick-first-lady-chardonnay'),(8673,30934,'_wp_old_slug','meerlust-chardonnay'),(8674,30935,'_wp_old_slug','meerlust-chardonnay'),(8675,30937,'price','850'),(8676,30937,'_edit_last','5'),(8677,30937,'_edit_lock','1618991618:5'),(8678,30937,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8679,30937,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8680,30937,'sku',''),(8681,30937,'mp_menu_gallery',''),(8682,30937,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8683,30937,'_wp_old_slug','mozzarelline-panate'),(8684,30937,'_wp_old_slug','mozzarelline-panate-3'),(8685,30937,'_wp_old_slug','mozzarelline-panate-3-2'),(8686,30937,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8687,30937,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8688,30937,'_wp_old_slug','fritto-mare'),(8689,30937,'_wp_old_slug','prosciutto-di-parma'),(8690,30937,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8691,30937,'_wp_old_slug','grilled-calamari-and-prawns'),(8692,30937,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8693,30937,'_wp_old_slug','straccetti-romana'),(8694,30937,'_wp_old_slug','sarde-grigliate'),(8695,30937,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8696,30937,'_wp_old_slug','carpaccio-di-manzo'),(8697,30937,'_wp_old_slug','leonardo-salad'),(8698,30937,'_wp_old_slug','augusto-salad'),(8699,30937,'_wp_old_slug','poseidon-salad'),(8700,30937,'_wp_old_slug','michelangelo-salad'),(8701,30937,'_wp_old_slug','gaspacho-soup'),(8702,30937,'_wp_old_slug','minestra-di-vegetali'),(8703,30937,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8704,30937,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8705,30937,'_wp_old_slug','ravioli-capresi-v'),(8706,30937,'_wp_old_slug','rigatoni-mamma-mia-v'),(8707,30937,'_wp_old_slug','risotto-pisellie-gamberi'),(8708,30937,'_wp_old_slug','carbonara-de-mare'),(8709,30937,'_wp_old_slug','costata-di-manzo'),(8710,30937,'_wp_old_slug','polletto-al-mattone'),(8711,30937,'_wp_old_slug','costolette-di-agnello'),(8712,30937,'_wp_old_slug','costoletta-di-maiale'),(8713,30937,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8714,30937,'_wp_old_slug','branzino-alla-griglia'),(8715,30937,'_wp_old_slug','salmone-arrosto'),(8716,30937,'_wp_old_slug','zuppa-de-molluschi'),(8717,30937,'_wp_old_slug','caciucco-livornese'),(8718,30937,'_wp_old_slug','sogliola-alla-griglia'),(8719,30937,'_wp_old_slug','pollo-ruspante'),(8720,30937,'_wp_old_slug','capretto-stufato'),(8721,30937,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8722,30937,'_wp_old_slug','fegato-alla-veneziana'),(8723,30937,'_wp_old_slug','coda-di-bue-vaccinara'),(8724,30937,'_wp_old_slug','margherita'),(8725,30937,'_wp_old_slug','mamma'),(8726,30937,'_wp_old_slug','partenope'),(8727,30937,'_wp_old_slug','allegra'),(8728,30937,'_wp_old_slug','martina'),(8729,30937,'_wp_old_slug','aurora'),(8730,30937,'_wp_old_slug','michele'),(8731,30937,'_wp_old_slug','kai'),(8732,30937,'_wp_old_slug','teresa'),(8733,30937,'_wp_old_slug','alessio'),(8734,30937,'_wp_old_slug','myka'),(8735,30937,'_wp_old_slug','stefano'),(8736,30937,'_wp_old_slug','saint'),(8737,30937,'_wp_old_slug','simone'),(8738,30937,'_wp_old_slug','tiramisu-oro-saiua'),(8739,30937,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8740,30937,'_wp_old_slug','cannoli-siciliani'),(8741,30937,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8742,30937,'_wp_old_slug','pastiera-napoletana'),(8743,30937,'_wp_old_slug','affogato-al-caffe'),(8744,30937,'_wp_old_slug','gelati-e-sorbetti-2'),(8745,30937,'_wp_old_slug','moet-nectar-brut'),(8746,30937,'_wp_old_slug','laurent-perrier-brut'),(8747,30937,'_wp_old_slug','laurent-perrier-brut-rose'),(8748,30937,'_wp_old_slug','prosecco-nua'),(8749,30937,'_wp_old_slug','pongracz-nectar'),(8750,30937,'_wp_old_slug','krone-night-nectar'),(8751,30937,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8752,30937,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8753,30937,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8754,30937,'_wp_old_slug','steenberg-sauvignon-blanc'),(8755,30937,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8756,30937,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8757,30937,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8758,30937,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8759,30937,'_wp_old_slug','beaumont-chenin-blanc'),(8760,30937,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8761,30937,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8762,30937,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8763,30937,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8764,30937,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(8765,30937,'_wp_old_slug','warwick-first-lady-chardonnay'),(8766,30937,'_wp_old_slug','meerlust-chardonnay'),(8767,30937,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(8768,30937,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(8769,30938,'price','850'),(8770,30938,'_edit_last','5'),(8771,30938,'_edit_lock','1618991657:5'),(8772,30938,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8773,30938,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8774,30938,'sku',''),(8775,30938,'mp_menu_gallery',''),(8776,30938,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8777,30938,'_wp_old_slug','mozzarelline-panate'),(8778,30938,'_wp_old_slug','mozzarelline-panate-3'),(8779,30938,'_wp_old_slug','mozzarelline-panate-3-2'),(8780,30938,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8781,30938,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8782,30938,'_wp_old_slug','fritto-mare'),(8783,30938,'_wp_old_slug','prosciutto-di-parma'),(8784,30938,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8785,30938,'_wp_old_slug','grilled-calamari-and-prawns'),(8786,30938,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8787,30938,'_wp_old_slug','straccetti-romana'),(8788,30938,'_wp_old_slug','sarde-grigliate'),(8789,30938,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8790,30938,'_wp_old_slug','carpaccio-di-manzo'),(8791,30938,'_wp_old_slug','leonardo-salad'),(8792,30938,'_wp_old_slug','augusto-salad'),(8793,30938,'_wp_old_slug','poseidon-salad'),(8794,30938,'_wp_old_slug','michelangelo-salad'),(8795,30938,'_wp_old_slug','gaspacho-soup'),(8796,30938,'_wp_old_slug','minestra-di-vegetali'),(8797,30938,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8798,30938,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8799,30938,'_wp_old_slug','ravioli-capresi-v'),(8800,30938,'_wp_old_slug','rigatoni-mamma-mia-v'),(8801,30938,'_wp_old_slug','risotto-pisellie-gamberi'),(8802,30938,'_wp_old_slug','carbonara-de-mare'),(8803,30938,'_wp_old_slug','costata-di-manzo'),(8804,30938,'_wp_old_slug','polletto-al-mattone'),(8805,30938,'_wp_old_slug','costolette-di-agnello'),(8806,30938,'_wp_old_slug','costoletta-di-maiale'),(8807,30938,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8808,30938,'_wp_old_slug','branzino-alla-griglia'),(8809,30938,'_wp_old_slug','salmone-arrosto'),(8810,30938,'_wp_old_slug','zuppa-de-molluschi'),(8811,30938,'_wp_old_slug','caciucco-livornese'),(8812,30938,'_wp_old_slug','sogliola-alla-griglia'),(8813,30938,'_wp_old_slug','pollo-ruspante'),(8814,30938,'_wp_old_slug','capretto-stufato'),(8815,30938,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8816,30938,'_wp_old_slug','fegato-alla-veneziana'),(8817,30938,'_wp_old_slug','coda-di-bue-vaccinara'),(8818,30938,'_wp_old_slug','margherita'),(8819,30938,'_wp_old_slug','mamma'),(8820,30938,'_wp_old_slug','partenope'),(8821,30938,'_wp_old_slug','allegra'),(8822,30938,'_wp_old_slug','martina'),(8823,30938,'_wp_old_slug','aurora'),(8824,30938,'_wp_old_slug','michele'),(8825,30938,'_wp_old_slug','kai'),(8826,30938,'_wp_old_slug','teresa'),(8827,30938,'_wp_old_slug','alessio'),(8828,30938,'_wp_old_slug','myka'),(8829,30938,'_wp_old_slug','stefano'),(8830,30938,'_wp_old_slug','saint'),(8831,30938,'_wp_old_slug','simone'),(8832,30938,'_wp_old_slug','tiramisu-oro-saiua'),(8833,30938,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8834,30938,'_wp_old_slug','cannoli-siciliani'),(8835,30938,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8836,30938,'_wp_old_slug','pastiera-napoletana'),(8837,30938,'_wp_old_slug','affogato-al-caffe'),(8838,30938,'_wp_old_slug','gelati-e-sorbetti-2'),(8839,30938,'_wp_old_slug','moet-nectar-brut'),(8840,30938,'_wp_old_slug','laurent-perrier-brut'),(8841,30938,'_wp_old_slug','laurent-perrier-brut-rose'),(8842,30938,'_wp_old_slug','prosecco-nua'),(8843,30938,'_wp_old_slug','pongracz-nectar'),(8844,30938,'_wp_old_slug','krone-night-nectar'),(8845,30938,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8846,30938,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8847,30938,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8848,30938,'_wp_old_slug','steenberg-sauvignon-blanc'),(8849,30938,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8850,30938,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8851,30938,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8852,30938,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8853,30938,'_wp_old_slug','beaumont-chenin-blanc'),(8854,30938,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8855,30938,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8856,30938,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8857,30938,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8858,30938,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(8859,30938,'_wp_old_slug','warwick-first-lady-chardonnay'),(8860,30938,'_wp_old_slug','meerlust-chardonnay'),(8861,30938,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(8862,30938,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(8863,30938,'_wp_old_slug','jordan-nine-yards-chardonnay'),(8864,30939,'price','250'),(8865,30939,'_edit_last','5'),(8866,30939,'_edit_lock','1618991701:5'),(8867,30939,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8868,30939,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8869,30939,'sku',''),(8870,30939,'mp_menu_gallery',''),(8871,30939,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8872,30939,'_wp_old_slug','mozzarelline-panate'),(8873,30939,'_wp_old_slug','mozzarelline-panate-3'),(8874,30939,'_wp_old_slug','mozzarelline-panate-3-2'),(8875,30939,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8876,30939,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8877,30939,'_wp_old_slug','fritto-mare'),(8878,30939,'_wp_old_slug','prosciutto-di-parma'),(8879,30939,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8880,30939,'_wp_old_slug','grilled-calamari-and-prawns'),(8881,30939,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8882,30939,'_wp_old_slug','straccetti-romana'),(8883,30939,'_wp_old_slug','sarde-grigliate'),(8884,30939,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8885,30939,'_wp_old_slug','carpaccio-di-manzo'),(8886,30939,'_wp_old_slug','leonardo-salad'),(8887,30939,'_wp_old_slug','augusto-salad'),(8888,30939,'_wp_old_slug','poseidon-salad'),(8889,30939,'_wp_old_slug','michelangelo-salad'),(8890,30939,'_wp_old_slug','gaspacho-soup'),(8891,30939,'_wp_old_slug','minestra-di-vegetali'),(8892,30939,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8893,30939,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8894,30939,'_wp_old_slug','ravioli-capresi-v'),(8895,30939,'_wp_old_slug','rigatoni-mamma-mia-v'),(8896,30939,'_wp_old_slug','risotto-pisellie-gamberi'),(8897,30939,'_wp_old_slug','carbonara-de-mare'),(8898,30939,'_wp_old_slug','costata-di-manzo'),(8899,30939,'_wp_old_slug','polletto-al-mattone'),(8900,30939,'_wp_old_slug','costolette-di-agnello'),(8901,30939,'_wp_old_slug','costoletta-di-maiale'),(8902,30939,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8903,30939,'_wp_old_slug','branzino-alla-griglia'),(8904,30939,'_wp_old_slug','salmone-arrosto'),(8905,30939,'_wp_old_slug','zuppa-de-molluschi'),(8906,30939,'_wp_old_slug','caciucco-livornese'),(8907,30939,'_wp_old_slug','sogliola-alla-griglia'),(8908,30939,'_wp_old_slug','pollo-ruspante'),(8909,30939,'_wp_old_slug','capretto-stufato'),(8910,30939,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(8911,30939,'_wp_old_slug','fegato-alla-veneziana'),(8912,30939,'_wp_old_slug','coda-di-bue-vaccinara'),(8913,30939,'_wp_old_slug','margherita'),(8914,30939,'_wp_old_slug','mamma'),(8915,30939,'_wp_old_slug','partenope'),(8916,30939,'_wp_old_slug','allegra'),(8917,30939,'_wp_old_slug','martina'),(8918,30939,'_wp_old_slug','aurora'),(8919,30939,'_wp_old_slug','michele'),(8920,30939,'_wp_old_slug','kai'),(8921,30939,'_wp_old_slug','teresa'),(8922,30939,'_wp_old_slug','alessio'),(8923,30939,'_wp_old_slug','myka'),(8924,30939,'_wp_old_slug','stefano'),(8925,30939,'_wp_old_slug','saint'),(8926,30939,'_wp_old_slug','simone'),(8927,30939,'_wp_old_slug','tiramisu-oro-saiua'),(8928,30939,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(8929,30939,'_wp_old_slug','cannoli-siciliani'),(8930,30939,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(8931,30939,'_wp_old_slug','pastiera-napoletana'),(8932,30939,'_wp_old_slug','affogato-al-caffe'),(8933,30939,'_wp_old_slug','gelati-e-sorbetti-2'),(8934,30939,'_wp_old_slug','moet-nectar-brut'),(8935,30939,'_wp_old_slug','laurent-perrier-brut'),(8936,30939,'_wp_old_slug','laurent-perrier-brut-rose'),(8937,30939,'_wp_old_slug','prosecco-nua'),(8938,30939,'_wp_old_slug','pongracz-nectar'),(8939,30939,'_wp_old_slug','krone-night-nectar'),(8940,30939,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(8941,30939,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(8942,30939,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(8943,30939,'_wp_old_slug','steenberg-sauvignon-blanc'),(8944,30939,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(8945,30939,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(8946,30939,'_wp_old_slug','durbanville-hills-chenin-blanc'),(8947,30939,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(8948,30939,'_wp_old_slug','beaumont-chenin-blanc'),(8949,30939,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(8950,30939,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(8951,30939,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(8952,30939,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(8953,30939,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(8954,30939,'_wp_old_slug','warwick-first-lady-chardonnay'),(8955,30939,'_wp_old_slug','meerlust-chardonnay'),(8956,30939,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(8957,30939,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(8958,30939,'_wp_old_slug','jordan-nine-yards-chardonnay'),(8959,30939,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(8960,30940,'price','150'),(8961,30940,'_edit_last','5'),(8962,30940,'_edit_lock','1618991805:5'),(8963,30940,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(8964,30940,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(8965,30940,'sku',''),(8966,30940,'mp_menu_gallery',''),(8967,30940,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(8968,30940,'_wp_old_slug','mozzarelline-panate'),(8969,30940,'_wp_old_slug','mozzarelline-panate-3'),(8970,30940,'_wp_old_slug','mozzarelline-panate-3-2'),(8971,30940,'_wp_old_slug','mozzarelline-panate-3-2-2'),(8972,30940,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(8973,30940,'_wp_old_slug','fritto-mare'),(8974,30940,'_wp_old_slug','prosciutto-di-parma'),(8975,30940,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(8976,30940,'_wp_old_slug','grilled-calamari-and-prawns'),(8977,30940,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(8978,30940,'_wp_old_slug','straccetti-romana'),(8979,30940,'_wp_old_slug','sarde-grigliate'),(8980,30940,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(8981,30940,'_wp_old_slug','carpaccio-di-manzo'),(8982,30940,'_wp_old_slug','leonardo-salad'),(8983,30940,'_wp_old_slug','augusto-salad'),(8984,30940,'_wp_old_slug','poseidon-salad'),(8985,30940,'_wp_old_slug','michelangelo-salad'),(8986,30940,'_wp_old_slug','gaspacho-soup'),(8987,30940,'_wp_old_slug','minestra-di-vegetali'),(8988,30940,'_wp_old_slug','pappardelle-pasta-al-ragu'),(8989,30940,'_wp_old_slug','linguine-ai-frutti-di-mare'),(8990,30940,'_wp_old_slug','ravioli-capresi-v'),(8991,30940,'_wp_old_slug','rigatoni-mamma-mia-v'),(8992,30940,'_wp_old_slug','risotto-pisellie-gamberi'),(8993,30940,'_wp_old_slug','carbonara-de-mare'),(8994,30940,'_wp_old_slug','costata-di-manzo'),(8995,30940,'_wp_old_slug','polletto-al-mattone'),(8996,30940,'_wp_old_slug','costolette-di-agnello'),(8997,30940,'_wp_old_slug','costoletta-di-maiale'),(8998,30940,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(8999,30940,'_wp_old_slug','branzino-alla-griglia'),(9000,30940,'_wp_old_slug','salmone-arrosto'),(9001,30940,'_wp_old_slug','zuppa-de-molluschi'),(9002,30940,'_wp_old_slug','caciucco-livornese'),(9003,30940,'_wp_old_slug','sogliola-alla-griglia'),(9004,30940,'_wp_old_slug','pollo-ruspante'),(9005,30940,'_wp_old_slug','capretto-stufato'),(9006,30940,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9007,30940,'_wp_old_slug','fegato-alla-veneziana'),(9008,30940,'_wp_old_slug','coda-di-bue-vaccinara'),(9009,30940,'_wp_old_slug','margherita'),(9010,30940,'_wp_old_slug','mamma'),(9011,30940,'_wp_old_slug','partenope'),(9012,30940,'_wp_old_slug','allegra'),(9013,30940,'_wp_old_slug','martina'),(9014,30940,'_wp_old_slug','aurora'),(9015,30940,'_wp_old_slug','michele'),(9016,30940,'_wp_old_slug','kai'),(9017,30940,'_wp_old_slug','teresa'),(9018,30940,'_wp_old_slug','alessio'),(9019,30940,'_wp_old_slug','myka'),(9020,30940,'_wp_old_slug','stefano'),(9021,30940,'_wp_old_slug','saint'),(9022,30940,'_wp_old_slug','simone'),(9023,30940,'_wp_old_slug','tiramisu-oro-saiua'),(9024,30940,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9025,30940,'_wp_old_slug','cannoli-siciliani'),(9026,30940,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9027,30940,'_wp_old_slug','pastiera-napoletana'),(9028,30940,'_wp_old_slug','affogato-al-caffe'),(9029,30940,'_wp_old_slug','gelati-e-sorbetti-2'),(9030,30940,'_wp_old_slug','moet-nectar-brut'),(9031,30940,'_wp_old_slug','laurent-perrier-brut'),(9032,30940,'_wp_old_slug','laurent-perrier-brut-rose'),(9033,30940,'_wp_old_slug','prosecco-nua'),(9034,30940,'_wp_old_slug','pongracz-nectar'),(9035,30940,'_wp_old_slug','krone-night-nectar'),(9036,30940,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9037,30940,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9038,30940,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9039,30940,'_wp_old_slug','steenberg-sauvignon-blanc'),(9040,30940,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9041,30940,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9042,30940,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9043,30940,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9044,30940,'_wp_old_slug','beaumont-chenin-blanc'),(9045,30940,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9046,30940,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9047,30940,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9048,30940,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9049,30940,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9050,30940,'_wp_old_slug','warwick-first-lady-chardonnay'),(9051,30940,'_wp_old_slug','meerlust-chardonnay'),(9052,30940,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9053,30940,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9054,30940,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9055,30940,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9056,30940,'_wp_old_slug','pheli-chardonnay'),(9057,30941,'price','175'),(9058,30941,'_edit_last','5'),(9059,30941,'_edit_lock','1618991843:5'),(9060,30941,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9061,30941,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9062,30941,'sku',''),(9063,30941,'mp_menu_gallery',''),(9064,30941,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9065,30941,'_wp_old_slug','mozzarelline-panate'),(9066,30941,'_wp_old_slug','mozzarelline-panate-3'),(9067,30941,'_wp_old_slug','mozzarelline-panate-3-2'),(9068,30941,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9069,30941,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9070,30941,'_wp_old_slug','fritto-mare'),(9071,30941,'_wp_old_slug','prosciutto-di-parma'),(9072,30941,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9073,30941,'_wp_old_slug','grilled-calamari-and-prawns'),(9074,30941,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9075,30941,'_wp_old_slug','straccetti-romana'),(9076,30941,'_wp_old_slug','sarde-grigliate'),(9077,30941,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9078,30941,'_wp_old_slug','carpaccio-di-manzo'),(9079,30941,'_wp_old_slug','leonardo-salad'),(9080,30941,'_wp_old_slug','augusto-salad'),(9081,30941,'_wp_old_slug','poseidon-salad'),(9082,30941,'_wp_old_slug','michelangelo-salad'),(9083,30941,'_wp_old_slug','gaspacho-soup'),(9084,30941,'_wp_old_slug','minestra-di-vegetali'),(9085,30941,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9086,30941,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9087,30941,'_wp_old_slug','ravioli-capresi-v'),(9088,30941,'_wp_old_slug','rigatoni-mamma-mia-v'),(9089,30941,'_wp_old_slug','risotto-pisellie-gamberi'),(9090,30941,'_wp_old_slug','carbonara-de-mare'),(9091,30941,'_wp_old_slug','costata-di-manzo'),(9092,30941,'_wp_old_slug','polletto-al-mattone'),(9093,30941,'_wp_old_slug','costolette-di-agnello'),(9094,30941,'_wp_old_slug','costoletta-di-maiale'),(9095,30941,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9096,30941,'_wp_old_slug','branzino-alla-griglia'),(9097,30941,'_wp_old_slug','salmone-arrosto'),(9098,30941,'_wp_old_slug','zuppa-de-molluschi'),(9099,30941,'_wp_old_slug','caciucco-livornese'),(9100,30941,'_wp_old_slug','sogliola-alla-griglia'),(9101,30941,'_wp_old_slug','pollo-ruspante'),(9102,30941,'_wp_old_slug','capretto-stufato'),(9103,30941,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9104,30941,'_wp_old_slug','fegato-alla-veneziana'),(9105,30941,'_wp_old_slug','coda-di-bue-vaccinara'),(9106,30941,'_wp_old_slug','margherita'),(9107,30941,'_wp_old_slug','mamma'),(9108,30941,'_wp_old_slug','partenope'),(9109,30941,'_wp_old_slug','allegra'),(9110,30941,'_wp_old_slug','martina'),(9111,30941,'_wp_old_slug','aurora'),(9112,30941,'_wp_old_slug','michele'),(9113,30941,'_wp_old_slug','kai'),(9114,30941,'_wp_old_slug','teresa'),(9115,30941,'_wp_old_slug','alessio'),(9116,30941,'_wp_old_slug','myka'),(9117,30941,'_wp_old_slug','stefano'),(9118,30941,'_wp_old_slug','saint'),(9119,30941,'_wp_old_slug','simone'),(9120,30941,'_wp_old_slug','tiramisu-oro-saiua'),(9121,30941,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9122,30941,'_wp_old_slug','cannoli-siciliani'),(9123,30941,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9124,30941,'_wp_old_slug','pastiera-napoletana'),(9125,30941,'_wp_old_slug','affogato-al-caffe'),(9126,30941,'_wp_old_slug','gelati-e-sorbetti-2'),(9127,30941,'_wp_old_slug','moet-nectar-brut'),(9128,30941,'_wp_old_slug','laurent-perrier-brut'),(9129,30941,'_wp_old_slug','laurent-perrier-brut-rose'),(9130,30941,'_wp_old_slug','prosecco-nua'),(9131,30941,'_wp_old_slug','pongracz-nectar'),(9132,30941,'_wp_old_slug','krone-night-nectar'),(9133,30941,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9134,30941,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9135,30941,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9136,30941,'_wp_old_slug','steenberg-sauvignon-blanc'),(9137,30941,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9138,30941,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9139,30941,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9140,30941,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9141,30941,'_wp_old_slug','beaumont-chenin-blanc'),(9142,30941,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9143,30941,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9144,30941,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9145,30941,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9146,30941,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9147,30941,'_wp_old_slug','warwick-first-lady-chardonnay'),(9148,30941,'_wp_old_slug','meerlust-chardonnay'),(9149,30941,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9150,30941,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9151,30941,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9152,30941,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9153,30941,'_wp_old_slug','pheli-chardonnay'),(9154,30941,'_wp_old_slug','durbanville-hills-merlot-rose'),(9155,30942,'price','238'),(9156,30942,'_edit_last','5'),(9157,30942,'_edit_lock','1618991878:5'),(9158,30942,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9159,30942,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9160,30942,'sku',''),(9161,30942,'mp_menu_gallery',''),(9162,30942,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9163,30942,'_wp_old_slug','mozzarelline-panate'),(9164,30942,'_wp_old_slug','mozzarelline-panate-3'),(9165,30942,'_wp_old_slug','mozzarelline-panate-3-2'),(9166,30942,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9167,30942,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9168,30942,'_wp_old_slug','fritto-mare'),(9169,30942,'_wp_old_slug','prosciutto-di-parma'),(9170,30942,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9171,30942,'_wp_old_slug','grilled-calamari-and-prawns'),(9172,30942,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9173,30942,'_wp_old_slug','straccetti-romana'),(9174,30942,'_wp_old_slug','sarde-grigliate'),(9175,30942,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9176,30942,'_wp_old_slug','carpaccio-di-manzo'),(9177,30942,'_wp_old_slug','leonardo-salad'),(9178,30942,'_wp_old_slug','augusto-salad'),(9179,30942,'_wp_old_slug','poseidon-salad'),(9180,30942,'_wp_old_slug','michelangelo-salad'),(9181,30942,'_wp_old_slug','gaspacho-soup'),(9182,30942,'_wp_old_slug','minestra-di-vegetali'),(9183,30942,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9184,30942,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9185,30942,'_wp_old_slug','ravioli-capresi-v'),(9186,30942,'_wp_old_slug','rigatoni-mamma-mia-v'),(9187,30942,'_wp_old_slug','risotto-pisellie-gamberi'),(9188,30942,'_wp_old_slug','carbonara-de-mare'),(9189,30942,'_wp_old_slug','costata-di-manzo'),(9190,30942,'_wp_old_slug','polletto-al-mattone'),(9191,30942,'_wp_old_slug','costolette-di-agnello'),(9192,30942,'_wp_old_slug','costoletta-di-maiale'),(9193,30942,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9194,30942,'_wp_old_slug','branzino-alla-griglia'),(9195,30942,'_wp_old_slug','salmone-arrosto'),(9196,30942,'_wp_old_slug','zuppa-de-molluschi'),(9197,30942,'_wp_old_slug','caciucco-livornese'),(9198,30942,'_wp_old_slug','sogliola-alla-griglia'),(9199,30942,'_wp_old_slug','pollo-ruspante'),(9200,30942,'_wp_old_slug','capretto-stufato'),(9201,30942,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9202,30942,'_wp_old_slug','fegato-alla-veneziana'),(9203,30942,'_wp_old_slug','coda-di-bue-vaccinara'),(9204,30942,'_wp_old_slug','margherita'),(9205,30942,'_wp_old_slug','mamma'),(9206,30942,'_wp_old_slug','partenope'),(9207,30942,'_wp_old_slug','allegra'),(9208,30942,'_wp_old_slug','martina'),(9209,30942,'_wp_old_slug','aurora'),(9210,30942,'_wp_old_slug','michele'),(9211,30942,'_wp_old_slug','kai'),(9212,30942,'_wp_old_slug','teresa'),(9213,30942,'_wp_old_slug','alessio'),(9214,30942,'_wp_old_slug','myka'),(9215,30942,'_wp_old_slug','stefano'),(9216,30942,'_wp_old_slug','saint'),(9217,30942,'_wp_old_slug','simone'),(9218,30942,'_wp_old_slug','tiramisu-oro-saiua'),(9219,30942,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9220,30942,'_wp_old_slug','cannoli-siciliani'),(9221,30942,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9222,30942,'_wp_old_slug','pastiera-napoletana'),(9223,30942,'_wp_old_slug','affogato-al-caffe'),(9224,30942,'_wp_old_slug','gelati-e-sorbetti-2'),(9225,30942,'_wp_old_slug','moet-nectar-brut'),(9226,30942,'_wp_old_slug','laurent-perrier-brut'),(9227,30942,'_wp_old_slug','laurent-perrier-brut-rose'),(9228,30942,'_wp_old_slug','prosecco-nua'),(9229,30942,'_wp_old_slug','pongracz-nectar'),(9230,30942,'_wp_old_slug','krone-night-nectar'),(9231,30942,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9232,30942,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9233,30942,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9234,30942,'_wp_old_slug','steenberg-sauvignon-blanc'),(9235,30942,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9236,30942,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9237,30942,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9238,30942,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9239,30942,'_wp_old_slug','beaumont-chenin-blanc'),(9240,30942,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9241,30942,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9242,30942,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9243,30942,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9244,30942,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9245,30942,'_wp_old_slug','warwick-first-lady-chardonnay'),(9246,30942,'_wp_old_slug','meerlust-chardonnay'),(9247,30942,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9248,30942,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9249,30942,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9250,30942,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9251,30942,'_wp_old_slug','pheli-chardonnay'),(9252,30942,'_wp_old_slug','durbanville-hills-merlot-rose'),(9253,30942,'_wp_old_slug','de-grendel-rose'),(9254,30943,'price','650'),(9255,30943,'_edit_last','5'),(9256,30943,'_edit_lock','1618992070:5'),(9257,30943,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9258,30943,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9259,30943,'sku',''),(9260,30943,'mp_menu_gallery',''),(9261,30943,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9262,30943,'_wp_old_slug','mozzarelline-panate'),(9263,30943,'_wp_old_slug','mozzarelline-panate-3'),(9264,30943,'_wp_old_slug','mozzarelline-panate-3-2'),(9265,30943,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9266,30943,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9267,30943,'_wp_old_slug','fritto-mare'),(9268,30943,'_wp_old_slug','prosciutto-di-parma'),(9269,30943,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9270,30943,'_wp_old_slug','grilled-calamari-and-prawns'),(9271,30943,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9272,30943,'_wp_old_slug','straccetti-romana'),(9273,30943,'_wp_old_slug','sarde-grigliate'),(9274,30943,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9275,30943,'_wp_old_slug','carpaccio-di-manzo'),(9276,30943,'_wp_old_slug','leonardo-salad'),(9277,30943,'_wp_old_slug','augusto-salad'),(9278,30943,'_wp_old_slug','poseidon-salad'),(9279,30943,'_wp_old_slug','michelangelo-salad'),(9280,30943,'_wp_old_slug','gaspacho-soup'),(9281,30943,'_wp_old_slug','minestra-di-vegetali'),(9282,30943,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9283,30943,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9284,30943,'_wp_old_slug','ravioli-capresi-v'),(9285,30943,'_wp_old_slug','rigatoni-mamma-mia-v'),(9286,30943,'_wp_old_slug','risotto-pisellie-gamberi'),(9287,30943,'_wp_old_slug','carbonara-de-mare'),(9288,30943,'_wp_old_slug','costata-di-manzo'),(9289,30943,'_wp_old_slug','polletto-al-mattone'),(9290,30943,'_wp_old_slug','costolette-di-agnello'),(9291,30943,'_wp_old_slug','costoletta-di-maiale'),(9292,30943,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9293,30943,'_wp_old_slug','branzino-alla-griglia'),(9294,30943,'_wp_old_slug','salmone-arrosto'),(9295,30943,'_wp_old_slug','zuppa-de-molluschi'),(9296,30943,'_wp_old_slug','caciucco-livornese'),(9297,30943,'_wp_old_slug','sogliola-alla-griglia'),(9298,30943,'_wp_old_slug','pollo-ruspante'),(9299,30943,'_wp_old_slug','capretto-stufato'),(9300,30943,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9301,30943,'_wp_old_slug','fegato-alla-veneziana'),(9302,30943,'_wp_old_slug','coda-di-bue-vaccinara'),(9303,30943,'_wp_old_slug','margherita'),(9304,30943,'_wp_old_slug','mamma'),(9305,30943,'_wp_old_slug','partenope'),(9306,30943,'_wp_old_slug','allegra'),(9307,30943,'_wp_old_slug','martina'),(9308,30943,'_wp_old_slug','aurora'),(9309,30943,'_wp_old_slug','michele'),(9310,30943,'_wp_old_slug','kai'),(9311,30943,'_wp_old_slug','teresa'),(9312,30943,'_wp_old_slug','alessio'),(9313,30943,'_wp_old_slug','myka'),(9314,30943,'_wp_old_slug','stefano'),(9315,30943,'_wp_old_slug','saint'),(9316,30943,'_wp_old_slug','simone'),(9317,30943,'_wp_old_slug','tiramisu-oro-saiua'),(9318,30943,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9319,30943,'_wp_old_slug','cannoli-siciliani'),(9320,30943,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9321,30943,'_wp_old_slug','pastiera-napoletana'),(9322,30943,'_wp_old_slug','affogato-al-caffe'),(9323,30943,'_wp_old_slug','gelati-e-sorbetti-2'),(9324,30943,'_wp_old_slug','moet-nectar-brut'),(9325,30943,'_wp_old_slug','laurent-perrier-brut'),(9326,30943,'_wp_old_slug','laurent-perrier-brut-rose'),(9327,30943,'_wp_old_slug','prosecco-nua'),(9328,30943,'_wp_old_slug','pongracz-nectar'),(9329,30943,'_wp_old_slug','krone-night-nectar'),(9330,30943,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9331,30943,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9332,30943,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9333,30943,'_wp_old_slug','steenberg-sauvignon-blanc'),(9334,30943,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9335,30943,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9336,30943,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9337,30943,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9338,30943,'_wp_old_slug','beaumont-chenin-blanc'),(9339,30943,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9340,30943,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9341,30943,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9342,30943,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9343,30943,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9344,30943,'_wp_old_slug','warwick-first-lady-chardonnay'),(9345,30943,'_wp_old_slug','meerlust-chardonnay'),(9346,30943,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9347,30943,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9348,30943,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9349,30943,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9350,30943,'_wp_old_slug','pheli-chardonnay'),(9351,30943,'_wp_old_slug','durbanville-hills-merlot-rose'),(9352,30943,'_wp_old_slug','de-grendel-rose'),(9353,30943,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9354,30944,'price','205'),(9355,30944,'_edit_last','5'),(9356,30944,'_edit_lock','1618992061:5'),(9357,30944,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9358,30944,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9359,30944,'sku',''),(9360,30944,'mp_menu_gallery',''),(9361,30944,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9362,30944,'_wp_old_slug','mozzarelline-panate'),(9363,30944,'_wp_old_slug','mozzarelline-panate-3'),(9364,30944,'_wp_old_slug','mozzarelline-panate-3-2'),(9365,30944,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9366,30944,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9367,30944,'_wp_old_slug','fritto-mare'),(9368,30944,'_wp_old_slug','prosciutto-di-parma'),(9369,30944,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9370,30944,'_wp_old_slug','grilled-calamari-and-prawns'),(9371,30944,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9372,30944,'_wp_old_slug','straccetti-romana'),(9373,30944,'_wp_old_slug','sarde-grigliate'),(9374,30944,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9375,30944,'_wp_old_slug','carpaccio-di-manzo'),(9376,30944,'_wp_old_slug','leonardo-salad'),(9377,30944,'_wp_old_slug','augusto-salad'),(9378,30944,'_wp_old_slug','poseidon-salad'),(9379,30944,'_wp_old_slug','michelangelo-salad'),(9380,30944,'_wp_old_slug','gaspacho-soup'),(9381,30944,'_wp_old_slug','minestra-di-vegetali'),(9382,30944,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9383,30944,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9384,30944,'_wp_old_slug','ravioli-capresi-v'),(9385,30944,'_wp_old_slug','rigatoni-mamma-mia-v'),(9386,30944,'_wp_old_slug','risotto-pisellie-gamberi'),(9387,30944,'_wp_old_slug','carbonara-de-mare'),(9388,30944,'_wp_old_slug','costata-di-manzo'),(9389,30944,'_wp_old_slug','polletto-al-mattone'),(9390,30944,'_wp_old_slug','costolette-di-agnello'),(9391,30944,'_wp_old_slug','costoletta-di-maiale'),(9392,30944,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9393,30944,'_wp_old_slug','branzino-alla-griglia'),(9394,30944,'_wp_old_slug','salmone-arrosto'),(9395,30944,'_wp_old_slug','zuppa-de-molluschi'),(9396,30944,'_wp_old_slug','caciucco-livornese'),(9397,30944,'_wp_old_slug','sogliola-alla-griglia'),(9398,30944,'_wp_old_slug','pollo-ruspante'),(9399,30944,'_wp_old_slug','capretto-stufato'),(9400,30944,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9401,30944,'_wp_old_slug','fegato-alla-veneziana'),(9402,30944,'_wp_old_slug','coda-di-bue-vaccinara'),(9403,30944,'_wp_old_slug','margherita'),(9404,30944,'_wp_old_slug','mamma'),(9405,30944,'_wp_old_slug','partenope'),(9406,30944,'_wp_old_slug','allegra'),(9407,30944,'_wp_old_slug','martina'),(9408,30944,'_wp_old_slug','aurora'),(9409,30944,'_wp_old_slug','michele'),(9410,30944,'_wp_old_slug','kai'),(9411,30944,'_wp_old_slug','teresa'),(9412,30944,'_wp_old_slug','alessio'),(9413,30944,'_wp_old_slug','myka'),(9414,30944,'_wp_old_slug','stefano'),(9415,30944,'_wp_old_slug','saint'),(9416,30944,'_wp_old_slug','simone'),(9417,30944,'_wp_old_slug','tiramisu-oro-saiua'),(9418,30944,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9419,30944,'_wp_old_slug','cannoli-siciliani'),(9420,30944,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9421,30944,'_wp_old_slug','pastiera-napoletana'),(9422,30944,'_wp_old_slug','affogato-al-caffe'),(9423,30944,'_wp_old_slug','gelati-e-sorbetti-2'),(9424,30944,'_wp_old_slug','moet-nectar-brut'),(9425,30944,'_wp_old_slug','laurent-perrier-brut'),(9426,30944,'_wp_old_slug','laurent-perrier-brut-rose'),(9427,30944,'_wp_old_slug','prosecco-nua'),(9428,30944,'_wp_old_slug','pongracz-nectar'),(9429,30944,'_wp_old_slug','krone-night-nectar'),(9430,30944,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9431,30944,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9432,30944,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9433,30944,'_wp_old_slug','steenberg-sauvignon-blanc'),(9434,30944,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9435,30944,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9436,30944,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9437,30944,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9438,30944,'_wp_old_slug','beaumont-chenin-blanc'),(9439,30944,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9440,30944,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9441,30944,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9442,30944,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9443,30944,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9444,30944,'_wp_old_slug','warwick-first-lady-chardonnay'),(9445,30944,'_wp_old_slug','meerlust-chardonnay'),(9446,30944,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9447,30944,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9448,30944,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9449,30944,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9450,30944,'_wp_old_slug','pheli-chardonnay'),(9451,30944,'_wp_old_slug','durbanville-hills-merlot-rose'),(9452,30944,'_wp_old_slug','de-grendel-rose'),(9453,30944,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9454,30944,'_wp_old_slug','david-and-nadia-aristargos'),(9455,30945,'price','178'),(9456,30945,'_edit_last','5'),(9457,30945,'_edit_lock','1618992102:5'),(9458,30945,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9459,30945,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9460,30945,'sku',''),(9461,30945,'mp_menu_gallery',''),(9462,30945,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9463,30945,'_wp_old_slug','mozzarelline-panate'),(9464,30945,'_wp_old_slug','mozzarelline-panate-3'),(9465,30945,'_wp_old_slug','mozzarelline-panate-3-2'),(9466,30945,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9467,30945,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9468,30945,'_wp_old_slug','fritto-mare'),(9469,30945,'_wp_old_slug','prosciutto-di-parma'),(9470,30945,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9471,30945,'_wp_old_slug','grilled-calamari-and-prawns'),(9472,30945,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9473,30945,'_wp_old_slug','straccetti-romana'),(9474,30945,'_wp_old_slug','sarde-grigliate'),(9475,30945,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9476,30945,'_wp_old_slug','carpaccio-di-manzo'),(9477,30945,'_wp_old_slug','leonardo-salad'),(9478,30945,'_wp_old_slug','augusto-salad'),(9479,30945,'_wp_old_slug','poseidon-salad'),(9480,30945,'_wp_old_slug','michelangelo-salad'),(9481,30945,'_wp_old_slug','gaspacho-soup'),(9482,30945,'_wp_old_slug','minestra-di-vegetali'),(9483,30945,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9484,30945,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9485,30945,'_wp_old_slug','ravioli-capresi-v'),(9486,30945,'_wp_old_slug','rigatoni-mamma-mia-v'),(9487,30945,'_wp_old_slug','risotto-pisellie-gamberi'),(9488,30945,'_wp_old_slug','carbonara-de-mare'),(9489,30945,'_wp_old_slug','costata-di-manzo'),(9490,30945,'_wp_old_slug','polletto-al-mattone'),(9491,30945,'_wp_old_slug','costolette-di-agnello'),(9492,30945,'_wp_old_slug','costoletta-di-maiale'),(9493,30945,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9494,30945,'_wp_old_slug','branzino-alla-griglia'),(9495,30945,'_wp_old_slug','salmone-arrosto'),(9496,30945,'_wp_old_slug','zuppa-de-molluschi'),(9497,30945,'_wp_old_slug','caciucco-livornese'),(9498,30945,'_wp_old_slug','sogliola-alla-griglia'),(9499,30945,'_wp_old_slug','pollo-ruspante'),(9500,30945,'_wp_old_slug','capretto-stufato'),(9501,30945,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9502,30945,'_wp_old_slug','fegato-alla-veneziana'),(9503,30945,'_wp_old_slug','coda-di-bue-vaccinara'),(9504,30945,'_wp_old_slug','margherita'),(9505,30945,'_wp_old_slug','mamma'),(9506,30945,'_wp_old_slug','partenope'),(9507,30945,'_wp_old_slug','allegra'),(9508,30945,'_wp_old_slug','martina'),(9509,30945,'_wp_old_slug','aurora'),(9510,30945,'_wp_old_slug','michele'),(9511,30945,'_wp_old_slug','kai'),(9512,30945,'_wp_old_slug','teresa'),(9513,30945,'_wp_old_slug','alessio'),(9514,30945,'_wp_old_slug','myka'),(9515,30945,'_wp_old_slug','stefano'),(9516,30945,'_wp_old_slug','saint'),(9517,30945,'_wp_old_slug','simone'),(9518,30945,'_wp_old_slug','tiramisu-oro-saiua'),(9519,30945,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9520,30945,'_wp_old_slug','cannoli-siciliani'),(9521,30945,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9522,30945,'_wp_old_slug','pastiera-napoletana'),(9523,30945,'_wp_old_slug','affogato-al-caffe'),(9524,30945,'_wp_old_slug','gelati-e-sorbetti-2'),(9525,30945,'_wp_old_slug','moet-nectar-brut'),(9526,30945,'_wp_old_slug','laurent-perrier-brut'),(9527,30945,'_wp_old_slug','laurent-perrier-brut-rose'),(9528,30945,'_wp_old_slug','prosecco-nua'),(9529,30945,'_wp_old_slug','pongracz-nectar'),(9530,30945,'_wp_old_slug','krone-night-nectar'),(9531,30945,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9532,30945,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9533,30945,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9534,30945,'_wp_old_slug','steenberg-sauvignon-blanc'),(9535,30945,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9536,30945,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9537,30945,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9538,30945,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9539,30945,'_wp_old_slug','beaumont-chenin-blanc'),(9540,30945,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9541,30945,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9542,30945,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9543,30945,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9544,30945,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9545,30945,'_wp_old_slug','warwick-first-lady-chardonnay'),(9546,30945,'_wp_old_slug','meerlust-chardonnay'),(9547,30945,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9548,30945,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9549,30945,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9550,30945,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9551,30945,'_wp_old_slug','pheli-chardonnay'),(9552,30945,'_wp_old_slug','durbanville-hills-merlot-rose'),(9553,30945,'_wp_old_slug','de-grendel-rose'),(9554,30945,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9555,30945,'_wp_old_slug','david-and-nadia-aristargos'),(9556,30945,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(9557,30946,'price','295'),(9558,30946,'_edit_last','5'),(9559,30946,'_edit_lock','1618992150:5'),(9560,30946,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9561,30946,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9562,30946,'sku',''),(9563,30946,'mp_menu_gallery',''),(9564,30946,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9565,30946,'_wp_old_slug','mozzarelline-panate'),(9566,30946,'_wp_old_slug','mozzarelline-panate-3'),(9567,30946,'_wp_old_slug','mozzarelline-panate-3-2'),(9568,30946,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9569,30946,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9570,30946,'_wp_old_slug','fritto-mare'),(9571,30946,'_wp_old_slug','prosciutto-di-parma'),(9572,30946,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9573,30946,'_wp_old_slug','grilled-calamari-and-prawns'),(9574,30946,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9575,30946,'_wp_old_slug','straccetti-romana'),(9576,30946,'_wp_old_slug','sarde-grigliate'),(9577,30946,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9578,30946,'_wp_old_slug','carpaccio-di-manzo'),(9579,30946,'_wp_old_slug','leonardo-salad'),(9580,30946,'_wp_old_slug','augusto-salad'),(9581,30946,'_wp_old_slug','poseidon-salad'),(9582,30946,'_wp_old_slug','michelangelo-salad'),(9583,30946,'_wp_old_slug','gaspacho-soup'),(9584,30946,'_wp_old_slug','minestra-di-vegetali'),(9585,30946,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9586,30946,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9587,30946,'_wp_old_slug','ravioli-capresi-v'),(9588,30946,'_wp_old_slug','rigatoni-mamma-mia-v'),(9589,30946,'_wp_old_slug','risotto-pisellie-gamberi'),(9590,30946,'_wp_old_slug','carbonara-de-mare'),(9591,30946,'_wp_old_slug','costata-di-manzo'),(9592,30946,'_wp_old_slug','polletto-al-mattone'),(9593,30946,'_wp_old_slug','costolette-di-agnello'),(9594,30946,'_wp_old_slug','costoletta-di-maiale'),(9595,30946,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9596,30946,'_wp_old_slug','branzino-alla-griglia'),(9597,30946,'_wp_old_slug','salmone-arrosto'),(9598,30946,'_wp_old_slug','zuppa-de-molluschi'),(9599,30946,'_wp_old_slug','caciucco-livornese'),(9600,30946,'_wp_old_slug','sogliola-alla-griglia'),(9601,30946,'_wp_old_slug','pollo-ruspante'),(9602,30946,'_wp_old_slug','capretto-stufato'),(9603,30946,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9604,30946,'_wp_old_slug','fegato-alla-veneziana'),(9605,30946,'_wp_old_slug','coda-di-bue-vaccinara'),(9606,30946,'_wp_old_slug','margherita'),(9607,30946,'_wp_old_slug','mamma'),(9608,30946,'_wp_old_slug','partenope'),(9609,30946,'_wp_old_slug','allegra'),(9610,30946,'_wp_old_slug','martina'),(9611,30946,'_wp_old_slug','aurora'),(9612,30946,'_wp_old_slug','michele'),(9613,30946,'_wp_old_slug','kai'),(9614,30946,'_wp_old_slug','teresa'),(9615,30946,'_wp_old_slug','alessio'),(9616,30946,'_wp_old_slug','myka'),(9617,30946,'_wp_old_slug','stefano'),(9618,30946,'_wp_old_slug','saint'),(9619,30946,'_wp_old_slug','simone'),(9620,30946,'_wp_old_slug','tiramisu-oro-saiua'),(9621,30946,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9622,30946,'_wp_old_slug','cannoli-siciliani'),(9623,30946,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9624,30946,'_wp_old_slug','pastiera-napoletana'),(9625,30946,'_wp_old_slug','affogato-al-caffe'),(9626,30946,'_wp_old_slug','gelati-e-sorbetti-2'),(9627,30946,'_wp_old_slug','moet-nectar-brut'),(9628,30946,'_wp_old_slug','laurent-perrier-brut'),(9629,30946,'_wp_old_slug','laurent-perrier-brut-rose'),(9630,30946,'_wp_old_slug','prosecco-nua'),(9631,30946,'_wp_old_slug','pongracz-nectar'),(9632,30946,'_wp_old_slug','krone-night-nectar'),(9633,30946,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9634,30946,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9635,30946,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9636,30946,'_wp_old_slug','steenberg-sauvignon-blanc'),(9637,30946,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9638,30946,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9639,30946,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9640,30946,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9641,30946,'_wp_old_slug','beaumont-chenin-blanc'),(9642,30946,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9643,30946,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9644,30946,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9645,30946,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9646,30946,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9647,30946,'_wp_old_slug','warwick-first-lady-chardonnay'),(9648,30946,'_wp_old_slug','meerlust-chardonnay'),(9649,30946,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9650,30946,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9651,30946,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9652,30946,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9653,30946,'_wp_old_slug','pheli-chardonnay'),(9654,30946,'_wp_old_slug','durbanville-hills-merlot-rose'),(9655,30946,'_wp_old_slug','de-grendel-rose'),(9656,30946,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9657,30946,'_wp_old_slug','david-and-nadia-aristargos'),(9658,30946,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(9659,30946,'_wp_old_slug','buitenverwachting-buiten-blanc'),(9660,30947,'price','315'),(9661,30947,'_edit_last','5'),(9662,30947,'_edit_lock','1618992198:5'),(9663,30947,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9664,30947,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9665,30947,'sku',''),(9666,30947,'mp_menu_gallery',''),(9667,30947,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9668,30947,'_wp_old_slug','mozzarelline-panate'),(9669,30947,'_wp_old_slug','mozzarelline-panate-3'),(9670,30947,'_wp_old_slug','mozzarelline-panate-3-2'),(9671,30947,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9672,30947,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9673,30947,'_wp_old_slug','fritto-mare'),(9674,30947,'_wp_old_slug','prosciutto-di-parma'),(9675,30947,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9676,30947,'_wp_old_slug','grilled-calamari-and-prawns'),(9677,30947,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9678,30947,'_wp_old_slug','straccetti-romana'),(9679,30947,'_wp_old_slug','sarde-grigliate'),(9680,30947,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9681,30947,'_wp_old_slug','carpaccio-di-manzo'),(9682,30947,'_wp_old_slug','leonardo-salad'),(9683,30947,'_wp_old_slug','augusto-salad'),(9684,30947,'_wp_old_slug','poseidon-salad'),(9685,30947,'_wp_old_slug','michelangelo-salad'),(9686,30947,'_wp_old_slug','gaspacho-soup'),(9687,30947,'_wp_old_slug','minestra-di-vegetali'),(9688,30947,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9689,30947,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9690,30947,'_wp_old_slug','ravioli-capresi-v'),(9691,30947,'_wp_old_slug','rigatoni-mamma-mia-v'),(9692,30947,'_wp_old_slug','risotto-pisellie-gamberi'),(9693,30947,'_wp_old_slug','carbonara-de-mare'),(9694,30947,'_wp_old_slug','costata-di-manzo'),(9695,30947,'_wp_old_slug','polletto-al-mattone'),(9696,30947,'_wp_old_slug','costolette-di-agnello'),(9697,30947,'_wp_old_slug','costoletta-di-maiale'),(9698,30947,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9699,30947,'_wp_old_slug','branzino-alla-griglia'),(9700,30947,'_wp_old_slug','salmone-arrosto'),(9701,30947,'_wp_old_slug','zuppa-de-molluschi'),(9702,30947,'_wp_old_slug','caciucco-livornese'),(9703,30947,'_wp_old_slug','sogliola-alla-griglia'),(9704,30947,'_wp_old_slug','pollo-ruspante'),(9705,30947,'_wp_old_slug','capretto-stufato'),(9706,30947,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9707,30947,'_wp_old_slug','fegato-alla-veneziana'),(9708,30947,'_wp_old_slug','coda-di-bue-vaccinara'),(9709,30947,'_wp_old_slug','margherita'),(9710,30947,'_wp_old_slug','mamma'),(9711,30947,'_wp_old_slug','partenope'),(9712,30947,'_wp_old_slug','allegra'),(9713,30947,'_wp_old_slug','martina'),(9714,30947,'_wp_old_slug','aurora'),(9715,30947,'_wp_old_slug','michele'),(9716,30947,'_wp_old_slug','kai'),(9717,30947,'_wp_old_slug','teresa'),(9718,30947,'_wp_old_slug','alessio'),(9719,30947,'_wp_old_slug','myka'),(9720,30947,'_wp_old_slug','stefano'),(9721,30947,'_wp_old_slug','saint'),(9722,30947,'_wp_old_slug','simone'),(9723,30947,'_wp_old_slug','tiramisu-oro-saiua'),(9724,30947,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9725,30947,'_wp_old_slug','cannoli-siciliani'),(9726,30947,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9727,30947,'_wp_old_slug','pastiera-napoletana'),(9728,30947,'_wp_old_slug','affogato-al-caffe'),(9729,30947,'_wp_old_slug','gelati-e-sorbetti-2'),(9730,30947,'_wp_old_slug','moet-nectar-brut'),(9731,30947,'_wp_old_slug','laurent-perrier-brut'),(9732,30947,'_wp_old_slug','laurent-perrier-brut-rose'),(9733,30947,'_wp_old_slug','prosecco-nua'),(9734,30947,'_wp_old_slug','pongracz-nectar'),(9735,30947,'_wp_old_slug','krone-night-nectar'),(9736,30947,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9737,30947,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9738,30947,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9739,30947,'_wp_old_slug','steenberg-sauvignon-blanc'),(9740,30947,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9741,30947,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9742,30947,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9743,30947,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9744,30947,'_wp_old_slug','beaumont-chenin-blanc'),(9745,30947,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9746,30947,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9747,30947,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9748,30947,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9749,30947,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9750,30947,'_wp_old_slug','warwick-first-lady-chardonnay'),(9751,30947,'_wp_old_slug','meerlust-chardonnay'),(9752,30947,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9753,30947,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9754,30947,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9755,30947,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9756,30947,'_wp_old_slug','pheli-chardonnay'),(9757,30947,'_wp_old_slug','durbanville-hills-merlot-rose'),(9758,30947,'_wp_old_slug','de-grendel-rose'),(9759,30947,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9760,30947,'_wp_old_slug','david-and-nadia-aristargos'),(9761,30947,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(9762,30947,'_wp_old_slug','buitenverwachting-buiten-blanc'),(9763,30947,'_wp_old_slug','miss-lucy-springfield-estate'),(9764,30949,'price','430'),(9765,30949,'_edit_last','5'),(9766,30949,'_edit_lock','1618992237:5'),(9767,30949,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9768,30949,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9769,30949,'sku',''),(9770,30949,'mp_menu_gallery',''),(9771,30949,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9772,30949,'_wp_old_slug','mozzarelline-panate'),(9773,30949,'_wp_old_slug','mozzarelline-panate-3'),(9774,30949,'_wp_old_slug','mozzarelline-panate-3-2'),(9775,30949,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9776,30949,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9777,30949,'_wp_old_slug','fritto-mare'),(9778,30949,'_wp_old_slug','prosciutto-di-parma'),(9779,30949,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9780,30949,'_wp_old_slug','grilled-calamari-and-prawns'),(9781,30949,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9782,30949,'_wp_old_slug','straccetti-romana'),(9783,30949,'_wp_old_slug','sarde-grigliate'),(9784,30949,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9785,30949,'_wp_old_slug','carpaccio-di-manzo'),(9786,30949,'_wp_old_slug','leonardo-salad'),(9787,30949,'_wp_old_slug','augusto-salad'),(9788,30949,'_wp_old_slug','poseidon-salad'),(9789,30949,'_wp_old_slug','michelangelo-salad'),(9790,30949,'_wp_old_slug','gaspacho-soup'),(9791,30949,'_wp_old_slug','minestra-di-vegetali'),(9792,30949,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9793,30949,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9794,30949,'_wp_old_slug','ravioli-capresi-v'),(9795,30949,'_wp_old_slug','rigatoni-mamma-mia-v'),(9796,30949,'_wp_old_slug','risotto-pisellie-gamberi'),(9797,30949,'_wp_old_slug','carbonara-de-mare'),(9798,30949,'_wp_old_slug','costata-di-manzo'),(9799,30949,'_wp_old_slug','polletto-al-mattone'),(9800,30949,'_wp_old_slug','costolette-di-agnello'),(9801,30949,'_wp_old_slug','costoletta-di-maiale'),(9802,30949,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9803,30949,'_wp_old_slug','branzino-alla-griglia'),(9804,30949,'_wp_old_slug','salmone-arrosto'),(9805,30949,'_wp_old_slug','zuppa-de-molluschi'),(9806,30949,'_wp_old_slug','caciucco-livornese'),(9807,30949,'_wp_old_slug','sogliola-alla-griglia'),(9808,30949,'_wp_old_slug','pollo-ruspante'),(9809,30949,'_wp_old_slug','capretto-stufato'),(9810,30949,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9811,30949,'_wp_old_slug','fegato-alla-veneziana'),(9812,30949,'_wp_old_slug','coda-di-bue-vaccinara'),(9813,30949,'_wp_old_slug','margherita'),(9814,30949,'_wp_old_slug','mamma'),(9815,30949,'_wp_old_slug','partenope'),(9816,30949,'_wp_old_slug','allegra'),(9817,30949,'_wp_old_slug','martina'),(9818,30949,'_wp_old_slug','aurora'),(9819,30949,'_wp_old_slug','michele'),(9820,30949,'_wp_old_slug','kai'),(9821,30949,'_wp_old_slug','teresa'),(9822,30949,'_wp_old_slug','alessio'),(9823,30949,'_wp_old_slug','myka'),(9824,30949,'_wp_old_slug','stefano'),(9825,30949,'_wp_old_slug','saint'),(9826,30949,'_wp_old_slug','simone'),(9827,30949,'_wp_old_slug','tiramisu-oro-saiua'),(9828,30949,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9829,30949,'_wp_old_slug','cannoli-siciliani'),(9830,30949,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9831,30949,'_wp_old_slug','pastiera-napoletana'),(9832,30949,'_wp_old_slug','affogato-al-caffe'),(9833,30949,'_wp_old_slug','gelati-e-sorbetti-2'),(9834,30949,'_wp_old_slug','moet-nectar-brut'),(9835,30949,'_wp_old_slug','laurent-perrier-brut'),(9836,30949,'_wp_old_slug','laurent-perrier-brut-rose'),(9837,30949,'_wp_old_slug','prosecco-nua'),(9838,30949,'_wp_old_slug','pongracz-nectar'),(9839,30949,'_wp_old_slug','krone-night-nectar'),(9840,30949,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9841,30949,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9842,30949,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9843,30949,'_wp_old_slug','steenberg-sauvignon-blanc'),(9844,30949,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9845,30949,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9846,30949,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9847,30949,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9848,30949,'_wp_old_slug','beaumont-chenin-blanc'),(9849,30949,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9850,30949,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9851,30949,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9852,30949,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9853,30949,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9854,30949,'_wp_old_slug','warwick-first-lady-chardonnay'),(9855,30949,'_wp_old_slug','meerlust-chardonnay'),(9856,30949,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9857,30949,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9858,30949,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9859,30949,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9860,30949,'_wp_old_slug','pheli-chardonnay'),(9861,30949,'_wp_old_slug','durbanville-hills-merlot-rose'),(9862,30949,'_wp_old_slug','de-grendel-rose'),(9863,30949,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9864,30949,'_wp_old_slug','david-and-nadia-aristargos'),(9865,30949,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(9866,30949,'_wp_old_slug','buitenverwachting-buiten-blanc'),(9867,30949,'_wp_old_slug','miss-lucy-springfield-estate'),(9868,30949,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(9869,30950,'price','230'),(9870,30950,'_edit_last','5'),(9871,30950,'_edit_lock','1618992270:5'),(9872,30950,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9873,30950,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9874,30950,'sku',''),(9875,30950,'mp_menu_gallery',''),(9876,30950,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9877,30950,'_wp_old_slug','mozzarelline-panate'),(9878,30950,'_wp_old_slug','mozzarelline-panate-3'),(9879,30950,'_wp_old_slug','mozzarelline-panate-3-2'),(9880,30950,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9881,30950,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9882,30950,'_wp_old_slug','fritto-mare'),(9883,30950,'_wp_old_slug','prosciutto-di-parma'),(9884,30950,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9885,30950,'_wp_old_slug','grilled-calamari-and-prawns'),(9886,30950,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9887,30950,'_wp_old_slug','straccetti-romana'),(9888,30950,'_wp_old_slug','sarde-grigliate'),(9889,30950,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9890,30950,'_wp_old_slug','carpaccio-di-manzo'),(9891,30950,'_wp_old_slug','leonardo-salad'),(9892,30950,'_wp_old_slug','augusto-salad'),(9893,30950,'_wp_old_slug','poseidon-salad'),(9894,30950,'_wp_old_slug','michelangelo-salad'),(9895,30950,'_wp_old_slug','gaspacho-soup'),(9896,30950,'_wp_old_slug','minestra-di-vegetali'),(9897,30950,'_wp_old_slug','pappardelle-pasta-al-ragu'),(9898,30950,'_wp_old_slug','linguine-ai-frutti-di-mare'),(9899,30950,'_wp_old_slug','ravioli-capresi-v'),(9900,30950,'_wp_old_slug','rigatoni-mamma-mia-v'),(9901,30950,'_wp_old_slug','risotto-pisellie-gamberi'),(9902,30950,'_wp_old_slug','carbonara-de-mare'),(9903,30950,'_wp_old_slug','costata-di-manzo'),(9904,30950,'_wp_old_slug','polletto-al-mattone'),(9905,30950,'_wp_old_slug','costolette-di-agnello'),(9906,30950,'_wp_old_slug','costoletta-di-maiale'),(9907,30950,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(9908,30950,'_wp_old_slug','branzino-alla-griglia'),(9909,30950,'_wp_old_slug','salmone-arrosto'),(9910,30950,'_wp_old_slug','zuppa-de-molluschi'),(9911,30950,'_wp_old_slug','caciucco-livornese'),(9912,30950,'_wp_old_slug','sogliola-alla-griglia'),(9913,30950,'_wp_old_slug','pollo-ruspante'),(9914,30950,'_wp_old_slug','capretto-stufato'),(9915,30950,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(9916,30950,'_wp_old_slug','fegato-alla-veneziana'),(9917,30950,'_wp_old_slug','coda-di-bue-vaccinara'),(9918,30950,'_wp_old_slug','margherita'),(9919,30950,'_wp_old_slug','mamma'),(9920,30950,'_wp_old_slug','partenope'),(9921,30950,'_wp_old_slug','allegra'),(9922,30950,'_wp_old_slug','martina'),(9923,30950,'_wp_old_slug','aurora'),(9924,30950,'_wp_old_slug','michele'),(9925,30950,'_wp_old_slug','kai'),(9926,30950,'_wp_old_slug','teresa'),(9927,30950,'_wp_old_slug','alessio'),(9928,30950,'_wp_old_slug','myka'),(9929,30950,'_wp_old_slug','stefano'),(9930,30950,'_wp_old_slug','saint'),(9931,30950,'_wp_old_slug','simone'),(9932,30950,'_wp_old_slug','tiramisu-oro-saiua'),(9933,30950,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(9934,30950,'_wp_old_slug','cannoli-siciliani'),(9935,30950,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(9936,30950,'_wp_old_slug','pastiera-napoletana'),(9937,30950,'_wp_old_slug','affogato-al-caffe'),(9938,30950,'_wp_old_slug','gelati-e-sorbetti-2'),(9939,30950,'_wp_old_slug','moet-nectar-brut'),(9940,30950,'_wp_old_slug','laurent-perrier-brut'),(9941,30950,'_wp_old_slug','laurent-perrier-brut-rose'),(9942,30950,'_wp_old_slug','prosecco-nua'),(9943,30950,'_wp_old_slug','pongracz-nectar'),(9944,30950,'_wp_old_slug','krone-night-nectar'),(9945,30950,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(9946,30950,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(9947,30950,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(9948,30950,'_wp_old_slug','steenberg-sauvignon-blanc'),(9949,30950,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(9950,30950,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(9951,30950,'_wp_old_slug','durbanville-hills-chenin-blanc'),(9952,30950,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(9953,30950,'_wp_old_slug','beaumont-chenin-blanc'),(9954,30950,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(9955,30950,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(9956,30950,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(9957,30950,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(9958,30950,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(9959,30950,'_wp_old_slug','warwick-first-lady-chardonnay'),(9960,30950,'_wp_old_slug','meerlust-chardonnay'),(9961,30950,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(9962,30950,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(9963,30950,'_wp_old_slug','jordan-nine-yards-chardonnay'),(9964,30950,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(9965,30950,'_wp_old_slug','pheli-chardonnay'),(9966,30950,'_wp_old_slug','durbanville-hills-merlot-rose'),(9967,30950,'_wp_old_slug','de-grendel-rose'),(9968,30950,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(9969,30950,'_wp_old_slug','david-and-nadia-aristargos'),(9970,30950,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(9971,30950,'_wp_old_slug','buitenverwachting-buiten-blanc'),(9972,30950,'_wp_old_slug','miss-lucy-springfield-estate'),(9973,30950,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(9974,30950,'_wp_old_slug','idiom-viogner'),(9975,30952,'price','175'),(9976,30952,'_edit_last','5'),(9977,30952,'_edit_lock','1618992433:5'),(9978,30952,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(9979,30952,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(9980,30952,'sku',''),(9981,30952,'mp_menu_gallery',''),(9982,30952,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(9983,30952,'_wp_old_slug','mozzarelline-panate'),(9984,30952,'_wp_old_slug','mozzarelline-panate-3'),(9985,30952,'_wp_old_slug','mozzarelline-panate-3-2'),(9986,30952,'_wp_old_slug','mozzarelline-panate-3-2-2'),(9987,30952,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(9988,30952,'_wp_old_slug','fritto-mare'),(9989,30952,'_wp_old_slug','prosciutto-di-parma'),(9990,30952,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(9991,30952,'_wp_old_slug','grilled-calamari-and-prawns'),(9992,30952,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(9993,30952,'_wp_old_slug','straccetti-romana'),(9994,30952,'_wp_old_slug','sarde-grigliate'),(9995,30952,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(9996,30952,'_wp_old_slug','carpaccio-di-manzo'),(9997,30952,'_wp_old_slug','leonardo-salad'),(9998,30952,'_wp_old_slug','augusto-salad'),(9999,30952,'_wp_old_slug','poseidon-salad'),(10000,30952,'_wp_old_slug','michelangelo-salad'),(10001,30952,'_wp_old_slug','gaspacho-soup'),(10002,30952,'_wp_old_slug','minestra-di-vegetali'),(10003,30952,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10004,30952,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10005,30952,'_wp_old_slug','ravioli-capresi-v'),(10006,30952,'_wp_old_slug','rigatoni-mamma-mia-v'),(10007,30952,'_wp_old_slug','risotto-pisellie-gamberi'),(10008,30952,'_wp_old_slug','carbonara-de-mare'),(10009,30952,'_wp_old_slug','costata-di-manzo'),(10010,30952,'_wp_old_slug','polletto-al-mattone'),(10011,30952,'_wp_old_slug','costolette-di-agnello'),(10012,30952,'_wp_old_slug','costoletta-di-maiale'),(10013,30952,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10014,30952,'_wp_old_slug','branzino-alla-griglia'),(10015,30952,'_wp_old_slug','salmone-arrosto'),(10016,30952,'_wp_old_slug','zuppa-de-molluschi'),(10017,30952,'_wp_old_slug','caciucco-livornese'),(10018,30952,'_wp_old_slug','sogliola-alla-griglia'),(10019,30952,'_wp_old_slug','pollo-ruspante'),(10020,30952,'_wp_old_slug','capretto-stufato'),(10021,30952,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10022,30952,'_wp_old_slug','fegato-alla-veneziana'),(10023,30952,'_wp_old_slug','coda-di-bue-vaccinara'),(10024,30952,'_wp_old_slug','margherita'),(10025,30952,'_wp_old_slug','mamma'),(10026,30952,'_wp_old_slug','partenope'),(10027,30952,'_wp_old_slug','allegra'),(10028,30952,'_wp_old_slug','martina'),(10029,30952,'_wp_old_slug','aurora'),(10030,30952,'_wp_old_slug','michele'),(10031,30952,'_wp_old_slug','kai'),(10032,30952,'_wp_old_slug','teresa'),(10033,30952,'_wp_old_slug','alessio'),(10034,30952,'_wp_old_slug','myka'),(10035,30952,'_wp_old_slug','stefano'),(10036,30952,'_wp_old_slug','saint'),(10037,30952,'_wp_old_slug','simone'),(10038,30952,'_wp_old_slug','tiramisu-oro-saiua'),(10039,30952,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10040,30952,'_wp_old_slug','cannoli-siciliani'),(10041,30952,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10042,30952,'_wp_old_slug','pastiera-napoletana'),(10043,30952,'_wp_old_slug','affogato-al-caffe'),(10044,30952,'_wp_old_slug','gelati-e-sorbetti-2'),(10045,30952,'_wp_old_slug','moet-nectar-brut'),(10046,30952,'_wp_old_slug','laurent-perrier-brut'),(10047,30952,'_wp_old_slug','laurent-perrier-brut-rose'),(10048,30952,'_wp_old_slug','prosecco-nua'),(10049,30952,'_wp_old_slug','pongracz-nectar'),(10050,30952,'_wp_old_slug','krone-night-nectar'),(10051,30952,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10052,30952,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10053,30952,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10054,30952,'_wp_old_slug','steenberg-sauvignon-blanc'),(10055,30952,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10056,30952,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10057,30952,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10058,30952,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10059,30952,'_wp_old_slug','beaumont-chenin-blanc'),(10060,30952,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10061,30952,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10062,30952,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10063,30952,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10064,30952,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10065,30952,'_wp_old_slug','warwick-first-lady-chardonnay'),(10066,30952,'_wp_old_slug','meerlust-chardonnay'),(10067,30952,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10068,30952,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10069,30952,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10070,30952,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10071,30952,'_wp_old_slug','pheli-chardonnay'),(10072,30952,'_wp_old_slug','durbanville-hills-merlot-rose'),(10073,30952,'_wp_old_slug','de-grendel-rose'),(10074,30952,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10075,30952,'_wp_old_slug','david-and-nadia-aristargos'),(10076,30952,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10077,30952,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10078,30952,'_wp_old_slug','miss-lucy-springfield-estate'),(10079,30952,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10080,30952,'_wp_old_slug','idiom-viogner'),(10081,30953,'price','400'),(10082,30953,'_edit_last','5'),(10083,30953,'_edit_lock','1618992468:5'),(10084,30953,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10085,30953,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10086,30953,'sku',''),(10087,30953,'mp_menu_gallery',''),(10088,30953,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10089,30953,'_wp_old_slug','mozzarelline-panate'),(10090,30953,'_wp_old_slug','mozzarelline-panate-3'),(10091,30953,'_wp_old_slug','mozzarelline-panate-3-2'),(10092,30953,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10093,30953,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10094,30953,'_wp_old_slug','fritto-mare'),(10095,30953,'_wp_old_slug','prosciutto-di-parma'),(10096,30953,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10097,30953,'_wp_old_slug','grilled-calamari-and-prawns'),(10098,30953,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10099,30953,'_wp_old_slug','straccetti-romana'),(10100,30953,'_wp_old_slug','sarde-grigliate'),(10101,30953,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10102,30953,'_wp_old_slug','carpaccio-di-manzo'),(10103,30953,'_wp_old_slug','leonardo-salad'),(10104,30953,'_wp_old_slug','augusto-salad'),(10105,30953,'_wp_old_slug','poseidon-salad'),(10106,30953,'_wp_old_slug','michelangelo-salad'),(10107,30953,'_wp_old_slug','gaspacho-soup'),(10108,30953,'_wp_old_slug','minestra-di-vegetali'),(10109,30953,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10110,30953,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10111,30953,'_wp_old_slug','ravioli-capresi-v'),(10112,30953,'_wp_old_slug','rigatoni-mamma-mia-v'),(10113,30953,'_wp_old_slug','risotto-pisellie-gamberi'),(10114,30953,'_wp_old_slug','carbonara-de-mare'),(10115,30953,'_wp_old_slug','costata-di-manzo'),(10116,30953,'_wp_old_slug','polletto-al-mattone'),(10117,30953,'_wp_old_slug','costolette-di-agnello'),(10118,30953,'_wp_old_slug','costoletta-di-maiale'),(10119,30953,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10120,30953,'_wp_old_slug','branzino-alla-griglia'),(10121,30953,'_wp_old_slug','salmone-arrosto'),(10122,30953,'_wp_old_slug','zuppa-de-molluschi'),(10123,30953,'_wp_old_slug','caciucco-livornese'),(10124,30953,'_wp_old_slug','sogliola-alla-griglia'),(10125,30953,'_wp_old_slug','pollo-ruspante'),(10126,30953,'_wp_old_slug','capretto-stufato'),(10127,30953,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10128,30953,'_wp_old_slug','fegato-alla-veneziana'),(10129,30953,'_wp_old_slug','coda-di-bue-vaccinara'),(10130,30953,'_wp_old_slug','margherita'),(10131,30953,'_wp_old_slug','mamma'),(10132,30953,'_wp_old_slug','partenope'),(10133,30953,'_wp_old_slug','allegra'),(10134,30953,'_wp_old_slug','martina'),(10135,30953,'_wp_old_slug','aurora'),(10136,30953,'_wp_old_slug','michele'),(10137,30953,'_wp_old_slug','kai'),(10138,30953,'_wp_old_slug','teresa'),(10139,30953,'_wp_old_slug','alessio'),(10140,30953,'_wp_old_slug','myka'),(10141,30953,'_wp_old_slug','stefano'),(10142,30953,'_wp_old_slug','saint'),(10143,30953,'_wp_old_slug','simone'),(10144,30953,'_wp_old_slug','tiramisu-oro-saiua'),(10145,30953,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10146,30953,'_wp_old_slug','cannoli-siciliani'),(10147,30953,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10148,30953,'_wp_old_slug','pastiera-napoletana'),(10149,30953,'_wp_old_slug','affogato-al-caffe'),(10150,30953,'_wp_old_slug','gelati-e-sorbetti-2'),(10151,30953,'_wp_old_slug','moet-nectar-brut'),(10152,30953,'_wp_old_slug','laurent-perrier-brut'),(10153,30953,'_wp_old_slug','laurent-perrier-brut-rose'),(10154,30953,'_wp_old_slug','prosecco-nua'),(10155,30953,'_wp_old_slug','pongracz-nectar'),(10156,30953,'_wp_old_slug','krone-night-nectar'),(10157,30953,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10158,30953,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10159,30953,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10160,30953,'_wp_old_slug','steenberg-sauvignon-blanc'),(10161,30953,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10162,30953,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10163,30953,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10164,30953,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10165,30953,'_wp_old_slug','beaumont-chenin-blanc'),(10166,30953,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10167,30953,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10168,30953,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10169,30953,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10170,30953,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10171,30953,'_wp_old_slug','warwick-first-lady-chardonnay'),(10172,30953,'_wp_old_slug','meerlust-chardonnay'),(10173,30953,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10174,30953,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10175,30953,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10176,30953,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10177,30953,'_wp_old_slug','pheli-chardonnay'),(10178,30953,'_wp_old_slug','durbanville-hills-merlot-rose'),(10179,30953,'_wp_old_slug','de-grendel-rose'),(10180,30953,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10181,30953,'_wp_old_slug','david-and-nadia-aristargos'),(10182,30953,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10183,30953,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10184,30953,'_wp_old_slug','miss-lucy-springfield-estate'),(10185,30953,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10186,30953,'_wp_old_slug','idiom-viogner'),(10187,30953,'_wp_old_slug','durbanville-hills-merlot'),(10188,30954,'price','348'),(10189,30954,'_edit_last','5'),(10190,30954,'_edit_lock','1618992533:5'),(10191,30954,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10192,30954,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10193,30954,'sku',''),(10194,30954,'mp_menu_gallery',''),(10195,30954,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10196,30954,'_wp_old_slug','mozzarelline-panate'),(10197,30954,'_wp_old_slug','mozzarelline-panate-3'),(10198,30954,'_wp_old_slug','mozzarelline-panate-3-2'),(10199,30954,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10200,30954,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10201,30954,'_wp_old_slug','fritto-mare'),(10202,30954,'_wp_old_slug','prosciutto-di-parma'),(10203,30954,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10204,30954,'_wp_old_slug','grilled-calamari-and-prawns'),(10205,30954,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10206,30954,'_wp_old_slug','straccetti-romana'),(10207,30954,'_wp_old_slug','sarde-grigliate'),(10208,30954,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10209,30954,'_wp_old_slug','carpaccio-di-manzo'),(10210,30954,'_wp_old_slug','leonardo-salad'),(10211,30954,'_wp_old_slug','augusto-salad'),(10212,30954,'_wp_old_slug','poseidon-salad'),(10213,30954,'_wp_old_slug','michelangelo-salad'),(10214,30954,'_wp_old_slug','gaspacho-soup'),(10215,30954,'_wp_old_slug','minestra-di-vegetali'),(10216,30954,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10217,30954,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10218,30954,'_wp_old_slug','ravioli-capresi-v'),(10219,30954,'_wp_old_slug','rigatoni-mamma-mia-v'),(10220,30954,'_wp_old_slug','risotto-pisellie-gamberi'),(10221,30954,'_wp_old_slug','carbonara-de-mare'),(10222,30954,'_wp_old_slug','costata-di-manzo'),(10223,30954,'_wp_old_slug','polletto-al-mattone'),(10224,30954,'_wp_old_slug','costolette-di-agnello'),(10225,30954,'_wp_old_slug','costoletta-di-maiale'),(10226,30954,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10227,30954,'_wp_old_slug','branzino-alla-griglia'),(10228,30954,'_wp_old_slug','salmone-arrosto'),(10229,30954,'_wp_old_slug','zuppa-de-molluschi'),(10230,30954,'_wp_old_slug','caciucco-livornese'),(10231,30954,'_wp_old_slug','sogliola-alla-griglia'),(10232,30954,'_wp_old_slug','pollo-ruspante'),(10233,30954,'_wp_old_slug','capretto-stufato'),(10234,30954,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10235,30954,'_wp_old_slug','fegato-alla-veneziana'),(10236,30954,'_wp_old_slug','coda-di-bue-vaccinara'),(10237,30954,'_wp_old_slug','margherita'),(10238,30954,'_wp_old_slug','mamma'),(10239,30954,'_wp_old_slug','partenope'),(10240,30954,'_wp_old_slug','allegra'),(10241,30954,'_wp_old_slug','martina'),(10242,30954,'_wp_old_slug','aurora'),(10243,30954,'_wp_old_slug','michele'),(10244,30954,'_wp_old_slug','kai'),(10245,30954,'_wp_old_slug','teresa'),(10246,30954,'_wp_old_slug','alessio'),(10247,30954,'_wp_old_slug','myka'),(10248,30954,'_wp_old_slug','stefano'),(10249,30954,'_wp_old_slug','saint'),(10250,30954,'_wp_old_slug','simone'),(10251,30954,'_wp_old_slug','tiramisu-oro-saiua'),(10252,30954,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10253,30954,'_wp_old_slug','cannoli-siciliani'),(10254,30954,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10255,30954,'_wp_old_slug','pastiera-napoletana'),(10256,30954,'_wp_old_slug','affogato-al-caffe'),(10257,30954,'_wp_old_slug','gelati-e-sorbetti-2'),(10258,30954,'_wp_old_slug','moet-nectar-brut'),(10259,30954,'_wp_old_slug','laurent-perrier-brut'),(10260,30954,'_wp_old_slug','laurent-perrier-brut-rose'),(10261,30954,'_wp_old_slug','prosecco-nua'),(10262,30954,'_wp_old_slug','pongracz-nectar'),(10263,30954,'_wp_old_slug','krone-night-nectar'),(10264,30954,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10265,30954,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10266,30954,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10267,30954,'_wp_old_slug','steenberg-sauvignon-blanc'),(10268,30954,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10269,30954,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10270,30954,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10271,30954,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10272,30954,'_wp_old_slug','beaumont-chenin-blanc'),(10273,30954,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10274,30954,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10275,30954,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10276,30954,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10277,30954,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10278,30954,'_wp_old_slug','warwick-first-lady-chardonnay'),(10279,30954,'_wp_old_slug','meerlust-chardonnay'),(10280,30954,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10281,30954,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10282,30954,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10283,30954,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10284,30954,'_wp_old_slug','pheli-chardonnay'),(10285,30954,'_wp_old_slug','durbanville-hills-merlot-rose'),(10286,30954,'_wp_old_slug','de-grendel-rose'),(10287,30954,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10288,30954,'_wp_old_slug','david-and-nadia-aristargos'),(10289,30954,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10290,30954,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10291,30954,'_wp_old_slug','miss-lucy-springfield-estate'),(10292,30954,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10293,30954,'_wp_old_slug','idiom-viogner'),(10294,30954,'_wp_old_slug','durbanville-hills-merlot'),(10295,30954,'_wp_old_slug','ln-merlot'),(10296,30955,'price','450'),(10297,30955,'_edit_last','5'),(10298,30955,'_edit_lock','1618992587:5'),(10299,30955,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10300,30955,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10301,30955,'sku',''),(10302,30955,'mp_menu_gallery',''),(10303,30955,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10304,30955,'_wp_old_slug','mozzarelline-panate'),(10305,30955,'_wp_old_slug','mozzarelline-panate-3'),(10306,30955,'_wp_old_slug','mozzarelline-panate-3-2'),(10307,30955,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10308,30955,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10309,30955,'_wp_old_slug','fritto-mare'),(10310,30955,'_wp_old_slug','prosciutto-di-parma'),(10311,30955,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10312,30955,'_wp_old_slug','grilled-calamari-and-prawns'),(10313,30955,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10314,30955,'_wp_old_slug','straccetti-romana'),(10315,30955,'_wp_old_slug','sarde-grigliate'),(10316,30955,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10317,30955,'_wp_old_slug','carpaccio-di-manzo'),(10318,30955,'_wp_old_slug','leonardo-salad'),(10319,30955,'_wp_old_slug','augusto-salad'),(10320,30955,'_wp_old_slug','poseidon-salad'),(10321,30955,'_wp_old_slug','michelangelo-salad'),(10322,30955,'_wp_old_slug','gaspacho-soup'),(10323,30955,'_wp_old_slug','minestra-di-vegetali'),(10324,30955,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10325,30955,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10326,30955,'_wp_old_slug','ravioli-capresi-v'),(10327,30955,'_wp_old_slug','rigatoni-mamma-mia-v'),(10328,30955,'_wp_old_slug','risotto-pisellie-gamberi'),(10329,30955,'_wp_old_slug','carbonara-de-mare'),(10330,30955,'_wp_old_slug','costata-di-manzo'),(10331,30955,'_wp_old_slug','polletto-al-mattone'),(10332,30955,'_wp_old_slug','costolette-di-agnello'),(10333,30955,'_wp_old_slug','costoletta-di-maiale'),(10334,30955,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10335,30955,'_wp_old_slug','branzino-alla-griglia'),(10336,30955,'_wp_old_slug','salmone-arrosto'),(10337,30955,'_wp_old_slug','zuppa-de-molluschi'),(10338,30955,'_wp_old_slug','caciucco-livornese'),(10339,30955,'_wp_old_slug','sogliola-alla-griglia'),(10340,30955,'_wp_old_slug','pollo-ruspante'),(10341,30955,'_wp_old_slug','capretto-stufato'),(10342,30955,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10343,30955,'_wp_old_slug','fegato-alla-veneziana'),(10344,30955,'_wp_old_slug','coda-di-bue-vaccinara'),(10345,30955,'_wp_old_slug','margherita'),(10346,30955,'_wp_old_slug','mamma'),(10347,30955,'_wp_old_slug','partenope'),(10348,30955,'_wp_old_slug','allegra'),(10349,30955,'_wp_old_slug','martina'),(10350,30955,'_wp_old_slug','aurora'),(10351,30955,'_wp_old_slug','michele'),(10352,30955,'_wp_old_slug','kai'),(10353,30955,'_wp_old_slug','teresa'),(10354,30955,'_wp_old_slug','alessio'),(10355,30955,'_wp_old_slug','myka'),(10356,30955,'_wp_old_slug','stefano'),(10357,30955,'_wp_old_slug','saint'),(10358,30955,'_wp_old_slug','simone'),(10359,30955,'_wp_old_slug','tiramisu-oro-saiua'),(10360,30955,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10361,30955,'_wp_old_slug','cannoli-siciliani'),(10362,30955,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10363,30955,'_wp_old_slug','pastiera-napoletana'),(10364,30955,'_wp_old_slug','affogato-al-caffe'),(10365,30955,'_wp_old_slug','gelati-e-sorbetti-2'),(10366,30955,'_wp_old_slug','moet-nectar-brut'),(10367,30955,'_wp_old_slug','laurent-perrier-brut'),(10368,30955,'_wp_old_slug','laurent-perrier-brut-rose'),(10369,30955,'_wp_old_slug','prosecco-nua'),(10370,30955,'_wp_old_slug','pongracz-nectar'),(10371,30955,'_wp_old_slug','krone-night-nectar'),(10372,30955,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10373,30955,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10374,30955,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10375,30955,'_wp_old_slug','steenberg-sauvignon-blanc'),(10376,30955,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10377,30955,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10378,30955,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10379,30955,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10380,30955,'_wp_old_slug','beaumont-chenin-blanc'),(10381,30955,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10382,30955,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10383,30955,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10384,30955,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10385,30955,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10386,30955,'_wp_old_slug','warwick-first-lady-chardonnay'),(10387,30955,'_wp_old_slug','meerlust-chardonnay'),(10388,30955,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10389,30955,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10390,30955,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10391,30955,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10392,30955,'_wp_old_slug','pheli-chardonnay'),(10393,30955,'_wp_old_slug','durbanville-hills-merlot-rose'),(10394,30955,'_wp_old_slug','de-grendel-rose'),(10395,30955,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10396,30955,'_wp_old_slug','david-and-nadia-aristargos'),(10397,30955,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10398,30955,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10399,30955,'_wp_old_slug','miss-lucy-springfield-estate'),(10400,30955,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10401,30955,'_wp_old_slug','idiom-viogner'),(10402,30955,'_wp_old_slug','durbanville-hills-merlot'),(10403,30955,'_wp_old_slug','ln-merlot'),(10404,30955,'_wp_old_slug','stellenbosch-merlot-reserve'),(10405,30956,'price','175'),(10406,30956,'_edit_last','5'),(10407,30956,'_edit_lock','1618992663:5'),(10408,30956,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10409,30956,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10410,30956,'sku',''),(10411,30956,'mp_menu_gallery',''),(10412,30956,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10413,30956,'_wp_old_slug','mozzarelline-panate'),(10414,30956,'_wp_old_slug','mozzarelline-panate-3'),(10415,30956,'_wp_old_slug','mozzarelline-panate-3-2'),(10416,30956,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10417,30956,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10418,30956,'_wp_old_slug','fritto-mare'),(10419,30956,'_wp_old_slug','prosciutto-di-parma'),(10420,30956,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10421,30956,'_wp_old_slug','grilled-calamari-and-prawns'),(10422,30956,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10423,30956,'_wp_old_slug','straccetti-romana'),(10424,30956,'_wp_old_slug','sarde-grigliate'),(10425,30956,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10426,30956,'_wp_old_slug','carpaccio-di-manzo'),(10427,30956,'_wp_old_slug','leonardo-salad'),(10428,30956,'_wp_old_slug','augusto-salad'),(10429,30956,'_wp_old_slug','poseidon-salad'),(10430,30956,'_wp_old_slug','michelangelo-salad'),(10431,30956,'_wp_old_slug','gaspacho-soup'),(10432,30956,'_wp_old_slug','minestra-di-vegetali'),(10433,30956,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10434,30956,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10435,30956,'_wp_old_slug','ravioli-capresi-v'),(10436,30956,'_wp_old_slug','rigatoni-mamma-mia-v'),(10437,30956,'_wp_old_slug','risotto-pisellie-gamberi'),(10438,30956,'_wp_old_slug','carbonara-de-mare'),(10439,30956,'_wp_old_slug','costata-di-manzo'),(10440,30956,'_wp_old_slug','polletto-al-mattone'),(10441,30956,'_wp_old_slug','costolette-di-agnello'),(10442,30956,'_wp_old_slug','costoletta-di-maiale'),(10443,30956,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10444,30956,'_wp_old_slug','branzino-alla-griglia'),(10445,30956,'_wp_old_slug','salmone-arrosto'),(10446,30956,'_wp_old_slug','zuppa-de-molluschi'),(10447,30956,'_wp_old_slug','caciucco-livornese'),(10448,30956,'_wp_old_slug','sogliola-alla-griglia'),(10449,30956,'_wp_old_slug','pollo-ruspante'),(10450,30956,'_wp_old_slug','capretto-stufato'),(10451,30956,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10452,30956,'_wp_old_slug','fegato-alla-veneziana'),(10453,30956,'_wp_old_slug','coda-di-bue-vaccinara'),(10454,30956,'_wp_old_slug','margherita'),(10455,30956,'_wp_old_slug','mamma'),(10456,30956,'_wp_old_slug','partenope'),(10457,30956,'_wp_old_slug','allegra'),(10458,30956,'_wp_old_slug','martina'),(10459,30956,'_wp_old_slug','aurora'),(10460,30956,'_wp_old_slug','michele'),(10461,30956,'_wp_old_slug','kai'),(10462,30956,'_wp_old_slug','teresa'),(10463,30956,'_wp_old_slug','alessio'),(10464,30956,'_wp_old_slug','myka'),(10465,30956,'_wp_old_slug','stefano'),(10466,30956,'_wp_old_slug','saint'),(10467,30956,'_wp_old_slug','simone'),(10468,30956,'_wp_old_slug','tiramisu-oro-saiua'),(10469,30956,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10470,30956,'_wp_old_slug','cannoli-siciliani'),(10471,30956,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10472,30956,'_wp_old_slug','pastiera-napoletana'),(10473,30956,'_wp_old_slug','affogato-al-caffe'),(10474,30956,'_wp_old_slug','gelati-e-sorbetti-2'),(10475,30956,'_wp_old_slug','moet-nectar-brut'),(10476,30956,'_wp_old_slug','laurent-perrier-brut'),(10477,30956,'_wp_old_slug','laurent-perrier-brut-rose'),(10478,30956,'_wp_old_slug','prosecco-nua'),(10479,30956,'_wp_old_slug','pongracz-nectar'),(10480,30956,'_wp_old_slug','krone-night-nectar'),(10481,30956,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10482,30956,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10483,30956,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10484,30956,'_wp_old_slug','steenberg-sauvignon-blanc'),(10485,30956,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10486,30956,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10487,30956,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10488,30956,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10489,30956,'_wp_old_slug','beaumont-chenin-blanc'),(10490,30956,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10491,30956,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10492,30956,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10493,30956,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10494,30956,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10495,30956,'_wp_old_slug','warwick-first-lady-chardonnay'),(10496,30956,'_wp_old_slug','meerlust-chardonnay'),(10497,30956,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10498,30956,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10499,30956,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10500,30956,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10501,30956,'_wp_old_slug','pheli-chardonnay'),(10502,30956,'_wp_old_slug','durbanville-hills-merlot-rose'),(10503,30956,'_wp_old_slug','de-grendel-rose'),(10504,30956,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10505,30956,'_wp_old_slug','david-and-nadia-aristargos'),(10506,30956,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10507,30956,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10508,30956,'_wp_old_slug','miss-lucy-springfield-estate'),(10509,30956,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10510,30956,'_wp_old_slug','idiom-viogner'),(10511,30956,'_wp_old_slug','durbanville-hills-merlot'),(10512,30956,'_wp_old_slug','ln-merlot'),(10513,30956,'_wp_old_slug','stellenbosch-merlot-reserve'),(10514,30956,'_wp_old_slug','hartenberg-merlot'),(10515,30957,'price','360'),(10516,30957,'_edit_last','5'),(10517,30957,'_edit_lock','1618992695:5'),(10518,30957,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10519,30957,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10520,30957,'sku',''),(10521,30957,'mp_menu_gallery',''),(10522,30957,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10523,30957,'_wp_old_slug','mozzarelline-panate'),(10524,30957,'_wp_old_slug','mozzarelline-panate-3'),(10525,30957,'_wp_old_slug','mozzarelline-panate-3-2'),(10526,30957,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10527,30957,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10528,30957,'_wp_old_slug','fritto-mare'),(10529,30957,'_wp_old_slug','prosciutto-di-parma'),(10530,30957,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10531,30957,'_wp_old_slug','grilled-calamari-and-prawns'),(10532,30957,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10533,30957,'_wp_old_slug','straccetti-romana'),(10534,30957,'_wp_old_slug','sarde-grigliate'),(10535,30957,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10536,30957,'_wp_old_slug','carpaccio-di-manzo'),(10537,30957,'_wp_old_slug','leonardo-salad'),(10538,30957,'_wp_old_slug','augusto-salad'),(10539,30957,'_wp_old_slug','poseidon-salad'),(10540,30957,'_wp_old_slug','michelangelo-salad'),(10541,30957,'_wp_old_slug','gaspacho-soup'),(10542,30957,'_wp_old_slug','minestra-di-vegetali'),(10543,30957,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10544,30957,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10545,30957,'_wp_old_slug','ravioli-capresi-v'),(10546,30957,'_wp_old_slug','rigatoni-mamma-mia-v'),(10547,30957,'_wp_old_slug','risotto-pisellie-gamberi'),(10548,30957,'_wp_old_slug','carbonara-de-mare'),(10549,30957,'_wp_old_slug','costata-di-manzo'),(10550,30957,'_wp_old_slug','polletto-al-mattone'),(10551,30957,'_wp_old_slug','costolette-di-agnello'),(10552,30957,'_wp_old_slug','costoletta-di-maiale'),(10553,30957,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10554,30957,'_wp_old_slug','branzino-alla-griglia'),(10555,30957,'_wp_old_slug','salmone-arrosto'),(10556,30957,'_wp_old_slug','zuppa-de-molluschi'),(10557,30957,'_wp_old_slug','caciucco-livornese'),(10558,30957,'_wp_old_slug','sogliola-alla-griglia'),(10559,30957,'_wp_old_slug','pollo-ruspante'),(10560,30957,'_wp_old_slug','capretto-stufato'),(10561,30957,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10562,30957,'_wp_old_slug','fegato-alla-veneziana'),(10563,30957,'_wp_old_slug','coda-di-bue-vaccinara'),(10564,30957,'_wp_old_slug','margherita'),(10565,30957,'_wp_old_slug','mamma'),(10566,30957,'_wp_old_slug','partenope'),(10567,30957,'_wp_old_slug','allegra'),(10568,30957,'_wp_old_slug','martina'),(10569,30957,'_wp_old_slug','aurora'),(10570,30957,'_wp_old_slug','michele'),(10571,30957,'_wp_old_slug','kai'),(10572,30957,'_wp_old_slug','teresa'),(10573,30957,'_wp_old_slug','alessio'),(10574,30957,'_wp_old_slug','myka'),(10575,30957,'_wp_old_slug','stefano'),(10576,30957,'_wp_old_slug','saint'),(10577,30957,'_wp_old_slug','simone'),(10578,30957,'_wp_old_slug','tiramisu-oro-saiua'),(10579,30957,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10580,30957,'_wp_old_slug','cannoli-siciliani'),(10581,30957,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10582,30957,'_wp_old_slug','pastiera-napoletana'),(10583,30957,'_wp_old_slug','affogato-al-caffe'),(10584,30957,'_wp_old_slug','gelati-e-sorbetti-2'),(10585,30957,'_wp_old_slug','moet-nectar-brut'),(10586,30957,'_wp_old_slug','laurent-perrier-brut'),(10587,30957,'_wp_old_slug','laurent-perrier-brut-rose'),(10588,30957,'_wp_old_slug','prosecco-nua'),(10589,30957,'_wp_old_slug','pongracz-nectar'),(10590,30957,'_wp_old_slug','krone-night-nectar'),(10591,30957,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10592,30957,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10593,30957,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10594,30957,'_wp_old_slug','steenberg-sauvignon-blanc'),(10595,30957,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10596,30957,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10597,30957,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10598,30957,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10599,30957,'_wp_old_slug','beaumont-chenin-blanc'),(10600,30957,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10601,30957,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10602,30957,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10603,30957,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10604,30957,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10605,30957,'_wp_old_slug','warwick-first-lady-chardonnay'),(10606,30957,'_wp_old_slug','meerlust-chardonnay'),(10607,30957,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10608,30957,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10609,30957,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10610,30957,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10611,30957,'_wp_old_slug','pheli-chardonnay'),(10612,30957,'_wp_old_slug','durbanville-hills-merlot-rose'),(10613,30957,'_wp_old_slug','de-grendel-rose'),(10614,30957,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10615,30957,'_wp_old_slug','david-and-nadia-aristargos'),(10616,30957,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10617,30957,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10618,30957,'_wp_old_slug','miss-lucy-springfield-estate'),(10619,30957,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10620,30957,'_wp_old_slug','idiom-viogner'),(10621,30957,'_wp_old_slug','durbanville-hills-merlot'),(10622,30957,'_wp_old_slug','ln-merlot'),(10623,30957,'_wp_old_slug','stellenbosch-merlot-reserve'),(10624,30957,'_wp_old_slug','hartenberg-merlot'),(10625,30957,'_wp_old_slug','durbanville-hills-pinotage'),(10626,30958,'price','285'),(10627,30958,'_edit_last','5'),(10628,30958,'_edit_lock','1618992735:5'),(10629,30958,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10630,30958,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10631,30958,'sku',''),(10632,30958,'mp_menu_gallery',''),(10633,30958,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10634,30958,'_wp_old_slug','mozzarelline-panate'),(10635,30958,'_wp_old_slug','mozzarelline-panate-3'),(10636,30958,'_wp_old_slug','mozzarelline-panate-3-2'),(10637,30958,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10638,30958,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10639,30958,'_wp_old_slug','fritto-mare'),(10640,30958,'_wp_old_slug','prosciutto-di-parma'),(10641,30958,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10642,30958,'_wp_old_slug','grilled-calamari-and-prawns'),(10643,30958,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10644,30958,'_wp_old_slug','straccetti-romana'),(10645,30958,'_wp_old_slug','sarde-grigliate'),(10646,30958,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10647,30958,'_wp_old_slug','carpaccio-di-manzo'),(10648,30958,'_wp_old_slug','leonardo-salad'),(10649,30958,'_wp_old_slug','augusto-salad'),(10650,30958,'_wp_old_slug','poseidon-salad'),(10651,30958,'_wp_old_slug','michelangelo-salad'),(10652,30958,'_wp_old_slug','gaspacho-soup'),(10653,30958,'_wp_old_slug','minestra-di-vegetali'),(10654,30958,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10655,30958,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10656,30958,'_wp_old_slug','ravioli-capresi-v'),(10657,30958,'_wp_old_slug','rigatoni-mamma-mia-v'),(10658,30958,'_wp_old_slug','risotto-pisellie-gamberi'),(10659,30958,'_wp_old_slug','carbonara-de-mare'),(10660,30958,'_wp_old_slug','costata-di-manzo'),(10661,30958,'_wp_old_slug','polletto-al-mattone'),(10662,30958,'_wp_old_slug','costolette-di-agnello'),(10663,30958,'_wp_old_slug','costoletta-di-maiale'),(10664,30958,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10665,30958,'_wp_old_slug','branzino-alla-griglia'),(10666,30958,'_wp_old_slug','salmone-arrosto'),(10667,30958,'_wp_old_slug','zuppa-de-molluschi'),(10668,30958,'_wp_old_slug','caciucco-livornese'),(10669,30958,'_wp_old_slug','sogliola-alla-griglia'),(10670,30958,'_wp_old_slug','pollo-ruspante'),(10671,30958,'_wp_old_slug','capretto-stufato'),(10672,30958,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10673,30958,'_wp_old_slug','fegato-alla-veneziana'),(10674,30958,'_wp_old_slug','coda-di-bue-vaccinara'),(10675,30958,'_wp_old_slug','margherita'),(10676,30958,'_wp_old_slug','mamma'),(10677,30958,'_wp_old_slug','partenope'),(10678,30958,'_wp_old_slug','allegra'),(10679,30958,'_wp_old_slug','martina'),(10680,30958,'_wp_old_slug','aurora'),(10681,30958,'_wp_old_slug','michele'),(10682,30958,'_wp_old_slug','kai'),(10683,30958,'_wp_old_slug','teresa'),(10684,30958,'_wp_old_slug','alessio'),(10685,30958,'_wp_old_slug','myka'),(10686,30958,'_wp_old_slug','stefano'),(10687,30958,'_wp_old_slug','saint'),(10688,30958,'_wp_old_slug','simone'),(10689,30958,'_wp_old_slug','tiramisu-oro-saiua'),(10690,30958,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10691,30958,'_wp_old_slug','cannoli-siciliani'),(10692,30958,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10693,30958,'_wp_old_slug','pastiera-napoletana'),(10694,30958,'_wp_old_slug','affogato-al-caffe'),(10695,30958,'_wp_old_slug','gelati-e-sorbetti-2'),(10696,30958,'_wp_old_slug','moet-nectar-brut'),(10697,30958,'_wp_old_slug','laurent-perrier-brut'),(10698,30958,'_wp_old_slug','laurent-perrier-brut-rose'),(10699,30958,'_wp_old_slug','prosecco-nua'),(10700,30958,'_wp_old_slug','pongracz-nectar'),(10701,30958,'_wp_old_slug','krone-night-nectar'),(10702,30958,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10703,30958,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10704,30958,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10705,30958,'_wp_old_slug','steenberg-sauvignon-blanc'),(10706,30958,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10707,30958,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10708,30958,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10709,30958,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10710,30958,'_wp_old_slug','beaumont-chenin-blanc'),(10711,30958,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10712,30958,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10713,30958,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10714,30958,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10715,30958,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10716,30958,'_wp_old_slug','warwick-first-lady-chardonnay'),(10717,30958,'_wp_old_slug','meerlust-chardonnay'),(10718,30958,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10719,30958,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10720,30958,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10721,30958,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10722,30958,'_wp_old_slug','pheli-chardonnay'),(10723,30958,'_wp_old_slug','durbanville-hills-merlot-rose'),(10724,30958,'_wp_old_slug','de-grendel-rose'),(10725,30958,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10726,30958,'_wp_old_slug','david-and-nadia-aristargos'),(10727,30958,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10728,30958,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10729,30958,'_wp_old_slug','miss-lucy-springfield-estate'),(10730,30958,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10731,30958,'_wp_old_slug','idiom-viogner'),(10732,30958,'_wp_old_slug','durbanville-hills-merlot'),(10733,30958,'_wp_old_slug','ln-merlot'),(10734,30958,'_wp_old_slug','stellenbosch-merlot-reserve'),(10735,30958,'_wp_old_slug','hartenberg-merlot'),(10736,30958,'_wp_old_slug','durbanville-hills-pinotage'),(10737,30958,'_wp_old_slug','beyerskloof-pinotage-reserve'),(10738,30959,'price','850'),(10739,30959,'_edit_last','5'),(10740,30959,'_edit_lock','1618992770:5'),(10741,30959,'nutritional','a:7:{s:8:\"calories\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:8:\"Calories\";}s:11:\"cholesterol\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:11:\"Cholesterol\";}s:5:\"fiber\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:5:\"Fiber\";}s:6:\"sodium\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Sodium\";}s:13:\"carbohydrates\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:13:\"Carbohydrates\";}s:3:\"fat\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:3:\"Fat\";}s:7:\"protein\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:7:\"Protein\";}}'),(10742,30959,'attributes','a:3:{s:6:\"weight\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Weight\";}s:4:\"bulk\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:6:\"Volume\";}s:4:\"size\";a:2:{s:3:\"val\";s:0:\"\";s:5:\"title\";s:4:\"Size\";}}'),(10743,30959,'sku',''),(10744,30959,'mp_menu_gallery',''),(10745,30959,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";s:13:\"et-gf-raleway\";s:134:\"Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:14:\"et-gf-italiana\";s:16:\"Italiana:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(10746,30959,'_wp_old_slug','mozzarelline-panate'),(10747,30959,'_wp_old_slug','mozzarelline-panate-3'),(10748,30959,'_wp_old_slug','mozzarelline-panate-3-2'),(10749,30959,'_wp_old_slug','mozzarelline-panate-3-2-2'),(10750,30959,'_wp_old_slug','mozzarelline-panate-3-2-2-2'),(10751,30959,'_wp_old_slug','fritto-mare'),(10752,30959,'_wp_old_slug','prosciutto-di-parma'),(10753,30959,'_wp_old_slug','bruschetta-pomodorini-di-collina'),(10754,30959,'_wp_old_slug','grilled-calamari-and-prawns'),(10755,30959,'_wp_old_slug','calamaretti-saltati-al-peperoncino'),(10756,30959,'_wp_old_slug','straccetti-romana'),(10757,30959,'_wp_old_slug','sarde-grigliate'),(10758,30959,'_wp_old_slug','carpaccio-di-branzino-vegetali-pesche-gialle'),(10759,30959,'_wp_old_slug','carpaccio-di-manzo'),(10760,30959,'_wp_old_slug','leonardo-salad'),(10761,30959,'_wp_old_slug','augusto-salad'),(10762,30959,'_wp_old_slug','poseidon-salad'),(10763,30959,'_wp_old_slug','michelangelo-salad'),(10764,30959,'_wp_old_slug','gaspacho-soup'),(10765,30959,'_wp_old_slug','minestra-di-vegetali'),(10766,30959,'_wp_old_slug','pappardelle-pasta-al-ragu'),(10767,30959,'_wp_old_slug','linguine-ai-frutti-di-mare'),(10768,30959,'_wp_old_slug','ravioli-capresi-v'),(10769,30959,'_wp_old_slug','rigatoni-mamma-mia-v'),(10770,30959,'_wp_old_slug','risotto-pisellie-gamberi'),(10771,30959,'_wp_old_slug','carbonara-de-mare'),(10772,30959,'_wp_old_slug','costata-di-manzo'),(10773,30959,'_wp_old_slug','polletto-al-mattone'),(10774,30959,'_wp_old_slug','costolette-di-agnello'),(10775,30959,'_wp_old_slug','costoletta-di-maiale'),(10776,30959,'_wp_old_slug','vongole-aglio-olio-e-peperoncino'),(10777,30959,'_wp_old_slug','branzino-alla-griglia'),(10778,30959,'_wp_old_slug','salmone-arrosto'),(10779,30959,'_wp_old_slug','zuppa-de-molluschi'),(10780,30959,'_wp_old_slug','caciucco-livornese'),(10781,30959,'_wp_old_slug','sogliola-alla-griglia'),(10782,30959,'_wp_old_slug','pollo-ruspante'),(10783,30959,'_wp_old_slug','capretto-stufato'),(10784,30959,'_wp_old_slug','trippa-de-manzo-chiantigiana'),(10785,30959,'_wp_old_slug','fegato-alla-veneziana'),(10786,30959,'_wp_old_slug','coda-di-bue-vaccinara'),(10787,30959,'_wp_old_slug','margherita'),(10788,30959,'_wp_old_slug','mamma'),(10789,30959,'_wp_old_slug','partenope'),(10790,30959,'_wp_old_slug','allegra'),(10791,30959,'_wp_old_slug','martina'),(10792,30959,'_wp_old_slug','aurora'),(10793,30959,'_wp_old_slug','michele'),(10794,30959,'_wp_old_slug','kai'),(10795,30959,'_wp_old_slug','teresa'),(10796,30959,'_wp_old_slug','alessio'),(10797,30959,'_wp_old_slug','myka'),(10798,30959,'_wp_old_slug','stefano'),(10799,30959,'_wp_old_slug','saint'),(10800,30959,'_wp_old_slug','simone'),(10801,30959,'_wp_old_slug','tiramisu-oro-saiua'),(10802,30959,'_wp_old_slug','crostata-cioccolato-e-ricotta'),(10803,30959,'_wp_old_slug','cannoli-siciliani'),(10804,30959,'_wp_old_slug','millefoglie-crema-di-banana-e-fragole'),(10805,30959,'_wp_old_slug','pastiera-napoletana'),(10806,30959,'_wp_old_slug','affogato-al-caffe'),(10807,30959,'_wp_old_slug','gelati-e-sorbetti-2'),(10808,30959,'_wp_old_slug','moet-nectar-brut'),(10809,30959,'_wp_old_slug','laurent-perrier-brut'),(10810,30959,'_wp_old_slug','laurent-perrier-brut-rose'),(10811,30959,'_wp_old_slug','prosecco-nua'),(10812,30959,'_wp_old_slug','pongracz-nectar'),(10813,30959,'_wp_old_slug','krone-night-nectar'),(10814,30959,'_wp_old_slug','durbanville-hills-sauvignon-blanc'),(10815,30959,'_wp_old_slug','buitenverwachting-sauvignon-blanc'),(10816,30959,'_wp_old_slug','delaire-graff-coastal-cuvee-sauvignon-blanc'),(10817,30959,'_wp_old_slug','steenberg-sauvignon-blanc'),(10818,30959,'_wp_old_slug','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc'),(10819,30959,'_wp_old_slug','iona-elgin-highlands-wild-ferment-sauvignon-blanc'),(10820,30959,'_wp_old_slug','durbanville-hills-chenin-blanc'),(10821,30959,'_wp_old_slug','fmc-ken-forrester-chenin-blanc'),(10822,30959,'_wp_old_slug','beaumont-chenin-blanc'),(10823,30959,'_wp_old_slug','kleine-zalze-chenin-blanc-vineyards-selection'),(10824,30959,'_wp_old_slug','durbanville-hills-collectors-reserve-chardonnay'),(10825,30959,'_wp_old_slug','newton-johnson-felicite-chardonnay'),(10826,30959,'_wp_old_slug','glen-carlou-chardonnay-unwooded'),(10827,30959,'_wp_old_slug','diemersdal-chardonnay-unwooded'),(10828,30959,'_wp_old_slug','warwick-first-lady-chardonnay'),(10829,30959,'_wp_old_slug','meerlust-chardonnay'),(10830,30959,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay'),(10831,30959,'_wp_old_slug','glen-carlou-quartz-stone-chardonnay-2'),(10832,30959,'_wp_old_slug','jordan-nine-yards-chardonnay'),(10833,30959,'_wp_old_slug','iona-single-vineyards-kloof-chardonnay'),(10834,30959,'_wp_old_slug','pheli-chardonnay'),(10835,30959,'_wp_old_slug','durbanville-hills-merlot-rose'),(10836,30959,'_wp_old_slug','de-grendel-rose'),(10837,30959,'_wp_old_slug','delaire-graff-cabernet-franc-rose'),(10838,30959,'_wp_old_slug','david-and-nadia-aristargos'),(10839,30959,'_wp_old_slug','haute-cabriere-chardonnay-pinot-noir'),(10840,30959,'_wp_old_slug','buitenverwachting-buiten-blanc'),(10841,30959,'_wp_old_slug','miss-lucy-springfield-estate'),(10842,30959,'_wp_old_slug','creation-semillion-sauvignon-blanc'),(10843,30959,'_wp_old_slug','idiom-viogner'),(10844,30959,'_wp_old_slug','durbanville-hills-merlot'),(10845,30959,'_wp_old_slug','ln-merlot'),(10846,30959,'_wp_old_slug','stellenbosch-merlot-reserve'),(10847,30959,'_wp_old_slug','hartenberg-merlot'),(10848,30959,'_wp_old_slug','durbanville-hills-pinotage'),(10849,30959,'_wp_old_slug','beyerskloof-pinotage-reserve'),(10850,30959,'_wp_old_slug','rijks-touch-of-oak-pinotage'),(10853,386,'_wp_old_date','2021-04-19'),(10854,391,'_wp_old_date','2021-04-19'),(10855,387,'_wp_old_date','2021-04-19'),(10858,30963,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.252885960190884606646477550384588539600372314453125;s:5:\"bytes\";i:21891;s:11:\"size_before\";i:971687;s:10:\"size_after\";i:949796;s:4:\"time\";d:1.45000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:465;s:11:\"size_before\";i:13286;s:10:\"size_after\";i:12821;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:85897;s:10:\"size_after\";i:84154;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6510;s:10:\"size_after\";i:6172;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:54741;s:10:\"size_after\";i:53674;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3738;s:11:\"size_before\";i:162006;s:10:\"size_after\";i:158268;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:875;s:11:\"size_before\";i:38985;s:10:\"size_after\";i:38110;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:622;s:11:\"size_before\";i:19764;s:10:\"size_after\";i:19142;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:89706;s:10:\"size_after\";i:87821;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:653;s:11:\"size_before\";i:21410;s:10:\"size_after\";i:20757;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:820;s:11:\"size_before\";i:32144;s:10:\"size_after\";i:31324;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:93340;s:10:\"size_after\";i:91444;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:924;s:11:\"size_before\";i:32930;s:10:\"size_after\";i:32006;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:121205;s:10:\"size_after\";i:118679;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:80322;s:10:\"size_after\";i:78759;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:794;s:11:\"size_before\";i:26732;s:10:\"size_after\";i:25938;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:640;s:11:\"size_before\";i:22255;s:10:\"size_after\";i:21615;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:64282;s:10:\"size_after\";i:62940;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6172;s:10:\"size_after\";i:6172;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10859,30964,'_wp_attached_file','2021/04/Slide-3-scaled.jpg'),(10860,30964,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1705;s:4:\"file\";s:26:\"2021/04/Slide-3-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Slide-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Slide-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Slide-3-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:19:\"Slide-3-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Slide-3-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Slide-3-2048x1364.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Slide-3-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Slide-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Slide-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Slide-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Slide-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Slide-3-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Slide-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:21:\"Slide-3-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:20:\"Slide-3-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Slide-3-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Slide-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:19:\"Slide-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:19:\"Slide-3-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slide-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:56:\"Roasted pork meat steak with quince.Delicious fried meat\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:18:\"Steak on the bone.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:39:{i:0;s:4:\"meat\";i:1;s:7:\"grilled\";i:2;s:5:\"steak\";i:3;s:8:\"barbecue\";i:4;s:6:\"quince\";i:5;s:3:\"bbq\";i:6;s:5:\"grill\";i:7;s:5:\"roast\";i:8;s:4:\"bone\";i:9;s:4:\"pork\";i:10;s:7:\"roasted\";i:11;s:9:\"pork ribs\";i:12;s:4:\"food\";i:13;s:4:\"meal\";i:14;s:3:\"cut\";i:15;s:6:\"ribeye\";i:16;s:5:\"table\";i:17;s:3:\"rib\";i:18;s:7:\"sirloin\";i:19;s:10:\"tenderloin\";i:20;s:5:\"fried\";i:21;s:3:\"eat\";i:22;s:8:\"american\";i:23;s:5:\"plate\";i:24;s:4:\"loin\";i:25;s:9:\"pork loin\";i:26;s:5:\"slice\";i:27;s:9:\"delicious\";i:28;s:9:\"entrecote\";i:29;s:5:\"brown\";i:30;s:5:\"tasty\";i:31;s:5:\"apple\";i:32;s:5:\"baked\";i:33;s:5:\"piece\";i:34;s:5:\"spicy\";i:35;s:4:\"stew\";i:36;s:8:\"prepared\";i:37;s:6:\"eating\";i:38;s:7:\"charred\";}}s:14:\"original_image\";s:11:\"Slide-3.jpg\";}'),(10861,30964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7384142618816422753980077686719596385955810546875;s:5:\"bytes\";i:111453;s:11:\"size_before\";i:2352116;s:10:\"size_after\";i:2240663;s:4:\"time\";d:1.8300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:813;s:11:\"size_before\";i:14915;s:10:\"size_after\";i:14102;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5759;s:11:\"size_before\";i:118904;s:10:\"size_after\";i:113145;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:519;s:11:\"size_before\";i:7703;s:10:\"size_after\";i:7184;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3555;s:11:\"size_before\";i:72171;s:10:\"size_after\";i:68616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11005;s:11:\"size_before\";i:236017;s:10:\"size_after\";i:225012;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17493;s:11:\"size_before\";i:381851;s:10:\"size_after\";i:364358;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:48950;s:10:\"size_after\";i:46567;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:23035;s:10:\"size_after\";i:21795;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:6226;s:11:\"size_before\";i:125289;s:10:\"size_after\";i:119063;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:25731;s:10:\"size_after\";i:24319;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2177;s:11:\"size_before\";i:41263;s:10:\"size_after\";i:39086;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:6249;s:11:\"size_before\";i:129913;s:10:\"size_after\";i:123664;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3060;s:11:\"size_before\";i:51056;s:10:\"size_after\";i:47996;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:37:\"et-pb-post-main-image-fullwidth-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:28420;s:11:\"size_before\";i:635086;s:10:\"size_after\";i:606666;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8253;s:11:\"size_before\";i:173962;s:10:\"size_after\";i:165709;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5355;s:11:\"size_before\";i:110507;s:10:\"size_after\";i:105152;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:32362;s:10:\"size_after\";i:30660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:27249;s:10:\"size_after\";i:25823;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4406;s:11:\"size_before\";i:88968;s:10:\"size_after\";i:84562;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7184;s:10:\"size_after\";i:7184;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10862,30965,'_wp_attached_file','2021/04/Slide-1.jpg'),(10863,30965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1071;s:4:\"file\";s:19:\"2021/04/Slide-1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Slide-1-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Slide-1-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Slide-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:19:\"Slide-1-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Slide-1-1536x857.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Slide-1-610x340.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Slide-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Slide-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Slide-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Slide-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Slide-1-1080x603.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Slide-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:20:\"Slide-1-1280x714.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:19:\"Slide-1-980x547.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:19:\"Slide-1-480x268.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:19:\"Slide-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:19:\"Slide-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slide-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10864,30965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.13211918462637672888604356558062136173248291015625;s:5:\"bytes\";i:31608;s:11:\"size_before\";i:1009157;s:10:\"size_after\";i:977549;s:4:\"time\";d:1.6900000000000001687538997430237941443920135498046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:867;s:11:\"size_before\";i:14024;s:10:\"size_after\";i:13157;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2299;s:11:\"size_before\";i:84581;s:10:\"size_after\";i:82282;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7570;s:10:\"size_after\";i:7073;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:55602;s:10:\"size_after\";i:53713;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3654;s:11:\"size_before\";i:154255;s:10:\"size_after\";i:150601;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:39864;s:10:\"size_after\";i:38300;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1188;s:11:\"size_before\";i:23802;s:10:\"size_after\";i:22614;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2825;s:11:\"size_before\";i:101952;s:10:\"size_after\";i:99127;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:26226;s:10:\"size_after\";i:24964;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:38777;s:10:\"size_after\";i:37218;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2386;s:11:\"size_before\";i:91759;s:10:\"size_after\";i:89373;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:36311;s:10:\"size_after\";i:35049;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3004;s:11:\"size_before\";i:117568;s:10:\"size_after\";i:114564;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2460;s:11:\"size_before\";i:79673;s:10:\"size_after\";i:77213;s:4:\"time\";d:0.25;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:27971;s:10:\"size_after\";i:26723;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1312;s:11:\"size_before\";i:27154;s:10:\"size_after\";i:25842;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2332;s:11:\"size_before\";i:74995;s:10:\"size_after\";i:72663;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7073;s:10:\"size_after\";i:7073;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10878,30970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:1099;s:4:\"file\";s:35:\"2021/04/2nd-Block-HP-980x1099-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2nd-Block-HP-980x1099-1-913x1024.jpg\";s:5:\"width\";i:913;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-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:\"2nd-Block-HP-980x1099-1-768x861.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-610x684.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-480x538.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:35:\"2nd-Block-HP-980x1099-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10877,30970,'_wp_attached_file','2021/04/2nd-Block-HP-980x1099-1.jpg'),(10868,30966,'_menu_item_type','post_type'),(10869,30966,'_menu_item_menu_item_parent','0'),(10870,30966,'_menu_item_object_id','30725'),(10871,30966,'_menu_item_object','page'),(10872,30966,'_menu_item_target',''),(10873,30966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10874,30966,'_menu_item_xfn',''),(10875,30966,'_menu_item_url',''),(10879,30970,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.06622478665752851156867109239101409912109375;s:5:\"bytes\";i:32692;s:11:\"size_before\";i:803989;s:10:\"size_after\";i:771297;s:4:\"time\";d:0.87000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1003;s:11:\"size_before\";i:18609;s:10:\"size_after\";i:17606;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4403;s:11:\"size_before\";i:148701;s:10:\"size_after\";i:144298;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:410;s:11:\"size_before\";i:7084;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3389;s:11:\"size_before\";i:110881;s:10:\"size_after\";i:107492;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2798;s:11:\"size_before\";i:76028;s:10:\"size_after\";i:73230;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:26227;s:10:\"size_after\";i:24721;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5560;s:11:\"size_before\";i:127805;s:10:\"size_after\";i:122245;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:28176;s:10:\"size_after\";i:26633;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2161;s:11:\"size_before\";i:43292;s:10:\"size_after\";i:41131;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2156;s:11:\"size_before\";i:42100;s:10:\"size_after\";i:39944;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2507;s:11:\"size_before\";i:50388;s:10:\"size_after\";i:47881;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1587;s:11:\"size_before\";i:29092;s:10:\"size_after\";i:27505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3669;s:11:\"size_before\";i:88932;s:10:\"size_after\";i:85263;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6674;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10880,30972,'_wp_attached_file','2021/04/4th-Block-HP-980x916-1.jpg'),(10881,30972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:916;s:4:\"file\";s:34:\"2021/04/4th-Block-HP-980x916-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-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:34:\"4th-Block-HP-980x916-1-768x718.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-610x570.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-480x449.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:34:\"4th-Block-HP-980x916-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10882,30972,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.72290571439812811860292640631087124347686767578125;s:5:\"bytes\";i:31210;s:11:\"size_before\";i:660822;s:10:\"size_after\";i:629612;s:4:\"time\";d:1.37999999999999989341858963598497211933135986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1408;s:11:\"size_before\";i:23338;s:10:\"size_after\";i:21930;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:631;s:11:\"size_before\";i:8470;s:10:\"size_after\";i:7839;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:4129;s:11:\"size_before\";i:101799;s:10:\"size_after\";i:97670;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3204;s:11:\"size_before\";i:72128;s:10:\"size_after\";i:68924;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1668;s:11:\"size_before\";i:27526;s:10:\"size_after\";i:25858;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5253;s:11:\"size_before\";i:125122;s:10:\"size_after\";i:119869;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:30167;s:10:\"size_after\";i:28363;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2500;s:11:\"size_before\";i:46027;s:10:\"size_after\";i:43527;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2290;s:11:\"size_before\";i:46250;s:10:\"size_after\";i:43960;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2509;s:11:\"size_before\";i:49329;s:10:\"size_after\";i:46820;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:31457;s:10:\"size_after\";i:29583;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:91370;s:10:\"size_after\";i:87430;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7839;s:10:\"size_after\";i:7839;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(10883,30973,'_wp_attached_file','2021/04/5th-Block-HP-980x916-1.jpg'),(10884,30973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:916;s:4:\"file\";s:34:\"2021/04/5th-Block-HP-980x916-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-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:34:\"5th-Block-HP-980x916-1-768x718.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-610x570.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-480x449.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:34:\"5th-Block-HP-980x916-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10885,30973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.38199891853483425308013465837575495243072509765625;s:5:\"bytes\";i:61255;s:11:\"size_before\";i:959809;s:10:\"size_after\";i:898554;s:4:\"time\";d:1.6000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2095;s:11:\"size_before\";i:29831;s:10:\"size_after\";i:27736;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:652;s:11:\"size_before\";i:8790;s:10:\"size_after\";i:8138;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9741;s:11:\"size_before\";i:158158;s:10:\"size_after\";i:148417;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7016;s:11:\"size_before\";i:109110;s:10:\"size_after\";i:102094;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:34603;s:10:\"size_after\";i:32165;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11827;s:11:\"size_before\";i:192004;s:10:\"size_after\";i:180177;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:2755;s:11:\"size_before\";i:39369;s:10:\"size_after\";i:36614;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4307;s:11:\"size_before\";i:64013;s:10:\"size_after\";i:59706;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4655;s:11:\"size_before\";i:67681;s:10:\"size_after\";i:63026;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4844;s:11:\"size_before\";i:71376;s:10:\"size_after\";i:66532;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2887;s:11:\"size_before\";i:41556;s:10:\"size_after\";i:38669;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:8038;s:11:\"size_before\";i:135180;s:10:\"size_after\";i:127142;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8138;s:10:\"size_after\";i:8138;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10918,31005,'_wp_attached_file','2021/04/banner-3.jpg'),(10887,30977,'_wp_attached_file','2021/04/Menu-Page-Banner-1936x605-1.jpg'),(10888,30977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:605;s:4:\"file\";s:39:\"2021/04/Menu-Page-Banner-1936x605-1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Menu-Page-Banner-1936x605-1-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Menu-Page-Banner-1936x605-1-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-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:39:\"Menu-Page-Banner-1936x605-1-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Menu-Page-Banner-1936x605-1-1536x480.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-610x191.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"Menu-Page-Banner-1936x605-1-1080x605.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:40:\"Menu-Page-Banner-1936x605-1-1080x338.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:40:\"Menu-Page-Banner-1936x605-1-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-980x306.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-480x150.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:39:\"Menu-Page-Banner-1936x605-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10891,30981,'_wp_attached_file','2021/04/Book-Online-Banner-1008x542-1.jpg'),(10890,30977,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2353387599398235607850438100285828113555908203125;s:5:\"bytes\";i:25225;s:11:\"size_before\";i:595584;s:10:\"size_after\";i:570359;s:4:\"time\";d:1.3800000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:511;s:11:\"size_before\";i:7954;s:10:\"size_after\";i:7443;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1689;s:11:\"size_before\";i:42975;s:10:\"size_after\";i:41286;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:453;s:11:\"size_before\";i:6543;s:10:\"size_after\";i:6090;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:28774;s:10:\"size_after\";i:27553;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:75290;s:10:\"size_after\";i:72691;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:969;s:11:\"size_before\";i:21088;s:10:\"size_after\";i:20119;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1140;s:11:\"size_before\";i:19959;s:10:\"size_after\";i:18819;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:72927;s:10:\"size_after\";i:69952;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:21006;s:10:\"size_after\";i:19822;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:29660;s:10:\"size_after\";i:28222;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1881;s:11:\"size_before\";i:47212;s:10:\"size_after\";i:45331;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:25270;s:10:\"size_after\";i:24183;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:58467;s:10:\"size_after\";i:56297;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:41480;s:10:\"size_after\";i:39823;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:817;s:11:\"size_before\";i:15291;s:10:\"size_after\";i:14474;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:21534;s:10:\"size_after\";i:20353;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2253;s:11:\"size_before\";i:54064;s:10:\"size_after\";i:51811;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6090;s:10:\"size_after\";i:6090;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10892,30981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:542;s:4:\"file\";s:41:\"2021/04/Book-Online-Banner-1008x542-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-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:41:\"Book-Online-Banner-1008x542-1-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-610x328.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-980x527.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-480x258.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-800x542.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:41:\"Book-Online-Banner-1008x542-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10893,30981,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.639542766310572829979719244875013828277587890625;s:5:\"bytes\";i:15878;s:11:\"size_before\";i:342232;s:10:\"size_after\";i:326354;s:4:\"time\";d:0.8200000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:444;s:11:\"size_before\";i:9312;s:10:\"size_after\";i:8868;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:282;s:11:\"size_before\";i:5579;s:10:\"size_after\";i:5297;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1910;s:11:\"size_before\";i:40335;s:10:\"size_after\";i:38425;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:27974;s:10:\"size_after\";i:26560;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:787;s:11:\"size_before\";i:16910;s:10:\"size_after\";i:16123;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:881;s:11:\"size_before\";i:19197;s:10:\"size_after\";i:18316;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1298;s:11:\"size_before\";i:29540;s:10:\"size_after\";i:28242;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:29783;s:10:\"size_after\";i:28545;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2928;s:11:\"size_before\";i:59358;s:10:\"size_after\";i:56430;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:952;s:11:\"size_before\";i:19318;s:10:\"size_after\";i:18366;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:949;s:11:\"size_before\";i:20299;s:10:\"size_after\";i:19350;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2795;s:11:\"size_before\";i:59330;s:10:\"size_after\";i:56535;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5297;s:10:\"size_after\";i:5297;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10894,30984,'_wp_attached_file','2021/04/Block-1-1920x1080-1.jpg'),(10895,30984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2021/04/Block-1-1920x1080-1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Block-1-1920x1080-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-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:31:\"Block-1-1920x1080-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Block-1-1920x1080-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"Block-1-1920x1080-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"Block-1-1920x1080-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"Block-1-1920x1080-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:31:\"Block-1-1920x1080-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10896,30984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.148550939078283317229534077341668307781219482421875;s:5:\"bytes\";i:25535;s:11:\"size_before\";i:811008;s:10:\"size_after\";i:785473;s:4:\"time\";d:1.750000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:548;s:11:\"size_before\";i:11678;s:10:\"size_after\";i:11130;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:68361;s:10:\"size_after\";i:66360;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:365;s:11:\"size_before\";i:6236;s:10:\"size_after\";i:5871;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:44233;s:10:\"size_after\";i:42808;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:3459;s:11:\"size_before\";i:125643;s:10:\"size_after\";i:122184;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:32136;s:10:\"size_after\";i:30915;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:827;s:11:\"size_before\";i:18814;s:10:\"size_after\";i:17987;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2318;s:11:\"size_before\";i:81634;s:10:\"size_after\";i:79316;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:859;s:11:\"size_before\";i:20462;s:10:\"size_after\";i:19603;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:30078;s:10:\"size_after\";i:28961;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:74511;s:10:\"size_after\";i:72396;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:974;s:11:\"size_before\";i:28326;s:10:\"size_after\";i:27352;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2680;s:11:\"size_before\";i:95769;s:10:\"size_after\";i:93089;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1906;s:11:\"size_before\";i:64561;s:10:\"size_after\";i:62655;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:928;s:11:\"size_before\";i:22527;s:10:\"size_after\";i:21599;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:916;s:11:\"size_before\";i:21216;s:10:\"size_after\";i:20300;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:58952;s:10:\"size_after\";i:57076;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5871;s:10:\"size_after\";i:5871;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}}}'),(10898,30987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1536;s:4:\"file\";s:52:\"2021/04/Contact-Page-Bloack-1-Banner-2049x1536-1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-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:53:\"Contact-Page-Bloack-1-Banner-2049x1536-1-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:52:\"Contact-Page-Bloack-1-Banner-2049x1536-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:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-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:54:\"Contact-Page-Bloack-1-Banner-2049x1536-1-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-610x457.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:53:\"Contact-Page-Bloack-1-Banner-2049x1536-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:53:\"Contact-Page-Bloack-1-Banner-2049x1536-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:53:\"Contact-Page-Bloack-1-Banner-2049x1536-1-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:52:\"Contact-Page-Bloack-1-Banner-2049x1536-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10899,30987,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.23208884528066509034260889166034758090972900390625;s:5:\"bytes\";i:53743;s:11:\"size_before\";i:1269893;s:10:\"size_after\";i:1216150;s:4:\"time\";d:2.180000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:796;s:11:\"size_before\";i:16486;s:10:\"size_after\";i:15690;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4817;s:11:\"size_before\";i:116641;s:10:\"size_after\";i:111824;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:410;s:11:\"size_before\";i:7385;s:10:\"size_after\";i:6975;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3058;s:11:\"size_before\";i:72984;s:10:\"size_after\";i:69926;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:9093;s:11:\"size_before\";i:220558;s:10:\"size_after\";i:211465;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2263;s:11:\"size_before\";i:50769;s:10:\"size_after\";i:48506;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:22869;s:10:\"size_after\";i:21766;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:4825;s:11:\"size_before\";i:113570;s:10:\"size_after\";i:108745;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:24742;s:10:\"size_after\";i:23539;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1680;s:11:\"size_before\";i:37810;s:10:\"size_after\";i:36130;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5155;s:11:\"size_before\";i:126034;s:10:\"size_after\";i:120879;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2083;s:11:\"size_before\";i:42462;s:10:\"size_after\";i:40379;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6647;s:11:\"size_before\";i:164561;s:10:\"size_after\";i:157914;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4508;s:11:\"size_before\";i:108239;s:10:\"size_after\";i:103731;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:34256;s:10:\"size_after\";i:32670;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:25659;s:10:\"size_after\";i:24463;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3320;s:11:\"size_before\";i:77893;s:10:\"size_after\";i:74573;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6975;s:10:\"size_after\";i:6975;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(10902,30991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:715;s:4:\"file\";s:38:\"2021/04/The-Food-Image-1-980x715-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-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:38:\"The-Food-Image-1-980x715-1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-1-980x715-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10903,30991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.45162564242770741884669405408203601837158203125;s:5:\"bytes\";i:39481;s:11:\"size_before\";i:724206;s:10:\"size_after\";i:684725;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:21948;s:10:\"size_after\";i:20487;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:727;s:11:\"size_before\";i:9097;s:10:\"size_after\";i:8370;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5042;s:11:\"size_before\";i:99496;s:10:\"size_after\";i:94454;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3788;s:11:\"size_before\";i:70462;s:10:\"size_after\";i:66674;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2138;s:11:\"size_before\";i:31570;s:10:\"size_after\";i:29432;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:6799;s:11:\"size_before\";i:145011;s:10:\"size_after\";i:138212;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2270;s:11:\"size_before\";i:34889;s:10:\"size_after\";i:32619;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3226;s:11:\"size_before\";i:54491;s:10:\"size_after\";i:51265;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3431;s:11:\"size_before\";i:56129;s:10:\"size_after\";i:52698;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2915;s:11:\"size_before\";i:47789;s:10:\"size_after\";i:44874;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2366;s:11:\"size_before\";i:36491;s:10:\"size_after\";i:34125;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5318;s:11:\"size_before\";i:108463;s:10:\"size_after\";i:103145;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8370;s:10:\"size_after\";i:8370;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10904,30993,'_wp_attached_file','2021/04/The-Food-Image-2-980x715-1.jpg'),(10905,30993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:715;s:4:\"file\";s:38:\"2021/04/The-Food-Image-2-980x715-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-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:38:\"The-Food-Image-2-980x715-1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-2-980x715-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10906,30993,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4330551075427049312338567688129842281341552734375;s:5:\"bytes\";i:36920;s:11:\"size_before\";i:679544;s:10:\"size_after\";i:642624;s:4:\"time\";d:1.32000000000000028421709430404007434844970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1357;s:11:\"size_before\";i:21021;s:10:\"size_after\";i:19664;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:660;s:11:\"size_before\";i:8689;s:10:\"size_after\";i:8029;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4744;s:11:\"size_before\";i:93165;s:10:\"size_after\";i:88421;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3604;s:11:\"size_before\";i:65626;s:10:\"size_after\";i:62022;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1945;s:11:\"size_before\";i:30365;s:10:\"size_after\";i:28420;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:7066;s:11:\"size_before\";i:141320;s:10:\"size_after\";i:134254;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2088;s:11:\"size_before\";i:32768;s:10:\"size_after\";i:30680;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2884;s:11:\"size_before\";i:49928;s:10:\"size_after\";i:47044;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2717;s:11:\"size_before\";i:49187;s:10:\"size_after\";i:46470;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2660;s:11:\"size_before\";i:44505;s:10:\"size_after\";i:41845;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2107;s:11:\"size_before\";i:33917;s:10:\"size_after\";i:31810;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5088;s:11:\"size_before\";i:101024;s:10:\"size_after\";i:95936;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8029;s:10:\"size_after\";i:8029;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10907,30994,'_wp_attached_file','2021/04/The-Food-Image-3-980x715-1.jpg'),(10908,30994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:715;s:4:\"file\";s:38:\"2021/04/The-Food-Image-3-980x715-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-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:38:\"The-Food-Image-3-980x715-1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-3-980x715-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10909,30994,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.07813351944341473398480957257561385631561279296875;s:5:\"bytes\";i:37254;s:11:\"size_before\";i:733616;s:10:\"size_after\";i:696362;s:4:\"time\";d:0.70000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:20984;s:10:\"size_after\";i:19731;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8216;s:10:\"size_after\";i:7621;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4920;s:11:\"size_before\";i:102466;s:10:\"size_after\";i:97546;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3664;s:11:\"size_before\";i:71411;s:10:\"size_after\";i:67747;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:30396;s:10:\"size_after\";i:28591;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:7777;s:11:\"size_before\";i:162529;s:10:\"size_after\";i:154752;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1948;s:11:\"size_before\";i:33495;s:10:\"size_after\";i:31547;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:52768;s:10:\"size_after\";i:49939;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2623;s:11:\"size_before\";i:50685;s:10:\"size_after\";i:48062;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2546;s:11:\"size_before\";i:46822;s:10:\"size_after\";i:44276;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2038;s:11:\"size_before\";i:34897;s:10:\"size_after\";i:32859;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:5256;s:11:\"size_before\";i:111326;s:10:\"size_after\";i:106070;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7621;s:10:\"size_after\";i:7621;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10910,30995,'_wp_attached_file','2021/04/The-Food-Image-4-980x715-1.jpg'),(10911,30995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:715;s:4:\"file\";s:38:\"2021/04/The-Food-Image-4-980x715-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-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:38:\"The-Food-Image-4-980x715-1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-4-980x715-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10912,30995,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.81428485680484374853449480724520981311798095703125;s:5:\"bytes\";i:24864;s:11:\"size_before\";i:516463;s:10:\"size_after\";i:491599;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:699;s:11:\"size_before\";i:14185;s:10:\"size_after\";i:13486;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:372;s:11:\"size_before\";i:6348;s:10:\"size_after\";i:5976;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3529;s:11:\"size_before\";i:71274;s:10:\"size_after\";i:67745;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2856;s:11:\"size_before\";i:49308;s:10:\"size_after\";i:46452;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:21637;s:10:\"size_after\";i:20607;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4576;s:11:\"size_before\";i:115259;s:10:\"size_after\";i:110683;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1035;s:11:\"size_before\";i:22760;s:10:\"size_after\";i:21725;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2010;s:11:\"size_before\";i:36659;s:10:\"size_after\";i:34649;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2223;s:11:\"size_before\";i:39052;s:10:\"size_after\";i:36829;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:31664;s:10:\"size_after\";i:30075;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1096;s:11:\"size_before\";i:23756;s:10:\"size_after\";i:22660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3849;s:11:\"size_before\";i:78585;s:10:\"size_after\";i:74736;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5976;s:10:\"size_after\";i:5976;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10913,30996,'_wp_attached_file','2021/04/The-Food-Image-5-980x715-1.jpg'),(10914,30996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:715;s:4:\"file\";s:38:\"2021/04/The-Food-Image-5-980x715-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-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:38:\"The-Food-Image-5-980x715-1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-610x445.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-980x675.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Food-Image-5-980x715-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10915,30996,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.762423943335992504444220685400068759918212890625;s:5:\"bytes\";i:24898;s:11:\"size_before\";i:522801;s:10:\"size_after\";i:497903;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:779;s:11:\"size_before\";i:15378;s:10:\"size_after\";i:14599;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:426;s:11:\"size_before\";i:7249;s:10:\"size_after\";i:6823;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3040;s:11:\"size_before\";i:69566;s:10:\"size_after\";i:66526;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:48473;s:10:\"size_after\";i:46237;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:22597;s:10:\"size_after\";i:21431;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:5767;s:11:\"size_before\";i:112092;s:10:\"size_after\";i:106325;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:23949;s:10:\"size_after\";i:22792;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1825;s:11:\"size_before\";i:37159;s:10:\"size_after\";i:35334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2360;s:11:\"size_before\";i:45093;s:10:\"size_after\";i:42733;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1556;s:11:\"size_before\";i:32697;s:10:\"size_after\";i:31141;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1222;s:11:\"size_before\";i:25121;s:10:\"size_after\";i:23899;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:76604;s:10:\"size_after\";i:73240;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6823;s:10:\"size_after\";i:6823;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10916,99,'_thumbnail_id','0'),(10919,31005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:780;s:4:\"file\";s:20:\"2021/04/banner-3.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-3-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-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:20:\"banner-3-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"banner-3-610x317.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"banner-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"banner-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"banner-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"banner-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"banner-3-1080x562.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"banner-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"banner-3-1280x666.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"banner-3-980x510.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"banner-3-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:20:\"banner-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:20:\"banner-3-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(10920,31005,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.648955739921246443913105395040474832057952880859375;s:5:\"bytes\";i:17928;s:11:\"size_before\";i:676795;s:10:\"size_after\";i:658867;s:4:\"time\";d:1.630000000000000337507799486047588288784027099609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:355;s:11:\"size_before\";i:9851;s:10:\"size_after\";i:9496;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:62336;s:10:\"size_after\";i:60546;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6557;s:10:\"size_after\";i:6205;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:40306;s:10:\"size_after\";i:39186;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:781;s:11:\"size_before\";i:28283;s:10:\"size_after\";i:27502;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:542;s:11:\"size_before\";i:19702;s:10:\"size_after\";i:19160;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:89230;s:10:\"size_after\";i:87433;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:657;s:11:\"size_before\";i:21668;s:10:\"size_after\";i:21011;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:890;s:11:\"size_before\";i:32706;s:10:\"size_after\";i:31816;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1886;s:11:\"size_before\";i:69177;s:10:\"size_after\";i:67291;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:33676;s:10:\"size_after\";i:32668;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:89754;s:10:\"size_after\";i:87324;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:59071;s:10:\"size_after\";i:57457;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:540;s:11:\"size_before\";i:19984;s:10:\"size_after\";i:19444;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:680;s:11:\"size_before\";i:22587;s:10:\"size_after\";i:21907;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:65702;s:10:\"size_after\";i:64216;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6205;s:10:\"size_after\";i:6205;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10921,31006,'_wp_attached_file','2021/04/banner-4.jpg'),(10922,31006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:780;s:4:\"file\";s:20:\"2021/04/banner-4.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-4-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-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:20:\"banner-4-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"banner-4-610x317.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"banner-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"banner-4-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"banner-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"banner-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"banner-4-1080x562.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"banner-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"banner-4-1280x666.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"banner-4-980x510.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"banner-4-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:20:\"banner-4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:20:\"banner-4-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(10923,31006,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.35956267161924504449643791303969919681549072265625;s:5:\"bytes\";i:51021;s:11:\"size_before\";i:951962;s:10:\"size_after\";i:900941;s:4:\"time\";d:1.43000000000000060396132539608515799045562744140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:692;s:11:\"size_before\";i:11351;s:10:\"size_after\";i:10659;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4821;s:11:\"size_before\";i:88223;s:10:\"size_after\";i:83402;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:585;s:11:\"size_before\";i:8101;s:10:\"size_after\";i:7516;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3043;s:11:\"size_before\";i:53887;s:10:\"size_after\";i:50844;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2032;s:11:\"size_before\";i:36453;s:10:\"size_after\";i:34421;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1334;s:11:\"size_before\";i:24087;s:10:\"size_after\";i:22753;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6155;s:11:\"size_before\";i:130545;s:10:\"size_after\";i:124390;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:27675;s:10:\"size_after\";i:26109;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2562;s:11:\"size_before\";i:45153;s:10:\"size_after\";i:42591;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5320;s:11:\"size_before\";i:98273;s:10:\"size_after\";i:92953;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:3505;s:11:\"size_before\";i:56317;s:10:\"size_after\";i:52812;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:6692;s:11:\"size_before\";i:130114;s:10:\"size_after\";i:123422;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4660;s:11:\"size_before\";i:82811;s:10:\"size_after\";i:78151;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:24378;s:10:\"size_after\";i:23065;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:29438;s:10:\"size_after\";i:27774;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5077;s:11:\"size_before\";i:97640;s:10:\"size_after\";i:92563;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7516;s:10:\"size_after\";i:7516;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10924,31007,'_wp_attached_file','2021/04/Banner-3-1.jpg'),(10925,31007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:780;s:4:\"file\";s:22:\"2021/04/Banner-3-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Banner-3-1-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Banner-3-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:22:\"Banner-3-1-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-610x317.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"Banner-3-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"Banner-3-1-1080x562.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"Banner-3-1-1280x666.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-980x510.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:22:\"Banner-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(10926,31008,'_wp_attached_file','2021/04/Banner-2.jpg'),(10927,31008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:780;s:4:\"file\";s:20:\"2021/04/Banner-2.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Banner-2-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Banner-2-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner-2-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:20:\"Banner-2-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"Banner-2-610x317.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Banner-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"Banner-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Banner-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Banner-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"Banner-2-1080x562.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Banner-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"Banner-2-1280x666.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"Banner-2-980x510.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"Banner-2-480x250.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:20:\"Banner-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:20:\"Banner-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(10928,31008,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.264821828862951580418894081958569586277008056640625;s:5:\"bytes\";i:16115;s:11:\"size_before\";i:711535;s:10:\"size_after\";i:695420;s:4:\"time\";d:1.1900000000000001687538997430237941443920135498046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:449;s:11:\"size_before\";i:10812;s:10:\"size_after\";i:10363;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:68985;s:10:\"size_after\";i:67696;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:6468;s:10:\"size_after\";i:6146;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:2;s:5:\"bytes\";i:878;s:11:\"size_before\";i:43904;s:10:\"size_after\";i:43026;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:702;s:11:\"size_before\";i:31087;s:10:\"size_after\";i:30385;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:671;s:11:\"size_before\";i:19656;s:10:\"size_after\";i:18985;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2092;s:11:\"size_before\";i:90498;s:10:\"size_after\";i:88406;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:687;s:11:\"size_before\";i:21446;s:10:\"size_after\";i:20759;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:876;s:11:\"size_before\";i:32505;s:10:\"size_after\";i:31629;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:75150;s:10:\"size_after\";i:73796;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:968;s:11:\"size_before\";i:33399;s:10:\"size_after\";i:32431;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"et-pb-image--responsive--desktop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:97648;s:10:\"size_after\";i:95844;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:64548;s:10:\"size_after\";i:63436;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:645;s:11:\"size_before\";i:21770;s:10:\"size_after\";i:21125;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:730;s:11:\"size_before\";i:22260;s:10:\"size_after\";i:21530;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:65253;s:10:\"size_after\";i:63717;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6146;s:10:\"size_after\";i:6146;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10929,31010,'_wp_attached_file','2021/04/SSC_Neapel.svg_.png'),(10930,31010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2021/04/SSC_Neapel.svg_.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-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:29:\"SSC_Neapel.svg_-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:27:\"SSC_Neapel.svg_-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:27:\"SSC_Neapel.svg_-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"SSC_Neapel.svg_-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"SSC_Neapel.svg_-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"mprm-middle\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"mprm-big\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"mprm-thumbnail\";a:4:{s:4:\"file\";s:27:\"SSC_Neapel.svg_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10931,31010,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1439746931513496974730514921247959136962890625;s:5:\"bytes\";i:349065;s:11:\"size_before\";i:1285976;s:10:\"size_after\";i:936911;s:4:\"time\";d:10.93999999999999772626324556767940521240234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4793;s:11:\"size_before\";i:18524;s:10:\"size_after\";i:13731;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:11185;s:11:\"size_before\";i:91355;s:10:\"size_after\";i:80170;s:4:\"time\";d:1.520000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3191;s:11:\"size_before\";i:8881;s:10:\"size_after\";i:5690;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9448;s:11:\"size_before\";i:62350;s:10:\"size_after\";i:52902;s:4:\"time\";i:1;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:58731;s:11:\"size_before\";i:165875;s:10:\"size_after\";i:107144;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4041;s:11:\"size_before\";i:17527;s:10:\"size_after\";i:13486;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:31473;s:11:\"size_before\";i:131256;s:10:\"size_after\";i:99783;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4822;s:11:\"size_before\";i:20928;s:10:\"size_after\";i:16106;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:23752;s:11:\"size_before\";i:77153;s:10:\"size_after\";i:53401;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:40160;s:11:\"size_before\";i:175505;s:10:\"size_after\";i:135345;s:4:\"time\";d:0.75;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:37713;s:11:\"size_before\";i:108198;s:10:\"size_after\";i:70485;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:31:\"et-pb-image--responsive--tablet\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:99037;s:11:\"size_before\";i:294598;s:10:\"size_after\";i:195561;s:4:\"time\";d:1.7199999999999999733546474089962430298328399658203125;}s:30:\"et-pb-image--responsive--phone\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7230;s:11:\"size_before\";i:33398;s:10:\"size_after\";i:26168;s:4:\"time\";d:0.25;}s:11:\"mprm-middle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:21973;s:10:\"size_after\";i:16828;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:8:\"mprm-big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:8344;s:11:\"size_before\";i:52765;s:10:\"size_after\";i:44421;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:14:\"mprm-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5690;s:10:\"size_after\";i:5690;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}');
/*!40000 ALTER TABLE `wpuxyio7feou_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_posts`
--

DROP TABLE IF EXISTS `wpuxyio7feou_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) 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=31019 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_posts`
--

LOCK TABLES `wpuxyio7feou_posts` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_posts` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_posts` VALUES (299,2,'2021-03-16 09:40:28','2021-03-16 09:40:28','Roasted meat and brinjals balls, garlic, chilli','Polpette Fritte Peperoncino','','publish','open','closed','','polpette-fritte-peperoncino','','','2021-03-16 09:41:33','2021-03-16 09:41:33','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=299',0,'dzsrst_items','',0),(2,2,'2020-06-22 13:40:24','2020-06-22 13:40:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,\r\nthe people, the experience</h2>\r[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Highly regarded authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\r\nOur ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\r\nLet us surprise you with new experiences for your palate.\r\nDiscover new combinations of exotic and local cuntures in perfect harmony.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\r\nWe\'re open for lunch and dinner every day\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\r\nCall us or send us and email\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\r\n<a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\r\ninfo@fumo.co.za\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\r\n21 Groenkloof plaza\r\nGroenkloof,\r\nPretoria\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','trash','closed','closed','','sample-page__trashed','','','2021-04-19 09:48:29','2021-04-19 09:48:29','',0,'http://rainmakers.cafe/fumo/?page_id=2',0,'page','',0),(3,1,'2020-06-22 13:40:24','2020-06-22 13:40:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Book-Online-Banner-1008x542-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Book Online Banner 1008x542\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','publish','closed','closed','','book-online','','','2021-04-22 07:49:16','2021-04-22 07:49:16','',0,'http://rainmakers.cafe/fumo/?page_id=3',0,'page','',0),(459,2,'2021-03-17 12:40:14','2021-03-17 12:40:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-17 12:40:14','2021-03-17 12:40:14','',3,'http://rainmakers.cafe/fumo/?p=459',0,'revision','',0),(5,1,'2020-07-02 09:02:10','2020-07-02 09:02:10','.mprm-taxonomy-title {\n    display: none !important;\n}\n.et_pb_toggle_close {\n    background-color: #f4f4f4;\n    padding: 12px;\n    margin-bottom: 14px !important;\n}\n.mprm-container.mprm-shortcode-items.mprm-view-grid {\n    margin: 0px !important;\n}\nh5.et_pb_toggle_title {\n    font-family: \'Italiana\',Georgia,\"Times New Roman\",serif;\n    font-weight: 700;\n    font-size: 19px;\n    color: #000000!important;\n    letter-spacing: 2px;\n    line-height: 1.5em;\n}','Divi','','publish','closed','closed','','divi','','','2021-04-21 04:25:08','2021-04-21 04:25:08','',0,'http://rainmakers.cafe/fumo/?p=5',0,'custom_css','',0),(6,1,'2020-07-02 09:02:10','2020-07-02 09:02:10','','Divi','','inherit','closed','closed','','5-revision-v1','','','2020-07-02 09:02:10','2020-07-02 09:02:10','',5,'http://rainmakers.cafe/fumo/?p=6',0,'revision','',0),(10,1,'2020-07-02 09:06:45','2020-07-02 09:06:45','','Logo Fumo black background','','inherit','open','closed','','logo-fumo-black-background','','','2020-07-02 09:06:45','2020-07-02 09:06:45','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/07/Logo-Fumo-black-background.jpg',0,'attachment','image/jpeg',0),(17,1,'2020-10-18 17:06:03','2020-10-18 17:06:03','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://rainmakers.cafe/fumo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2020-10-18 17:06:03','2020-10-18 17:06:03','',2,'http://rainmakers.cafe/fumo/?p=17',0,'revision','',0),(18,1,'2020-10-18 17:09:17','2020-10-18 17:09:17','','section-bg-9','','inherit','open','closed','','section-bg-9','','','2020-10-18 17:09:17','2020-10-18 17:09:17','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg',0,'attachment','image/jpeg',0),(19,1,'2020-10-18 17:09:19','2020-10-18 17:09:19','','section-bg-7','','inherit','open','closed','','section-bg-7','','','2020-10-18 17:09:19','2020-10-18 17:09:19','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg',0,'attachment','image/jpeg',0),(20,1,'2020-10-18 17:09:21','2020-10-18 17:09:21','','section-bg-10','','inherit','open','closed','','section-bg-10','','','2020-10-18 17:09:21','2020-10-18 17:09:21','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg',0,'attachment','image/jpeg',0),(21,1,'2020-10-18 17:09:24','2020-10-18 17:09:24','','header-bg-1','','inherit','open','closed','','header-bg-1','','','2020-10-18 17:09:24','2020-10-18 17:09:24','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-1.jpg',0,'attachment','image/jpeg',0),(22,1,'2020-10-18 17:09:26','2020-10-18 17:09:26','','icon-1','','inherit','open','closed','','icon-1','','','2020-10-18 17:09:26','2020-10-18 17:09:26','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png',0,'attachment','image/png',0),(23,1,'2020-10-18 17:09:28','2020-10-18 17:09:28','','icon-2','','inherit','open','closed','','icon-2','','','2020-10-18 17:09:28','2020-10-18 17:09:28','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png',0,'attachment','image/png',0),(24,1,'2020-10-18 17:09:29','2020-10-18 17:09:29','','icon-3','','inherit','open','closed','','icon-3','','','2020-10-18 17:09:29','2020-10-18 17:09:29','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png',0,'attachment','image/png',0),(27,1,'2020-10-18 17:10:09','2020-10-18 17:10:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Coffee House\" subhead=\"Serving Only the Best since 2013\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" button_one_text=\"Shop\" background_overlay_color=\"rgba(255,255,255,0.9)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-1.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"10%|0px|10%|0px\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>The Best Coffee Shop</h2>\r[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Fresh Beans</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"60px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"3.22\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Great Coffee</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Full Menu\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" custom_padding=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-10-18 17:10:09','2020-10-18 17:10:09','',2,'http://rainmakers.cafe/fumo/?p=27',0,'revision','',0),(354,2,'2021-03-17 09:02:15','2021-03-17 09:02:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font=\"Poppins|700||on|||||\" header_font_size=\"35px\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:02:15','2021-03-17 09:02:15','',2,'http://rainmakers.cafe/fumo/?p=354',0,'revision','',0),(365,2,'2021-03-17 09:17:43','2021-03-17 09:17:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instgram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" address=\"Fumo Restaurant\" zoom=\"15px\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:17:43','2021-03-17 09:17:43','',2,'http://rainmakers.cafe/fumo/?p=365',0,'revision','',0),(352,2,'2021-03-17 09:01:44','2021-03-17 09:01:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font=\"Poppins|700||on|||||\" header_font_size=\"35px\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:01:44','2021-03-17 09:01:44','',2,'http://rainmakers.cafe/fumo/?p=352',0,'revision','',0),(348,2,'2021-03-17 09:00:09','2021-03-17 09:00:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font=\"Poppins|700||on|||||\" header_font_size=\"35px\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:00:09','2021-03-17 09:00:09','',2,'http://rainmakers.cafe/fumo/?p=348',0,'revision','',0),(26,1,'2020-10-18 17:10:09','2020-10-18 17:10:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Coffee House\" subhead=\"Serving Only the Best since 2013\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" button_one_text=\"Shop\" background_overlay_color=\"rgba(255,255,255,0.9)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-1.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"10%|0px|10%|0px\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>The Best Coffee Shop</h2>\r[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Fresh Beans</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"60px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"3.22\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Great Coffee</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Full Menu\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" custom_padding=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2020-10-18 17:10:09','2020-10-18 17:10:09','',2,'http://rainmakers.cafe/fumo/?p=26',0,'revision','',0),(29,1,'2020-10-18 17:12:24','2020-10-18 17:12:24','','Logo Fumo dark background','','inherit','open','closed','','logo-fumo-dark-background','','','2020-10-18 17:12:24','2020-10-18 17:12:24','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png',0,'attachment','image/png',0),(30,1,'2020-10-18 17:15:47','2020-10-18 17:15:47','','Fumo Social@2x','','inherit','open','closed','','fumo-social2x','','','2020-10-18 17:15:47','2020-10-18 17:15:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Fumo-Social@2x.png',0,'attachment','image/png',0),(31,1,'2020-10-18 17:15:52','2020-10-18 17:15:52','http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/cropped-Fumo-Social@2x.png','cropped-Fumo-Social@2x.png','','inherit','open','closed','','cropped-fumo-social2x-png','','','2020-10-18 17:15:52','2020-10-18 17:15:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/cropped-Fumo-Social@2x.png',0,'attachment','image/png',0),(33,1,'2020-10-18 17:22:05','2020-10-18 17:22:05','','Logo Fumo light background','','inherit','open','closed','','logo-fumo-light-background','','','2020-10-18 17:22:05','2020-10-18 17:22:05','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-light-background.png',0,'attachment','image/png',0),(130,1,'2020-11-25 08:29:21','2020-11-25 08:29:21','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:heading -->\n<h2>Who we are</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Our website address is: http://rainmakers.cafe/fumo.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>What personal data we collect and why we collect it</h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Comments</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Media</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Contact forms</h3>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Cookies</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>If you visit our login page, 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>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Analytics</h3>\n<!-- /divi:heading -->\n\n<!-- divi:heading -->\n<h2>Who we share your data with</h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading -->\n<h2>How long we retain your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<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>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Where we send your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Your contact information</h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading -->\n<h2>Additional information</h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>How we protect your data</h3>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>What data breach procedures we have in place</h3>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>What third parties we receive data from</h3>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>What automated decision making and/or profiling we do with user data</h3>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>Industry regulatory disclosure requirements</h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-11-25 08:29:21','2020-11-25 08:29:21','',3,'http://rainmakers.cafe/fumo/?p=130',0,'revision','',0),(80,1,'2020-11-05 15:50:41','2020-11-05 15:50:41','<div id=\"sp-page\" class=\"spBgcover sp-content-1\" style=\"background-color: rgb(2, 2, 2); font-family: \'Helvetica Neue\', Arial, sans-serif; font-weight: 400;\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 600px; max-width: 100%; padding: 10px; margin-top: 60px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-wz5ajq\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><figure id=\"sp-k4accv\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: center;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/07/Logo-Fumo-black-background.jpg\" alt=\"\"></span></figure><h1 id=\"sp-rchwtv\" class=\"sp-css-target\" style=\"text-align: center; padding: 10px; margin-top: 0px;\">Website under scheduled maintenance. We\'ll be back online soon.</h1><div id=\"sp-ss42wh\" class=\"sp-css-target sp-text-wrapper\" style=\"padding: 10px; margin-top: 0px; text-align: center;\"></div></div></div></section><section id=\"sp-qy2ukz\" class=\"sp-el-section \" style=\"width: 100%; max-width: 100%; padding: 10px;\"><div id=\"sp-y2q7z4\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-kc98i6\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-x7mrh1\" class=\"sp-spacer\" style=\"height: 60px;\"></div></div></div></section></div>','seedprod','','draft','closed','closed','','sp-mm','','','2021-03-31 06:44:52','2021-03-31 06:44:52','{\"enable_recaptcha\":false,\"template_id\":71,\"post_title\":\"seedprod\",\"post_name\":\"sp-mm\",\"post_status\":\"publish\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"no_conflict_mode\":true,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"mm\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"wz5ajq\",\"type\":\"col\",\"blocks\":[{\"id\":\"k4accv\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/07/Logo-Fumo-black-background.jpg\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false,\"openNewWindow\":false,\"noFollow\":false}},{\"id\":\"rchwtv\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Website under scheduled maintenance. We\'ll be back online soon.\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"ss42wh\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"60\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}},{\"id\":\"qy2ukz\",\"type\":\"section\",\"rows\":[{\"id\":\"y2q7z4\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"kc98i6\",\"type\":\"col\",\"blocks\":[{\"id\":\"x7mrh1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":1,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#020202\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#e83333\",\"headerColor\":\"#444444\",\"linkColor\":\"#e83333\",\"linkDarkerColor\":\"#d01818\",\"textColor\":\"#d6d6d6\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"1\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#d6d6d6} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#444444}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#444444; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#e83333} #sp-page a:hover{color:#d01818}#sp-page .btn{background-color:#e83333}body{background-color:#020202; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false}}}',0,'http://rainmakers.cafe/fumo/?seedprod=sp-mm',0,'seedprod','',0),(42,1,'2020-10-18 17:37:38','2020-10-18 17:37:38','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Try the difference\" subhead=\"Serving Only the Best since 2010\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" button_one_text=\"Shop\" background_overlay_color=\"rgba(255,255,255,0.9)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-1.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"10%|0px|10%|0px\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>The Best Coffee Shop</h2>\r[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Fresh Beans</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"60px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"3.22\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Great Coffee</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Full Menu\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" custom_padding=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-10-18 17:37:38','2020-10-18 17:37:38','',2,'http://rainmakers.cafe/fumo/?p=42',0,'revision','',0),(44,1,'2020-10-18 17:41:29','2020-10-18 17:41:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana||||||||\" header_2_font=\"Italiana|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','draft','closed','closed','','menu','','','2021-04-22 04:35:49','2021-04-22 04:35:49','',0,'http://rainmakers.cafe/fumo/?page_id=44',0,'page','',0),(45,1,'2020-10-18 17:40:07','2020-10-18 17:40:07','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','44-revision-v1','','','2020-10-18 17:40:07','2020-10-18 17:40:07','',44,'http://rainmakers.cafe/fumo/?p=45',0,'revision','',0),(46,1,'2020-10-18 17:40:42','2020-10-18 17:40:42','','gallery-coffee-image-11','','inherit','open','closed','','gallery-coffee-image-11','','','2020-10-18 17:40:42','2020-10-18 17:40:42','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-11.jpg',0,'attachment','image/jpeg',0),(47,1,'2020-10-18 17:40:43','2020-10-18 17:40:43','','section-bg-8-1','','inherit','open','closed','','section-bg-8-1','','','2020-10-18 17:40:43','2020-10-18 17:40:43','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-8-1.jpg',0,'attachment','image/jpeg',0),(48,1,'2020-10-18 17:40:46','2020-10-18 17:40:46','','coffee-item-9','','inherit','open','closed','','coffee-item-9','','','2020-10-18 17:40:46','2020-10-18 17:40:46','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png',0,'attachment','image/png',0),(49,1,'2020-10-18 17:40:47','2020-10-18 17:40:47','','coffee-item-1','','inherit','open','closed','','coffee-item-1','','','2020-10-18 17:40:47','2020-10-18 17:40:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-1.png',0,'attachment','image/png',0),(50,1,'2020-10-18 17:40:51','2020-10-18 17:40:51','','coffee-item-3','','inherit','open','closed','','coffee-item-3','','','2020-10-18 17:40:51','2020-10-18 17:40:51','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-3.png',0,'attachment','image/png',0),(51,1,'2020-10-18 17:40:52','2020-10-18 17:40:52','','coffee-item-4','','inherit','open','closed','','coffee-item-4','','','2020-10-18 17:40:52','2020-10-18 17:40:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-4.png',0,'attachment','image/png',0),(52,1,'2020-10-18 17:40:53','2020-10-18 17:40:53','','coffee-item-5','','inherit','open','closed','','coffee-item-5','','','2020-10-18 17:40:53','2020-10-18 17:40:53','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-5.png',0,'attachment','image/png',0),(53,1,'2020-10-18 17:40:54','2020-10-18 17:40:54','','coffee-item-6','','inherit','open','closed','','coffee-item-6','','','2020-10-18 17:40:54','2020-10-18 17:40:54','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-6.png',0,'attachment','image/png',0),(54,1,'2020-10-18 17:40:56','2020-10-18 17:40:56','','section-bg-13','','inherit','open','closed','','section-bg-13','','','2020-10-18 17:40:56','2020-10-18 17:40:56','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-13.jpg',0,'attachment','image/jpeg',0),(55,1,'2020-10-18 17:41:00','2020-10-18 17:41:00','','coffee-item-8','','inherit','open','closed','','coffee-item-8','','','2020-10-18 17:41:00','2020-10-18 17:41:00','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-8.png',0,'attachment','image/png',0),(56,1,'2020-10-18 17:41:02','2020-10-18 17:41:02','','coffee-item-7','','inherit','open','closed','','coffee-item-7','','','2020-10-18 17:41:02','2020-10-18 17:41:02','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-7.png',0,'attachment','image/png',0),(57,1,'2020-10-18 17:41:03','2020-10-18 17:41:03','','gallery-coffee-image-2-1','','inherit','open','closed','','gallery-coffee-image-2-1','','','2020-10-18 17:41:03','2020-10-18 17:41:03','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-2-1.jpg',0,'attachment','image/jpeg',0),(58,1,'2020-10-18 17:41:04','2020-10-18 17:41:04','','gallery-coffee-image-1','','inherit','open','closed','','gallery-coffee-image-1','','','2020-10-18 17:41:04','2020-10-18 17:41:04','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-1.jpg',0,'attachment','image/jpeg',0),(59,1,'2020-10-18 17:41:06','2020-10-18 17:41:06','','gallery-coffee-image-5','','inherit','open','closed','','gallery-coffee-image-5','','','2020-10-18 17:41:06','2020-10-18 17:41:06','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-5.jpg',0,'attachment','image/jpeg',0),(62,1,'2020-10-18 17:41:29','2020-10-18 17:41:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Coffee Hero Section\" _builder_version=\"3.22\" locked=\"off\"][et_pb_fullwidth_header title=\"Drink Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-8-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Coffee Menu\" _builder_version=\"3.22\" background_color=\"#272830\" custom_padding=\"100px|0px|100px|\" locked=\"off\"][et_pb_row admin_label=\"Section Header\" _builder_version=\"3.25\" module_alignment=\"center\" custom_padding=\"40px|0px|40px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" max_width_last_edited=\"off|desktop\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Coffee</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Black Cake\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Black Coffee\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-1.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Espresso\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-3.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Latte\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-4.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brownie Mocha\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-5.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"macchiato\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-6.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Pastry Hero Section\" _builder_version=\"3.22\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Food Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"5px\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-13.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_phone=\"44px\" title_font_size_last_edited=\"off|desktop\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Pastry Menu\" _builder_version=\"3.22\" background_color=\"#272830\" custom_padding=\"100px|0px|100px|\" locked=\"off\"][et_pb_row admin_label=\"Section Header\" _builder_version=\"3.25\" module_alignment=\"center\" custom_padding=\"40px|0px|40px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" max_width_last_edited=\"off|desktop\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Pastries</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Chocolate Cakes\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Macarons\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-8.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Cupcakes\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-7.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-2-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-11.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-5.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\r\n<p>08PM -12AM\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\r\n<p>12 PM - 02 AM\r[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\r\n<p>+(000) 111 222 333\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\r\n<p>address@domain.com\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\r\n<p>543 TN, doula street<br />NY, New York</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2020-10-18 17:41:29','2020-10-18 17:41:29','',44,'http://rainmakers.cafe/fumo/?p=62',0,'revision','',0),(465,2,'2021-03-17 12:50:05','2021-03-17 12:50:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<div id=\"wpcontent\">\n<div id=\"wpbody\" role=\"main\">\n<div id=\"wpbody-content\">\n<div class=\"sc-con sc-con-for-showcase-builder\">\n<div class=\"sc-menu\">\n<div class=\"shortcode-output\">[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"default\" order=\"desc\" orderby=\"default\"]</div>\n</div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"menuheader\" sticky_enabled=\"0\" background_position=\"bottom_center\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 12:50:05','2021-03-17 12:50:05','',44,'http://rainmakers.cafe/fumo/?p=465',0,'revision','',0),(336,2,'2021-03-17 08:16:30','2021-03-17 08:16:30','<div id=\"sp-page\" class=\"spBgcover sp-content-5\" style=\"background-color: rgb(255, 255, 255); font-family: Roboto, sans-serif; font-weight: 400; background-image: url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 490px; max-width: 100%; padding: 10px 10px 10px 80px; border-radius: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ovbx1s\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-niijfv\" class=\"sp-spacer\" style=\"height: 12px;\"></div><figure id=\"sp-xp7nhn\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: left;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" alt=\"\" style=\"width: 300px;\"></span></figure><div id=\"sp-jknss8\" class=\"sp-spacer\" style=\"height: 39px;\"></div><h1 id=\"sp-y0sc75\" class=\"sp-css-target\" style=\"font-size: 72px; text-align: left; padding: 10px; margin-top: 0px;\">Get <br>Ready!</h1><div id=\"sp-p7ef8k\" class=\"sp-css-target sp-text-wrapper\" style=\"font-size: 18px; padding: 10px; margin-top: 0px; text-align: left;\"><p>We are working on something really cool.</p></div><div id=\"sp-d4et4f\" class=\"sp-spacer\" style=\"height: 60px;\"></div><div id=\"sp-qkrns1\" class=\"sp-spacer\" style=\"height: 12px;\"></div></div></div></section></div>','','','inherit','closed','closed','','331-autosave-v1','','','2021-03-17 08:16:30','2021-03-17 08:16:30','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":1825,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ovbx1s\",\"type\":\"col\",\"blocks\":[{\"id\":\"niijfv\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}},{\"id\":\"xp7nhn\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"link\":\"\",\"openNewWindow\":false,\"noFollow\":false,\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\",\"altTxt\":\"\",\"width\":\"300\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"left\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jknss8\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":39}},{\"id\":\"y0sc75\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Get <br />Ready!\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":72,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"p7ef8k\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>We are working on something really cool.</p>\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":18,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"d4et4f\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}},{\"id\":\"qkrns1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":490,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"80\",\"paddingRight\":\"10\",\"paddingSync\":false,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"10\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderColor\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#FFFFFF\",\"headerColor\":\"#FFFFFF\",\"linkColor\":\"#FFFFFF\",\"linkDarkerColor\":\"#e6e6e6\",\"textColor\":\"#FFFFFF\",\"textFont\":\"Roboto\",\"textFontVariant\":\"400\",\"headerFont\":\"Roboto\",\"headerFontVariant\":\"300\",\"contentPosition\":\"5\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#FFFFFF} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#FFFFFF}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#FFFFFF; font-family:\'Roboto\';font-weight:300;font-style:normal} #sp-page a{color:#FFFFFF} #sp-page a:hover{color:#e6e6e6}#sp-page .btn{background-color:#FFFFFF}body{background-color:#FFFFFF; background-image:url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'http://rainmakers.cafe/fumo/?p=336',0,'revision','',0),(61,1,'2020-10-18 17:41:29','2020-10-18 17:41:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Coffee Hero Section\" _builder_version=\"3.22\" locked=\"off\"][et_pb_fullwidth_header title=\"Drink Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-8-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Coffee Menu\" _builder_version=\"3.22\" background_color=\"#272830\" custom_padding=\"100px|0px|100px|\" locked=\"off\"][et_pb_row admin_label=\"Section Header\" _builder_version=\"3.25\" module_alignment=\"center\" custom_padding=\"40px|0px|40px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" max_width_last_edited=\"off|desktop\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Coffee</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Black Cake\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Black Coffee\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-1.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Espresso\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-3.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Latte\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-4.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brownie Mocha\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-5.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"macchiato\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-6.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Pastry Hero Section\" _builder_version=\"3.22\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Food Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"5px\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-13.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_phone=\"44px\" title_font_size_last_edited=\"off|desktop\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Pastry Menu\" _builder_version=\"3.22\" background_color=\"#272830\" custom_padding=\"100px|0px|100px|\" locked=\"off\"][et_pb_row admin_label=\"Section Header\" _builder_version=\"3.25\" module_alignment=\"center\" custom_padding=\"40px|0px|40px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" max_width_last_edited=\"off|desktop\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Pastries</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Chocolate Cakes\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Macarons\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-8.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Cupcakes\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-7.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-2-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-11.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-5.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\r\n<p>08PM -12AM\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\r\n<p>12 PM - 02 AM\r[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\r\n<p>+(000) 111 222 333\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\r\n<p>address@domain.com\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\r\n<p>543 TN, doula street<br />NY, New York</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','44-revision-v1','','','2020-10-18 17:41:29','2020-10-18 17:41:29','',44,'http://rainmakers.cafe/fumo/?p=61',0,'revision','',0),(65,2,'2020-10-18 17:43:42','2020-10-18 17:43:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Contact-Page-Bloack-1-Banner-2049x1536-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"83%\" max_width=\"1150px\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo, Groenkloof, Pretoria, 0181, South Africa\" zoom=\"15px\" _builder_version=\"4.9.4\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2021-04-22 09:11:12','2021-04-22 09:11:12','',0,'http://rainmakers.cafe/fumo/?page_id=65',0,'page','',0),(66,1,'2020-10-18 17:42:39','2020-10-18 17:42:39','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','65-revision-v1','','','2020-10-18 17:42:39','2020-10-18 17:42:39','',65,'http://rainmakers.cafe/fumo/?p=66',0,'revision','',0),(67,1,'2020-10-18 17:43:20','2020-10-18 17:43:20','','header-bg-2-2-2-2','','inherit','open','closed','','header-bg-2-2-2-2','','','2020-10-18 17:43:20','2020-10-18 17:43:20','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-2-2-2-2.jpg',0,'attachment','image/jpeg',0),(404,2,'2021-03-17 11:35:13','2021-03-17 11:35:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-17 11:35:13','2021-03-17 11:35:13','',65,'http://rainmakers.cafe/fumo/?p=404',0,'revision','',0),(68,1,'2020-10-18 17:43:42','2020-10-18 17:43:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-2-2-2-2.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"5%||5%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"80px|5%|80px|5%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Email Us</h3>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#787070\" form_field_font=\"Nunito||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" text_orientation=\"left\" border_width_all=\"1px\" border_color_all=\"#E6E6E6\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#E6E6E6\" form_background_color=\"rgba(0,0,0,0)\" locked=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#c99872\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Requirements\" field_title=\"Requirement Details\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(61,58,53,0.91)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" background_repeat=\"repeat\" background_blend=\"multiply\" custom_padding=\"80px|5%|80px|5%\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter!\" description=\"<p>Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio. Vestibulum arcu quam.</p>\r\" _builder_version=\"3.23\" header_font=\"Oswald|||on|||||\" header_font_size=\"40px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" body_font=\"Nunito||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"15px\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" button_border_color_hover=\"#c99872\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio. Vestibulum arcu quam.</p>\r[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"New York, NY, USA\" address_lat=\"40.7127753\" address_lng=\"-74.0059728\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\"][et_pb_map_pin pin_address=\"New York, NY, USA\" pin_address_lat=\"40.7127753\" pin_address_lng=\"-74.0059728\" _builder_version=\"3.0.85\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','65-revision-v1','','','2020-10-18 17:43:42','2020-10-18 17:43:42','',65,'http://rainmakers.cafe/fumo/?p=68',0,'revision','',0),(393,2,'2021-03-17 10:30:19','2021-03-17 10:30:19','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-2-2-2-2.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-17 10:30:19','2021-03-17 10:30:19','',65,'http://rainmakers.cafe/fumo/?p=393',0,'revision','',0),(69,1,'2020-10-18 17:43:42','2020-10-18 17:43:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/header-bg-2-2-2-2.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"5%||5%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"80px|5%|80px|5%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Email Us</h3>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"#787070\" form_field_font=\"Nunito||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" text_orientation=\"left\" border_width_all=\"1px\" border_color_all=\"#E6E6E6\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#E6E6E6\" form_background_color=\"rgba(0,0,0,0)\" locked=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#c99872\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Requirements\" field_title=\"Requirement Details\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(61,58,53,0.91)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" background_repeat=\"repeat\" background_blend=\"multiply\" custom_padding=\"80px|5%|80px|5%\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter!\" description=\"<p>Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio. Vestibulum arcu quam.</p>\r\" _builder_version=\"3.23\" header_font=\"Oswald|||on|||||\" header_font_size=\"40px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" body_font=\"Nunito||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"15px\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" button_border_color_hover=\"#c99872\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio. Vestibulum arcu quam.</p>\r[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"New York, NY, USA\" address_lat=\"40.7127753\" address_lng=\"-74.0059728\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\"][et_pb_map_pin pin_address=\"New York, NY, USA\" pin_address_lat=\"40.7127753\" pin_address_lng=\"-74.0059728\" _builder_version=\"3.0.85\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2020-10-18 17:43:42','2020-10-18 17:43:42','',65,'http://rainmakers.cafe/fumo/?p=69',0,'revision','',0),(72,1,'2020-10-19 04:33:55','2020-10-19 04:33:55','','Banner','','inherit','open','closed','','banner','','','2020-10-19 04:33:55','2020-10-19 04:33:55','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Banner.jpg',0,'attachment','image/jpeg',0),(73,1,'2020-10-19 04:35:32','2020-10-19 04:35:32','','Banner copy','','inherit','open','closed','','banner-copy','','','2020-10-19 04:35:32','2020-10-19 04:35:32','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Banner-copy.jpg',0,'attachment','image/jpeg',0),(78,1,'2020-11-01 11:58:01','2020-11-01 11:58:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Banner-copy.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Fresh Beans</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"60px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"3.22\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Great Coffee</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Full Menu\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" custom_padding=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-01 11:58:01','2020-11-01 11:58:01','',2,'http://rainmakers.cafe/fumo/?p=78',0,'revision','',0),(74,1,'2020-10-19 04:36:49','2020-10-19 04:36:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Try the difference\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Banner-copy.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Banner copy\" title_text_color=\"#ffffff\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"10%|0px|10%|0px\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>The Best Coffee Shop</h2>\r[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Fresh Beans</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"60px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-9.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"3.22\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Great Coffee</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Full Menu\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" custom_padding=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-10-19 04:36:49','2020-10-19 04:36:49','',2,'http://rainmakers.cafe/fumo/?p=74',0,'revision','',0),(90,1,'2020-11-05 17:37:23','2020-11-05 17:37:23','','Raw','','inherit','open','closed','','raw','','','2020-11-05 17:37:23','2020-11-05 17:37:23','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg',0,'attachment','image/jpeg',0),(96,1,'2020-11-05 18:07:14','2020-11-05 18:07:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Raw\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Well-reputed authentic Italian cousine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Neaples, with experience in New York, Montecarlo, London, Venice, Singapore and his dear home town Napoli, creates always new flavours combining classic Italian tradition with an international and Southafrican twist.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Icon_chef\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Icon_wine\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Icon_pizza\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" title_text=\"IMG_0835\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\" hover_enabled=\"0\" title_text=\"Gren Soup\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" title_text=\"Pappardelle\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 18:07:14','2020-11-05 18:07:14','',2,'http://rainmakers.cafe/fumo/?p=96',0,'revision','',0),(91,1,'2020-11-05 17:37:35','2020-11-05 17:37:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Raw\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" title_text=\"IMG_0835\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\" hover_enabled=\"0\" title_text=\"Gren Soup\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" title_text=\"Pappardelle\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 17:37:35','2020-11-05 17:37:35','',2,'http://rainmakers.cafe/fumo/?p=91',0,'revision','',0),(85,1,'2020-11-05 16:53:21','2020-11-05 16:53:21','','Gren Soup','','inherit','open','closed','','gren-soup','','','2020-11-05 16:53:21','2020-11-05 16:53:21','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg',0,'attachment','image/jpeg',0),(82,1,'2020-11-05 16:44:46','2020-11-05 16:44:46','','IMG_0835','','inherit','open','closed','','img_0835','','','2020-11-05 16:44:46','2020-11-05 16:44:46','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg',0,'attachment','image/jpeg',0),(86,1,'2020-11-05 16:56:01','2020-11-05 16:56:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Banner-copy.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" title_text=\"IMG_0835\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\" hover_enabled=\"0\" title_text=\"Gren Soup\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 16:56:01','2020-11-05 16:56:01','',2,'http://rainmakers.cafe/fumo/?p=86',0,'revision','',0),(83,1,'2020-11-05 16:47:32','2020-11-05 16:47:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Banner-copy.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Best Beans\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-1.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Quality Milk\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-2.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Perfect Blend\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/icon-3.png\" alt=\"Coffee Bean\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"Details\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"About us\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"60px|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" title_text=\"IMG_0835\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"3.22\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-10.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Great Coffee</h3>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>[/et_pb_text][et_pb_button button_text=\"Full Menu\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"20px|||\" custom_padding=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 16:47:32','2020-11-05 16:47:32','',2,'http://rainmakers.cafe/fumo/?p=83',0,'revision','',0),(88,1,'2020-11-05 17:00:06','2020-11-05 17:00:06','','Pappardelle','','inherit','open','closed','','pappardelle','','','2020-11-05 17:00:06','2020-11-05 17:00:06','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg',0,'attachment','image/jpeg',0),(100,1,'2020-11-05 18:18:00','2020-11-05 18:18:00','<!-- wp:divi/placeholder /-->','test2','','inherit','closed','closed','','99-revision-v1','','','2020-11-05 18:18:00','2020-11-05 18:18:00','',99,'http://rainmakers.cafe/fumo/?p=100',0,'revision','',0),(101,1,'2020-11-05 19:08:30','2020-11-05 19:08:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" custom_margin=\"6vw|6vw|6vw|6vw|true|true\" custom_padding=\"|30px||30px|false|true\" border_radii=\"off|20px|20px||\" box_shadow_style=\"preset3\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_testimonial url=\"https://www.sscnapoli.it/static/default/Home-3.aspx\" url_new_window=\"on\" portrait_url=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/napoli-footbal-club-200.png\" quote_icon=\"off\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" background_layout=\"dark\" hover_enabled=\"0\" link_option_url=\"https://www.sscnapoli.it/static/default/Home-3.aspx\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"]<p style=\"text-align: center;\">Napoli Football Club supporter</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','trash','open','closed','','theme-builder-layout__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/?post_type=et_footer_layout&#038;p=101',0,'et_footer_layout','',0),(255,3,'2021-02-18 12:20:24','2021-02-18 12:20:24','','Women\'s day','','inherit','closed','closed','','254-revision-v1','','','2021-02-18 12:20:24','2021-02-18 12:20:24','',254,'http://rainmakers.cafe/fumo/254-revision-v1/',0,'revision','',0),(107,1,'2020-11-05 19:17:23','2020-11-05 19:17:23','','Theme Builder','','publish','closed','closed','','theme-builder','','','2020-11-05 19:17:23','2020-11-05 19:17:23','',0,'http://rainmakers.cafe/fumo/?post_type=et_theme_builder&p=107',0,'et_theme_builder','',0),(108,1,'2020-11-05 19:17:23','2020-11-05 19:17:23','','Default Website Template','','publish','closed','closed','','default-website-template-2','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/?post_type=et_template&#038;p=108',0,'et_template','',0),(105,1,'2020-11-05 19:15:13','2020-11-05 19:15:13','','napoli footbal club 200','','inherit','open','closed','','napoli-footbal-club-200','','','2020-11-05 19:15:13','2020-11-05 19:15:13','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/napoli-footbal-club-200.png',0,'attachment','image/png',0),(109,1,'2020-11-05 19:18:29','2020-11-05 19:18:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" custom_margin=\"6vw|6vw|6vw|6vw|true|true\" custom_padding=\"|30px||30px|false|true\" border_radii=\"off|20px|20px||\" box_shadow_style=\"preset3\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_testimonial portrait_url=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/napoli-footbal-club-200.png\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" background_layout=\"dark\" hover_enabled=\"0\" quote_icon=\"off\" sticky_enabled=\"0\"]<p style=\"text-align: center;\">Napoli Football Club supporter</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','101-revision-v1','','','2020-11-05 19:18:29','2020-11-05 19:18:29','',101,'http://rainmakers.cafe/fumo/?p=109',0,'revision','',0),(106,1,'2020-11-05 19:16:16','2020-11-05 19:16:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"6vw|6vw|6vw|6vw|true|true\" custom_padding=\"|30px||30px|false|true\" border_radii=\"off|20px|20px||\" box_shadow_style=\"preset3\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.6.6\" _module_preset=\"default\" type=\"1_3\"][et_pb_testimonial portrait_url=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/napoli-footbal-club-200.png\" _builder_version=\"4.6.6\" _module_preset=\"default\" title_text=\"napoli footbal club 200\" background_color=\"#000000\" background_layout=\"dark\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\">Napoli Football Club supporter</p>\n[/et_pb_testimonial][/et_pb_column][et_pb_column _builder_version=\"4.6.6\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.6.6\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','101-revision-v1','','','2020-11-05 19:16:16','2020-11-05 19:16:16','',101,'http://rainmakers.cafe/fumo/?p=106',0,'revision','',0),(111,1,'2020-11-05 19:20:05','2020-11-05 19:20:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" custom_margin=\"6vw|6vw|6vw|6vw|true|true\" custom_padding=\"|30px||30px|false|true\" border_radii=\"off|20px|20px||\" box_shadow_style=\"preset3\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_testimonial portrait_url=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/napoli-footbal-club-200.png\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" background_layout=\"dark\" hover_enabled=\"0\" quote_icon=\"off\" sticky_enabled=\"0\" url=\"https://www.sscnapoli.it/static/default/Home-3.aspx\" url_new_window=\"on\"]<p style=\"text-align: center;\">Napoli Football Club supporter</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','101-revision-v1','','','2020-11-05 19:20:05','2020-11-05 19:20:05','',101,'http://rainmakers.cafe/fumo/?p=111',0,'revision','',0),(93,1,'2020-11-05 17:57:39','2020-11-05 17:57:39','','Icon_chef','','inherit','open','closed','','icon_chef','','','2020-11-05 17:57:39','2020-11-05 17:57:39','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png',0,'attachment','image/png',0),(94,1,'2020-11-05 17:58:29','2020-11-05 17:58:29','','Icon_wine','','inherit','open','closed','','icon_wine','','','2020-11-05 17:58:29','2020-11-05 17:58:29','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png',0,'attachment','image/png',0),(95,1,'2020-11-05 17:59:10','2020-11-05 17:59:10','','Icon_pizza','','inherit','open','closed','','icon_pizza','','','2020-11-05 17:59:10','2020-11-05 17:59:10','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png',0,'attachment','image/png',0),(99,2,'2020-11-05 18:18:00','2020-11-05 18:18:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Block-1-1920x1080-1.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-1-980x715-1.jpg\" title_text=\"The Food Image 1 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-2-980x715-1.jpg\" title_text=\"The Food Image 2 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-3-980x715-1.jpg\" title_text=\"The Food Image 3 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"90px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-4-980x715-1.jpg\" title_text=\"The Food Image 4 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-5-980x715-1.jpg\" title_text=\"The Food Image 5 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','publish','closed','closed','','the-food','','','2021-04-22 07:53:16','2021-04-22 07:53:16','',0,'http://rainmakers.cafe/fumo/?page_id=99',0,'page','',0),(113,1,'2020-11-05 19:22:42','2020-11-05 19:22:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p>Well-reputed authentic Italian cousine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Neaples, with experience in New York, Montecarlo, London, Venice, Singapore and his dear home town Napoli, creates always new flavours combining classic Italian tradition with an international and Southafrican twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 19:22:42','2020-11-05 19:22:42','',2,'http://rainmakers.cafe/fumo/?p=113',0,'revision','',0),(98,1,'2020-11-05 18:09:03','2020-11-05 18:09:03','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Raw\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Well-reputed authentic Italian cousine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Neaples, with experience in New York, Montecarlo, London, Venice, Singapore and his dear home town Napoli, creates always new flavours combining classic Italian tradition with an international and Southafrican twist.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Icon_chef\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Icon_wine\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Icon_pizza\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" title_text=\"IMG_0835\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\" hover_enabled=\"0\" title_text=\"Gren Soup\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" title_text=\"Pappardelle\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 18:09:03','2020-11-05 18:09:03','',2,'http://rainmakers.cafe/fumo/?p=98',0,'revision','',0),(134,1,'2020-12-01 19:46:50','2020-12-01 19:46:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"1px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_cta title=\"How to book you table\" _builder_version=\"4.7.4\" _module_preset=\"default\" header_level=\"h1\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<p>Three simple steps to secure your  table for this unforgettable night.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png\" title_text=\"3steps 01b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Pay R 1,000 per person, via EFT, to:</span></h3>\n<h3><span style=\"color: #ffffff;\">Bank: FNB</span><br /><span style=\"color: #ffffff;\">Beneficiary: Baliterm Pty</span><br /><span style=\"color: #ffffff;\">Bank Account: 62758710696</span><br /><span style=\"color: #ffffff;\">Branch: 250655</span><br /><span style=\"color: #ffffff;\">Ref.: Charity (+your name)<br /></span></h3>\n<p><span style=\"color: #ffffff;\"> </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png\" title_text=\"3steps 02b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Send the Proof of Payment to: <a href=\"mailto:info@fumo.co.za\" style=\"color: #ffffff;\"><span style=\"color: #ff0000;\">info@fumo.co.za</span></a> including your contact details.</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png\" title_text=\"3steps 03b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">There is no step 3.<br /> But if you need any information please call or WhatsApp Claudio:</span></h3>\n<h3><a href=\"tel:0761249615\">0761249615</a></h3>\n<p><span style=\"color: #ffffff;\"><br /> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form email=\"claudio.uccello@fumo.co.za\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"175px|0px|175px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','publish','closed','closed','','maradona','','','2020-12-03 10:14:35','2020-12-03 10:14:35','',0,'http://rainmakers.cafe/fumo/?page_id=134',0,'page','',0),(135,1,'2020-12-01 14:41:58','2020-12-01 14:41:58','<!-- wp:divi/placeholder /-->','Maradona','','inherit','closed','closed','','134-revision-v1','','','2020-12-01 14:41:58','2020-12-01 14:41:58','',134,'http://rainmakers.cafe/fumo/?p=135',0,'revision','',0),(136,1,'2020-12-01 14:46:33','2020-12-01 14:46:33','','paw','','inherit','open','closed','','paw','','','2020-12-01 14:46:33','2020-12-01 14:46:33','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/paw.png',0,'attachment','image/png',0),(137,1,'2020-12-01 14:46:33','2020-12-01 14:46:33','','certificate','','inherit','open','closed','','certificate','','','2020-12-01 14:46:33','2020-12-01 14:46:33','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/certificate.png',0,'attachment','image/png',0),(138,1,'2020-12-01 14:46:34','2020-12-01 14:46:34','','pet-20','','inherit','open','closed','','pet-20','','','2020-12-01 14:46:34','2020-12-01 14:46:34','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-20.jpg',0,'attachment','image/jpeg',0),(139,1,'2020-12-01 14:46:37','2020-12-01 14:46:37','','pet-07','','inherit','open','closed','','pet-07','','','2020-12-01 14:46:37','2020-12-01 14:46:37','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-07.jpg',0,'attachment','image/jpeg',0),(140,1,'2020-12-01 14:46:39','2020-12-01 14:46:39','','pet-09','','inherit','open','closed','','pet-09','','','2020-12-01 14:46:39','2020-12-01 14:46:39','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-09.jpg',0,'attachment','image/jpeg',0),(141,1,'2020-12-01 14:46:42','2020-12-01 14:46:42','','pet-06','','inherit','open','closed','','pet-06','','','2020-12-01 14:46:42','2020-12-01 14:46:42','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-06.jpg',0,'attachment','image/jpeg',0),(142,1,'2020-12-01 14:46:43','2020-12-01 14:46:43','','pet-04','','inherit','open','closed','','pet-04','','','2020-12-01 14:46:43','2020-12-01 14:46:43','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-04.jpg',0,'attachment','image/jpeg',0),(143,1,'2020-12-01 14:46:45','2020-12-01 14:46:45','','pet-08','','inherit','open','closed','','pet-08','','','2020-12-01 14:46:45','2020-12-01 14:46:45','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-08.jpg',0,'attachment','image/jpeg',0),(144,1,'2020-12-01 14:46:46','2020-12-01 14:46:46','','neuter','','inherit','open','closed','','neuter','','','2020-12-01 14:46:46','2020-12-01 14:46:46','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/neuter.png',0,'attachment','image/png',0),(145,1,'2020-12-01 14:46:47','2020-12-01 14:46:47','','house','','inherit','open','closed','','house','','','2020-12-01 14:46:47','2020-12-01 14:46:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/house.png',0,'attachment','image/png',0),(146,1,'2020-12-01 14:46:49','2020-12-01 14:46:49','','pet-01','','inherit','open','closed','','pet-01','','','2020-12-01 14:46:49','2020-12-01 14:46:49','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-01.jpg',0,'attachment','image/jpeg',0),(147,1,'2020-12-01 14:46:52','2020-12-01 14:46:52','','pet-03','','inherit','open','closed','','pet-03','','','2020-12-01 14:46:52','2020-12-01 14:46:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-03.jpg',0,'attachment','image/jpeg',0),(148,1,'2020-12-01 14:46:55','2020-12-01 14:46:55','','pet-18','','inherit','open','closed','','pet-18','','','2020-12-01 14:46:55','2020-12-01 14:46:55','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/pet-18.jpg',0,'attachment','image/jpeg',0),(153,1,'2020-12-01 16:25:49','2020-12-01 16:25:49','','logo-03','','inherit','open','closed','','logo-03','','','2020-12-01 16:25:49','2020-12-01 16:25:49','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png',0,'attachment','image/png',0),(154,1,'2020-12-01 16:26:15','2020-12-01 16:26:15','','logo-04','','inherit','open','closed','','logo-04','','','2020-12-01 16:26:15','2020-12-01 16:26:15','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png',0,'attachment','image/png',0),(155,1,'2020-12-01 16:26:41','2020-12-01 16:26:41','','logo-05','','inherit','open','closed','','logo-05','','','2020-12-01 16:26:41','2020-12-01 16:26:41','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png',0,'attachment','image/png',0),(457,2,'2021-03-17 12:38:22','2021-03-17 12:38:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-17 12:38:22','2021-03-17 12:38:22','',3,'http://rainmakers.cafe/fumo/?p=457',0,'revision','',0),(132,1,'2020-11-25 08:31:14','2020-11-25 08:31:14','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><!-- divi:heading --></p>\n<h1><strong>Baliterm Coffee Shop and Bar (Pty) Ltd</strong><span>, trading as Fumo manages this website.</span></h1>\n<p>This Privacy Policy describes how your personal information is collected, used, and shared when you visit https://<strong>fumo.co.za<span> </span></strong>(the “Site”).</p>\n<p>PERSONAL INFORMATION WE COLLECT<br /> When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as “Device Information”.</p>\n<p>We collect Device Information using the following technologies:<br /> – “Cookies” are data files that are placed on your device or computer and often include an anonymous unique identifier. For more information about cookies, and how to disable cookies, visit http://www.allaboutcookies.org.<br /> – “Log files” track actions occurring on the Site, and collect data including your IP address, browser type, Internet service provider, referring/exit pages, and date/time stamps.<br /> – “Web beacons”, “tags”, and “pixels” are electronic files used to record information about how you browse the Site.<br /> – Facebook Pixel<br /> – Google Analytics code</p>\n<p>Additionally when you make a purchase or attempt to make a purchase through the Site, we collect certain information from you, including your name, billing address, shipping address, payment information (including credit card numbers, email address, and phone number. We refer to this information as “Order Information”.</p>\n<p>WE CANNOT ACCESS NOR STORE CREDIT CARD AND PAYPAL DETAILS. These are managed directly by the secure payment gateway services and/or PayPal as you can see during the payment process.</p>\n<p>When we talk about “Personal Information” in this Privacy Policy, we are talking both about Device Information and Order Information.</p>\n<p>HOW DO WE USE YOUR PERSONAL INFORMATION?<br /> We use the Order Information that we collect generally to fulfil any orders placed through the Site (including processing your payment information, arranging for shipping, and providing you with invoices and/or order confirmations). Additionally, we use this Order Information to:<br /> – Communicate with you;<br /> – Screen our orders for potential risk or fraud; and<br /> – When in line with the preferences you have shared with us, provide you with information or advertising relating to our products or services.</p>\n<p>We use the Device Information that we collect to help us screen for potential risk and fraud (in particular, your IP address), and more generally to improve and optimize our Site (for example, by generating analytics about how our customers browse and interact with the Site, and to assess the success of our marketing and advertising campaigns).</p>\n<p>We may use your information for re-targeting, meaning reaching out to you for products you may like and or in case you forget to checkout.</p>\n<p>SHARING YOUR PERSONAL INFORMATION</p>\n<p>We DO NOT share or sell your information with commercial 3rd parties that will target you for other products, services or companies.</p>\n<p>We share your Personal Information with third parties to help us use your Personal Information, as described above. For example, we use Google Analytics to help us understand how our customers use the Site — you can read more about how Google uses your Personal Information here: https://www.google.com/intl/en/policies/privacy/. You can also opt-out of Google Analytics here: https://tools.google.com/dlpage/gaoptout.</p>\n<p>Finally, we may also share your Personal Information to comply with applicable laws and regulations, to respond to a subpoena, search warrant or other lawful request for information we receive, or to otherwise protect our rights.</p>\n<p>BEHAVIOURAL ADVERTISING<br /> As described above, we use your Personal Information to provide you with targeted advertisements or marketing communications we believe may be of interest to you. For more information about how targeted advertising works, you can visit the Network Advertising Initiative’s (“NAI”) educational page at http://www.networkadvertising.org/understanding-online-advertising/how-does-it-work.</p>\n<p>You can opt out of targeted advertising by using the links below:<br /> – Facebook: https://www.facebook.com/settings/?tab=ads<br /> – Google: https://www.google.com/settings/ads/anonymous<br /> – Bing: https://advertise.bingads.microsoft.com/en-us/resources/policies/personalized-ads</p>\n<p>Additionally, you can opt out of some of these services by visiting the Digital Advertising Alliance’s opt-out portal at: http://optout.aboutads.info/.</p>\n<p>DO NOT TRACK<br /> Please note that we do not alter our Site’s data collection and use practices when we see a Do Not Track signal from your browser.</p>\n<p>YOUR RIGHTS<br /> If you are a European resident, you have the right to access personal information we hold about you and to ask that your personal information be corrected, updated, or deleted. If you would like to exercise this right, please contact us through the contact information below.</p>\n<p>Additionally, if you are a European resident we note that we are processing your information in order to fulfill contracts we might have with you (for example if you make an order through the Site), or otherwise to pursue our legitimate business interests listed above. Additionally, please note that your information will be transferred outside of Europe, including to Canada and the United States.</p>\n<p>DATA RETENTION<br /> When you place an order through the Site, we will maintain your Order Information for our records unless and until you ask us to delete this information.</p>\n<p>CHANGES<br /> We may update this privacy policy from time to time in order to reflect, for example, changes to our practices or for other operational, legal or regulatory reasons.</p>\n<p>CONTACT US<br /> For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please contact us by e‑mail at<span> </span><strong>info@fumo.co.za</strong>.</p>\n<p><!-- /divi:heading --></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-11-25 08:31:14','2020-11-25 08:31:14','',3,'http://rainmakers.cafe/fumo/?p=132',0,'revision','',0),(115,1,'2020-11-05 19:23:51','2020-11-05 19:23:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" custom_margin=\"6vw|6vw|6vw|6vw|true|true\" custom_padding=\"|30px||30px|false|true\" border_radii=\"off|20px|20px||\" box_shadow_style=\"preset3\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_testimonial url=\"https://www.sscnapoli.it/static/default/Home-3.aspx\" url_new_window=\"on\" portrait_url=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/napoli-footbal-club-200.png\" quote_icon=\"off\" _builder_version=\"4.6.6\" _module_preset=\"default\" background_color=\"#000000\" background_layout=\"dark\" hover_enabled=\"0\" link_option_url=\"https://www.sscnapoli.it/static/default/Home-3.aspx\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"]<p style=\"text-align: center;\">Napoli Football Club supporter</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','101-revision-v1','','','2020-11-05 19:23:51','2020-11-05 19:23:51','',101,'http://rainmakers.cafe/fumo/?p=115',0,'revision','',0),(117,1,'2020-11-05 19:44:59','2020-11-05 19:44:59','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p>Well-known authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and Southafrican twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 19:44:59','2020-11-05 19:44:59','',2,'http://rainmakers.cafe/fumo/?p=117',0,'revision','',0),(119,1,'2020-11-05 19:46:08','2020-11-05 19:46:08','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and Southafrican twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 19:46:08','2020-11-05 19:46:08','',2,'http://rainmakers.cafe/fumo/?p=119',0,'revision','',0),(121,1,'2020-11-05 19:48:51','2020-11-05 19:48:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-05 19:48:51','2020-11-05 19:48:51','',2,'http://rainmakers.cafe/fumo/?p=121',0,'revision','',0),(124,1,'2020-11-06 05:43:46','2020-11-06 05:43:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-06 05:43:46','2020-11-06 05:43:46','',2,'http://rainmakers.cafe/fumo/?p=124',0,'revision','',0),(127,1,'2020-11-07 06:31:38','2020-11-07 06:31:38','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.6.6\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>Follow us on Instagram</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.6.6\" _module_preset=\"default\" type=\"4_4\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-11-07 06:31:38','2020-11-07 06:31:38','',2,'http://rainmakers.cafe/fumo/?p=127',0,'revision','',0),(298,2,'2021-03-16 09:39:53','2021-03-16 09:39:53','Deep fried buffalo bocconcini, spicy tomato salsa','Mozzarelline Panate','','publish','open','closed','','mozzarelline-panate','','','2021-03-16 09:41:52','2021-03-16 09:41:52','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=298',0,'dzsrst_items','',0),(166,1,'2020-12-01 19:45:12','2020-12-01 19:45:12','','cartoon','','inherit','open','closed','','cartoon','','','2020-12-01 19:45:12','2020-12-01 19:45:12','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png',0,'attachment','image/png',0),(150,1,'2020-12-01 15:45:41','2020-12-01 15:45:41','','Diego banner','','inherit','open','closed','','diego-banner','','','2020-12-01 15:45:41','2020-12-01 15:45:41','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg',0,'attachment','image/jpeg',0),(169,1,'2020-12-01 19:51:25','2020-12-01 19:51:25','','Maradona banner','','inherit','open','closed','','maradona-banner','','','2020-12-01 19:51:25','2020-12-01 19:51:25','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg',0,'attachment','image/jpeg',0),(156,1,'2020-12-01 16:32:57','2020-12-01 16:32:57','','Fumo Logo 2017-01-19-07','','inherit','open','closed','','fumo-logo-2017-01-19-07','','','2020-12-01 16:32:57','2020-12-01 16:32:57','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg',0,'attachment','image/jpeg',0),(158,1,'2020-12-01 16:53:11','2020-12-01 16:53:11','','icon-08','','inherit','open','closed','','icon-08','','','2020-12-01 16:53:11','2020-12-01 16:53:11','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08.png',0,'attachment','image/png',0),(157,1,'2020-12-01 16:39:00','2020-12-01 16:39:00','','Fumo Logo 2017-01-19-06','','inherit','open','closed','','fumo-logo-2017-01-19-06','','','2020-12-01 16:39:00','2020-12-01 16:39:00','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg',0,'attachment','image/jpeg',0),(159,1,'2020-12-01 16:54:24','2020-12-01 16:54:24','','icon-08a','','inherit','open','closed','','icon-08a','','','2020-12-01 16:54:24','2020-12-01 16:54:24','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png',0,'attachment','image/png',0),(160,1,'2020-12-01 16:56:47','2020-12-01 16:56:47','','maradona lines','','inherit','open','closed','','maradona-lines','','','2020-12-01 16:56:47','2020-12-01 16:56:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png',0,'attachment','image/png',0),(161,1,'2020-12-01 16:57:36','2020-12-01 16:57:36','','WhatsApp Image 2020-12-01 at 14.47.20','','inherit','open','closed','','whatsapp-image-2020-12-01-at-14-47-20','','','2020-12-01 16:57:36','2020-12-01 16:57:36','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg',0,'attachment','image/jpeg',0),(167,1,'2020-12-01 19:46:50','2020-12-01 19:46:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"cartoon\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.3\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','','inherit','closed','closed','','134-revision-v1','','','2020-12-01 19:46:50','2020-12-01 19:46:50','',134,'http://rainmakers.cafe/fumo/?p=167',0,'revision','',0),(164,1,'2020-12-01 19:35:48','2020-12-01 19:35:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" title_text=\"Maradona\" sticky_enabled=\"0\" background_overlay_color=\"rgba(0,0,0,0.13)\" button_one_bg_enable_color=\"on\" button_two_bg_enable_color=\"on\"]<p>&nbsp;</p>\n<p>&nbsp;</p>\n[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"logo-03\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"logo-05\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"logo-04\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_text_color=\"#ffffff\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" hover_enabled=\"0\" text_line_height_last_edited=\"off|desktop\" sticky_enabled=\"0\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_text_color=\"#ffffff\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>\n[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Fumo Logo 2017-01-19-07\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\" reveal_text_text_color=\"#ffffff\" reveal_overlay_color=\"#aa1515\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_image_reveal][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>\n[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Fumo Logo 2017-01-19-06\" link_option_url_new_window=\"on\" reveal_text_text_color=\"#ffffff\" reveal_overlay_color=\"#aa1515\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\" hover_enabled=\"0\" title_text=\"Diego banner\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"maradona lines\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" use_icon=\"on\" font_icon=\"%%257%%\" sticky_enabled=\"0\" custom_margin=\"|||-83px||\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" use_icon=\"on\" font_icon=\"%%169%%\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" title_text=\"icon-08a\" sticky_enabled=\"0\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" use_icon=\"on\" font_icon=\"%%259%%\" sticky_enabled=\"0\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|80px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>\n[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\" field_id=\"Mobile\" field_title=\"Mobile number\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\" field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" required_mark=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" hover_enabled=\"0\" sticky_enabled=\"0\" field_id=\"Field_6\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"40px|0|40px|0px|true|false\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0|0px|0|0px|false|false\" custom_width_px=\"1230px\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_padding=\"80px|0px|120px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\" title_text=\"WhatsApp Image 2020-12-01 at 14.47.20\"][et_pb_row admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" column_structure=\"1_4,1_2,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" button_text_color=\"#ffffff\" button_bg_enable_color=\"on\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.3\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','','inherit','closed','closed','','134-revision-v1','','','2020-12-01 19:35:48','2020-12-01 19:35:48','',134,'http://rainmakers.cafe/fumo/?p=164',0,'revision','',0),(162,1,'2020-12-01 16:58:02','2020-12-01 16:58:02','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" title_text=\"Maradona\" sticky_enabled=\"0\" background_overlay_color=\"rgba(0,0,0,0.13)\" button_one_bg_enable_color=\"on\" button_two_bg_enable_color=\"on\"]<p>&nbsp;</p>\n<p>&nbsp;</p>\n[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"logo-03\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"logo-05\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"logo-04\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_text_color=\"#ffffff\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" hover_enabled=\"0\" text_line_height_last_edited=\"off|desktop\" sticky_enabled=\"0\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_text_color=\"#ffffff\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>\n[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Fumo Logo 2017-01-19-07\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\" reveal_text_text_color=\"#ffffff\" reveal_overlay_color=\"#aa1515\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_image_reveal][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>\n[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Fumo Logo 2017-01-19-06\" link_option_url_new_window=\"on\" reveal_text_text_color=\"#ffffff\" reveal_overlay_color=\"#aa1515\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\" hover_enabled=\"0\" title_text=\"Diego banner\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"maradona lines\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" use_icon=\"on\" font_icon=\"%%257%%\" sticky_enabled=\"0\" custom_margin=\"|||-83px||\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" use_icon=\"on\" font_icon=\"%%169%%\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" title_text=\"icon-08a\" sticky_enabled=\"0\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\" hover_enabled=\"0\" use_icon=\"on\" font_icon=\"%%259%%\" sticky_enabled=\"0\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|80px|0px|false|false\"][et_pb_row _builder_version=\"3.25\" background_color=\"#d29f68\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"750px\" module_alignment=\"center\" custom_padding=\"|||\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>What Drives Us</h5>\n<h2>Our Mission</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"40px|0|40px|0px|true|false\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0|0px|0|0px|false|false\" custom_width_px=\"1230px\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Get Involved\" button_url=\"#\" button_text=\"Become a Volunteer\" _builder_version=\"3.16\" header_level=\"h3\" header_font=\"Lora|700|||||||\" header_font_size=\"40px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" background_color=\"#d17e36\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"rgba(0,0,0,0.3)\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" custom_margin=\"||||false\" custom_padding=\"40px|40px|100px|40px|false|true\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" button_bg_color_hover=\"rgba(0,0,0,0.5)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0.5)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta. Donec rutrum congue leo eget.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Lora|700|||||||\" header_3_font_size=\"40px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" max_width=\"600px\" module_alignment=\"center\" custom_padding=\"40px||||false\" animation_style=\"fade\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"off|desktop\" header_3_font_size_tablet=\"\" header_3_font_size_phone=\"36px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\"]<h3>Upcoming Events</h3>[/et_pb_text][et_pb_blurb title=\"Sept 24 - Free Cat Vaccinations\" use_icon=\"on\" font_icon=\"%%128%%\" icon_color=\"#d29f68\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"26px\" _builder_version=\"3.3\" header_font=\"Oswald|||on|||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" animation_style=\"fade\"]<p><strong>All Day</strong> Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuad aporttitor tincidunt sollicitudin.</p>[/et_pb_blurb][et_pb_blurb title=\"Sept 25 - Volunteer Orientation\" use_icon=\"on\" font_icon=\"%%128%%\" icon_color=\"#d29f68\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"26px\" _builder_version=\"3.3\" header_font=\"Oswald|||on|||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" animation_style=\"fade\"]<p><strong>10am - 12pm</strong> Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuad aporttitor tincidunt</p>[/et_pb_blurb][et_pb_button button_text=\"Event Calendar\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#d29f68\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" animation_style=\"fade\" button_border_radius_hover=\"100px\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"3.22\" background_color=\"#d29f68\" custom_padding=\"80px|0px|120px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"750px\" module_alignment=\"center\" custom_padding=\"|||\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>Learn</h5>\n<h2>Pet Adoption Notes</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Adopting VS BUying</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quis lorem ut libero malesuada feugiat. Pellentesque in ipsum id</p>[/et_pb_text][et_pb_button button_text=\"Pet Adoption Tips\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#232220\" button_bg_color=\"rgba(255,255,255,0.49)\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#ffffff\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffffff\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>How to Find the Perfect Pet</h3>\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Sed ut perspiciatis unde omnis iste natus error sit adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Read the Full Article\" button_alignment=\"left\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#232220\" button_bg_color=\"rgba(255,255,255,0.49)\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#ffffff\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffffff\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\" title_text=\"WhatsApp Image 2020-12-01 at 14.47.20\"][et_pb_row admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" column_structure=\"1_4,1_2,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam ut lorem placerat, laoreet magna non, sagittis augue. Aliquam felis metus.\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#d29f68\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.3\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','','inherit','closed','closed','','134-revision-v1','','','2020-12-01 16:58:02','2020-12-01 16:58:02','',134,'http://rainmakers.cafe/fumo/?p=162',0,'revision','',0),(175,1,'2020-12-01 20:03:18','2020-12-01 20:03:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:03:18','2020-12-01 20:03:18','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(172,1,'2020-12-01 19:53:48','2020-12-01 19:53:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" title_text=\"Maradona banner\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.3\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 19:53:48','2020-12-01 19:53:48','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(171,1,'2020-12-01 19:53:48','2020-12-01 19:53:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" title_text=\"Maradona banner\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"3.3\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.105\" background_color=\"rgba(255,255,255,0.1)\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','','inherit','closed','closed','','134-revision-v1','','','2020-12-01 19:53:48','2020-12-01 19:53:48','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(177,1,'2020-12-01 20:04:11','2020-12-01 20:04:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:04:11','2020-12-01 20:04:11','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(179,1,'2020-12-01 20:05:56','2020-12-01 20:05:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:05:56','2020-12-01 20:05:56','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(182,1,'2020-12-01 20:12:27','2020-12-01 20:12:27','','10 small','','inherit','open','closed','','10-small','','','2020-12-01 20:12:27','2020-12-01 20:12:27','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png',0,'attachment','image/png',0),(181,1,'2020-12-01 20:10:29','2020-12-01 20:10:29','','10','','inherit','open','closed','','10','','','2020-12-01 20:10:29','2020-12-01 20:10:29','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10.png',0,'attachment','image/png',0),(232,1,'2020-12-03 10:14:15','2020-12-03 10:14:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"1px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_cta title=\"How to book you table\" _builder_version=\"4.7.4\" _module_preset=\"default\" header_level=\"h1\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<p>Three simple steps to secure your  table for this unforgettable night.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png\" title_text=\"3steps 01b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Pay R 1,000 per person, via EFT, to:</span></h3>\n<h3><span style=\"color: #ffffff;\">Bank: FNB</span><br /><span style=\"color: #ffffff;\">Beneficiary: Baliterm Pty</span><br /><span style=\"color: #ffffff;\">Bank Account: 62758710696</span><br /><span style=\"color: #ffffff;\">Branch: 250655</span><br /><span style=\"color: #ffffff;\">Ref.: Maradona Charity</span></h3>\n<p><span style=\"color: #ffffff;\"> </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png\" title_text=\"3steps 02b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Send the Proof of Payment to: <a href=\"mailto:info@fumo.co.za\" style=\"color: #ffffff;\"><span style=\"color: #ff0000;\">info@fumo.co.za</span></a> including your contact details.</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png\" title_text=\"3steps 03b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">There is no step 3.<br /> But if you need any information please call or WhatsApp Claudio:</span></h3>\n<h3><a href=\"tel:0761249615\">0761249615</a></h3>\n<p><span style=\"color: #ffffff;\"><br /> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form email=\"claudio.uccello@fumo.co.za\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"175px|0px|175px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-03 10:14:15','2020-12-03 10:14:15','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(230,1,'2020-12-02 16:30:15','2020-12-02 16:30:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"1px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_cta title=\"How to book you table\" _builder_version=\"4.7.4\" _module_preset=\"default\" header_level=\"h1\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Three simple steps to secure your  table for this unforgettable night.</p>\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"3steps 01b\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3><span style=\"color: #ffffff;\">Pay R 1,000 per person, via EFT, to:</span></h3>\n<h3><span style=\"color: #ffffff;\">Bank: FNB</span><br /><span style=\"color: #ffffff;\">Beneficiary: Baliterm Pty</span><br /><span style=\"color: #ffffff;\">Bank Account: 62758710696</span><br /><span style=\"color: #ffffff;\">Branch: 250655</span><br /><span style=\"color: #ffffff;\">Ref.: Maradona Charity</span></h3>\n<p><span style=\"color: #ffffff;\"> </span></p>\n[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"3steps 02b\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3><span style=\"color: #ffffff;\">Send the Proof of Payment to: <a href=\"mailto:info@fumo.co.za\" style=\"color: #ffffff;\"><span style=\"color: #ff0000;\">info@fumo.co.za</span></a> including your contact details.</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"3steps 03b\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3><span style=\"color: #ffffff;\">There is no step 3.<br /> But if you need any information please call or WhatsApp Claudio:</span></h3>\n<h3><a href=\"tel:0761249615\">0761249615</a></h3>\n<p><span style=\"color: #ffffff;\"><br /> </span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form email=\"claudio.uccello@fumo.co.za\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"175px|0px|175px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-02 16:30:15','2020-12-02 16:30:15','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(183,1,'2020-12-01 20:18:03','2020-12-01 20:18:03','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"10 small\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to: </p>\n<p>Bank: FNB<br />Beneficiary: Baliterm Pty<br />Bank Account: 62758710696<br />Branch: 250655<br />Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:18:03','2020-12-01 20:18:03','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(185,1,'2020-12-01 20:19:18','2020-12-01 20:19:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>\n[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"10 small\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to: </p>\n<p>Bank: FNB<br />Beneficiary: Baliterm Pty<br />Bank Account: 62758710696<br />Branch: 250655<br />Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:19:18','2020-12-01 20:19:18','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(187,1,'2020-12-01 20:20:36','2020-12-01 20:20:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\" button_two_url=\"#donation-form\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#donation-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_id=\"booking-form\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>\n[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"10 small\" module_id=\"donation-form\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>\n[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:20:36','2020-12-01 20:20:36','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(191,1,'2020-12-01 20:22:34','2020-12-01 20:22:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\" button_two_url=\"#donation-form\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#donation-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_id=\"booking-form\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>\n[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"10 small\" module_id=\"donation-form\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>\n[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" field_title=\"Who\'s the donation for\" field_id=\"Donation\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:22:34','2020-12-01 20:22:34','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0);
INSERT INTO `wpuxyio7feou_posts` VALUES (189,1,'2020-12-01 20:22:06','2020-12-01 20:22:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\" button_two_url=\"#donation-form\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#donation-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/maradona-lines.png\" title_text=\"maradona lines\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_id=\"booking-form\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>\n[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"10 small\" module_id=\"donation-form\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>\n[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" field_title=\"Who\'s the donation for\" field_id=\"Donation\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:22:06','2020-12-01 20:22:06','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(192,1,'2020-12-01 20:23:17','2020-12-01 20:23:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_two_text=\"Make a Donation\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" button_one_url=\"#booking-form\" sticky_enabled=\"0\" button_two_url=\"#donation-form\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#booking-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" hover_enabled=\"0\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"#donation-form\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url_new_window=\"on\" hover_enabled=\"0\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" sticky_enabled=\"0\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_id=\"booking-form\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>\n[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"10 small\" module_id=\"donation-form\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>\n[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" field_title=\"Who\'s the donation for\" field_id=\"Donation\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" text_orientation=\"center\" custom_margin=\"100px|||\" hover_enabled=\"0\" background_color=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.facebook.com/Fumo.Restaurant\" sticky_enabled=\"0\" background_enable_color=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" hover_enabled=\"0\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.instagram.com/fumorestaurant/\" background_enable_color=\"on\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:23:17','2020-12-01 20:23:17','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(194,1,'2020-12-01 20:32:23','2020-12-01 20:32:23','','Tango3','','inherit','open','closed','','tango3','','','2020-12-01 20:32:23','2020-12-01 20:32:23','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg',0,'attachment','image/jpeg',0),(203,1,'2020-12-01 20:57:27','2020-12-01 20:57:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:57:27','2020-12-01 20:57:27','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(199,1,'2020-12-01 20:33:36','2020-12-01 20:33:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Tango1\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Tango3\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Tango2\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:33:36','2020-12-01 20:33:36','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(196,1,'2020-12-01 20:32:39','2020-12-01 20:32:39','','Tango1','','inherit','open','closed','','tango1','','','2020-12-01 20:32:39','2020-12-01 20:32:39','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg',0,'attachment','image/jpeg',0),(197,1,'2020-12-01 20:32:58','2020-12-01 20:32:58','','Tango2','','inherit','open','closed','','tango2','','','2020-12-01 20:32:58','2020-12-01 20:32:58','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg',0,'attachment','image/jpeg',0),(198,1,'2020-12-01 20:33:05','2020-12-01 20:33:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate</span><br /> <span style=\"color: #000000;\"> the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>\n<h2 style=\"text-align: center;\"></h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Tango1\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Tango3\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Tango2\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palat\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:33:05','2020-12-01 20:33:05','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(254,3,'2021-02-18 12:22:40','0000-00-00 00:00:00','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Women\'s day','','draft','open','closed','','','','','2021-02-18 12:22:40','2021-02-18 12:22:40','',0,'http://rainmakers.cafe/fumo/?post_type=tribe_events&#038;p=254',0,'tribe_events','',0),(237,1,'2020-12-05 08:32:24','2020-12-05 08:32:24','<!-- wp:divi/placeholder /-->','xmas','','inherit','closed','closed','','236-revision-v1','','','2020-12-05 08:32:24','2020-12-05 08:32:24','',236,'http://rainmakers.cafe/fumo/236-revision-v1/',0,'revision','',0),(214,1,'2020-12-01 21:07:44','2020-12-01 21:07:44','','Fumo Maradona Flyer','','inherit','open','closed','','fumo-maradona-flyer','','','2020-12-01 21:07:44','2020-12-01 21:07:44','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg',0,'attachment','image/jpeg',0),(205,1,'2020-12-01 20:58:01','2020-12-01 20:58:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:58:01','2020-12-01 20:58:01','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(207,1,'2020-12-01 20:59:08','2020-12-01 20:59:08','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" success_message=\"Thank you. Please remember that the booking is confirmed when we receied the Proof of Payment. \" email=\"claudio.uccello@fumo.co.za\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:59:08','2020-12-01 20:59:08','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(211,1,'2020-12-01 21:05:13','2020-12-01 21:05:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" success_message=\"Thank you. Please remember that the booking is confirmed when we receied the Proof of Payment. \" email=\"claudio.uccello@fumo.co.za\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" email=\"claudio.uccello@fumo.co.za\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"175px|0px|175px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 21:05:13','2020-12-01 21:05:13','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(209,1,'2020-12-01 20:59:47','2020-12-01 20:59:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"80px|0px|0px|0px|false|false\"][et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" success_message=\"Thank you. Please remember that the booking is confirmed when we receied the Proof of Payment. \" email=\"claudio.uccello@fumo.co.za\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form _builder_version=\"4.7.4\" _module_preset=\"default\" hover_enabled=\"0\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" email=\"claudio.uccello@fumo.co.za\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"80px|0px|80px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"SlavaET|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" title=\"Join Our Newsletter\" description=\"<p>To be notified on new events, subscribe to our newsletter .</p>\" _builder_version=\"4.7.4\" form_field_background_color=\"rgba(255,255,255,0.24)\" form_field_text_color=\"#ffffff\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" header_font=\"Lora|700|||||||\" header_font_size=\"50px\" header_line_height=\"1.5em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" result_message_font=\"||||||||\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"15px\" button_border_color=\"rgba(210,159,104,0)\" button_border_radius=\"59px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" text_orientation=\"center\" header_font_size_tablet=\"\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|desktop\" border_radii_fields=\"on|30px|30px|30px|30px\" button_bg_color_hover=\"#cc8d66\" focus_background_color=\"#ffffff\" focus_text_color=\"#000000\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-01 20:59:47','2020-12-01 20:59:47','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(30455,2,'2021-03-31 09:34:26','2021-03-31 09:34:26','','','','publish','closed','closed','','30455','','','2021-03-31 09:34:26','2021-03-31 09:34:26','',0,'http://rainmakers.cafe/fumo/?p=30455',1,'nav_menu_item','',0),(216,1,'2020-12-01 21:08:18','2020-12-01 21:08:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Fumo Maradona Flyer\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _dynamic_attributes=\"url\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2020-12-01 21:08:18','2020-12-01 21:08:18','',2,'http://rainmakers.cafe/fumo/2-revision-v1/',0,'revision','',0),(226,1,'2020-12-02 16:23:27','2020-12-02 16:23:27','','3steps 01b','','inherit','open','closed','','3steps-01b','','','2020-12-02 16:23:27','2020-12-02 16:23:27','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png',0,'attachment','image/png',0),(227,1,'2020-12-02 16:23:43','2020-12-02 16:23:43','','3steps 02b','','inherit','open','closed','','3steps-02b','','','2020-12-02 16:23:43','2020-12-02 16:23:43','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png',0,'attachment','image/png',0),(228,1,'2020-12-02 16:24:02','2020-12-02 16:24:02','','3steps 03b','','inherit','open','closed','','3steps-03b','','','2020-12-02 16:24:02','2020-12-02 16:24:02','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png',0,'attachment','image/png',0),(224,1,'2020-12-02 16:19:16','2020-12-02 16:19:16','','3 steps 02a','','inherit','open','closed','','3-steps-02a','','','2020-12-02 16:19:16','2020-12-02 16:19:16','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3-steps-02a.png',0,'attachment','image/png',0),(225,1,'2020-12-02 16:19:42','2020-12-02 16:19:42','','3 steps 03','','inherit','open','closed','','3-steps-03','','','2020-12-02 16:19:42','2020-12-02 16:19:42','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3-steps-03.png',0,'attachment','image/png',0),(229,1,'2020-12-02 16:29:55','2020-12-02 16:29:55','[et_pb_row module_id=\"booking-form\" _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\" template_type=\"row\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Booking mandtory.</h1>\n<p>Please fill in the form below to secure your table.</p>[/et_pb_text][et_pb_contact_form email=\"claudio.uccello@fumo.co.za\" success_message=\"Thank you. Please remember that the booking is confirmed when we receied the Proof of Payment. \" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"People\" field_title=\"How many people are you bookign for?\" min_length=\"1\" max_length=\"2\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message (optional)\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Field_6\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I agree to pay a minimum donation fo R 1,000 for each peron in this booking.%22,%22checked%22:0,%22dragID%22:-1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Payment</h1>\n<p>Please pay R 1,000 per person to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>and send proof of payment to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>\n<h3></h3>\n<h3>Only when the Proof of Payment is received the bookiung will be confirmed.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row]','Booking Mandatory','','publish','closed','closed','','booking-mandatory','','','2020-12-02 16:29:55','2020-12-02 16:29:55','',0,'http://rainmakers.cafe/fumo/et_pb_layout/booking-mandatory/',0,'et_pb_layout','',0),(222,1,'2020-12-02 16:16:51','2020-12-02 16:16:51','','3 steps 01','','inherit','open','closed','','3-steps-01','','','2020-12-02 16:16:51','2020-12-02 16:16:51','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3-steps-01.png',0,'attachment','image/png',0),(223,1,'2020-12-02 16:17:08','2020-12-02 16:17:08','','3 steps 02','','inherit','open','closed','','3-steps-02','','','2020-12-02 16:17:08','2020-12-02 16:17:08','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3-steps-02.png',0,'attachment','image/png',0),(235,1,'2020-12-05 06:05:21','2020-12-05 06:05:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"1px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_cta title=\"How to book you table\" _builder_version=\"4.7.4\" _module_preset=\"default\" header_level=\"h1\"]<p>Three simple steps to secure your  table for this unforgettable night.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png\" title_text=\"3steps 01b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Pay R 1,000 per person, via EFT, to:</span></h3>\n<h3><span style=\"color: #ffffff;\">Bank: FNB</span><br /><span style=\"color: #ffffff;\">Beneficiary: Baliterm Pty</span><br /><span style=\"color: #ffffff;\">Bank Account: 62758710696</span><br /><span style=\"color: #ffffff;\">Branch: 250655</span><br /><span style=\"color: #ffffff;\">Ref.: Maradona Charity</span></h3>\n<p><span style=\"color: #ffffff;\"> </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png\" title_text=\"3steps 02b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Send the Proof of Payment to: <a href=\"mailto:info@fumo.co.za\" style=\"color: #ffffff;\"><span style=\"color: #ff0000;\">info@fumo.co.za</span></a> including your contact details.</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png\" title_text=\"3steps 03b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">There is no step 3.<br /> But if you need any information please call or WhatsApp Claudio:</span></h3>\n<h3><a href=\"tel:0761249615\">0761249615</a></h3>\n<p><span style=\"color: #ffffff;\"><br /> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form email=\"claudio.uccello@fumo.co.za\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"175px|0px|175px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','134-autosave-v1','','','2020-12-05 06:05:21','2020-12-05 06:05:21','',134,'http://rainmakers.cafe/fumo/134-autosave-v1/',0,'revision','',0),(234,1,'2020-12-03 10:14:35','2020-12-03 10:14:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" next_background_color=\"#ffffff\" admin_label=\"Header Section\" _builder_version=\"4.7.4\" background_color=\"#000000\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\"][et_pb_fullwidth_header title=\"Non-Profit EVENT\" subhead=\"Charity Dinner\" button_one_text=\"Book now\" button_one_url=\"#booking-form\" button_two_text=\"Make a Donation\" button_two_url=\"#donation-form\" background_overlay_color=\"rgba(0,0,0,0.13)\" content_max_width=\"640px\" _builder_version=\"4.7.4\" title_font=\"Oswald|||on|||||\" title_font_size=\"20px\" title_letter_spacing=\"3px\" title_line_height=\"1.5em\" content_font=\"Lora||||||||\" content_font_size=\"22px\" content_line_height=\"2em\" subhead_font=\"Lora|700|||||||\" subhead_font_size=\"80px\" subhead_line_height=\"1.5em\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Maradona-banner.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#aa1515\" button_one_border_width=\"15px\" button_one_border_color=\"rgba(210,159,104,0)\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|||||\" button_one_use_icon=\"off\" custom_button_two=\"on\" button_two_text_size=\"16px\" button_two_text_color=\"#aa1515\" button_two_bg_color=\"#c6c6c6\" button_two_border_width=\"15px\" button_two_border_color=\"rgba(0,0,0,0)\" button_two_border_radius=\"100px\" button_two_letter_spacing=\"3px\" button_two_font=\"Oswald|||on|||||\" button_two_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"18vw||18vw||true\" animation_style=\"zoom\" animation_duration=\"2000ms\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" subhead_font_size_tablet=\"80px\" subhead_font_size_phone=\"50px\" subhead_font_size_last_edited=\"on|desktop\" button_one_border_radius_hover=\"100px\" button_one_bg_color_hover=\"#cc8d66\" button_two_bg_color_hover=\"#d29f68\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"100px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#cc8d66\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"#d29f68\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Section\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(0,0,0,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" text_orientation=\"center\" max_width=\"1070px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\"]<h5>Getting Involved</h5>\n<h2>Diego Armando Maradona Night</h2>[/et_pb_text][et_pb_countdown_timer title=\"Countdown to the event\" date_time=\"2020-12-08 19:00\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">To celebrate </span><span style=\"color: #000000;\">the great soccer champion Diego Armando Maradona</span></h3>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fumo Restaurant,</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">with the patronage of the Embassy of Argentina</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">and of the Embassy of Italy</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">is proud to organize </span><span style=\"color: #000000;\">a charity dinner</span></h3>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">on Tuesday 8th December at 19:00</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-03.png\" title_text=\"logo-03\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-04.png\" title_text=\"logo-04\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/logo-05.png\" title_text=\"logo-05\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Booking is compulory</h3>\n<p>Guests will be asked to participate with a minimum donation of R 1,000 per person</p>[/et_pb_text][et_pb_button button_url=\"#booking-form\" button_text=\"Book now\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"2em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"20px\" header_3_letter_spacing=\"3px\" header_3_line_height=\"1.5em\" header_4_font=\"||||||||\" max_width=\"600px\" text_line_height_last_edited=\"off|desktop\"]<h3>Donations</h3>\n<p>All funds raised will go to to the two entities listed below.</p>\n<p>You can attend book for the event with a minimum donation of R 1000 and/or donate</p>[/et_pb_text][et_pb_button button_url=\"#donation-form\" button_text=\"Donate\" button_alignment=\"left\" _builder_version=\"4.7.4\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#aa1515\" button_border_width=\"6px\" button_border_color=\"rgba(209,189,175,0)\" button_border_radius=\"100px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|||||\" button_use_icon=\"off\" background_layout=\"dark\" custom_margin=\"|||\" button_bg_color_hover=\"#cc8d66\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#cc8d66\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Thuto Thebe Educational Fund</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Thuto Thebe Educational Fund\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-07.jpg\" title_text=\"Fumo Logo 2017-01-19-07\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://thutothebefoundation.org/\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1 style=\"text-align: center;\">Lesolang Primary School</h1>[/et_pb_text][dsm_image_reveal reveal_text=\"Lesolang Primary School\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Logo-2017-01-19-06.jpg\" title_text=\"Fumo Logo 2017-01-19-06\" reveal_overlay_color=\"#aa1515\" _builder_version=\"4.7.4\" _module_preset=\"default\" reveal_text_text_color=\"#ffffff\" link_option_url=\"https://goo.gl/maps/K5FZDHrCSUhfHqM8A\" link_option_url_new_window=\"on\"][/dsm_image_reveal][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" next_background_color=\"#232220\" admin_label=\"Featured\" _builder_version=\"4.7.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Diego-banner.jpg\" custom_padding=\"0|0px|400px|0px|false|false\" bottom_divider_style=\"ramp\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.22\" background_color=\"#232220\" custom_padding=\"80px|0px|80px|0px|true|false\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lora|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.5em\" header_5_font=\"Oswald|||on|||||\" header_5_text_color=\"rgba(255,255,255,0.4)\" header_5_font_size=\"20px\" header_5_letter_spacing=\"3px\" header_5_line_height=\"1.7em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\" text_line_height_last_edited=\"off|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\"]<h5>The evening</h5>\n<h2>Join the celebration</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||99px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Memorial video\" use_icon=\"on\" font_icon=\"%%257%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||-83px||\" animation_style=\"fade\" animation=\"off\"]<p>An emotional journey in the life and achievements of Diego Armando Maradona witht he milestones that sealed him as a soccer champion in history.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Argentine tango\" use_icon=\"on\" font_icon=\"%%169%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Emiliano Fernandez and Lilyana Kamenova perform \"Barrilete Cosmico\" (Cosmic Kite) Argentine Tango choreography inspired by Diego Maradona on the notes of \"Escualo\" by Astor Piazzolla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango1.jpg\" title_text=\"Tango1\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango3.jpg\" title_text=\"Tango3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Tango2.jpg\" title_text=\"Tango2\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"For the palatE\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/icon-08a.png\" image_max_width=\"64px\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Indulge yourself in Chef Claudio Uccello creations, designed specifically for the evening, accompanied with excellent wines and spirits.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Networking\" use_icon=\"on\" font_icon=\"%%259%%\" _builder_version=\"4.7.4\" header_font=\"Oswald|||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.7em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" animation_style=\"fade\" animation=\"off\"]<p>Spend a lovely evening wiht like-minded people, sport lovers, excellences and VIPs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Vision Section\" _builder_version=\"3.22\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" custom_padding=\"1px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_cta title=\"How to book you table\" _builder_version=\"4.7.4\" _module_preset=\"default\" header_level=\"h1\" hover_enabled=\"0\" module_id=\"booking-form\" sticky_enabled=\"0\"]<p>Three simple steps to secure your  table for this unforgettable night.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-01b.png\" title_text=\"3steps 01b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Pay R 1,000 per person, via EFT, to:</span></h3>\n<h3><span style=\"color: #ffffff;\">Bank: FNB</span><br /><span style=\"color: #ffffff;\">Beneficiary: Baliterm Pty</span><br /><span style=\"color: #ffffff;\">Bank Account: 62758710696</span><br /><span style=\"color: #ffffff;\">Branch: 250655</span><br /><span style=\"color: #ffffff;\">Ref.: Charity (+your name)<br /></span></h3>\n<p><span style=\"color: #ffffff;\"> </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-02b.png\" title_text=\"3steps 02b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">Send the Proof of Payment to: <a href=\"mailto:info@fumo.co.za\" style=\"color: #ffffff;\"><span style=\"color: #ff0000;\">info@fumo.co.za</span></a> including your contact details.</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/3steps-03b.png\" title_text=\"3steps 03b\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h3><span style=\"color: #ffffff;\">There is no step 3.<br /> But if you need any information please call or WhatsApp Claudio:</span></h3>\n<h3><a href=\"tel:0761249615\">0761249615</a></h3>\n<p><span style=\"color: #ffffff;\"><br /> </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" background_color=\"#c6c6c6\" custom_padding=\"100px|40px|100px|40px|true|false\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"110px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-80px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Donation\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/10-small.png\" module_id=\"donation-form\" _builder_version=\"4.7.4\" _module_preset=\"default\"]<p>If you cannot attend and you want to do a donation anyway, please send the find to:</p>\n<p>Bank: FNB<br /> Beneficiary: Baliterm Pty<br /> Bank Account: 62758710696<br /> Branch: 250655<br /> Ref.: Maradona Charity</p>\n<p>And please send us a message:</p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_contact_form email=\"claudio.uccello@fumo.co.za\" success_message=\"Thank you for your donation, please remember to send the Proof of Payment to info@fumo.co.za\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_contact_field field_id=\"Name\" field_title=\"Full Name\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Mobile\" field_title=\"Mobile number\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Donation\" field_title=\"Who\'s the donation for\" field_type=\"select\" select_options=\"%91{%22value%22:%22Thuto Thebe Educational Fund%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Lesolang Primary School%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Both%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.7.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"4.7.4\" _module_preset=\"default\"]<h1>Information</h1>\n<p>For more information or special booking requirements please contact <a href=\"tel:0123460916\" target=\"_blank\" rel=\"noopener noreferrer\">012 346 0916</a> or send an email to <a href=\"mailto:info@fumo.co.za\" target=\"_blank\" rel=\"noopener noreferrer\">info@fumo.co.za</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Get Involved\" _builder_version=\"3.22\" custom_padding=\"0px|0|0px|0px|true|false\"][/et_pb_section][et_pb_section fb_built=\"1\" next_background_color=\"#232220\" admin_label=\"Learn Section\" _builder_version=\"4.7.4\" background_color=\"#7f0000\" custom_padding=\"0px|0px|0px|0px|false|false\" bottom_divider_style=\"ramp\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/cartoon.png\" title_text=\"cartoon\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" _builder_version=\"4.7.4\" background_color=\"#232220\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#232220\" background_color_gradient_end=\"rgba(35,34,32,0.13)\" background_color_gradient_start_position=\"25%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/WhatsApp-Image-2020-12-01-at-14.47.20.jpeg\" custom_padding=\"175px|0px|175px|0px|true|false\" saved_tabs=\"all\"][et_pb_row column_structure=\"1_4,1_2,1_4\" admin_label=\"Subscribe\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"4.7.4\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"100px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/\" _builder_version=\"4.7.4\" background_color=\"#aa1515\" background_enable_color=\"on\" custom_margin=\"|10px||10px\" custom_padding=\"20px|20px|20px|20px\" border_radii=\"on|50px|50px|50px|50px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Maradona','Charity dinner for Maradona organised by Fumo in collaboration with the Embassy of Argentina in South Africa and the Embassy of Italy in South Africa. 8th December 2020 at 19:00','inherit','closed','closed','','134-revision-v1','','','2020-12-03 10:14:35','2020-12-03 10:14:35','',134,'http://rainmakers.cafe/fumo/134-revision-v1/',0,'revision','',0),(236,1,'2021-03-17 10:15:42','2021-03-17 10:15:42','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Header\" _builder_version=\"4.7.4\" background_color=\"#160b00\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#160b00\" background_color_gradient_end=\"rgba(22,11,0,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Banner.jpg\" custom_padding=\"10vw||10vw||true|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|40px|||false|false\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_vertical=\"-412px\" box_shadow_blur=\"500px\" box_shadow_spread=\"-270px\" box_shadow_color=\"#160b00\" saved_tabs=\"all\" locked=\"off\" title_text=\"Banner\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"3.27\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.26.5\"][et_pb_text _builder_version=\"3.27.4\" text_text_color=\"rgba(255,207,154,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"Playfair Display||||||||\" header_text_color=\"#ffebd6\" header_font_size=\"10vw\" header_line_height=\"0.9em\" background_layout=\"dark\" header_font_size_tablet=\"70px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1>Christmas Lunch</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"3.27\" z_index=\"1\" locked=\"off\"][et_pb_column type=\"2_3\" _builder_version=\"3.27\" background_color=\"rgba(22,11,0,0.75)\" custom_padding=\"80px|80px|80px|80px|true|true\" custom_padding_tablet=\"10vw|10vw|10vw|10vw|true|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#ffcf9a\"][et_pb_text _builder_version=\"4.7.4\" header_font=\"Playfair Display||||||||\" header_text_color=\"#ffebd6\" header_font_size=\"80px\" header_line_height=\"1.2em\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#ffcf9a\" header_3_font_size=\"14px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" hover_enabled=\"0\" header_font_size_tablet=\"80px\" header_font_size_phone=\"40px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h3>Book your</h3>\n<h1>Four courses</h1>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" text_font=\"Montserrat|700|||||||\" text_text_color=\"#ffcf9a\" text_font_size=\"24px\" text_line_height=\"1.5em\" header_3_font=\"|700||on|||||\" header_3_text_color=\"rgba(255,207,154,0.4)\" header_3_font_size=\"14px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"2.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin=\"40px||||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"24px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" text_text_align=\"left\" sticky_enabled=\"0\"]<h3>Booking essential</h3>\n<h3><span style=\"font-size: 24px; color: #ffcf9a;\">R 395/person (table)</span></h3>\n<h3><span style=\"font-size: 24px; color: #ffcf9a;\">R 295/person (take away)<br /> </span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.27\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,207,154,0.3)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-09.jpg\" transform_scale_tablet=\"\" transform_scale_phone=\"\" transform_scale_last_edited=\"on|desktop\" transform_translate=\"0px|140px\" transform_translate_tablet=\"0px|0px\" transform_translate_phone=\"\" transform_translate_last_edited=\"on|tablet\" transform_translate_linked=\"off\" transform_rotate_tablet=\"\" transform_rotate_phone=\"\" transform_rotate_last_edited=\"on|desktop\" transform_skew_tablet=\"\" transform_skew_phone=\"\" transform_skew_last_edited=\"on|desktop\" transform_origin_tablet=\"\" transform_origin_phone=\"\" transform_origin_last_edited=\"on|desktop\" transform_styles_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|false|true\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px|40px|40px|40px|true|true\" custom_padding_last_edited=\"on|phone\" transform_styles_tablet=\"\" transform_styles_phone=\"\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-light-background.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Logo Fumo light background\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"3.27.4\" header_font_size=\"32px\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"32px\" header_3_line_height=\"1.2em\" text_orientation=\"right\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_3_font_size_tablet=\"24px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\"]<h3>25th December</h3>[/et_pb_text][et_pb_button button_text=\"Get Tickets\" button_alignment=\"right\" _builder_version=\"3.27\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffcf9a\" button_bg_color=\"#160b00\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"17px|27px|17px|27px|true|true\" locked=\"off\" button_text_color__hover=\"#160b00\" button_text_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffcf9a\" button_bg_color__hover_enabled=\"on\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"3.26.7\" background_color=\"#160b00\" locked=\"off\"][et_pb_row column_structure=\"2_5,3_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.26.7\" custom_padding=\"|60px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"\"][et_pb_column type=\"2_5\" _builder_version=\"3.26.5\"][et_pb_text _builder_version=\"3.27.4\" text_text_color=\"rgba(255,207,154,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Playfair Display||||||||\" header_2_text_color=\"#ffebd6\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\"]<h2>Menu</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.26.7\" custom_padding=\"24px||||false|false\"][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Lorem Ipsum Dolor</h3>\n<h4>Aug 29 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Lorem Ipsum Dolor</h3>\n<h4>Sep 1 - Free</h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Tempor Sed Do</h3>\n<h4>Sep 12 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Lorem Ipsum Dolor</h3>\n<h4>Sep 19 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Adipisciing Sit</h3>\n<h4>Sep 29 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Amet Eiusmod Dolor</h3>\n<h4>Oct 3 - Free</h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Sed Do Eiusmod</h3>\n<h4>Oct 5 - $8 at the Door</h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\"]<h3>Adipiscing Elit Amet</h3>\n<h4>Nov 14 - $15 Tickets <a href=\"#\">Purchase</a></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"CTA\" _builder_version=\"3.26.7\" background_color=\"#160b00\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#160b00\" background_color_gradient_end=\"rgba(22,11,0,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-07.jpg\" custom_padding=\"10vw|80px|10vw||true|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|40px|||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"-412px\" box_shadow_blur=\"500px\" box_shadow_spread=\"-270px\" box_shadow_color=\"#160b00\" saved_tabs=\"all\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.26.7\" width_tablet=\"\" width_phone=\"90%\" width_last_edited=\"on|desktop\" max_width=\"700px\" custom_padding=\"40px||40px||true|false\" custom_padding_tablet=\"30px||30px||true|false\" custom_padding_phone=\"20px||20px||true|false\" border_width_all=\"2px\" border_color_all=\"rgba(255,235,214,0.2)\"][et_pb_column type=\"4_4\" _builder_version=\"3.26.7\" background_color=\"rgba(22,11,0,0.6)\" transform_scale_tablet=\"\" transform_scale_phone=\"\" transform_scale_last_edited=\"on|desktop\" transform_translate=\"40px|0px\" transform_translate_tablet=\"30px|0px\" transform_translate_phone=\"20px|0px\" transform_translate_last_edited=\"on|phone\" transform_translate_linked=\"off\" transform_rotate_tablet=\"\" transform_rotate_phone=\"\" transform_rotate_last_edited=\"on|desktop\" transform_skew_tablet=\"\" transform_skew_phone=\"\" transform_skew_last_edited=\"on|desktop\" transform_origin_tablet=\"\" transform_origin_phone=\"\" transform_origin_last_edited=\"on|desktop\" transform_styles_last_edited=\"on|phone\" custom_padding=\"100px|100px|100px|100px|true|true\" custom_padding_tablet=\"60px|60px|60px|60px|true|true\" custom_padding_phone=\"30px|30px|30px|30px|true|true\" custom_padding_last_edited=\"on|phone\" transform_styles_tablet=\"\" transform_styles_phone=\"\" border_width_all=\"2px\" border_color_all=\"#ffcf9a\"][et_pb_text _builder_version=\"3.27.4\" text_text_color=\"rgba(255,207,154,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Playfair Display||||||||\" header_2_text_color=\"#ffebd6\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_6_font=\"|700||on|||||\" header_6_text_color=\"#ffcf9a\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"550px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\"]<h6>Events</h6>\n<h2>We Do Private Parties</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"3.26.7\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#ffcf9a\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" custom_margin=\"40px||||false|false\" custom_padding=\"15px|25px|15px|25px|true|true\" locked=\"off\" button_text_color__hover=\"#160b00\" button_text_color__hover_enabled=\"off\" button_bg_color__hover=\"#ffebd6\" button_bg_color__hover_enabled=\"on\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','xmas','','draft','closed','closed','','__trashed','','','2021-03-30 09:46:47','2021-03-30 09:46:47','',0,'http://rainmakers.cafe/fumo/?page_id=236',0,'page','',0),(238,1,'2020-12-05 08:36:03','2020-12-05 08:36:03','','bar-09','','inherit','open','closed','','bar-09','','','2020-12-05 08:36:03','2020-12-05 08:36:03','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-09.jpg',0,'attachment','image/jpeg',0),(239,1,'2020-12-05 08:36:05','2020-12-05 08:36:05','','bar-01','','inherit','open','closed','','bar-01','','','2020-12-05 08:36:05','2020-12-05 08:36:05','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-01.png',0,'attachment','image/png',0),(240,1,'2020-12-05 08:36:06','2020-12-05 08:36:06','','bar-04','','inherit','open','closed','','bar-04','','','2020-12-05 08:36:06','2020-12-05 08:36:06','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-04.png',0,'attachment','image/png',0),(241,1,'2020-12-05 08:36:07','2020-12-05 08:36:07','','bar-24','','inherit','open','closed','','bar-24','','','2020-12-05 08:36:07','2020-12-05 08:36:07','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-24.jpg',0,'attachment','image/jpeg',0),(242,1,'2020-12-05 08:36:10','2020-12-05 08:36:10','','bar-07','','inherit','open','closed','','bar-07','','','2020-12-05 08:36:10','2020-12-05 08:36:10','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-07.jpg',0,'attachment','image/jpeg',0),(245,1,'2020-12-05 15:41:57','2020-12-05 15:41:57','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Header\" _builder_version=\"4.7.4\" background_color=\"#160b00\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#160b00\" background_color_gradient_end=\"rgba(22,11,0,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Banner.jpg\" custom_padding=\"10vw||10vw||true|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|40px|||false|false\" hover_enabled=\"0\" box_shadow_style=\"preset6\" box_shadow_vertical=\"-412px\" box_shadow_blur=\"500px\" box_shadow_spread=\"-270px\" box_shadow_color=\"#160b00\" saved_tabs=\"all\" locked=\"off\" title_text=\"Banner\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"3.27\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.26.5\"][et_pb_text _builder_version=\"3.27.4\" text_text_color=\"rgba(255,207,154,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"Playfair Display||||||||\" header_text_color=\"#ffebd6\" header_font_size=\"10vw\" header_line_height=\"0.9em\" background_layout=\"dark\" header_font_size_tablet=\"70px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1>Christmas Lunch</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"3.27\" z_index=\"1\" locked=\"off\"][et_pb_column type=\"2_3\" _builder_version=\"3.27\" background_color=\"rgba(22,11,0,0.75)\" custom_padding=\"80px|80px|80px|80px|true|true\" custom_padding_tablet=\"10vw|10vw|10vw|10vw|true|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#ffcf9a\"][et_pb_text _builder_version=\"4.7.4\" header_font=\"Playfair Display||||||||\" header_text_color=\"#ffebd6\" header_font_size=\"80px\" header_line_height=\"1.2em\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#ffcf9a\" header_3_font_size=\"14px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" hover_enabled=\"0\" header_font_size_tablet=\"80px\" header_font_size_phone=\"40px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h3>Book your</h3>\n<h1>Four courses</h1>[/et_pb_text][et_pb_text _builder_version=\"4.7.4\" text_font=\"Montserrat|700|||||||\" text_text_color=\"#ffcf9a\" text_font_size=\"24px\" text_line_height=\"1.5em\" header_3_font=\"|700||on|||||\" header_3_text_color=\"rgba(255,207,154,0.4)\" header_3_font_size=\"14px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"2.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin=\"40px||||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"24px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" text_text_align=\"left\" sticky_enabled=\"0\"]<h3>Booking essential</h3>\n<h3><span style=\"font-size: 24px; color: #ffcf9a;\">R 395/person (table)</span></h3>\n<h3><span style=\"font-size: 24px; color: #ffcf9a;\">R 295/person (take away)<br /> </span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.27\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,207,154,0.3)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-09.jpg\" transform_scale_tablet=\"\" transform_scale_phone=\"\" transform_scale_last_edited=\"on|desktop\" transform_translate=\"0px|140px\" transform_translate_tablet=\"0px|0px\" transform_translate_phone=\"\" transform_translate_last_edited=\"on|tablet\" transform_translate_linked=\"off\" transform_rotate_tablet=\"\" transform_rotate_phone=\"\" transform_rotate_last_edited=\"on|desktop\" transform_skew_tablet=\"\" transform_skew_phone=\"\" transform_skew_last_edited=\"on|desktop\" transform_origin_tablet=\"\" transform_origin_phone=\"\" transform_origin_last_edited=\"on|desktop\" transform_styles_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|false|true\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px|40px|40px|40px|true|true\" custom_padding_last_edited=\"on|phone\" transform_styles_tablet=\"\" transform_styles_phone=\"\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-light-background.png\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Logo Fumo light background\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"3.27.4\" header_font_size=\"32px\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"32px\" header_3_line_height=\"1.2em\" text_orientation=\"right\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_3_font_size_tablet=\"24px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\"]<h3>25th December</h3>[/et_pb_text][et_pb_button button_text=\"Get Tickets\" button_alignment=\"right\" _builder_version=\"3.27\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffcf9a\" button_bg_color=\"#160b00\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"17px|27px|17px|27px|true|true\" locked=\"off\" button_text_color__hover=\"#160b00\" button_text_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffcf9a\" button_bg_color__hover_enabled=\"on\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"3.26.7\" background_color=\"#160b00\" locked=\"off\"][et_pb_row column_structure=\"2_5,3_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.26.7\" custom_padding=\"|60px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"\"][et_pb_column type=\"2_5\" _builder_version=\"3.26.5\"][et_pb_text _builder_version=\"3.27.4\" text_text_color=\"rgba(255,207,154,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Playfair Display||||||||\" header_2_text_color=\"#ffebd6\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\"]<h2>Menu</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.26.7\" custom_padding=\"24px||||false|false\"][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Lorem Ipsum Dolor</h3>\n<h4>Aug 29 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Lorem Ipsum Dolor</h3>\n<h4>Sep 1 - Free</h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Tempor Sed Do</h3>\n<h4>Sep 12 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Lorem Ipsum Dolor</h3>\n<h4>Sep 19 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Adipisciing Sit</h3>\n<h4>Sep 29 - $12 | <a href=\"#\">Get Tickets</a></h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Amet Eiusmod Dolor</h3>\n<h4>Oct 3 - Free</h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" border_width_bottom=\"1px\" locked=\"off\"]<h3>Sed Do Eiusmod</h3>\n<h4>Oct 5 - $8 at the Door</h4>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" link_font=\"||||on||||\" header_3_font=\"Montserrat|700|||||||\" header_3_text_color=\"#ffcf9a\" header_4_font=\"Montserrat|700||on|||||\" header_4_text_color=\"rgba(255,207,154,0.7)\" header_4_font_size=\"14px\" header_4_letter_spacing=\"2px\" header_4_line_height=\"1.2em\" background_layout=\"dark\" max_width=\"550px\" custom_margin_tablet=\"||40px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"off|phone\" custom_padding=\"||18px||false|false\" header_3_font_size_tablet=\"18px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\"]<h3>Adipiscing Elit Amet</h3>\n<h4>Nov 14 - $15 Tickets <a href=\"#\">Purchase</a></h4>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"CTA\" _builder_version=\"3.26.7\" background_color=\"#160b00\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#160b00\" background_color_gradient_end=\"rgba(22,11,0,0)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/bar-07.jpg\" custom_padding=\"10vw|80px|10vw||true|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|40px|||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"-412px\" box_shadow_blur=\"500px\" box_shadow_spread=\"-270px\" box_shadow_color=\"#160b00\" saved_tabs=\"all\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.26.7\" width_tablet=\"\" width_phone=\"90%\" width_last_edited=\"on|desktop\" max_width=\"700px\" custom_padding=\"40px||40px||true|false\" custom_padding_tablet=\"30px||30px||true|false\" custom_padding_phone=\"20px||20px||true|false\" border_width_all=\"2px\" border_color_all=\"rgba(255,235,214,0.2)\"][et_pb_column type=\"4_4\" _builder_version=\"3.26.7\" background_color=\"rgba(22,11,0,0.6)\" transform_scale_tablet=\"\" transform_scale_phone=\"\" transform_scale_last_edited=\"on|desktop\" transform_translate=\"40px|0px\" transform_translate_tablet=\"30px|0px\" transform_translate_phone=\"20px|0px\" transform_translate_last_edited=\"on|phone\" transform_translate_linked=\"off\" transform_rotate_tablet=\"\" transform_rotate_phone=\"\" transform_rotate_last_edited=\"on|desktop\" transform_skew_tablet=\"\" transform_skew_phone=\"\" transform_skew_last_edited=\"on|desktop\" transform_origin_tablet=\"\" transform_origin_phone=\"\" transform_origin_last_edited=\"on|desktop\" transform_styles_last_edited=\"on|phone\" custom_padding=\"100px|100px|100px|100px|true|true\" custom_padding_tablet=\"60px|60px|60px|60px|true|true\" custom_padding_phone=\"30px|30px|30px|30px|true|true\" custom_padding_last_edited=\"on|phone\" transform_styles_tablet=\"\" transform_styles_phone=\"\" border_width_all=\"2px\" border_color_all=\"#ffcf9a\"][et_pb_text _builder_version=\"3.27.4\" text_text_color=\"rgba(255,207,154,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Playfair Display||||||||\" header_2_text_color=\"#ffebd6\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_6_font=\"|700||on|||||\" header_6_text_color=\"#ffcf9a\" header_6_letter_spacing=\"2px\" header_6_line_height=\"1.2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"550px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\"]<h6>Events</h6>\n<h2>We Do Private Parties</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"3.26.7\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#ffcf9a\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" custom_margin=\"40px||||false|false\" custom_padding=\"15px|25px|15px|25px|true|true\" locked=\"off\" button_text_color__hover=\"#160b00\" button_text_color__hover_enabled=\"off\" button_bg_color__hover=\"#ffebd6\" button_bg_color__hover_enabled=\"on\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','xmas','','inherit','closed','closed','','236-revision-v1','','','2020-12-05 15:41:57','2020-12-05 15:41:57','',236,'http://rainmakers.cafe/fumo/236-revision-v1/',0,'revision','',0),(244,1,'2020-12-05 08:41:47','2020-12-05 08:41:47','','Banner','','inherit','open','closed','','banner-2','','','2020-12-05 08:41:47','2020-12-05 08:41:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Banner.jpg',0,'attachment','image/jpeg',0),(256,3,'2021-02-18 12:22:40','2021-02-18 12:22:40','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Women\'s day','','inherit','closed','closed','','254-revision-v1','','','2021-02-18 12:22:40','2021-02-18 12:22:40','',254,'http://rainmakers.cafe/fumo/254-revision-v1/',0,'revision','',0),(257,3,'2021-02-18 12:23:33','0000-00-00 00:00:00','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Women\'s day','','draft','open','closed','','','','','2021-02-18 12:23:33','2021-02-18 12:23:33','',0,'http://rainmakers.cafe/fumo/?post_type=tribe_events&#038;p=257',0,'tribe_events','',0),(258,3,'2021-02-18 12:23:06','2021-02-18 12:23:06','','Women\'s day','','inherit','closed','closed','','257-revision-v1','','','2021-02-18 12:23:06','2021-02-18 12:23:06','',257,'http://rainmakers.cafe/fumo/257-revision-v1/',0,'revision','',0),(259,3,'2021-02-18 12:23:33','2021-02-18 12:23:33','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Women\'s day','','inherit','closed','closed','','257-revision-v1','','','2021-02-18 12:23:33','2021-02-18 12:23:33','',257,'http://rainmakers.cafe/fumo/257-revision-v1/',0,'revision','',0),(477,2,'2021-03-17 13:26:42','2021-03-17 13:26:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','trash','open','closed','','theme-builder-layout-2__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_footer_layout/theme-builder-layout-2/',0,'et_footer_layout','',0),(268,3,'2021-02-18 13:08:49','2021-02-18 13:08:49','[ecwd id=\"268\" type=\"full\" page_items=\"5\" event_search=\"yes\" display=\"full\" displays=\"full,list,week,day\" filters=\"\"]','Calendar','','publish','closed','closed','','calendar','','','2021-02-18 13:11:04','2021-02-18 13:11:04','',0,'http://rainmakers.cafe/fumo/calendar/',0,'ecwd_calendar','',0),(276,3,'2021-02-18 13:14:56','2021-02-18 13:14:56','','Womes day','','publish','closed','closed','','womes-day','','','2021-02-18 13:14:56','2021-02-18 13:14:56','',0,'http://rainmakers.cafe/fumo/?post_type=ecwd_event&#038;p=276',0,'ecwd_event','',0),(30670,2,'2021-04-20 06:54:27','2021-04-20 06:54:27','','produce-04','','inherit','open','closed','','produce-04','','','2021-04-20 06:54:27','2021-04-20 06:54:27','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-04.jpg',0,'attachment','image/jpeg',0),(30671,2,'2021-04-20 06:54:28','2021-04-20 06:54:28','','produce-08','','inherit','open','closed','','produce-08','','','2021-04-20 06:54:28','2021-04-20 06:54:28','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-08.jpg',0,'attachment','image/jpeg',0),(30672,2,'2021-04-20 06:54:29','2021-04-20 06:54:29','','produce-03','','inherit','open','closed','','produce-03','','','2021-04-20 06:54:29','2021-04-20 06:54:29','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-03.jpg',0,'attachment','image/jpeg',0),(30673,2,'2021-04-20 06:54:30','2021-04-20 06:54:30','','produce-05','','inherit','open','closed','','produce-05','','','2021-04-20 06:54:30','2021-04-20 06:54:30','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-05.jpg',0,'attachment','image/jpeg',0),(30674,2,'2021-04-20 06:54:35','2021-04-20 06:54:35','','produce-10','','inherit','open','closed','','produce-10','','','2021-04-20 06:54:35','2021-04-20 06:54:35','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-10.jpg',0,'attachment','image/jpeg',0),(30675,2,'2021-04-20 06:54:36','2021-04-20 06:54:36','','produce-11','','inherit','open','closed','','produce-11','','','2021-04-20 06:54:36','2021-04-20 06:54:36','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-11.jpg',0,'attachment','image/jpeg',0),(30676,2,'2021-04-20 06:54:37','2021-04-20 06:54:37','','home_07_a','','inherit','open','closed','','home_07_a','','','2021-04-20 06:54:37','2021-04-20 06:54:37','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/home_07_a.jpg',0,'attachment','image/jpeg',0),(30677,2,'2021-04-20 06:54:39','2021-04-20 06:54:39','','produce-13','','inherit','open','closed','','produce-13','','','2021-04-20 06:54:39','2021-04-20 06:54:39','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-13.jpg',0,'attachment','image/jpeg',0),(30678,2,'2021-04-20 06:54:40','2021-04-20 06:54:40','','produce-14','','inherit','open','closed','','produce-14','','','2021-04-20 06:54:40','2021-04-20 06:54:40','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-14.jpg',0,'attachment','image/jpeg',0),(30679,2,'2021-04-20 06:54:44','2021-04-20 06:54:44','','produce-12','','inherit','open','closed','','produce-12','','','2021-04-20 06:54:44','2021-04-20 06:54:44','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-12.jpg',0,'attachment','image/jpeg',0),(30680,2,'2021-04-20 06:54:45','2021-04-20 06:54:45','','background-texture','','inherit','open','closed','','background-texture','','','2021-04-20 06:54:45','2021-04-20 06:54:45','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/background-texture.png',0,'attachment','image/png',0),(30681,2,'2021-04-20 06:54:47','2021-04-20 06:54:47','','logo_08','','inherit','open','closed','','logo_08','','','2021-04-20 06:54:47','2021-04-20 06:54:47','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_08.png',0,'attachment','image/png',0),(30683,2,'2021-04-20 06:54:50','2021-04-20 06:54:50','','logo_01','','inherit','open','closed','','logo_01','','','2021-04-20 06:54:50','2021-04-20 06:54:50','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_01.png',0,'attachment','image/png',0),(30684,2,'2021-04-20 06:54:52','2021-04-20 06:54:52','','logo_05','','inherit','open','closed','','logo_05','','','2021-04-20 06:54:52','2021-04-20 06:54:52','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_05.png',0,'attachment','image/png',0),(30685,2,'2021-04-20 06:54:53','2021-04-20 06:54:53','','logo_03','','inherit','open','closed','','logo_03','','','2021-04-20 06:54:53','2021-04-20 06:54:53','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_03.png',0,'attachment','image/png',0),(30686,2,'2021-04-20 06:54:54','2021-04-20 06:54:54','','logo_06','','inherit','open','closed','','logo_06','','','2021-04-20 06:54:54','2021-04-20 06:54:54','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_06.png',0,'attachment','image/png',0),(30687,2,'2021-04-20 06:54:54','2021-04-20 06:54:54','','logo_07','','inherit','open','closed','','logo_07','','','2021-04-20 06:54:54','2021-04-20 06:54:54','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_07.png',0,'attachment','image/png',0),(30688,2,'2021-04-20 06:54:55','2021-04-20 06:54:55','','logo_02','','inherit','open','closed','','logo_02','','','2021-04-20 06:54:55','2021-04-20 06:54:55','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_02.png',0,'attachment','image/png',0),(30689,2,'2021-04-20 06:55:00','2021-04-20 06:55:00','','produce-09','','inherit','open','closed','','produce-09','','','2021-04-20 06:55:00','2021-04-20 06:55:00','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-09.jpg',0,'attachment','image/jpeg',0),(308,2,'2021-03-16 09:50:30','2021-03-16 09:50:30','Deep fried white baby fish, garlic and chilli oil, fresh herbs','Alici Fritte','','publish','open','closed','','alici-fritte','','','2021-03-16 09:50:30','2021-03-16 09:50:30','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=308',0,'dzsrst_items','',0),(309,2,'2021-03-16 09:51:46','2021-03-16 09:51:46','Roasted brinjals, cherry tomato, pecorino sardo','Melanzane Saltate Pomodorini e Percorino (v)','','publish','open','closed','','melanzane-saltate-pomodorini-e-percorino-v','','','2021-03-16 09:51:46','2021-03-16 09:51:46','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=309',0,'dzsrst_items','',0),(337,2,'2021-03-17 08:17:44','2021-03-17 08:17:44','<div id=\"sp-page\" class=\"spBgcover sp-content-5\" style=\"background-color: rgb(255, 255, 255); font-family: Roboto, sans-serif; font-weight: 400; background-image: url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 490px; max-width: 100%; padding: 10px 10px 10px 80px; border-radius: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ovbx1s\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-niijfv\" class=\"sp-spacer\" style=\"height: 12px;\"></div><figure id=\"sp-xp7nhn\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: left;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" alt=\"\" style=\"width: 300px;\"></span></figure><div id=\"sp-jknss8\" class=\"sp-spacer\" style=\"height: 39px;\"></div><h1 id=\"sp-y0sc75\" class=\"sp-css-target\" style=\"font-size: 72px; text-align: left; padding: 10px; margin-top: 0px;\">Get <br>Ready!</h1><div id=\"sp-p7ef8k\" class=\"sp-css-target sp-text-wrapper\" style=\"font-size: 18px; padding: 10px; margin-top: 0px; text-align: left;\"><p>We are working on something really cool.</p></div><div id=\"sp-d4et4f\" class=\"sp-spacer\" style=\"height: 60px;\"></div><div id=\"sp-qkrns1\" class=\"sp-spacer\" style=\"height: 12px;\"></div></div></div></section></div>','','','inherit','closed','closed','','331-revision-v1','','','2021-03-17 08:17:44','2021-03-17 08:17:44','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":1825,\"post_title\":\"\",\"post_name\":\"331\",\"post_status\":\"publish\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ovbx1s\",\"type\":\"col\",\"blocks\":[{\"id\":\"niijfv\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}},{\"id\":\"xp7nhn\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"link\":\"\",\"openNewWindow\":false,\"noFollow\":false,\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\",\"altTxt\":\"\",\"width\":\"300\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"left\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jknss8\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":39}},{\"id\":\"y0sc75\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Get <br />Ready!\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":72,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"p7ef8k\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>We are working on something really cool.</p>\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":18,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"d4et4f\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}},{\"id\":\"qkrns1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":490,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"80\",\"paddingRight\":\"10\",\"paddingSync\":false,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"10\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderColor\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#FFFFFF\",\"headerColor\":\"#FFFFFF\",\"linkColor\":\"#FFFFFF\",\"linkDarkerColor\":\"#e6e6e6\",\"textColor\":\"#FFFFFF\",\"textFont\":\"Roboto\",\"textFontVariant\":\"400\",\"headerFont\":\"Roboto\",\"headerFontVariant\":\"300\",\"contentPosition\":\"5\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#FFFFFF} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#FFFFFF}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#FFFFFF; font-family:\'Roboto\';font-weight:300;font-style:normal} #sp-page a{color:#FFFFFF} #sp-page a:hover{color:#e6e6e6}#sp-page .btn{background-color:#FFFFFF}body{background-color:#FFFFFF; background-image:url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'http://rainmakers.cafe/fumo/?p=337',0,'revision','',0),(30646,2,'2021-04-19 13:26:13','2021-04-19 13:26:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-19 13:26:13','2021-04-19 13:26:13','',3,'https://rainmakers.cafe/fumo/?p=30646',0,'revision','',0),(30645,2,'2021-04-19 13:24:46','2021-04-19 13:24:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-19 13:24:46','2021-04-19 13:24:46','',3,'https://rainmakers.cafe/fumo/?p=30645',0,'revision','',0),(30638,2,'2021-04-19 10:03:36','2021-04-19 10:03:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-19 10:03:36','2021-04-19 10:03:36','',44,'https://rainmakers.cafe/fumo/?p=30638',0,'revision','',0),(30641,2,'2021-04-19 13:07:54','2021-04-19 13:07:54','','Pan Head','','inherit','open','closed','','pan-head','','','2021-04-19 13:07:54','2021-04-19 13:07:54','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg',0,'attachment','image/jpeg',0),(30640,2,'2021-04-19 12:39:05','2021-04-19 12:39:05','','Menu','','inherit','open','closed','','menu-2','','','2021-04-19 12:39:05','2021-04-19 12:39:05','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Menu.jpg',0,'attachment','image/jpeg',0),(30642,2,'2021-04-19 13:08:29','2021-04-19 13:08:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Pan Head\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-19 13:08:29','2021-04-19 13:08:29','',44,'https://rainmakers.cafe/fumo/?p=30642',0,'revision','',0),(284,3,'2021-02-18 13:35:09','2021-02-18 13:35:09','Womens DayWomens DayWomens DayWomens DayWomens Day','Womens Day','','publish','closed','closed','','womens-day','','','2021-02-18 13:35:09','2021-02-18 13:35:09','',0,'http://rainmakers.cafe/fumo/venue/womens-day/',0,'ecwd_venue','',0),(30635,2,'2021-04-19 10:02:03','2021-04-19 10:02:03','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-19 10:02:03','2021-04-19 10:02:03','',30446,'https://rainmakers.cafe/fumo/?p=30635',0,'revision','',0),(310,2,'2021-03-16 09:52:15','2021-03-16 09:52:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Coffee Hero Section\" _builder_version=\"3.22\" locked=\"off\"][et_pb_fullwidth_header title=\"Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-8-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<div id=\"wpcontent\">\n<div id=\"wpbody\" role=\"main\">\n<div id=\"wpbody-content\">\n<div class=\"sc-con sc-con-for-showcase-builder\">\n<div class=\"sc-menu\">\n<div class=\"shortcode-output\">[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"default\" order=\"desc\" orderby=\"default\"]</div>\n</div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-2-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-11.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-5.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-16 09:52:15','2021-03-16 09:52:15','',44,'http://rainmakers.cafe/fumo/?p=310',0,'revision','',0),(306,2,'2021-03-16 09:45:35','2021-03-16 09:45:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Coffee Hero Section\" _builder_version=\"3.22\" locked=\"off\"][et_pb_fullwidth_header title=\"Drink Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-8-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Coffee Menu\" _builder_version=\"3.22\" background_color=\"#272830\" custom_padding=\"100px|0px|100px|\" locked=\"off\"][et_pb_row admin_label=\"Section Header\" _builder_version=\"3.25\" module_alignment=\"center\" custom_padding=\"40px|0px|40px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" max_width_last_edited=\"off|desktop\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Coffee</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Black Cake\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Black Coffee\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-1.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Espresso\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-3.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Latte\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-4.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brownie Mocha\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-5.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"macchiato\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-6.png\" image_max_width=\"280px\" _builder_version=\"3.0.80\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Pastry Hero Section\" _builder_version=\"3.22\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Food Menu\" text_orientation=\"center\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.16\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"5px\" title_line_height=\"1.5em\" content_font=\"Nunito||||||||\" content_font_size=\"20px\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-13.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_phone=\"44px\" title_font_size_last_edited=\"off|desktop\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"]<p>Vulputate massa nec feugiat fringilla. Fusce at euismod augue. Maecenas quis leotit lectus vestibulum interdum. Ut ut rhoncus risus, nec viverra nisl. Curabitur vitae nulla id eros interdum egestas ac sed odio.</p>\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Pastry Menu\" _builder_version=\"3.22\" background_color=\"#272830\" custom_padding=\"100px|0px|100px|\" locked=\"off\"][et_pb_row admin_label=\"Section Header\" _builder_version=\"3.25\" module_alignment=\"center\" custom_padding=\"40px|0px|40px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" background_layout=\"dark\" max_width=\"600px\" max_width_last_edited=\"off|desktop\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Pastries</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Coffee Items\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"60px|0px|60px|0px\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Chocolate Cakes\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-9.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"right\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Macarons\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-8.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"off\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Cupcakes\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/coffee-item-7.png\" image_max_width=\"280px\" _builder_version=\"3.0.85\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_font_size=\"20px\" header_letter_spacing=\"1px\" header_line_height=\"1.7em\" body_font=\"Nunito||||\" body_text_align=\"center\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" animation=\"left\" locked=\"off\"]<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\r\n<p><strong style=\"color: #dca47d;\">$4</strong></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-2-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-1.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-11.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/gallery-coffee-image-5.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\r\n<p>08PM -12AM\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\r\n<p>12 PM - 02 AM\r[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\r\n<p>+(000) 111 222 333\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\r\n<p>address@domain.com\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\r\n<p>543 TN, doula street<br />NY, New York</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-16 09:45:35','2021-03-16 09:45:35','',44,'http://rainmakers.cafe/fumo/?p=306',0,'revision','',0),(312,2,'2021-03-16 14:11:44','2021-03-16 14:11:44','Grilled home made ciabatta, fresh tomato, garlic, oregano','Bruschetta Pomodorini Aglio e Origano (v)','','publish','open','closed','','bruschetta-pomodorini-aglio-e-origano-v','','','2021-03-16 14:11:44','2021-03-16 14:11:44','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=312',0,'dzsrst_items','',0),(313,2,'2021-03-16 14:12:54','2021-03-16 14:12:54','Roasted chicken wings, rosemary chilli','Alette sdi Pollo Fritte Rosmarino e Peperoncino','','publish','open','closed','','alette-sdi-pollo-fritte-rosmarino-e-peperoncino','','','2021-03-16 14:12:54','2021-03-16 14:12:54','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=313',0,'dzsrst_items','',0),(314,2,'2021-03-16 14:13:40','2021-03-16 14:13:40','Deep fried calamari, prawns, hake, sole, fresh herbs, spicy aioli','Fritto Mare','','publish','open','closed','','fritto-mare','','','2021-03-16 14:13:40','2021-03-16 14:13:40','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=314',0,'dzsrst_items','',0),(315,2,'2021-03-16 14:14:05','2021-03-16 14:14:05','Parma ham chiffonade,  cantalupo melon,  buffalo mozzarella','Prosciutto Di Parma','','publish','open','closed','','prosciutto-di-parma','','','2021-03-16 14:14:05','2021-03-16 14:14:05','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=315',0,'dzsrst_items','',0),(316,2,'2021-03-16 14:15:12','2021-03-16 14:15:12','Toasted home bread, fresh tomato salsa, garlic, oregano','Bruschetta Pomodorini Di Collina','','publish','open','closed','','bruschetta-pomodorini-di-collina','','','2021-03-16 14:15:16','2021-03-16 14:15:16','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=316',0,'dzsrst_items','',0),(317,2,'2021-03-16 14:15:48','2021-03-16 14:15:48','Grilled, prawns and calamari, rocket, fennel salad','Grilled Calamari and Prawns','','publish','open','closed','','grilled-calamari-and-prawns','','','2021-03-16 14:15:48','2021-03-16 14:15:48','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=317',0,'dzsrst_items','',0),(318,2,'2021-03-16 14:17:02','2021-03-16 14:17:02','<p class=\"p1\"><i>Sauteed</i><i> </i><i>calamari,</i><i> </i><i>spanish</i><i> </i><i>chorizo,</i><i> </i><i>chilli</i><i> </i><i>and</i><i> </i><i>Calabrian</i><i> </i><i>nduja,</i><i> </i><i>green</i><i> </i><span class=\"s2\"><i>peppers,</i></span><i> </i><i>garlic,</i><i> </i><i>olive</i><i> </i><span class=\"s2\"><i>oil</i></span></p>','Calamaretti Saltati Al Peperoncino','','publish','open','closed','','calamaretti-saltati-al-peperoncino','','','2021-03-16 14:17:02','2021-03-16 14:17:02','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=318',0,'dzsrst_items','',0),(319,2,'2021-03-16 14:17:27','2021-03-16 14:17:27','Seared beef filet rocket, parmesan, cherry tomato, balsamic dressing','Straccetti Romana','','publish','open','closed','','straccetti-romana','','','2021-03-16 14:17:27','2021-03-16 14:17:27','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=319',0,'dzsrst_items','',0),(320,2,'2021-03-16 14:18:39','2021-03-16 14:18:39','Grilled sardines, pane, chilli, garlic, capers, gremolata dressing, red onion cherry tomato salad','Sarde Grigliate','','publish','open','closed','','sarde-grigliate','','','2021-03-16 14:18:39','2021-03-16 14:18:39','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=320',0,'dzsrst_items','',0),(321,2,'2021-03-16 14:19:57','2021-03-16 14:19:57','Sea Bass carpaccio, peach dressing, vegetable ceviche','Carpaccio Di Branzino Vegetali, Pesche Gialle','','publish','open','closed','','carpaccio-di-branzino-vegetali-pesche-gialle','','','2021-03-16 14:19:57','2021-03-16 14:19:57','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=321',0,'dzsrst_items','',0),(322,2,'2021-03-16 14:21:13','2021-03-16 14:21:13','Charcoal grilled mixed  vegetables, garlic,  vinegar,  chilli, extra  virgin  olive oil','Grigliata Di Vegetali','','publish','open','closed','','grigliata-di-vegetali','','','2021-03-16 14:21:13','2021-03-16 14:21:13','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=322',0,'dzsrst_items','',0),(324,2,'2021-03-16 14:22:04','2021-03-16 14:22:04','Rocket, fennel, cherry tomatoes, mozzarella, provolone cheese green olives','Leonardo Salad','','publish','open','closed','','leonardo-salad','','','2021-03-16 14:22:04','2021-03-16 14:22:04','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=324',0,'dzsrst_items','',0),(325,2,'2021-03-16 14:23:22','2021-03-16 14:23:22','Tuna chunk in oil, Spanish beans, red onion, boiled potatoes, anchovies, grilled peppers','Augusto Salad','','publish','open','closed','','augusto-salad','','','2021-03-16 14:23:22','2021-03-16 14:23:22','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=325',0,'dzsrst_items','',0),(326,2,'2021-03-16 14:23:57','2021-03-16 14:23:57','Steamed mixed seafood, calamari, mussels, clams, octopus, prawns, and oysters when available','Poseidon Salad','','publish','open','closed','','poseidon-salad','','','2021-03-16 14:23:57','2021-03-16 14:23:57','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=326',0,'dzsrst_items','',0),(327,2,'2021-03-16 14:24:26','2021-03-16 14:24:26','Mix baby leaf, San Daniele ham, grilled asparagus, Mediterranean grilled','Michelangelo Salad','','publish','open','closed','','michelangelo-salad','','','2021-03-16 14:24:26','2021-03-16 14:24:26','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=327',0,'dzsrst_items','',0),(328,2,'2021-03-16 14:25:02','2021-03-16 14:25:02','Smoked heirloom tomatoes, peppers, garlic and soft avocado, crostini bread, celery','Gaspacho Soup','','publish','open','closed','','gaspacho-soup','','','2021-03-16 14:25:02','2021-03-16 14:25:02','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=328',0,'dzsrst_items','',0),(329,2,'2021-03-16 14:25:28','2021-03-16 14:25:28','Fresh vegetables soup, home made basil pesto, extra virgin olive oil','Minestra Di Vegetali','','publish','open','closed','','minestra-di-vegetali','','','2021-03-16 14:25:28','2021-03-16 14:25:28','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=329',0,'dzsrst_items','',0),(30483,2,'2021-04-14 12:15:03','2021-04-14 12:15:03','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-14 12:15:03','2021-04-14 12:15:03','',30446,'http://rainmakers.cafe/fumo/?p=30483',0,'revision','',0),(331,2,'2021-03-17 08:16:28','2021-03-17 08:16:28','<div id=\"sp-page\" class=\"spBgcover sp-content-5\" style=\"background-color: rgb(255, 255, 255); font-family: Roboto, sans-serif; font-weight: 400; background-image: url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 490px; max-width: 100%; padding: 10px 10px 10px 80px; border-radius: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ovbx1s\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-niijfv\" class=\"sp-spacer\" style=\"height: 12px;\"></div><figure id=\"sp-xp7nhn\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: left;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" alt=\"\" style=\"width: 300px;\"></span></figure><div id=\"sp-jknss8\" class=\"sp-spacer\" style=\"height: 39px;\"></div><div id=\"sp-p7ef8k\" class=\"sp-css-target sp-text-wrapper\" style=\"font-size: 18px; padding: 10px; margin-top: 0px; text-align: left;\"><p>We are working on something really cool.</p></div><div id=\"sp-d4et4f\" class=\"sp-spacer\" style=\"height: 60px;\"></div><div id=\"sp-qkrns1\" class=\"sp-spacer\" style=\"height: 12px;\"></div></div></div></section></div>','','','draft','closed','closed','','331','','','2021-03-17 13:27:47','2021-03-17 13:27:47','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":1825,\"post_title\":\"\",\"post_name\":\"331\",\"post_status\":\"publish\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ovbx1s\",\"type\":\"col\",\"blocks\":[{\"id\":\"niijfv\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}},{\"id\":\"xp7nhn\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"link\":\"\",\"openNewWindow\":false,\"noFollow\":false,\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\",\"altTxt\":\"\",\"width\":\"300\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"left\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jknss8\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":39}},{\"id\":\"p7ef8k\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>We are working on something really cool.</p>\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":18,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"d4et4f\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}},{\"id\":\"qkrns1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":490,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"80\",\"paddingRight\":\"10\",\"paddingSync\":false,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"10\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderColor\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#FFFFFF\",\"headerColor\":\"#FFFFFF\",\"linkColor\":\"#FFFFFF\",\"linkDarkerColor\":\"#e6e6e6\",\"textColor\":\"#FFFFFF\",\"textFont\":\"Roboto\",\"textFontVariant\":\"400\",\"headerFont\":\"Roboto\",\"headerFontVariant\":\"300\",\"contentPosition\":\"5\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#FFFFFF} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#FFFFFF}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#FFFFFF; font-family:\'Roboto\';font-weight:300;font-style:normal} #sp-page a{color:#FFFFFF} #sp-page a:hover{color:#e6e6e6}#sp-page .btn{background-color:#FFFFFF}body{background-color:#FFFFFF; background-image:url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',0,'http://rainmakers.cafe/fumo/?post_type=seedprod&#038;p=331',0,'seedprod','',0),(332,2,'2021-03-17 07:20:25','2021-03-17 07:20:25','','sp-cs','','inherit','closed','closed','','331-revision-v1','','','2021-03-17 07:20:25','2021-03-17 07:20:25','',331,'http://rainmakers.cafe/fumo/?p=332',0,'revision','',0),(333,2,'2021-03-17 08:15:11','2021-03-17 08:15:11','','01','','inherit','open','closed','','01','','','2021-03-17 08:15:11','2021-03-17 08:15:11','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg',0,'attachment','image/jpeg',0),(338,2,'2021-03-17 08:18:04','2021-03-17 08:18:04','<div id=\"sp-page\" class=\"spBgcover sp-content-5\" style=\"background-color: rgb(255, 255, 255); font-family: Roboto, sans-serif; font-weight: 400; background-image: url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 490px; max-width: 100%; padding: 10px 10px 10px 80px; border-radius: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ovbx1s\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-niijfv\" class=\"sp-spacer\" style=\"height: 12px;\"></div><figure id=\"sp-xp7nhn\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: left;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" alt=\"\" style=\"width: 300px;\"></span></figure><div id=\"sp-jknss8\" class=\"sp-spacer\" style=\"height: 39px;\"></div><div id=\"sp-p7ef8k\" class=\"sp-css-target sp-text-wrapper\" style=\"font-size: 18px; padding: 10px; margin-top: 0px; text-align: left;\"><p>We are working on something really cool.</p></div><div id=\"sp-d4et4f\" class=\"sp-spacer\" style=\"height: 60px;\"></div><div id=\"sp-qkrns1\" class=\"sp-spacer\" style=\"height: 12px;\"></div></div></div></section></div>','','','inherit','closed','closed','','331-revision-v1','','','2021-03-17 08:18:04','2021-03-17 08:18:04','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":1825,\"post_title\":\"\",\"post_name\":\"331\",\"post_status\":\"publish\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ovbx1s\",\"type\":\"col\",\"blocks\":[{\"id\":\"niijfv\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}},{\"id\":\"xp7nhn\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"link\":\"\",\"openNewWindow\":false,\"noFollow\":false,\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\",\"altTxt\":\"\",\"width\":\"300\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"left\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jknss8\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":39}},{\"id\":\"p7ef8k\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>We are working on something really cool.</p>\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":18,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"d4et4f\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}},{\"id\":\"qkrns1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":490,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"80\",\"paddingRight\":\"10\",\"paddingSync\":false,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"10\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderColor\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#FFFFFF\",\"headerColor\":\"#FFFFFF\",\"linkColor\":\"#FFFFFF\",\"linkDarkerColor\":\"#e6e6e6\",\"textColor\":\"#FFFFFF\",\"textFont\":\"Roboto\",\"textFontVariant\":\"400\",\"headerFont\":\"Roboto\",\"headerFontVariant\":\"300\",\"contentPosition\":\"5\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#FFFFFF} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#FFFFFF}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#FFFFFF; font-family:\'Roboto\';font-weight:300;font-style:normal} #sp-page a{color:#FFFFFF} #sp-page a:hover{color:#e6e6e6}#sp-page .btn{background-color:#FFFFFF}body{background-color:#FFFFFF; background-image:url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'http://rainmakers.cafe/fumo/?p=338',0,'revision','',0),(335,2,'2021-03-17 08:16:24','2021-03-17 08:16:24','<div id=\"sp-page\" class=\"spBgcover sp-content-5\" style=\"background-color: rgb(255, 255, 255); font-family: Roboto, sans-serif; font-weight: 400; background-image: url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 490px; max-width: 100%; padding: 10px 10px 10px 80px; border-radius: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ovbx1s\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-niijfv\" class=\"sp-spacer\" style=\"height: 12px;\"></div><figure id=\"sp-xp7nhn\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: left;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" alt=\"\" style=\"width: 300px;\"></span></figure><div id=\"sp-jknss8\" class=\"sp-spacer\" style=\"height: 39px;\"></div><h1 id=\"sp-y0sc75\" class=\"sp-css-target\" style=\"font-size: 72px; text-align: left; padding: 10px; margin-top: 0px;\">Get <br>Ready!</h1><div id=\"sp-p7ef8k\" class=\"sp-css-target sp-text-wrapper\" style=\"font-size: 18px; padding: 10px; margin-top: 0px; text-align: left;\"><p>We are working on something really cool.</p></div><div id=\"sp-d4et4f\" class=\"sp-spacer\" style=\"height: 60px;\"></div><div id=\"sp-qkrns1\" class=\"sp-spacer\" style=\"height: 12px;\"></div></div></div></section></div>','','','inherit','closed','closed','','331-revision-v1','','','2021-03-17 08:16:24','2021-03-17 08:16:24','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":1825,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ovbx1s\",\"type\":\"col\",\"blocks\":[{\"id\":\"niijfv\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}},{\"id\":\"xp7nhn\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"link\":\"\",\"openNewWindow\":false,\"noFollow\":false,\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\",\"altTxt\":\"\",\"width\":\"300\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"left\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jknss8\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":39}},{\"id\":\"y0sc75\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Get <br />Ready!\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":72,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"p7ef8k\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>We are working on something really cool.</p>\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":18,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"d4et4f\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}},{\"id\":\"qkrns1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":490,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"80\",\"paddingRight\":\"10\",\"paddingSync\":false,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"10\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderColor\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#FFFFFF\",\"headerColor\":\"#FFFFFF\",\"linkColor\":\"#FFFFFF\",\"linkDarkerColor\":\"#e6e6e6\",\"textColor\":\"#FFFFFF\",\"textFont\":\"Roboto\",\"textFontVariant\":\"400\",\"headerFont\":\"Roboto\",\"headerFontVariant\":\"300\",\"contentPosition\":\"5\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#FFFFFF} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#FFFFFF}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#FFFFFF; font-family:\'Roboto\';font-weight:300;font-style:normal} #sp-page a{color:#FFFFFF} #sp-page a:hover{color:#e6e6e6}#sp-page .btn{background-color:#FFFFFF}body{background-color:#FFFFFF; background-image:url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'http://rainmakers.cafe/fumo/?p=335',0,'revision','',0),(334,2,'2021-03-17 08:15:55','2021-03-17 08:15:55','<div id=\"sp-page\" class=\"spBgcover sp-content-5\" style=\"background-color: rgb(255, 255, 255); font-family: Roboto, sans-serif; font-weight: 400; background-image: url(\'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\');\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 490px; max-width: 100%; padding: 10px 10px 10px 80px; border-radius: 10px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-ovbx1s\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-niijfv\" class=\"sp-spacer\" style=\"height: 12px;\"></div><figure id=\"sp-xp7nhn\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: left;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" alt=\"\" style=\"width: 300px;\"></span></figure><div id=\"sp-jknss8\" class=\"sp-spacer\" style=\"height: 39px;\"></div><h1 id=\"y0sc75\" class=\"sp-css-target mce-content-body html4-captions\"  style=\"font-size: 72px; text-align: left; padding: 10px; margin-top: 0px; position: relative;\" >Get <br>Ready!</h1><div id=\"sp-p7ef8k\" class=\"sp-css-target sp-text-wrapper\" style=\"font-size: 18px; padding: 10px; margin-top: 0px; text-align: left;\"><p>We are working on something really cool.</p></div><div id=\"sp-d4et4f\" class=\"sp-spacer\" style=\"height: 60px;\"></div><div id=\"sp-qkrns1\" class=\"sp-spacer\" style=\"height: 12px;\"></div></div></div></section></div>','','','inherit','closed','closed','','331-revision-v1','','','2021-03-17 08:15:55','2021-03-17 08:15:55','{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":1825,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_login_page\":false,\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ovbx1s\",\"type\":\"col\",\"blocks\":[{\"id\":\"niijfv\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}},{\"id\":\"xp7nhn\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"link\":\"\",\"openNewWindow\":false,\"noFollow\":false,\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\",\"altTxt\":\"\",\"width\":\"300\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"left\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jknss8\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":39}},{\"id\":\"y0sc75\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Get <br />Ready!\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":72,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"p7ef8k\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>We are working on something really cool.</p>\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":18,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"left\",\"typographyLetterCase\":\"\"}},{\"id\":\"d4et4f\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}},{\"id\":\"qkrns1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":12}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":490,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"80\",\"paddingRight\":\"10\",\"paddingSync\":false,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"10\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderColor\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/01.jpg\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#FFFFFF\",\"headerColor\":\"#FFFFFF\",\"linkColor\":\"#FFFFFF\",\"linkDarkerColor\":\"#e6e6e6\",\"textColor\":\"#FFFFFF\",\"textFont\":\"Roboto\",\"textFontVariant\":\"400\",\"headerFont\":\"Roboto\",\"headerFontVariant\":\"300\",\"contentPosition\":\"5\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#FFFFFF} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#FFFFFF}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#FFFFFF; font-family:\'Roboto\';font-weight:300;font-style:normal} #sp-page a{color:#FFFFFF} #sp-page a:hover{color:#e6e6e6}#sp-page .btn{background-color:#FFFFFF}body{background-color:#FFFFFF; background-image:url(\'https://assets.seedprod.com/1825-OapgMHZqXBkiTdJC.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'http://rainmakers.cafe/fumo/?p=334',0,'revision','',0),(339,2,'2021-03-17 08:35:45','2021-03-17 08:35:45','','Culinary','','inherit','open','closed','','culinary','','','2021-03-17 08:35:45','2021-03-17 08:35:45','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Culinary.jpg',0,'attachment','image/jpeg',0),(340,2,'2021-03-17 08:41:48','2021-03-17 08:41:48','','Fumo Slide 1','','inherit','open','closed','','fumo-slide-1','','','2021-03-17 08:41:48','2021-03-17 08:41:48','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-1.jpg',0,'attachment','image/jpeg',0),(341,2,'2021-03-17 08:41:52','2021-03-17 08:41:52','','Fumo Slide 2','','inherit','open','closed','','fumo-slide-2','','','2021-03-17 08:41:52','2021-03-17 08:41:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-2.jpg',0,'attachment','image/jpeg',0),(342,2,'2021-03-17 08:41:55','2021-03-17 08:41:55','','Fumo Slide 3','','inherit','open','closed','','fumo-slide-3','','','2021-03-17 08:41:55','2021-03-17 08:41:55','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg',0,'attachment','image/jpeg',0),(345,2,'2021-03-17 08:52:10','2021-03-17 08:52:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" title_text=\"Fumo Maradona Flyer\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _builder_version=\"4.7.4\" _dynamic_attributes=\"url\" _module_preset=\"default\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 08:52:10','2021-03-17 08:52:10','',2,'http://rainmakers.cafe/fumo/?p=345',0,'revision','',0),(344,2,'2021-03-17 08:51:58','2021-03-17 08:51:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" title_text=\"Fumo Maradona Flyer\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _builder_version=\"4.7.4\" _dynamic_attributes=\"url\" _module_preset=\"default\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 08:51:58','2021-03-17 08:51:58','',2,'http://rainmakers.cafe/fumo/?p=344',0,'revision','',0),(355,2,'2021-03-17 09:02:34','2021-03-17 09:02:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font=\"Poppins|700||on|||||\" header_font_size=\"41px\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:02:34','2021-03-17 09:02:34','',2,'http://rainmakers.cafe/fumo/?p=355',0,'revision','',0),(357,2,'2021-03-17 09:07:42','2021-03-17 09:07:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"0px||0px||true|false\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:07:42','2021-03-17 09:07:42','',2,'http://rainmakers.cafe/fumo/?p=357',0,'revision','',0),(359,2,'2021-03-17 09:12:18','2021-03-17 09:12:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instgram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:12:18','2021-03-17 09:12:18','',2,'http://rainmakers.cafe/fumo/?p=359',0,'revision','',0),(361,2,'2021-03-17 09:13:28','2021-03-17 09:13:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instgram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:13:28','2021-03-17 09:13:28','',2,'http://rainmakers.cafe/fumo/?p=361',0,'revision','',0),(363,2,'2021-03-17 09:14:31','2021-03-17 09:14:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instgram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:14:31','2021-03-17 09:14:31','',2,'http://rainmakers.cafe/fumo/?p=363',0,'revision','',0),(350,2,'2021-03-17 09:00:48','2021-03-17 09:00:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0.9%|0px|10%|0px||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font=\"Poppins|700||on|||||\" header_font_size=\"35px\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:00:48','2021-03-17 09:00:48','',2,'http://rainmakers.cafe/fumo/?p=350',0,'revision','',0),(369,2,'2021-03-17 09:26:54','2021-03-17 09:26:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" admin_label=\"Map\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" address=\"Fumo Restaurant\" zoom=\"15px\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:26:54','2021-03-17 09:26:54','',2,'http://rainmakers.cafe/fumo/?p=369',0,'revision','',0),(368,2,'2021-03-17 09:26:28','2021-03-17 09:26:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" admin_label=\"Map\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" address=\"Fumo Restaurant\" zoom=\"15px\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:26:28','2021-03-17 09:26:28','',2,'http://rainmakers.cafe/fumo/?p=368',0,'revision','',0),(371,2,'2021-03-17 09:39:27','2021-03-17 09:39:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" admin_label=\"Map\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" address=\"Fumo Restaurant\" zoom=\"15px\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button=\"on\" button_bg_color=\"#e10101\" button_bg_enable_color=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" fullwidth_field=\"on\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" allowed_symbols=\"numbers\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:39:27','2021-03-17 09:39:27','',2,'http://rainmakers.cafe/fumo/?p=371',0,'revision','',0),(373,2,'2021-03-17 09:51:20','2021-03-17 09:51:20','','italian-food-background-on-dark-7WRNMQV','','inherit','open','closed','','italian-food-background-on-dark-7wrnmqv','','','2021-03-17 09:51:20','2021-03-17 09:51:20','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png',0,'attachment','image/png',0),(379,2,'2021-03-17 10:08:11','2021-03-17 10:08:11','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"30px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"30px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 10:08:11','2021-03-17 10:08:11','',2,'http://rainmakers.cafe/fumo/?p=379',0,'revision','',0),(376,2,'2021-03-17 10:06:15','2021-03-17 10:06:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" admin_label=\"Map\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" address=\"Fumo Restaurant\" zoom=\"15px\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\" title_text=\"italian-food-background-on-dark-7WRNMQV\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button=\"on\" button_bg_color=\"#e10101\" button_bg_enable_color=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\" email=\"info@fumo.co.za\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" fullwidth_field=\"on\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" allowed_symbols=\"numbers\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 10:06:15','2021-03-17 10:06:15','',2,'http://rainmakers.cafe/fumo/?p=376',0,'revision','',0),(375,2,'2021-03-17 09:51:54','2021-03-17 09:51:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" admin_label=\"Slide\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" admin_label=\"Map\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"2560px\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][dsm_embed_google_map _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" address=\"Fumo Restaurant\" zoom=\"15px\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\" title_text=\"italian-food-background-on-dark-7WRNMQV\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button=\"on\" button_bg_color=\"#e10101\" button_bg_enable_color=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" fullwidth_field=\"on\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" allowed_symbols=\"numbers\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 09:51:54','2021-03-17 09:51:54','',2,'http://rainmakers.cafe/fumo/?p=375',0,'revision','',0),(380,2,'2021-03-17 10:08:41','2021-03-17 10:08:41','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"30px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"30px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-17 10:08:41','2021-03-17 10:08:41','',2,'http://rainmakers.cafe/fumo/?p=380',0,'revision','',0),(383,2,'2021-03-17 10:15:13','2021-03-17 10:15:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.7.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><!-- divi:heading --></p>\n<h1><strong>Baliterm Coffee Shop and Bar (Pty) Ltd</strong><span>, trading as Fumo manages this website.</span></h1>\n<p>This Privacy Policy describes how your personal information is collected, used, and shared when you visit https://<strong>fumo.co.za<span> </span></strong>(the “Site”).</p>\n<p>PERSONAL INFORMATION WE COLLECT<br /> When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as “Device Information”.</p>\n<p>We collect Device Information using the following technologies:<br /> – “Cookies” are data files that are placed on your device or computer and often include an anonymous unique identifier. For more information about cookies, and how to disable cookies, visit http://www.allaboutcookies.org.<br /> – “Log files” track actions occurring on the Site, and collect data including your IP address, browser type, Internet service provider, referring/exit pages, and date/time stamps.<br /> – “Web beacons”, “tags”, and “pixels” are electronic files used to record information about how you browse the Site.<br /> – Facebook Pixel<br /> – Google Analytics code</p>\n<p>Additionally when you make a purchase or attempt to make a purchase through the Site, we collect certain information from you, including your name, billing address, shipping address, payment information (including credit card numbers, email address, and phone number. We refer to this information as “Order Information”.</p>\n<p>WE CANNOT ACCESS NOR STORE CREDIT CARD AND PAYPAL DETAILS. These are managed directly by the secure payment gateway services and/or PayPal as you can see during the payment process.</p>\n<p>When we talk about “Personal Information” in this Privacy Policy, we are talking both about Device Information and Order Information.</p>\n<p>HOW DO WE USE YOUR PERSONAL INFORMATION?<br /> We use the Order Information that we collect generally to fulfil any orders placed through the Site (including processing your payment information, arranging for shipping, and providing you with invoices and/or order confirmations). Additionally, we use this Order Information to:<br /> – Communicate with you;<br /> – Screen our orders for potential risk or fraud; and<br /> – When in line with the preferences you have shared with us, provide you with information or advertising relating to our products or services.</p>\n<p>We use the Device Information that we collect to help us screen for potential risk and fraud (in particular, your IP address), and more generally to improve and optimize our Site (for example, by generating analytics about how our customers browse and interact with the Site, and to assess the success of our marketing and advertising campaigns).</p>\n<p>We may use your information for re-targeting, meaning reaching out to you for products you may like and or in case you forget to checkout.</p>\n<p>SHARING YOUR PERSONAL INFORMATION</p>\n<p>We DO NOT share or sell your information with commercial 3rd parties that will target you for other products, services or companies.</p>\n<p>We share your Personal Information with third parties to help us use your Personal Information, as described above. For example, we use Google Analytics to help us understand how our customers use the Site — you can read more about how Google uses your Personal Information here: https://www.google.com/intl/en/policies/privacy/. You can also opt-out of Google Analytics here: https://tools.google.com/dlpage/gaoptout.</p>\n<p>Finally, we may also share your Personal Information to comply with applicable laws and regulations, to respond to a subpoena, search warrant or other lawful request for information we receive, or to otherwise protect our rights.</p>\n<p>BEHAVIOURAL ADVERTISING<br /> As described above, we use your Personal Information to provide you with targeted advertisements or marketing communications we believe may be of interest to you. For more information about how targeted advertising works, you can visit the Network Advertising Initiative’s (“NAI”) educational page at http://www.networkadvertising.org/understanding-online-advertising/how-does-it-work.</p>\n<p>You can opt out of targeted advertising by using the links below:<br /> – Facebook: https://www.facebook.com/settings/?tab=ads<br /> – Google: https://www.google.com/settings/ads/anonymous<br /> – Bing: https://advertise.bingads.microsoft.com/en-us/resources/policies/personalized-ads</p>\n<p>Additionally, you can opt out of some of these services by visiting the Digital Advertising Alliance’s opt-out portal at: http://optout.aboutads.info/.</p>\n<p>DO NOT TRACK<br /> Please note that we do not alter our Site’s data collection and use practices when we see a Do Not Track signal from your browser.</p>\n<p>YOUR RIGHTS<br /> If you are a European resident, you have the right to access personal information we hold about you and to ask that your personal information be corrected, updated, or deleted. If you would like to exercise this right, please contact us through the contact information below.</p>\n<p>Additionally, if you are a European resident we note that we are processing your information in order to fulfill contracts we might have with you (for example if you make an order through the Site), or otherwise to pursue our legitimate business interests listed above. Additionally, please note that your information will be transferred outside of Europe, including to Canada and the United States.</p>\n<p>DATA RETENTION<br /> When you place an order through the Site, we will maintain your Order Information for our records unless and until you ask us to delete this information.</p>\n<p>CHANGES<br /> We may update this privacy policy from time to time in order to reflect, for example, changes to our practices or for other operational, legal or regulatory reasons.</p>\n<p>CONTACT US<br /> For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please contact us by e‑mail at<span> </span><strong>info@fumo.co.za</strong>.</p>\n<p><!-- /divi:heading --></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-17 10:15:13','2021-03-17 10:15:13','',3,'http://rainmakers.cafe/fumo/?p=383',0,'revision','',0),(384,2,'2021-03-17 10:15:32','2021-03-17 10:15:32','<!-- wp:divi/placeholder /-->','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-03-17 10:15:32','2021-03-17 10:15:32','',99,'http://rainmakers.cafe/fumo/?p=384',0,'revision','',0),(386,2,'2021-04-22 04:35:16','2021-03-17 10:19:33',' ','','','publish','closed','closed','','386','','','2021-04-22 04:35:16','2021-04-22 04:35:16','',0,'http://rainmakers.cafe/fumo/?p=386',3,'nav_menu_item','',0),(387,2,'2021-04-22 04:35:16','2021-03-17 10:19:33',' ','','','publish','closed','closed','','387','','','2021-04-22 04:35:16','2021-04-22 04:35:16','',0,'http://rainmakers.cafe/fumo/?p=387',5,'nav_menu_item','',0),(455,2,'2021-03-17 12:35:41','2021-03-17 12:35:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-17 12:35:41','2021-03-17 12:35:41','',446,'http://rainmakers.cafe/fumo/?p=455',0,'revision','',0),(454,2,'2021-03-17 12:34:56','2021-03-17 12:34:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Fumo IMG_8998 Oysters\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\" color=\"#d91d1d\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-17 12:34:56','2021-03-17 12:34:56','',446,'http://rainmakers.cafe/fumo/?p=454',0,'revision','',0),(30633,2,'2021-04-19 09:48:36','2021-04-19 09:48:36','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-19 09:48:36','2021-04-19 09:48:36','',30446,'https://rainmakers.cafe/fumo/?p=30633',0,'revision','',0),(391,2,'2021-04-22 04:35:16','2021-03-17 10:19:33',' ','','','publish','closed','closed','','391','','','2021-04-22 04:35:16','2021-04-22 04:35:16','',0,'http://rainmakers.cafe/fumo/?p=391',4,'nav_menu_item','',0),(397,2,'2021-03-17 10:50:38','2021-03-17 10:50:38','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Fumo Slide 3\" background_position=\"bottom_center\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-17 10:50:38','2021-03-17 10:50:38','',65,'http://rainmakers.cafe/fumo/?p=397',0,'revision','',0),(395,2,'2021-03-17 10:30:56','2021-03-17 10:30:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Fumo Slide 3\" background_position=\"bottom_center\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-17 10:30:56','2021-03-17 10:30:56','',65,'http://rainmakers.cafe/fumo/?p=395',0,'revision','',0),(401,2,'2021-03-17 10:55:20','2021-03-17 10:55:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Fumo Slide 3\" background_position=\"bottom_center\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-17 10:55:20','2021-03-17 10:55:20','',65,'http://rainmakers.cafe/fumo/?p=401',0,'revision','',0),(400,2,'2021-03-17 10:55:13','2021-03-17 10:55:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Fumo Slide 3\" background_position=\"bottom_center\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-17 10:55:13','2021-03-17 10:55:13','',65,'http://rainmakers.cafe/fumo/?p=400',0,'revision','',0),(406,2,'2021-03-17 12:00:13','2021-03-17 12:00:13','','Fumo 1 traditional food','','inherit','open','closed','','fumo-1-traditional-food','','','2021-03-17 12:00:13','2021-03-17 12:00:13','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-1-traditional-food.jpg',0,'attachment','image/jpeg',0),(407,2,'2021-03-17 12:00:17','2021-03-17 12:00:17','','Fumo 01','','inherit','open','closed','','fumo-01','','','2021-03-17 12:00:17','2021-03-17 12:00:17','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-01.jpg',0,'attachment','image/jpeg',0),(408,2,'2021-03-17 12:00:20','2021-03-17 12:00:20','','Fumo 02','','inherit','open','closed','','fumo-02','','','2021-03-17 12:00:20','2021-03-17 12:00:20','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-02.jpg',0,'attachment','image/jpeg',0),(409,2,'2021-03-17 12:00:22','2021-03-17 12:00:22','','Fumo 03','','inherit','open','closed','','fumo-03','','','2021-03-17 12:00:22','2021-03-17 12:00:22','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-03.jpg',0,'attachment','image/jpeg',0),(410,2,'2021-03-17 12:00:24','2021-03-17 12:00:24','','Fumo 04','','inherit','open','closed','','fumo-04','','','2021-03-17 12:00:24','2021-03-17 12:00:24','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-04.jpg',0,'attachment','image/jpeg',0),(411,2,'2021-03-17 12:00:26','2021-03-17 12:00:26','','Fumo 5 artichokes','','inherit','open','closed','','fumo-5-artichokes','','','2021-03-17 12:00:26','2021-03-17 12:00:26','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-5-artichokes.jpg',0,'attachment','image/jpeg',0),(412,2,'2021-03-17 12:00:30','2021-03-17 12:00:30','','Fumo 5 traditional food','','inherit','open','closed','','fumo-5-traditional-food','','','2021-03-17 12:00:30','2021-03-17 12:00:30','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-5-traditional-food.jpg',0,'attachment','image/jpeg',0),(413,2,'2021-03-17 12:00:33','2021-03-17 12:00:33','','Fumo 05','','inherit','open','closed','','fumo-05','','','2021-03-17 12:00:33','2021-03-17 12:00:33','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg',0,'attachment','image/jpeg',0),(414,2,'2021-03-17 12:00:35','2021-03-17 12:00:35','','Fumo 6 traditional food','','inherit','open','closed','','fumo-6-traditional-food','','','2021-03-17 12:00:35','2021-03-17 12:00:35','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-6-traditional-food.jpg',0,'attachment','image/jpeg',0),(415,2,'2021-03-17 12:00:38','2021-03-17 12:00:38','','Fumo artichoke','','inherit','open','closed','','fumo-artichoke','','','2021-03-17 12:00:38','2021-03-17 12:00:38','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-artichoke.jpg',0,'attachment','image/jpeg',0),(416,2,'2021-03-17 12:00:40','2021-03-17 12:00:40','','Fumo artichokes','','inherit','open','closed','','fumo-artichokes','','','2021-03-17 12:00:40','2021-03-17 12:00:40','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-artichokes.jpg',0,'attachment','image/jpeg',0),(417,2,'2021-03-17 12:00:44','2021-03-17 12:00:44','','Fumo Claudio prawns','','inherit','open','closed','','fumo-claudio-prawns','','','2021-03-17 12:00:44','2021-03-17 12:00:44','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Claudio-prawns.jpg',0,'attachment','image/jpeg',0),(418,2,'2021-03-17 12:00:47','2021-03-17 12:00:47','','Fumo IMG_8998 Oysters','','inherit','open','closed','','fumo-img_8998-oysters','','','2021-03-17 12:00:47','2021-03-17 12:00:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg',0,'attachment','image/jpeg',0),(419,2,'2021-03-17 12:00:49','2021-03-17 12:00:49','','Fumo IMG_9015','','inherit','open','closed','','fumo-img_9015','','','2021-03-17 12:00:49','2021-03-17 12:00:49','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_9015.jpg',0,'attachment','image/jpeg',0),(420,2,'2021-03-17 12:00:52','2021-03-17 12:00:52','','Fumo IMG_9016','','inherit','open','closed','','fumo-img_9016','','','2021-03-17 12:00:52','2021-03-17 12:00:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_9016.jpg',0,'attachment','image/jpeg',0),(421,2,'2021-03-17 12:00:54','2021-03-17 12:00:54','','Fumo seabass carpaccio','','inherit','open','closed','','fumo-seabass-carpaccio','','','2021-03-17 12:00:54','2021-03-17 12:00:54','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-seabass-carpaccio.jpg',0,'attachment','image/jpeg',0),(422,2,'2021-03-17 12:00:56','2021-03-17 12:00:56','','Fumo traditional food','','inherit','open','closed','','fumo-traditional-food','','','2021-03-17 12:00:56','2021-03-17 12:00:56','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-traditional-food.jpg',0,'attachment','image/jpeg',0),(423,2,'2021-03-17 12:00:59','2021-03-17 12:00:59','','Fumo4 traditional food','','inherit','open','closed','','fumo4-traditional-food','','','2021-03-17 12:00:59','2021-03-17 12:00:59','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo4-traditional-food.jpg',0,'attachment','image/jpeg',0),(424,2,'2021-03-17 12:01:01','2021-03-17 12:01:01','','Fumot raditional food_','','inherit','open','closed','','fumot-raditional-food_','','','2021-03-17 12:01:01','2021-03-17 12:01:01','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumot-raditional-food_.jpg',0,'attachment','image/jpeg',0),(425,2,'2021-03-17 12:11:21','2021-03-17 12:11:21','','Fumo 1','','inherit','open','closed','','fumo-1','','','2021-03-17 12:11:21','2021-03-17 12:11:21','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-1.jpg',0,'attachment','image/jpeg',0),(426,2,'2021-03-17 12:11:25','2021-03-17 12:11:25','','Fumo 2','','inherit','open','closed','','fumo-2','','','2021-03-17 12:11:25','2021-03-17 12:11:25','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-2.jpg',0,'attachment','image/jpeg',0),(427,2,'2021-03-17 12:11:28','2021-03-17 12:11:28','','Fumo 3','','inherit','open','closed','','fumo-3','','','2021-03-17 12:11:28','2021-03-17 12:11:28','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-3.jpg',0,'attachment','image/jpeg',0),(428,2,'2021-03-17 12:11:30','2021-03-17 12:11:30','','Fumo 4','','inherit','open','closed','','fumo-4','','','2021-03-17 12:11:30','2021-03-17 12:11:30','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-4.jpg',0,'attachment','image/jpeg',0),(429,2,'2021-03-17 12:11:33','2021-03-17 12:11:33','','Fumo 5','','inherit','open','closed','','fumo-5','','','2021-03-17 12:11:33','2021-03-17 12:11:33','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-5.jpg',0,'attachment','image/jpeg',0),(430,2,'2021-03-17 12:11:35','2021-03-17 12:11:35','','Fumo 6','','inherit','open','closed','','fumo-6','','','2021-03-17 12:11:35','2021-03-17 12:11:35','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-6.jpg',0,'attachment','image/jpeg',0),(431,2,'2021-03-17 12:11:39','2021-03-17 12:11:39','','Fumo 7','','inherit','open','closed','','fumo-7','','','2021-03-17 12:11:39','2021-03-17 12:11:39','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-7.jpg',0,'attachment','image/jpeg',0),(432,2,'2021-03-17 12:11:41','2021-03-17 12:11:41','','Fumo 8','','inherit','open','closed','','fumo-8','','','2021-03-17 12:11:41','2021-03-17 12:11:41','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-8.jpg',0,'attachment','image/jpeg',0),(433,2,'2021-03-17 12:11:45','2021-03-17 12:11:45','','Fumo 9','','inherit','open','closed','','fumo-9','','','2021-03-17 12:11:45','2021-03-17 12:11:45','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-9.jpg',0,'attachment','image/jpeg',0),(434,2,'2021-03-17 12:11:47','2021-03-17 12:11:47','','Fumo 11','','inherit','open','closed','','fumo-11','','','2021-03-17 12:11:47','2021-03-17 12:11:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-11.jpg',0,'attachment','image/jpeg',0),(435,2,'2021-03-17 12:11:52','2021-03-17 12:11:52','','Fumo 12','','inherit','open','closed','','fumo-12','','','2021-03-17 12:11:52','2021-03-17 12:11:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-12.jpg',0,'attachment','image/jpeg',0),(436,2,'2021-03-17 12:11:55','2021-03-17 12:11:55','','Fumo 13','','inherit','open','closed','','fumo-13','','','2021-03-17 12:11:55','2021-03-17 12:11:55','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-13.jpg',0,'attachment','image/jpeg',0),(437,2,'2021-03-17 12:11:59','2021-03-17 12:11:59','','Fumo 14','','inherit','open','closed','','fumo-14','','','2021-03-17 12:11:59','2021-03-17 12:11:59','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-14.jpg',0,'attachment','image/jpeg',0),(438,2,'2021-03-17 12:12:02','2021-03-17 12:12:02','','Fumo 15','','inherit','open','closed','','fumo-15','','','2021-03-17 12:12:02','2021-03-17 12:12:02','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-15.jpg',0,'attachment','image/jpeg',0),(439,2,'2021-03-17 12:12:04','2021-03-17 12:12:04','','Fumo Claudio','','inherit','open','closed','','fumo-claudio','','','2021-03-17 12:12:04','2021-03-17 12:12:04','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Claudio.jpg',0,'attachment','image/jpeg',0),(440,2,'2021-03-17 12:12:08','2021-03-17 12:12:08','','Fumo seabass carpaccio','','inherit','open','closed','','fumo-seabass-carpaccio-2','','','2021-03-17 12:12:08','2021-03-17 12:12:08','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-seabass-carpaccio-1.jpg',0,'attachment','image/jpeg',0),(441,2,'2021-03-17 12:12:11','2021-03-17 12:12:11','','Fumo traditional food manqina','','inherit','open','closed','','fumo-traditional-food-manqina','','','2021-03-17 12:12:11','2021-03-17 12:12:11','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-traditional-food-manqina.jpg',0,'attachment','image/jpeg',0),(442,2,'2021-03-17 12:12:14','2021-03-17 12:12:14','','Fumo traditional food mogodu','','inherit','open','closed','','fumo-traditional-food-mogodu','','','2021-03-17 12:12:14','2021-03-17 12:12:14','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-traditional-food-mogodu.jpg',0,'attachment','image/jpeg',0),(443,2,'2021-03-17 12:12:17','2021-03-17 12:12:17','','Fumo traditional food','','inherit','open','closed','','fumo-traditional-food-2','','','2021-03-17 12:12:17','2021-03-17 12:12:17','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-traditional-food-1.jpg',0,'attachment','image/jpeg',0),(446,2,'2021-03-17 12:30:10','2021-03-17 12:30:10','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BookOnline-2.jpg\" background_position=\"top_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','publish','closed','closed','','events-calendar','','','2021-04-19 13:38:52','2021-04-19 13:38:52','',0,'http://rainmakers.cafe/fumo/?page_id=446',0,'page','',0),(447,2,'2021-03-17 12:20:26','2021-03-17 12:20:26','','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-17 12:20:26','2021-03-17 12:20:26','',446,'http://rainmakers.cafe/fumo/?p=447',0,'revision','',0),(449,2,'2021-03-17 12:21:50','2021-03-17 12:21:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_masonry_gallery gallery_ids=\"425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443\" use_lightbox=\"on\" use_horizontal_order=\"off\" use_zoom_on_hover=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/dsm_masonry_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-17 12:21:50','2021-03-17 12:21:50','',446,'http://rainmakers.cafe/fumo/?p=449',0,'revision','',0),(451,2,'2021-03-17 12:30:10','2021-03-17 12:30:10','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\" color=\"#d91d1d\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-17 12:30:10','2021-03-17 12:30:10','',446,'http://rainmakers.cafe/fumo/?p=451',0,'revision','',0),(444,2,'2021-03-17 12:14:09','2021-03-17 12:14:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_masonry_gallery _builder_version=\"4.9.2\" _module_preset=\"default\" use_lightbox=\"on\" use_zoom_on_hover=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" use_horizontal_order=\"off\" gallery_ids=\"425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443\"][/dsm_masonry_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-03-17 12:14:09','2021-03-17 12:14:09','',99,'http://rainmakers.cafe/fumo/?p=444',0,'revision','',0),(30307,2,'2020-04-01 17:32:47','2020-04-01 17:32:47','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 9 - Section 1\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.0.11\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"3px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.0.11\" background_color=\"#ffffff\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"margin-bottom: -30px;||margin-top: -3px;\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.06)\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-green.png\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"300px\" custom_padding=\"|25px||20px|false|false\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"info@polygon-contact.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#34CC81\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" _builder_version=\"4.3.2\" header_font=\"Poppins|700|||||||\" header_text_color=\"#343352\" header_font_size=\"16px\" custom_margin=\"35px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 3px\"][/et_pb_blurb][et_pb_blurb title=\"+49 8568 5685; +49 7589 6258 \" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#34CC81\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" _builder_version=\"4.0.11\" header_font=\"Poppins|700|||||||\" header_text_color=\"#343352\" header_font_size=\"16px\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 3px\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_social_media_follow _builder_version=\"4.3.2\" text_orientation=\"left\" hover_enabled=\"0\" custom_css_social_icon=\"padding: 5px\" border_radii=\"on|2px|2px|2px|2px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.3.2\" background_color=\"#34CC81\" background_enable_color=\"on\" hover_enabled=\"0\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.0.11\" background_color=\"#34CC81\" background_enable_color=\"on\" hover_enabled=\"0\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"4.0.11\" background_color=\"#34CC81\" background_enable_color=\"on\" hover_enabled=\"0\"]dribbble[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"skype\" _builder_version=\"4.0.11\" background_color=\"#34CC81\" background_enable_color=\"on\" custom_margin=\"40px||||false|false\" hover_enabled=\"0\"]skype[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"4.0.11\" background_color=\"#34CC81\" background_enable_color=\"on\" custom_margin=\"40px||||false|false\" hover_enabled=\"0\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 9 - Section 2\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"41px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"3_4,1_4\" make_equal=\"on\" _builder_version=\"4.0.11\" custom_padding=\"16px|||||\" hover_enabled=\"0\"][et_pb_column type=\"3_4\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" active_link_color=\"rgba(0,0,0,0.59)\" _builder_version=\"4.0.11\" menu_font=\"Poppins||||||||\" menu_text_color=\"rgba(255,255,255,0.56)\" menu_font_size=\"18px\" menu_letter_spacing=\"1px\" background_color=\"rgba(0,0,0,0)\" hover_enabled=\"0\" custom_css_menu_link=\"padding: 0 10px\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Contact Us\" button_alignment=\"right\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#34CC81\" button_border_width=\"0px\" button_border_radius=\"2px\" button_font=\"|||on|||||\" custom_padding=\"15px|30px|15px|30px|true|true\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 9 - Mobile Section 1\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"0px||15px||false|false\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" z_index=\"158\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"20px||0px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" z_index=\"400\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" active_link_color=\"rgba(0,0,0,0.59)\" mobile_menu_bg_color=\"#F0F3F8\" mobile_menu_text_color=\"#343352\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-green.png\" logo_max_width=\"150px\" menu_icon_color=\"#34CC81\" menu_icon_font_size=\"50px\" _builder_version=\"4.3.2\" menu_font=\"Poppins||||||||\" menu_text_color=\"rgba(255,255,255,0.56)\" menu_font_size=\"18px\" menu_letter_spacing=\"1px\" background_color=\"rgba(0,0,0,0)\" custom_margin=\"||0px|||\" hover_enabled=\"0\" custom_css_menu_link=\"padding: 0 10px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 9 - Mobile Section 2\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Contact Us\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#34CC81\" button_border_width=\"0px\" button_border_radius=\"2px\" button_font=\"|||on|||||\" custom_padding=\"15px|30px|15px|30px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 09','','publish','closed','closed','','header-layout-09','','','2020-04-01 17:32:47','2020-04-01 17:32:47','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-09/',0,'et_pb_layout','',0),(461,2,'2021-03-17 12:41:25','2021-03-17 12:41:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Fumo 05\" background_position=\"bottom_center\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-17 12:41:25','2021-03-17 12:41:25','',3,'http://rainmakers.cafe/fumo/?p=461',0,'revision','',0),(30343,2,'2021-03-17 14:24:39','2021-03-17 14:24:39','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 14:24:39','2021-03-17 14:24:39','',44,'http://rainmakers.cafe/fumo/?p=30343',0,'revision','',0),(470,2,'2021-03-17 13:08:22','2021-03-17 13:08:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" admin_label=\"Menu\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<div id=\"wpcontent\">\n<div id=\"wpbody\" role=\"main\">\n<div id=\"wpbody-content\">\n<div class=\"sc-con sc-con-for-showcase-builder\">\n<div class=\"sc-menu\">\n<div class=\"shortcode-output\">[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"default\" order=\"desc\" orderby=\"default\"]</div>\n</div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 13:08:22','2021-03-17 13:08:22','',44,'http://rainmakers.cafe/fumo/?p=470',0,'revision','',0),(464,2,'2021-03-17 12:48:16','2021-03-17 12:48:16','','menuheader','','inherit','open','closed','','menuheader','','','2021-03-17 12:48:16','2021-03-17 12:48:16','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg',0,'attachment','image/jpeg',0),(469,2,'2021-03-17 13:07:33','2021-03-17 13:07:33','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<div id=\"wpcontent\">\n<div id=\"wpbody\" role=\"main\">\n<div id=\"wpbody-content\">\n<div class=\"sc-con sc-con-for-showcase-builder\">\n<div class=\"sc-menu\">\n<div class=\"shortcode-output\">[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"default\" order=\"desc\" orderby=\"default\"]</div>\n</div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 13:07:33','2021-03-17 13:07:33','',44,'http://rainmakers.cafe/fumo/?p=469',0,'revision','',0),(467,2,'2021-03-17 12:50:38','2021-03-17 12:50:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<div id=\"wpcontent\">\n<div id=\"wpbody\" role=\"main\">\n<div id=\"wpbody-content\">\n<div class=\"sc-con sc-con-for-showcase-builder\">\n<div class=\"sc-menu\">\n<div class=\"shortcode-output\">[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"default\" order=\"desc\" orderby=\"default\"]</div>\n</div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"menuheader\" sticky_enabled=\"0\" background_position=\"bottom_center\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 12:50:38','2021-03-17 12:50:38','',44,'http://rainmakers.cafe/fumo/?p=467',0,'revision','',0),(473,2,'2021-03-17 13:13:50','2021-03-17 13:13:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-17 13:13:50','2021-03-17 13:13:50','',446,'http://rainmakers.cafe/fumo/?p=473',0,'revision','',0),(480,2,'2021-03-17 13:28:22','2021-03-17 13:28:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','477-revision-v1','','','2021-03-17 13:28:22','2021-03-17 13:28:22','',477,'http://rainmakers.cafe/fumo/?p=480',0,'revision','',0),(479,2,'2021-03-17 13:28:19','2021-03-17 13:28:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','477-revision-v1','','','2021-03-17 13:28:19','2021-03-17 13:28:19','',477,'http://rainmakers.cafe/fumo/?p=479',0,'revision','',0),(481,2,'2021-03-17 13:43:22','2021-03-17 13:43:22','Ribbons pasta, short rib ragu, fresh herbs','Pappardelle Pasta Al Ragu','Ribbons pasta, short rib ragu, fresh herbs','publish','open','closed','','pappardelle-pasta-al-ragu','','','2021-04-21 05:15:41','2021-04-21 05:15:41','',0,'http://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=481',0,'dzsrst_items','',0),(482,2,'2021-03-17 13:46:36','2021-03-17 13:46:36','','logo-green','','inherit','open','closed','','logo-green','','','2021-03-17 13:46:36','2021-03-17 13:46:36','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-green.png',0,'attachment','image/png',0),(483,2,'2021-03-17 13:46:37','2021-03-17 13:46:37','','logo-orange-02','','inherit','open','closed','','logo-orange-02','','','2021-03-17 13:46:37','2021-03-17 13:46:37','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-02.png',0,'attachment','image/png',0),(484,2,'2021-03-17 13:46:38','2021-03-17 13:46:38','','logo','','inherit','open','closed','','logo','','','2021-03-17 13:46:38','2021-03-17 13:46:38','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo.png',0,'attachment','image/png',0),(485,2,'2021-03-17 13:46:39','2021-03-17 13:46:39','','logo-white','','inherit','open','closed','','logo-white','','','2021-03-17 13:46:39','2021-03-17 13:46:39','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-white.png',0,'attachment','image/png',0),(486,2,'2021-03-17 13:46:40','2021-03-17 13:46:40','','logo-blue','','inherit','open','closed','','logo-blue','','','2021-03-17 13:46:40','2021-03-17 13:46:40','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-blue.png',0,'attachment','image/png',0),(487,2,'2021-03-17 13:46:43','2021-03-17 13:46:43','','logo-orange-01','','inherit','open','closed','','logo-orange-01','','','2021-03-17 13:46:43','2021-03-17 13:46:43','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-01.png',0,'attachment','image/png',0),(488,2,'2021-03-17 13:46:44','2021-03-17 13:46:44','','download','','inherit','open','closed','','download','','','2021-03-17 13:46:44','2021-03-17 13:46:44','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/download.jpg',0,'attachment','image/jpeg',0),(30308,2,'2020-04-01 17:34:39','2020-04-01 17:34:39','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Section 10\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_blur=\"25px\" box_shadow_spread=\"-4px\" box_shadow_color=\"rgba(0,0,0,0.05)\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" make_equal=\"on\" _builder_version=\"4.0.11\" background_color=\"#F2F2F2\" width=\"100%\" max_width=\"5000px\" custom_margin=\"|auto|0px|auto|false|false\" custom_padding=\"22px||10px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"info@somedomain.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#49DB9D\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.0.11\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_line_height=\"1.3em\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"+49 4589 235 2325\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#49DB9D\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.0.11\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_line_height=\"1.3em\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"Lyon 55, London, UK\" use_icon=\"on\" font_icon=\"%%102%%\" icon_color=\"#49DB9D\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.0.11\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_line_height=\"1.3em\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" make_equal=\"on\" _builder_version=\"4.0.11\" width=\"95%\" max_width=\"5000px\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-green.png\" _builder_version=\"4.3.2\" max_width=\"200px\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.0.11\" menu_font=\"Montserrat|700|||||||\" menu_text_color=\"#1A1A1A\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_menu_link=\"background: rgba(0,0,0,0.05);||padding: 20px 30px!important;||border-radius: 50px;\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Click Here\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#49DB9D\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Montserrat|700|||||||\" button_use_icon=\"off\" custom_padding=\"15px|30px|15px|30px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Section 10 - Mobile\" _builder_version=\"4.3.2\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_color=\"rgba(0,0,0,0.05)\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" background_color=\"#F2F2F2\" width=\"100%\" custom_padding=\"10px|5%|0px|5%|false|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"+49 4589 235 2325\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#49DB9D\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.3.2\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_line_height=\"1.3em\" custom_margin=\"||0px|5px|false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"14px\" header_font_size_last_edited=\"on|phone\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_equal=\"on\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"90%\" max_width=\"5000px\" custom_padding=\"20px||20px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" mobile_menu_bg_color=\"#ffffff\" mobile_menu_text_color=\"#0a0a0a\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-green.png\" logo_max_width=\"150px\" menu_icon_color=\"#49DB9D\" menu_icon_font_size=\"40px\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 10','','publish','closed','closed','','header-layout-10','','','2020-04-01 17:34:39','2020-04-01 17:34:39','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-10/',0,'et_pb_layout','',0),(30364,2,'2021-03-18 06:57:28','2021-03-18 06:57:28','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"35px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"78%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-18 06:57:28','2021-03-18 06:57:28','',3,'http://rainmakers.cafe/fumo/?p=30364',0,'revision','',0),(476,2,'2021-03-17 13:23:42','2021-03-17 13:23:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_contact_form _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button=\"on\" button_bg_color=\"#e10101\" button_bg_enable_color=\"on\" button_border_width=\"0px\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" email=\"info@fumo.co.za\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field _builder_version=\"4.9.2\" _module_preset=\"default\" field_id=\"Date\" field_title=\"Date\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field _builder_version=\"4.9.2\" _module_preset=\"default\" field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field _builder_version=\"4.9.2\" _module_preset=\"default\" field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" fullwidth_field=\"on\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" required_mark=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-17 13:23:42','2021-03-17 13:23:42','',3,'http://rainmakers.cafe/fumo/?p=476',0,'revision','',0),(30305,2,'2020-04-01 17:30:20','2020-04-01 17:30:20','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 8\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_color=\"rgba(52,51,82,0.17)\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,1_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.0.11\" custom_margin=\"|auto|11px|auto||\" custom_padding=\"||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"Prague, Czechia\" use_icon=\"on\" font_icon=\"%%122%%\" icon_color=\"#FD7A1B\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"25px\" _builder_version=\"4.0.11\" header_font=\"Montserrat||||||||\" header_font_size=\"16px\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"||||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 5px\" border_radii=\"on|5px|5px|5px|5px\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"info@header.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#FD7A1B\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"25px\" _builder_version=\"4.0.11\" header_font=\"Montserrat||||||||\" header_font_size=\"16px\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"||||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 5px\" border_radii=\"on|5px|5px|5px|5px\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.3.2\" menu_font=\"Montserrat|||on|||||\" menu_text_color=\"#000642\" menu_font_size=\"15px\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"right\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.0.11\" custom_padding=\"1px|||||\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-02.png\" align=\"center\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search For Recipes...\" button_color=\"rgba(0,0,0,0)\" _builder_version=\"4.0.11\" button_font=\"Montserrat||on||||||\" button_letter_spacing=\"1px\" background_color=\"#ffffff\" custom_padding=\"1em|2em|1em|2em|true|true\" hover_enabled=\"0\" custom_css_button=\"padding: 0 2em\" border_radii=\"on|50px|50px|50px|50px\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.14)\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Upload Recipe\" button_alignment=\"center\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#FD7A1B\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Montserrat|700|||||||\" custom_padding=\"11px||11px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 8 - Mobile\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" z_index=\"300\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_color=\"rgba(52,51,82,0.17)\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" z_index=\"156\" custom_padding=\"20px||21px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search For Recipes...\" button_color=\"#FD7A1B\" _builder_version=\"4.0.11\" button_font=\"Montserrat||on||||||\" button_text_color=\"#ffffff\" button_letter_spacing=\"1px\" background_color=\"#ffffff\" custom_margin=\"||9px|||\" custom_padding=\"1em|2em|1em|2em|true|true\" hover_enabled=\"0\" custom_css_button=\"padding: 0 2em\" border_radii=\"on|50px|50px|50px|50px\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.14)\"][/et_pb_search][et_pb_button button_text=\"Upload Recipe\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#FD7A1B\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Montserrat|700|||||||\" custom_margin=\"||20px|||\" custom_padding=\"11px||11px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\"][/et_pb_button][et_pb_menu menu_id=\"21\" mobile_menu_bg_color=\"#ffffff\" mobile_menu_text_color=\"#000642\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-02.png\" logo_max_width=\"150px\" menu_icon_color=\"#000742\" menu_icon_font_size=\"40px\" _builder_version=\"4.3.2\" background_color=\"rgba(0,0,0,0)\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 08','','publish','closed','closed','','header-layout-08','','','2020-04-01 17:30:20','2020-04-01 17:30:20','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-08/',0,'et_pb_layout','',0),(30303,2,'2020-04-01 17:29:14','2020-04-01 17:29:14','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 7 - Section 1\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"3_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.3.2\" max_width=\"1500px\" custom_padding=\"21px||20px|||\" hover_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search Real Estates in New York City\" button_color=\"#1889FF\" _builder_version=\"4.3.2\" form_field_background_color=\"#ffffff\" button_font=\"Montserrat||||||||\" button_text_color=\"#ffffff\" button_letter_spacing=\"1px\" custom_padding=\"0.8em|0.715em|0.8em|0.715em|true|false\" hover_enabled=\"0\" custom_css_button=\"padding: 0 20px\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\" locked=\"off\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"info@header.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"18px\" _builder_version=\"4.0.11\" header_font=\"Montserrat||||||||\" header_font_size=\"16px\" background_color=\"#ffffff\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_image=\"background: #1889FF;||padding: 12px\" custom_css_blurb_title=\"margin-top: 12px\" border_radii=\"on|5px|5px|5px|5px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"+49 8568 568952\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"18px\" _builder_version=\"4.0.11\" header_font=\"Montserrat||||||||\" header_font_size=\"16px\" background_color=\"#ffffff\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_image=\"background: #1889FF;||padding: 12px\" custom_css_blurb_title=\"margin-top: 12px\" border_radii=\"on|5px|5px|5px|5px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 7 - Section 2\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,3_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.3.2\" max_width=\"1500px\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" background_color=\"#ffffff\" custom_padding=\"30px|20px|30px|20px|false|true\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo.png\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.3.2\" menu_font=\"Montserrat||||||||\" menu_text_color=\"#ffffff\" menu_font_size=\"18px\" menu_letter_spacing=\"1px\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Contact Us Today!\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#343352\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Poppins|700|||||||\" custom_padding=\"15px|30px|15px|30px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\" box_shadow_style=\"preset3\" box_shadow_color=\"rgba(0,0,0,0.15)\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 7 - Mobile Section 1\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.3.2\" max_width=\"1500px\" custom_padding=\"20px||40px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search\" button_color=\"#1889FF\" _builder_version=\"4.3.2\" form_field_background_color=\"#ffffff\" button_font=\"Montserrat||||||||\" button_text_color=\"#ffffff\" button_letter_spacing=\"1px\" custom_margin=\"||-20px||false|false\" custom_padding=\"0.8em|0.715em|0.8em|0.715em|true|false\" hover_enabled=\"0\" custom_css_button=\"padding: 0 20px\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\" locked=\"off\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 7 - Mobile Section 2\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" z_index=\"155\" custom_padding=\"20px||20px||true|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" mobile_menu_bg_color=\"#343352\" mobile_menu_text_color=\"#ffffff\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-white.png\" logo_max_width=\"150px\" menu_icon_color=\"#ffffff\" menu_icon_font_size=\"50px\" _builder_version=\"4.3.2\" background_color=\"rgba(0,0,0,0)\" child_filter_hue_rotate=\"132deg\" child_filter_saturate=\"200%\" child_filter_brightness=\"0%\" child_filter_contrast=\"200%\" child_filter_invert=\"100%\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 07','','publish','closed','closed','','header-layout-07','','','2020-04-01 17:29:14','2020-04-01 17:29:14','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-07/',0,'et_pb_layout','',0),(30301,2,'2020-04-01 17:27:48','2020-04-01 17:27:48','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 6 - Section 1\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_blur=\"30px\" box_shadow_color=\"rgba(0,0,0,0.14)\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" _builder_version=\"4.0.11\" max_width=\"2000px\" custom_padding=\"14px||14px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"info@clinic.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_text_color=\"#ffffff\" header_font_size=\"16px\" width=\"100%\" module_alignment=\"center\" custom_margin=\"5px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"Bakery St. 55, NYC\" use_icon=\"on\" font_icon=\"%%102%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_text_color=\"#ffffff\" header_font_size=\"16px\" width=\"100%\" custom_margin=\"5px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"+49 856 856524\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"20px\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_text_color=\"#ffffff\" header_font_size=\"16px\" width=\"100%\" custom_margin=\"5px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"LOGIN\" button_alignment=\"right\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"12px\" button_text_color=\"#ffffff\" button_border_width=\"1px\" button_border_radius=\"2px\" button_icon=\"%%258%%\" button_icon_placement=\"left\" button_on_hover=\"off\" custom_padding=\"|20px||30px|false|false\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 6 - Section 2\" module_class=\"header_07\" _builder_version=\"4.3.2\" background_color=\"#42A5F6\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,3_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.0.11\" max_width=\"2000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-white.png\" _builder_version=\"4.3.2\" max_width=\"200px\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.0.11\" menu_font=\"Poppins|300|||||||\" menu_text_color=\"#ffffff\" menu_font_size=\"18px\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"-8px||||false|false\" custom_padding=\"0px|||||\" hover_enabled=\"0\" custom_css_menu_link=\"border-right: 1px solid rgba(255,255,255,0.15);||border-left: 1px solid rgba(255,255,255,0.15);||padding: 30px 15px!important;||\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Contact Us Today\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#343352\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"2px\" button_font=\"Poppins|700|||||||\" custom_padding=\"24px||24px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 6 - Mobile Section 1\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"10px||20px||false|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_blur=\"30px\" box_shadow_color=\"rgba(0,0,0,0.14)\" collapsed=\"on\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"two-columns\" _builder_version=\"4.3.2\" max_width=\"2000px\" custom_padding=\"14px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.3.2\" hover_enabled=\"0\" custom_css_main_element=\"margin-bottom: 0;\"][et_pb_button button_text=\"LOGIN\" button_alignment=\"left\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"12px\" button_text_color=\"#ffffff\" button_border_width=\"1px\" button_border_radius=\"2px\" button_icon=\"%%258%%\" button_icon_placement=\"left\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"|20px||30px|false|false\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Contact Us\" button_alignment=\"right\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"12px\" button_text_color=\"#ffffff\" button_border_width=\"1px\" button_border_radius=\"2px\" button_icon=\"%%258%%\" button_icon_placement=\"left\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"|30px||30px|false|false\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.3.2\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][et_pb_code _builder_version=\"4.3.2\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\"]<style><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] -->.two-columns .et_pb_column {<!-- [et_pb_line_break_holder] -->width: 50%!important;<!-- [et_pb_line_break_holder] -->} <!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 6 - Mobile Section 2\" module_class=\"header_07\" _builder_version=\"4.3.2\" background_color=\"#42A5F6\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" z_index=\"154\" custom_padding=\"14px||17px|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" mobile_menu_bg_color=\"#42A5F6\" mobile_menu_text_color=\"#ffffff\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-white.png\" logo_max_width=\"150px\" menu_icon_color=\"#ffffff\" menu_icon_font_size=\"50px\" _builder_version=\"4.3.2\" background_color=\"rgba(0,0,0,0)\" child_filter_saturate=\"86%\" child_filter_brightness=\"0%\" child_filter_contrast=\"200%\" child_filter_invert=\"100%\" child_filter_sepia=\"100%\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.0.11\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_code _builder_version=\"4.3.2\" hover_enabled=\"0\"]<style><!-- [et_pb_line_break_holder] -->  .header_07 li {<!-- [et_pb_line_break_holder] -->    padding-right: 0!important;<!-- [et_pb_line_break_holder] -->    padding-left: 0!important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 06','','publish','closed','closed','','header-layout-06','','','2020-04-01 17:27:48','2020-04-01 17:27:48','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-06/',0,'et_pb_layout','',0),(30297,2,'2020-04-01 17:23:05','2020-04-01 17:23:05','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 5\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"28px||12px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,3_5,1_5\" make_equal=\"on\" _builder_version=\"4.0.11\" background_color=\"#ffffff\" custom_margin=\"||20px||false|false\" custom_padding=\"16px|30px|18px|30px|false|true\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\"][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-blue.png\" _builder_version=\"4.3.2\" custom_margin=\"10px||||false|false\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.0.11\" menu_font=\"Montserrat|700||on|||||\" menu_text_color=\"#193760\" menu_letter_spacing=\"1px\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" custom_margin=\"||-5px|||\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Get a Quote\" button_alignment=\"center\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#188BFF\" button_bg_color_gradient_end=\"#2DC9FF\" button_bg_color_gradient_direction=\"139deg\" button_border_width=\"0px\" button_border_radius=\"5px\" button_font=\"Montserrat|700|||||||\" custom_padding=\"10px||10px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.0.11\" custom_padding=\"0px||18px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search for real estates\" button_color=\"#1889FF\" _builder_version=\"4.0.11\" form_field_background_color=\"#ffffff\" button_font=\"Montserrat||||||||\" button_text_color=\"#ffffff\" button_letter_spacing=\"1px\" custom_padding=\"1em|0.715em|1em|0.715em|true|false\" hover_enabled=\"0\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_4\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" custom_padding=\"||||false|false\" hover_enabled=\"0\"][et_pb_blurb title=\"info@header.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#1889FF\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"25px\" _builder_version=\"4.0.11\" header_font=\"Montserrat||||||||\" header_font_size=\"16px\" background_color=\"#ffffff\" custom_padding=\"12px|20px|4px|20px|false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 5px\" border_radii=\"on|5px|5px|5px|5px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"+49 7256 235874\" use_icon=\"on\" font_icon=\"%%85%%\" icon_color=\"#1889FF\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"25px\" _builder_version=\"4.0.11\" header_font=\"Montserrat||||||||\" header_font_size=\"16px\" background_color=\"#ffffff\" custom_padding=\"12px|20px|4px|20px|false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 5px\" border_radii=\"on|5px|5px|5px|5px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 5 - Mobile\" _builder_version=\"4.3.2\" background_color=\"#f0f3f8\" custom_padding=\"28px||12px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,3_5,1_5\" make_equal=\"on\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" overflow-x=\"visible\" overflow-y=\"visible\" custom_margin=\"||20px||false|false\" custom_padding=\"16px|30px|16px|30px|false|true\" hover_enabled=\"0\" border_radii=\"on|8px|8px|8px|8px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\"][et_pb_column type=\"1_5\" _builder_version=\"4.3.2\" z_index=\"152\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-blue.png\" logo_max_width=\"150px\" menu_icon_color=\"#1B93FF\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Get a Quote\" button_alignment=\"center\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#188BFF\" button_bg_color_gradient_end=\"#2DC9FF\" button_bg_color_gradient_direction=\"139deg\" button_border_width=\"0px\" button_border_radius=\"5px\" button_font=\"Montserrat|700|||||||\" custom_margin=\"-10px||||false|false\" custom_padding=\"10px||10px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.0.11\" custom_padding=\"0px||18px|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search for real estates\" button_color=\"#1889FF\" _builder_version=\"4.0.11\" form_field_background_color=\"#ffffff\" button_font=\"Montserrat||||||||\" button_text_color=\"#ffffff\" button_letter_spacing=\"1px\" custom_margin=\"||-10px||false|false\" custom_padding=\"1em|0.715em|1em|0.715em|true|false\" hover_enabled=\"0\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.06)\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 05','','publish','closed','closed','','header-layout-05','','','2020-04-01 17:23:05','2020-04-01 17:23:05','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-05/',0,'et_pb_layout','',0),(30296,2,'2020-04-01 17:22:25','2020-04-01 17:22:25','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 4\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_padding=\"20px||0px||false|false\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_4,1_2,1_4\" make_equal=\"on\" _builder_version=\"4.0.11\" custom_padding=\"16px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-01.png\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search\" button_color=\"#F4AD2D\" placeholder_color=\"#343352\" _builder_version=\"4.0.11\" form_field_background_color=\"#ffffff\" button_text_color=\"#ffffff\" form_field_font=\"Montserrat||||||||\" custom_padding=\"1em|0.715em|1em|0.715em|true|false\" hover_enabled=\"0\" custom_css_button=\"padding: 0 30px\" border_radii=\"on|50px|50px|50px|50px\" border_width_all=\"0px\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_4\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_social_media_follow _builder_version=\"4.0.11\" hover_enabled=\"0\" custom_css_social_icon=\"padding: 3px;\" border_radii=\"on|50px|50px|50px|50px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]pinterest[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.0.11\" custom_padding=\"||33px|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.0.11\" menu_font=\"Montserrat|||on|||||\" menu_text_color=\"#ffffff\" menu_font_size=\"16px\" background_color=\"rgba(0,0,0,0)\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_menu_link=\"padding: 0 10px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 4 - Mobile\" _builder_version=\"4.3.2\" background_color=\"#343352\" custom_margin=\"10px||||false|false\" custom_padding=\"20px||20px||false|false\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_4,1_2,1_4\" make_equal=\"on\" _builder_version=\"4.3.2\" z_index=\"150\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" z_index=\"151\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" mobile_menu_bg_color=\"#343352\" mobile_menu_text_color=\"#ffffff\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-01.png\" logo_max_width=\"150px\" menu_icon_color=\"#ffffff\" _builder_version=\"4.3.2\" background_color=\"rgba(0,0,0,0)\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][et_pb_search placeholder=\"Search\" button_color=\"#F4AD2D\" placeholder_color=\"#343352\" _builder_version=\"4.0.11\" form_field_background_color=\"#ffffff\" button_text_color=\"#ffffff\" form_field_font=\"Montserrat||||||||\" custom_margin=\"0px||||false|false\" custom_padding=\"1em|0.715em|1em|0.715em|true|false\" hover_enabled=\"0\" custom_css_button=\"padding: 0 30px\" border_radii=\"on|50px|50px|50px|50px\" border_width_all=\"0px\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_4\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_social_media_follow _builder_version=\"4.0.11\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_social_icon=\"padding: 3px;\" border_radii=\"on|50px|50px|50px|50px\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]pinterest[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"4.0.11\" background_color=\"#F4AD2D\" background_enable_color=\"on\" hover_enabled=\"0\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 04','','publish','closed','closed','','header-layout-04','','','2020-04-01 17:22:25','2020-04-01 17:22:25','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-04/',0,'et_pb_layout','',0),(30294,2,'2020-04-01 17:21:44','2020-04-01 17:21:44','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 3\" module_class=\"header_04\" _builder_version=\"4.3.2\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.12)\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,3_5,1_5\" make_equal=\"on\" _builder_version=\"4.0.11\" width=\"100%\" max_width=\"5000px\" custom_margin=\"|auto||auto|false|false\" custom_padding=\"0px||0px|20px|false|false\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/download.jpg\" icon_placement=\"left\" image_max_width=\"30px\" content_max_width=\"1100px\" _builder_version=\"4.3.2\" body_font=\"Poppins|800|||||||\" body_text_color=\"#0a0606\" body_font_size=\"22px\" body_line_height=\"1.6em\" hover_enabled=\"0\" custom_css_blurb_image=\"width: 50px;\"]<p>FreeFoodPhotos</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.0.11\" menu_font=\"Poppins||||||||\" menu_text_color=\"#0a0a0a\" menu_font_size=\"18px\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_menu_link=\"padding-left: 10px;||padding-right: 10px\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Upload Image\" button_alignment=\"center\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#FE5126\" button_bg_color_gradient_end=\"#FED310\" button_bg_color_gradient_direction=\"140deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Poppins||||||||\" custom_padding=\"25px||25px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 3 - Mobile\" _builder_version=\"4.3.2\" z_index=\"200\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_blur=\"36px\" box_shadow_color=\"rgba(0,0,0,0.06)\" collapsed=\"on\"][et_pb_row _builder_version=\"4.0.11\" width=\"100%\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Upload Image\" button_alignment=\"center\" _builder_version=\"4.3.2\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#FE5126\" button_bg_color_gradient_end=\"#FED310\" button_bg_color_gradient_direction=\"140deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Poppins||||||||\" custom_padding=\"25px||25px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.3.2\" background_color=\"#ffffff\" z_index=\"161\" width=\"100%\" custom_padding=\"15px|5%|15px|5%|true|true\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/download.jpg\" logo_max_width=\"50px\" menu_icon_color=\"#FE6125\" menu_icon_font_size=\"50px\" _builder_version=\"4.3.2\" menu_font=\"Poppins||||||||\" menu_text_color=\"#343352\" text_orientation=\"right\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 03','','publish','closed','closed','','header-layout-03','','','2020-04-01 17:21:44','2020-04-01 17:21:44','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-03/',0,'et_pb_layout','',0),(30312,2,'2020-04-01 17:20:12','2020-04-01 17:20:12','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 2\" _builder_version=\"4.3.2\" background_color=\"#0a0a0a\" custom_padding=\"19px||0px||false|false\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" make_equal=\"on\" _builder_version=\"4.0.11\" max_width=\"1300px\" custom_margin=\"-17px|auto|20px|auto|false|false\" custom_padding=\"||15px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-01.png\" _builder_version=\"4.3.2\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"Bakery St. 55, NYC\" use_icon=\"on\" font_icon=\"%%102%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#F2BD00\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"15px\" _builder_version=\"4.0.11\" header_font=\"Montserrat|300|||||||\" header_text_color=\"rgba(255,255,255,0.71)\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 7px;||\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"+49 8569 8562 12\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#F2BD00\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"15px\" _builder_version=\"4.0.11\" header_font=\"Montserrat|300|||||||\" header_text_color=\"rgba(255,255,255,0.71)\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 7px;||\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_blurb title=\"info@marvel.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#F2BD00\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"15px\" _builder_version=\"4.0.11\" header_font=\"Montserrat|300|||||||\" header_text_color=\"rgba(255,255,255,0.71)\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 7px;||\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_button button_text=\"Contact Me\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_border_width=\"1px\" button_border_color=\"rgba(255,255,255,0.7)\" button_border_radius=\"2px\" button_font=\"Montserrat|300|||||||\" custom_padding=\"10px|30px|10px|30px|true|false\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.3.2\" max_width=\"1000px\" custom_margin=\"||-40px||false|false\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" _builder_version=\"4.3.2\" menu_font=\"Montserrat|300|||||||\" menu_text_color=\"#ffffff\" menu_font_size=\"18px\" background_color=\"#F4C300\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#F4C300\" background_color_gradient_end=\"#e29700\" background_color_gradient_direction=\"255deg\" text_orientation=\"center\" custom_padding=\"25px||25px||true|false\" hover_enabled=\"0\" custom_css_menu_link=\"padding-left: 10px;||padding-right: 10px\" border_radii=\"on|3px|3px|3px|3px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 2 - Mobile\" _builder_version=\"4.3.2\" background_color=\"#0A0A0A\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_row _builder_version=\"4.3.2\" z_index=\"100\" width=\"100%\" max_width=\"1000px\" custom_padding=\"21px|5%||5%|false|true\" hover_enabled=\"0\" collapsed=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\" hover_enabled=\"0\"][et_pb_menu menu_id=\"21\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo-orange-01.png\" logo_max_width=\"150px\" menu_icon_color=\"#ffffff\" menu_icon_font_size=\"40px\" _builder_version=\"4.3.2\" menu_font=\"Montserrat|300|||||||\" menu_text_color=\"#ffffff\" menu_font_size=\"15px\" background_color=\"#0A0A0A\" z_index=\"100\" hover_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 02','','publish','closed','closed','','header-layout-02-2','','','2020-04-01 17:20:12','2020-04-01 17:20:12','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-02-2/',0,'et_pb_layout','',0),(30290,2,'2020-04-01 17:19:33','2020-04-01 17:19:33','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 1\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" custom_padding=\"20px||1px||false|false\" box_shadow_style=\"preset3\" box_shadow_blur=\"22px\" box_shadow_color=\"rgba(0,0,0,0.05)\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.0.11\" background_color=\"#f4f4f4\" max_width=\"1300px\" custom_margin=\"|auto|0px|auto|false|false\" custom_padding=\"16px|20px|16px|20px|true|false\" border_radii=\"on|50px|50px|50px|50px\" border_color_bottom=\"rgba(51,51,51,0.13)\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo.png\" disabled_on=\"on|off|off\" _builder_version=\"4.3.2\" max_width=\"170px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"High St. 55, NYC\" use_icon=\"on\" font_icon=\"%%102%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.3.2\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"info@clinic.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"+49 856 856524\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_button button_text=\"Free Consultation\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#41ACD5\" button_bg_color_gradient_end=\"#26C9DE\" button_bg_color_gradient_direction=\"128deg\" button_bg_color_gradient_overlays_image=\"on\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Poppins|300|||||||\" custom_padding=\"10px||10px||true|false\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\"header_2\" _builder_version=\"4.0.11\" max_width=\"1300px\" custom_padding=\"30px||30px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\"][et_pb_menu menu_id=\"21\" dropdown_menu_line_color=\"#343352\" logo_max_width=\"119px\" logo_tablet=\"\" logo_phone=\"https://layouts.b3multimedia.ie/wp-content/uploads/2020/01/medicus-logo-1.png\" logo_last_edited=\"on|phone\" _builder_version=\"4.0.11\" menu_font=\"Poppins|300||on|||||\" menu_text_color=\"#002D35\" menu_letter_spacing=\"1px\" transform_scale_tablet=\"\" transform_scale_phone=\"\" transform_scale_last_edited=\"on|desktop\" transform_translate_tablet=\"0px|0px\" transform_translate_phone=\"\" transform_translate_last_edited=\"on|phone\" transform_translate_linked=\"off\" transform_rotate_tablet=\"\" transform_rotate_phone=\"\" transform_rotate_last_edited=\"on|desktop\" transform_skew_tablet=\"\" transform_skew_phone=\"\" transform_skew_last_edited=\"on|desktop\" transform_origin_tablet=\"\" transform_origin_phone=\"\" transform_origin_last_edited=\"on|desktop\" transform_styles_last_edited=\"on|phone\" text_orientation=\"center\" custom_padding=\"0px|||||\" transform_styles_tablet=\"\" transform_styles_phone=\"\" text_orientation_tablet=\"\" text_orientation_phone=\"right\" text_orientation_last_edited=\"on|phone\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 1 - Mobile\" _builder_version=\"4.3.2\" custom_padding=\"0px||||false|false\" collapsed=\"on\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.0.11\" background_color=\"#f4f4f4\" width=\"100%\" custom_padding=\"10px|2%|10px|2%|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"info@clinic.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_phone=\"top\" icon_placement_last_edited=\"off|desktop\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"0px|20px|-20px|20px|false|true\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"+49 856 856524\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_phone=\"top\" icon_placement_last_edited=\"off|desktop\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"0px|20px|0px|20px|false|true\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"20px|5%|20px|5%|true|false\" box_shadow_style=\"preset3\" box_shadow_spread=\"5px\" box_shadow_color=\"rgba(0,0,0,0.04)\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\"][et_pb_menu menu_id=\"21\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo.png\" logo_max_width=\"150px\" _builder_version=\"4.3.2\" menu_font=\"Montserrat|||on|||||\" text_orientation=\"right\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 01','','publish','closed','closed','','header-layout-01','','','2021-03-17 13:48:52','2021-03-17 13:48:52','',0,'http://rainmakers.cafe/fumo/et_pb_layout/header-layout-01/',0,'et_pb_layout','',0),(30313,2,'2021-03-17 13:48:49','2021-03-17 13:48:49','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Header Layout 1\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" custom_padding=\"20px||1px||false|false\" box_shadow_style=\"preset3\" box_shadow_blur=\"22px\" box_shadow_color=\"rgba(0,0,0,0.05)\" collapsed=\"on\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.0.11\" background_color=\"#f4f4f4\" max_width=\"1300px\" custom_margin=\"|auto|0px|auto|false|false\" custom_padding=\"16px|20px|16px|20px|true|false\" border_radii=\"on|50px|50px|50px|50px\" border_color_bottom=\"rgba(51,51,51,0.13)\"][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo.png\" disabled_on=\"on|off|off\" _builder_version=\"4.3.2\" max_width=\"170px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"High St. 55, NYC\" use_icon=\"on\" font_icon=\"%%102%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.3.2\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"info@clinic.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"+49 856 856524\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"5px||0px||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" module_class=\"vertical-align\" _builder_version=\"4.0.11\"][et_pb_button button_text=\"Free Consultation\" button_alignment=\"center\" _builder_version=\"4.0.11\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#41ACD5\" button_bg_color_gradient_end=\"#26C9DE\" button_bg_color_gradient_direction=\"128deg\" button_bg_color_gradient_overlays_image=\"on\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Poppins|300|||||||\" custom_padding=\"10px||10px||true|false\" custom_css_main_element=\"width: 100%\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\"header_2\" _builder_version=\"4.0.11\" max_width=\"1300px\" custom_padding=\"30px||30px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\"][et_pb_menu menu_id=\"21\" dropdown_menu_line_color=\"#343352\" logo_max_width=\"119px\" logo_tablet=\"\" logo_phone=\"https://layouts.b3multimedia.ie/wp-content/uploads/2020/01/medicus-logo-1.png\" logo_last_edited=\"on|phone\" _builder_version=\"4.0.11\" menu_font=\"Poppins|300||on|||||\" menu_text_color=\"#002D35\" menu_letter_spacing=\"1px\" transform_scale_tablet=\"\" transform_scale_phone=\"\" transform_scale_last_edited=\"on|desktop\" transform_translate_tablet=\"0px|0px\" transform_translate_phone=\"\" transform_translate_last_edited=\"on|phone\" transform_translate_linked=\"off\" transform_rotate_tablet=\"\" transform_rotate_phone=\"\" transform_rotate_last_edited=\"on|desktop\" transform_skew_tablet=\"\" transform_skew_phone=\"\" transform_skew_last_edited=\"on|desktop\" transform_origin_tablet=\"\" transform_origin_phone=\"\" transform_origin_last_edited=\"on|desktop\" transform_styles_last_edited=\"on|phone\" text_orientation=\"center\" custom_padding=\"0px|||||\" transform_styles_tablet=\"\" transform_styles_phone=\"\" text_orientation_tablet=\"\" text_orientation_phone=\"right\" text_orientation_last_edited=\"on|phone\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Header Layout 1 - Mobile\" _builder_version=\"4.3.2\" custom_padding=\"0px||||false|false\" collapsed=\"on\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.0.11\" background_color=\"#f4f4f4\" width=\"100%\" custom_padding=\"10px|2%|10px|2%|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"info@clinic.com\" use_icon=\"on\" font_icon=\"%%109%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_phone=\"top\" icon_placement_last_edited=\"off|desktop\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"0px|20px|-20px|20px|false|true\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.0.11\"][et_pb_blurb title=\"+49 856 856524\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#002D35\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"20px\" icon_placement_phone=\"top\" icon_placement_last_edited=\"off|desktop\" _builder_version=\"4.0.11\" header_font=\"Poppins|300|||||||\" header_font_size=\"16px\" custom_margin=\"0px|20px|0px|20px|false|true\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" custom_css_blurb_title=\"margin-top: 2px;||margin-left: -10px;\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"20px|5%|20px|5%|true|false\" box_shadow_style=\"preset3\" box_shadow_spread=\"5px\" box_shadow_color=\"rgba(0,0,0,0.04)\"][et_pb_column type=\"4_4\" _builder_version=\"4.0.11\"][et_pb_menu menu_id=\"21\" logo=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/logo.png\" logo_max_width=\"150px\" _builder_version=\"4.3.2\" menu_font=\"Montserrat|||on|||||\" text_orientation=\"right\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 01','','inherit','closed','closed','','30290-revision-v1','','','2021-03-17 13:48:49','2021-03-17 13:48:49','',30290,'http://rainmakers.cafe/fumo/?p=30313',0,'revision','',0),(30314,2,'2021-03-17 13:51:06','2021-03-17 13:51:06','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"rgba(255,255,255,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"27px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','trash','open','closed','','header-layout-05__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_header_layout/header-layout-05/',0,'et_header_layout','',0),(30318,2,'2021-03-17 13:58:56','2021-03-17 13:58:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"#ffffff\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" column_structure=\"1_3,2_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"Logo Fumo dark background\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"42%\" align_last_edited=\"on|phone\" align_phone=\"center\" align_tablet=\"center\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"2_3\"][et_pb_menu _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_text_color__hover_enabled=\"on|hover\" hover_enabled=\"0\" sticky_enabled=\"0\" menu_text_color__hover=\"#e10101\" custom_margin=\"27px||||false|false\" menu_font_size=\"19px\" menu_style=\"centered\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Header Layout 05','','inherit','closed','closed','','30314-revision-v1','','','2021-03-17 13:58:56','2021-03-17 13:58:56','',30314,'http://rainmakers.cafe/fumo/?p=30318',0,'revision','',0),(30323,2,'2021-03-17 14:01:04','2021-03-17 14:01:04','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"rgba(255,255,255,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"27px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30314-revision-v1','','','2021-03-17 14:01:04','2021-03-17 14:01:04','',30314,'http://rainmakers.cafe/fumo/?p=30323',0,'revision','',0),(30322,2,'2021-03-17 14:00:33','2021-03-17 14:00:33','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"27px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30314-revision-v1','','','2021-03-17 14:00:33','2021-03-17 14:00:33','',30314,'http://rainmakers.cafe/fumo/?p=30322',0,'revision','',0),(30316,2,'2021-03-17 13:51:53','2021-03-17 13:51:53','','Default Website Template','','trash','closed','closed','','default-website-template__trashed-2','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_template/default-website-template/',0,'et_template','',0),(30324,2,'2021-03-17 14:01:59','2021-03-17 14:01:59','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" url=\"http://rainmakers.cafe/fumo/\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"1px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','trash','open','closed','','default-website-template__trashed','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_header_layout/default-website-template/',0,'et_header_layout','',0),(30320,2,'2021-03-17 13:59:47','2021-03-17 13:59:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"#ffffff\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" column_structure=\"1_3,2_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"Logo Fumo dark background\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"42%\" align_last_edited=\"on|phone\" align_phone=\"center\" align_tablet=\"center\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.9.2\" _module_preset=\"default\" type=\"2_3\"][et_pb_menu _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_text_color__hover_enabled=\"on|hover\" hover_enabled=\"0\" sticky_enabled=\"0\" menu_text_color__hover=\"#e10101\" custom_margin=\"27px||||false|false\" menu_font_size=\"19px\" menu_style=\"centered\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30314-revision-v1','','','2021-03-17 13:59:47','2021-03-17 13:59:47','',30314,'http://rainmakers.cafe/fumo/?p=30320',0,'revision','',0),(30325,2,'2021-03-17 14:02:04','2021-03-17 14:02:04','','Blog','','trash','closed','closed','','blog__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_template/blog/',0,'et_template','',0),(30326,2,'2021-03-17 14:02:24','2021-03-17 14:02:24','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"rgba(255,255,255,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"27px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','30324-revision-v1','','','2021-03-17 14:02:24','2021-03-17 14:02:24','',30324,'http://rainmakers.cafe/fumo/?p=30326',0,'revision','',0),(30327,2,'2021-03-17 14:02:39','2021-03-17 14:02:39','','051','','inherit','open','closed','','051','','','2021-03-17 14:02:39','2021-03-17 14:02:39','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/051.jpg',0,'attachment','image/jpeg',0),(30328,2,'2021-03-17 14:02:41','2021-03-17 14:02:41','','042','','inherit','open','closed','','042','','','2021-03-17 14:02:41','2021-03-17 14:02:41','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/042.jpg',0,'attachment','image/jpeg',0),(30329,2,'2021-03-17 14:02:44','2021-03-17 14:02:44','','011','','inherit','open','closed','','011','','','2021-03-17 14:02:44','2021-03-17 14:02:44','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/011.png',0,'attachment','image/png',0),(30330,2,'2021-03-17 14:02:47','2021-03-17 14:02:47','','021','','inherit','open','closed','','021','','','2021-03-17 14:02:47','2021-03-17 14:02:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/021.png',0,'attachment','image/png',0),(30331,2,'2021-03-17 14:02:48','2021-03-17 14:02:48','','031','','inherit','open','closed','','031','','','2021-03-17 14:02:48','2021-03-17 14:02:48','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/031.png',0,'attachment','image/png',0),(30332,2,'2021-03-17 14:02:50','2021-03-17 14:02:50','','04','','inherit','open','closed','','04','','','2021-03-17 14:02:50','2021-03-17 14:02:50','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/04.png',0,'attachment','image/png',0),(30333,2,'2021-03-17 14:02:51','2021-03-17 14:02:51','','05','','inherit','open','closed','','05','','','2021-03-17 14:02:51','2021-03-17 14:02:51','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/05.png',0,'attachment','image/png',0),(30334,2,'2021-03-17 14:02:52','2021-03-17 14:02:52','','06','','inherit','open','closed','','06','','','2021-03-17 14:02:52','2021-03-17 14:02:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/06.png',0,'attachment','image/png',0),(30335,2,'2021-03-17 14:03:02','2021-03-17 14:03:02','','07','','inherit','open','closed','','07','','','2021-03-17 14:03:02','2021-03-17 14:03:02','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/07.png',0,'attachment','image/png',0),(30336,2,'2021-03-17 14:03:03','2021-03-17 14:03:03','','08','','inherit','open','closed','','08','','','2021-03-17 14:03:03','2021-03-17 14:03:03','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/08.png',0,'attachment','image/png',0),(30337,2,'2021-03-17 14:03:06','2021-03-17 14:03:06','','032','','inherit','open','closed','','032','','','2021-03-17 14:03:06','2021-03-17 14:03:06','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/032.jpg',0,'attachment','image/jpeg',0),(30338,2,'2021-03-17 14:03:07','2021-03-17 14:03:07','','022','','inherit','open','closed','','022','','','2021-03-17 14:03:07','2021-03-17 14:03:07','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/022.jpg',0,'attachment','image/jpeg',0),(30339,2,'2021-03-17 14:03:11','2021-03-17 14:03:11','','018','','inherit','open','closed','','018','','','2021-03-17 14:03:11','2021-03-17 14:03:11','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/018.jpg',0,'attachment','image/jpeg',0),(30340,2,'2021-03-17 14:03:14','2021-03-17 14:03:14','','02','','inherit','open','closed','','02','','','2021-03-17 14:03:14','2021-03-17 14:03:14','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/02.png',0,'attachment','image/png',0),(30341,2,'2021-03-17 14:03:15','2021-03-17 14:03:15','','03','','inherit','open','closed','','03','','','2021-03-17 14:03:15','2021-03-17 14:03:15','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/03.png',0,'attachment','image/png',0),(3905,2,'2016-04-22 19:21:58','2016-04-22 17:21:58','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/051.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"132px||122px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Did you like this?</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"460px\" module_alignment=\"center\" custom_margin=\"||21px|\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, me consetur adipiscing elit, sed do eiusmod est tempor incididunt ut labore et dolore maqua.</p>[/et_pb_text][et_pb_button button_text=\"LEARN MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"10\" button_border_color=\"#d94b6a\" button_border_radius=\"100\" button_letter_spacing=\"3\" button_font=\"Source Sans Pro|on|||\" button_icon_color=\"#ffffff\" hover_enabled=\"0\" custom_css_main_element=\"width:190px;\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"3\" button_bg_color_hover=\"#d94b6a\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#d94b6a\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#d94b6a\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"50px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||49px|\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">HOME</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">BLOG </a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">PORTFOLIO</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">FEATURES</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">CONTACT</a></span></p>[/et_pb_text][et_pb_divider color=\"#666666\" admin_label=\"Divider\" _builder_version=\"3.2\" hover_enabled=\"0\" hide_on_mobile=\"off\"] [/et_pb_divider][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"560px\" module_alignment=\"center\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"30px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse. Platea aumst. Nullam commodo au erat.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #10','','publish','closed','closed','','footer-10','','','2016-04-22 19:21:58','2016-04-22 17:21:58','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-10/',0,'et_pb_layout','',0),(3904,2,'2016-04-22 19:21:53','2016-04-22 17:21:53','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_map address=\"San Francisco, California, Stati Uniti\" zoom_level=\"10\" address_lat=\"37.77452423234229\" address_lng=\"-122.42045083267976\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" admin_label=\"Map\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"10 S Van Ness Ave, San Francisco, CA 94103, Stati Uniti\" pin_address_lat=\"37.77447156129669\" pin_address_lng=\"-122.41969444973756\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"50px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||49px|\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">HOME</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">BLOG </a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">PORTFOLIO</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">FEATURES</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">CONTACT</a></span></p>[/et_pb_text][et_pb_divider color=\"#666666\" admin_label=\"Divider\" _builder_version=\"3.2\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"560px\" module_alignment=\"center\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"30px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse. Platea aumst. Nullam commodo au erat.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #9','','publish','closed','closed','','footer-9','','','2016-04-22 19:21:53','2016-04-22 17:21:53','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-9/',0,'et_pb_layout','',0),(3903,2,'2016-04-22 19:21:47','2016-04-22 17:21:47','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/042.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"660px\" custom_padding=\"133px||120px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"660px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"rgba(249,249,249,0.21)\" form_field_text_color=\"#ffffff\" title_font=\"Source Sans Pro||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"rgba(249,249,249,0.21)\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>maker</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse platea aumst. Nullam commodo au erat.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2016 Maker Pty Ltd.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>MEET MAKER</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||24px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>GOOGLE MAP</p>[/et_pb_text][et_pb_map zoom_level=\"19\" address_lat=\"37.77471944614808\" address_lng=\"-122.4194490276127\" admin_label=\"Map\" _builder_version=\"3.0.91\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"San Francisco, California, Stati Uniti\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #8','','publish','closed','closed','','footer-8','','','2016-04-22 19:21:47','2016-04-22 17:21:47','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-8/',0,'et_pb_layout','',0),(3902,2,'2016-04-22 19:21:42','2016-04-22 17:21:42','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>maker</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse platea aumst. Nullam commodo au erat.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2016 Maker Pty Ltd.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>MEET MAKER</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Privacy Policy</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>NEED HELP?</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Company Terms</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Product Licenses</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_map address=\"San Francisco, California, Stati Uniti\" zoom_level=\"10\" address_lat=\"37.77452423234229\" address_lng=\"-122.42045083267976\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" admin_label=\"Map\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"10 S Van Ness Ave, San Francisco, CA 94103, Stati Uniti\" pin_address_lat=\"37.77447156129669\" pin_address_lng=\"-122.41969444973756\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #7','','publish','closed','closed','','footer-7','','','2016-04-22 19:21:42','2016-04-22 17:21:42','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-7/',0,'et_pb_layout','',0),(3901,2,'2016-04-22 19:21:38','2016-04-22 17:21:38','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px||10px|\" custom_padding_tablet=\"60px||30px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_line_height=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><a href=\"#\"><img class=\"alignnone size-full wp-image-2150\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/011.png\" alt=\"01\" width=\"15\" height=\"27\" /></a><a href=\"#\"><img class=\"alignnone size-medium wp-image-2151\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/021.png\" alt=\"02\" width=\"34\" height=\"27\" /></a><a href=\"#\"><img class=\"alignnone size-medium wp-image-2152\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/031.png\" alt=\"03\" width=\"27\" height=\"27\" /></a><a href=\"#\"><img class=\"alignnone size-medium wp-image-2153\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/04.png\" alt=\"04\" width=\"29\" height=\"25\" /></a><a href=\"#\"><img class=\"alignnone size-medium wp-image-2154\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/05.png\" alt=\"05\" width=\"33\" height=\"25\" /></a><a href=\"#\"><img class=\"alignnone size-medium wp-image-2155\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/06.png\" alt=\"06\" width=\"29\" height=\"30\" /></a><a href=\"#\"><img class=\"alignnone size-medium wp-image-2156\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/07.png\" alt=\"07\" width=\"25\" height=\"25\" /></a> <a href=\"#\"><img class=\"alignnone size-medium wp-image-2157\" style=\"margin-right: 8%; margin-bottom: 4%;\" src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/08.png\" alt=\"08\" width=\"27\" height=\"27\" /></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>maker</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse platea aumst. Nullam commodo au erat.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2016 Maker Pty Ltd.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>MEET MAKER</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>PHOTOGALLERY</p>[/et_pb_text][et_pb_gallery gallery_ids=\"1128,1132,1129,1131,1133,1142\" fullwidth=\"on\" posts_number=\"3\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery\" _builder_version=\"3.0.87\" caption_all_caps=\"off\" background_layout=\"dark\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #6','','publish','closed','closed','','footer-6','','','2016-04-22 19:21:38','2016-04-22 17:21:38','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-6/',0,'et_pb_layout','',0),(3900,2,'2016-04-22 19:21:31','2016-04-22 17:21:31','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_map address=\"San Francisco, California, Stati Uniti\" zoom_level=\"10\" address_lat=\"37.77452423234229\" address_lng=\"-122.42045083267976\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" admin_label=\"Map\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"10 S Van Ness Ave, San Francisco, CA 94103, Stati Uniti\" pin_address_lat=\"37.77447156129669\" pin_address_lng=\"-122.41969444973756\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>maker</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>MEET MAKER</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Privacy Policy</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>NEED HELP?</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Company Terms</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Product Licenses</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"on|on|off\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"10px\" hover_enabled=\"0\" hide_on_mobile=\"on\"][/et_pb_divider][et_pb_button button_url=\"#\" button_text=\"Send It Now\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_color=\"#d94b6a\" button_border_radius=\"100\" button_font=\"Source Sans Pro||||\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_bg_color_hover=\"#d94b6a\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#d94b6a\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#d94b6a\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #5','','publish','closed','closed','','footer-5-2','','','2016-04-22 19:21:31','2016-04-22 17:21:31','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-5-2/',0,'et_pb_layout','',0),(3899,2,'2016-04-22 19:21:27','2016-04-22 17:21:27','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/032.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"92px||92px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"3_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"48\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"36\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Ready to create experiences?</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"on|on|off\" admin_label=\"Divider\" _builder_version=\"3.2\" hover_enabled=\"0\" hide_on_mobile=\"on\"] [/et_pb_divider][et_pb_button button_text=\"LEARN MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"10\" button_border_color=\"#d94b6a\" button_border_radius=\"100\" button_letter_spacing=\"3\" button_font=\"Source Sans Pro|on|||\" button_icon_color=\"#ffffff\" hover_enabled=\"0\" custom_css_main_element=\"width:190px;\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"3\" button_bg_color_hover=\"#d94b6a\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#d94b6a\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#d94b6a\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>maker</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse platea aumst. Nullam commodo au erat.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2016 Maker Pty Ltd.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>MEET MAKER</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>PHOTOGALLERY</p>[/et_pb_text][et_pb_gallery gallery_ids=\"1128,1132,1129,1131,1133,1142\" fullwidth=\"on\" posts_number=\"3\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery\" _builder_version=\"3.0.87\" caption_all_caps=\"off\" background_layout=\"dark\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #4','','publish','closed','closed','','footer-4-2','','','2016-04-22 19:21:27','2016-04-22 17:21:27','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-4-2/',0,'et_pb_layout','',0),(3898,2,'2016-04-22 19:21:22','2016-04-22 17:21:22','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/022.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"132px||122px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Did you like this?</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"460px\" module_alignment=\"center\" custom_margin=\"||21px|\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, me consetur adipiscing elit, sed do eiusmod est tempor incididunt ut labore et dolore maqua.</p>[/et_pb_text][et_pb_button button_text=\"LEARN MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"10\" button_border_color=\"#d94b6a\" button_border_radius=\"100\" button_letter_spacing=\"3\" button_font=\"Source Sans Pro|on|||\" button_icon_color=\"#ffffff\" hover_enabled=\"0\" custom_css_main_element=\"width:190px;\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"3\" button_bg_color_hover=\"#d94b6a\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#d94b6a\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#d94b6a\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>maker</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse platea aumst. Nullam commodo au erat.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2016 Maker Pty Ltd.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>MEET MAKER</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #3','','publish','closed','closed','','footer-3','','','2016-04-22 19:21:22','2016-04-22 17:21:22','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-3/',0,'et_pb_layout','',0),(3897,2,'2016-04-22 19:21:15','2016-04-22 17:21:15','[et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"4\" specialty=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/018.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/02.png\" show_bottom_space=\"off\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"90px|||\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"on\" always_center_on_mobile=\"on\"]<p> </p>[/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#ffffff\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"25px||4px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>0039 3476 1355</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Customer Service</p>[/et_pb_text][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/03.png\" show_bottom_space=\"off\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"90px|||\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"on\" always_center_on_mobile=\"on\"]<p> </p>[/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"25px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>New York. Address: 350 Fifth<br /> Avenue, 34th floor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_row_inner padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" custom_padding=\"132px||120px|\" custom_padding_tablet=\"60px||120px|\" custom_padding_phone=\"\" hover_enabled=\"0\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"#f9f9f9\" form_field_text_color=\"#848282\" title_font=\"Source Sans Pro||||\" title_text_color=\"#848282\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"#f9f9f9\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"30px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 800;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div style=\"display: inline;\">maker <span style=\"font-weight: normal; vertical-align: middle; color: #888; font-size: 14px;\"><em>Show me your catchy slogan!</em></span></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_main_element=\"float:right;\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #2','','publish','closed','closed','','footer-2-2','','','2016-04-22 19:21:15','2016-04-22 17:21:15','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-2-2/',0,'et_pb_layout','',0),(3896,2,'2016-04-22 19:21:09','2016-04-22 17:21:09','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"120px||0px|\" custom_padding_tablet=\"100px||0px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#3b3d40\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#827f7f\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"660px\" custom_padding=\"56px||120px|\" custom_padding_tablet=\"16px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"660px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"#f9f9f9\" form_field_text_color=\"#848282\" title_font=\"Source Sans Pro||||\" title_text_color=\"#848282\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"#f9f9f9\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_map address=\"San Francisco, California, Stati Uniti\" zoom_level=\"14\" address_lat=\"37.77452423234226\" address_lng=\"-122.42045083267976\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" admin_label=\"Map\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"10 S Van Ness Ave, San Francisco, CA 94103, Stati Uniti\" pin_address_lat=\"37.77447156129669\" pin_address_lng=\"-122.41969444973756\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"30px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 800;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div style=\"display: inline;\">maker <span style=\"font-weight: normal; vertical-align: middle; color: #888; font-size: 14px;\"><em>Show me your catchy slogan!</em></span></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_main_element=\"float:right;\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #1','','publish','closed','closed','','footer-1','','','2016-04-22 19:21:09','2016-04-22 17:21:09','',0,'http://rainmakers.cafe/fumo/et_pb_layout/footer-1/',0,'et_pb_layout','',0),(30345,2,'2021-03-17 14:25:38','2021-03-17 14:25:38','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_2_font_size=\"17px\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 14:25:38','2021-03-17 14:25:38','',44,'http://rainmakers.cafe/fumo/?p=30345',0,'revision','',0),(30346,2,'2021-03-17 14:25:53','2021-03-17 14:25:53','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 14:25:53','2021-03-17 14:25:53','',44,'http://rainmakers.cafe/fumo/?p=30346',0,'revision','',0),(30349,2,'2021-03-17 14:27:23','2021-03-17 14:27:23','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 14:27:23','2021-03-17 14:27:23','',44,'http://rainmakers.cafe/fumo/?p=30349',0,'revision','',0),(30348,2,'2021-03-17 14:26:58','2021-03-17 14:26:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-17 14:26:58','2021-03-17 14:26:58','',44,'http://rainmakers.cafe/fumo/?p=30348',0,'revision','',0),(30396,2,'2021-03-18 07:32:14','2021-03-18 07:32:14','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.facebook.com/Fumo.Restaurant/\" sticky_enabled=\"0\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" hover_enabled=\"0\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:32:14','2021-03-18 07:32:14','',30379,'http://rainmakers.cafe/fumo/?p=30396',0,'revision','',0);
INSERT INTO `wpuxyio7feou_posts` VALUES (30352,2,'2021-03-18 06:43:03','2021-03-18 06:43:03','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"203px\" filter_saturate=\"0%\" hover_enabled=\"0\" min_height_last_edited=\"on|phone\" min_height_phone=\"244px\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 06:43:03','2021-03-18 06:43:03','',2,'http://rainmakers.cafe/fumo/?p=30352',0,'revision','',0),(30355,2,'2021-03-18 06:50:39','2021-03-18 06:50:39','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"708px\" filter_saturate=\"0%\" hover_enabled=\"0\" min_height_last_edited=\"on|desktop\" min_height_phone=\"138px\" sticky_enabled=\"0\" height_last_edited=\"on|phone\" max_height=\"662px\" height_phone=\"155px\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 06:50:39','2021-03-18 06:50:39','',2,'http://rainmakers.cafe/fumo/?p=30355',0,'revision','',0),(30357,2,'2021-03-18 06:51:34','2021-03-18 06:51:34','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"708px\" filter_saturate=\"0%\" hover_enabled=\"0\" min_height_last_edited=\"on|desktop\" min_height_phone=\"138px\" sticky_enabled=\"0\" height_last_edited=\"on|phone\" max_height=\"662px\" height_phone=\"155px\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" width_last_edited=\"on|desktop\" width_phone=\"83%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 06:51:34','2021-03-18 06:51:34','',2,'http://rainmakers.cafe/fumo/?p=30357',0,'revision','',0),(30359,2,'2021-03-18 06:53:24','2021-03-18 06:53:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"89%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"20px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-18 06:53:24','2021-03-18 06:53:24','',44,'http://rainmakers.cafe/fumo/?p=30359',0,'revision','',0),(30361,2,'2021-03-18 06:54:50','2021-03-18 06:54:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"9px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"89%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"20px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-18 06:54:50','2021-03-18 06:54:50','',44,'http://rainmakers.cafe/fumo/?p=30361',0,'revision','',0),(30362,2,'2021-03-18 06:55:26','2021-03-18 06:55:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" subhead=\"It\'s All about the feeling\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"9px\" sticky_enabled=\"0\" subhead_font_size_tablet=\"13px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"89%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_last_edited=\"on|phone\" header_font_size_phone=\"20px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-03-18 06:55:26','2021-03-18 06:55:26','',44,'http://rainmakers.cafe/fumo/?p=30362',0,'revision','',0),(30376,2,'2021-03-18 07:10:27','2021-03-18 07:10:27','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"120px||0px|\" custom_padding_tablet=\"100px||0px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#3b3d40\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#827f7f\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"660px\" custom_padding=\"56px||120px|\" custom_padding_tablet=\"16px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"660px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"#f9f9f9\" form_field_text_color=\"#848282\" title_font=\"Source Sans Pro||||\" title_text_color=\"#848282\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"#f9f9f9\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_map address=\"San Francisco, California, Stati Uniti\" zoom_level=\"14\" address_lat=\"37.77452423234226\" address_lng=\"-122.42045083267976\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" admin_label=\"Map\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"10 S Van Ness Ave, San Francisco, CA 94103, Stati Uniti\" pin_address_lat=\"37.77447156129669\" pin_address_lng=\"-122.41969444973756\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"30px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 800;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div style=\"display: inline;\">maker <span style=\"font-weight: normal; vertical-align: middle; color: #888; font-size: 14px;\"><em>Show me your catchy slogan!</em></span></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_main_element=\"float:right;\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #1','','trash','open','closed','','footer-1__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_footer_layout/footer-1/',0,'et_footer_layout','',0),(30367,2,'2021-03-18 07:01:52','2021-03-18 07:01:52','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"10px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-18 07:01:52','2021-03-18 07:01:52','',446,'http://rainmakers.cafe/fumo/?p=30367',0,'revision','',0),(30369,2,'2021-03-18 07:02:37','2021-03-18 07:02:37','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-IMG_8998-Oysters.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"10px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"80%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-03-18 07:02:37','2021-03-18 07:02:37','',446,'http://rainmakers.cafe/fumo/?p=30369',0,'revision','',0),(30371,2,'2021-03-18 07:04:20','2021-03-18 07:04:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"9px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_masonry_gallery gallery_ids=\"425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443\" use_lightbox=\"on\" use_horizontal_order=\"off\" use_zoom_on_hover=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/dsm_masonry_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-03-18 07:04:20','2021-03-18 07:04:20','',99,'http://rainmakers.cafe/fumo/?p=30371',0,'revision','',0),(30389,2,'2021-03-18 07:25:35','2021-03-18 07:25:35','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.facebook.com/Fumo.Restaurant/\" sticky_enabled=\"0\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" hover_enabled=\"0\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:25:35','2021-03-18 07:25:35','',30379,'http://rainmakers.cafe/fumo/?p=30389',0,'revision','',0),(30438,2,'2021-03-18 08:07:52','2021-03-18 08:07:52','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-18 08:07:52','2021-03-18 08:07:52','',65,'http://rainmakers.cafe/fumo/?p=30438',0,'revision','',0),(30374,2,'2021-03-18 07:07:05','2021-03-18 07:07:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"9px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" filter_saturate=\"0%\" hover_enabled=\"0\" height_last_edited=\"on|phone\" height_phone=\"205px\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"86%\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-03-18 07:07:05','2021-03-18 07:07:05','',65,'http://rainmakers.cafe/fumo/?p=30374',0,'revision','',0),(30384,2,'2021-03-18 07:19:47','2021-03-18 07:19:47','','uber-eats','','inherit','open','closed','','uber-eats','','','2021-03-18 07:19:47','2021-03-18 07:19:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png',0,'attachment','image/png',0),(30377,2,'2021-03-18 07:10:56','2021-03-18 07:10:56','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/051.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"132px||122px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Did you like this?</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"460px\" module_alignment=\"center\" custom_margin=\"||21px|\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, me consetur adipiscing elit, sed do eiusmod est tempor incididunt ut labore et dolore maqua.</p>[/et_pb_text][et_pb_button button_text=\"LEARN MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"10\" button_border_color=\"#d94b6a\" button_border_radius=\"100\" button_letter_spacing=\"3\" button_font=\"Source Sans Pro|on|||\" button_icon_color=\"#ffffff\" hover_enabled=\"0\" custom_css_main_element=\"width:190px;\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"3\" button_bg_color_hover=\"#d94b6a\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#d94b6a\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#d94b6a\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"50px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||49px|\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">HOME</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">BLOG </a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">PORTFOLIO</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">FEATURES</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">CONTACT</a></span></p>[/et_pb_text][et_pb_divider color=\"#666666\" admin_label=\"Divider\" _builder_version=\"3.2\" hover_enabled=\"0\" hide_on_mobile=\"off\"] [/et_pb_divider][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"560px\" module_alignment=\"center\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"30px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse. Platea aumst. Nullam commodo au erat.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #10','','trash','open','closed','','footer-10__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_footer_layout/footer-10/',0,'et_footer_layout','',0),(30378,2,'2021-03-18 07:11:20','2021-03-18 07:11:20','[et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"4\" specialty=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/018.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/02.png\" show_bottom_space=\"off\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"90px|||\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"on\" always_center_on_mobile=\"on\"]<p> </p>[/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#ffffff\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"25px||4px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>0039 3476 1355</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Customer Service</p>[/et_pb_text][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/03.png\" show_bottom_space=\"off\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"90px|||\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"on\" always_center_on_mobile=\"on\"]<p> </p>[/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"25px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>New York. Address: 350 Fifth<br /> Avenue, 34th floor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_row_inner padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" custom_padding=\"132px||120px|\" custom_padding_tablet=\"60px||120px|\" custom_padding_phone=\"\" hover_enabled=\"0\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"#f9f9f9\" form_field_text_color=\"#848282\" title_font=\"Source Sans Pro||||\" title_text_color=\"#848282\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"#f9f9f9\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"30px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 800;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div style=\"display: inline;\">maker <span style=\"font-weight: normal; vertical-align: middle; color: #888; font-size: 14px;\"><em>Show me your catchy slogan!</em></span></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_main_element=\"float:right;\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #2','','trash','open','closed','','footer-2__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_footer_layout/footer-2/',0,'et_footer_layout','',0),(30379,2,'2021-03-18 07:11:42','2021-03-18 07:11:42','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','trash','open','closed','','footer-3__trashed','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_footer_layout/footer-3/',0,'et_footer_layout','',0),(30456,2,'2021-03-31 09:39:41','2021-03-31 09:39:41','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30379-revision-v1','','','2021-03-31 09:39:41','2021-03-31 09:39:41','',30379,'http://rainmakers.cafe/fumo/?p=30456',0,'revision','',0),(30385,2,'2021-03-18 07:20:12','2021-03-18 07:20:12','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>Links</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" bg_color=\"#00aced\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" bg_color=\"#dd4b39\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #3','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:20:12','2021-03-18 07:20:12','',30379,'http://rainmakers.cafe/fumo/?p=30385',0,'revision','',0),(30381,2,'2021-03-18 07:12:15','2021-03-18 07:12:15','','Default Website Template','','trash','closed','closed','','default-website-template-3__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_template/default-website-template-3/',0,'et_template','',0),(30382,2,'2021-03-18 07:12:15','2021-03-18 07:12:15','','Blog','','trash','closed','closed','','blog-2__trashed','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/et_template/blog-2/',0,'et_template','',0),(30388,2,'2021-03-18 07:25:23','2021-03-18 07:25:23','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.facebook.com/Fumo.Restaurant/\" sticky_enabled=\"0\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" hover_enabled=\"0\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #3','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:25:23','2021-03-18 07:25:23','',30379,'http://rainmakers.cafe/fumo/?p=30388',0,'revision','',0),(30386,2,'2021-03-18 07:20:30','2021-03-18 07:20:30','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>Links</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">About Maker</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Explore our Ecosystem</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Careers</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Community Meetups</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Help Center</a></span><br /> <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Contact Us</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" bg_color=\"#00aced\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" bg_color=\"#dd4b39\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"30px||8px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #3','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:20:30','2021-03-18 07:20:30','',30379,'http://rainmakers.cafe/fumo/?p=30386',0,'revision','',0),(30390,2,'2021-03-18 07:25:35','2021-03-18 07:25:35','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.facebook.com/Fumo.Restaurant/\" sticky_enabled=\"0\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" hover_enabled=\"0\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:25:35','2021-03-18 07:25:35','',30379,'http://rainmakers.cafe/fumo/?p=30390',0,'revision','',0),(30398,2,'2021-03-18 07:32:14','2021-03-18 07:32:14','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.facebook.com/Fumo.Restaurant/\" sticky_enabled=\"0\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" hover_enabled=\"0\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:32:14','2021-03-18 07:32:14','',30379,'http://rainmakers.cafe/fumo/?p=30398',0,'revision','',0),(30394,2,'2021-03-18 07:32:00','2021-03-18 07:32:00','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"absolute\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" z_index=\"500\" sticky_enabled=\"0\" height=\"122px\" max_height=\"129px\" background_color=\"rgba(0,0,0,0)\" admin_label=\"Menu\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"31px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:32:00','2021-03-18 07:32:00','',30324,'http://rainmakers.cafe/fumo/?p=30394',0,'revision','',0),(30401,2,'2021-03-18 07:34:49','2021-03-18 07:34:49','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"31px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:34:49','2021-03-18 07:34:49','',30324,'http://rainmakers.cafe/fumo/?p=30401',0,'revision','',0),(30399,2,'2021-03-18 07:32:51','2021-03-18 07:32:51','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"absolute\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" z_index=\"500\" sticky_enabled=\"0\" height=\"122px\" max_height=\"129px\" background_color=\"rgba(0,0,0,0)\" admin_label=\"Menu\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"31px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:32:51','2021-03-18 07:32:51','',30324,'http://rainmakers.cafe/fumo/?p=30399',0,'revision','',0),(30400,2,'2021-03-18 07:32:51','2021-03-18 07:32:51','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" column_structure=\"1_2,1_4,1_4\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" width=\"30%\" sticky_enabled=\"0\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" hover_enabled=\"0\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.facebook.com/Fumo.Restaurant/\" sticky_enabled=\"0\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" hover_enabled=\"0\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" sticky_enabled=\"0\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" _builder_version=\"4.9.2\" _module_preset=\"default\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30379-revision-v1','','','2021-03-18 07:32:51','2021-03-18 07:32:51','',30379,'http://rainmakers.cafe/fumo/?p=30400',0,'revision','',0),(30392,2,'2021-03-18 07:30:48','2021-03-18 07:30:48','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0a0101\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"absolute\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" z_index=\"500\" sticky_enabled=\"0\" height=\"122px\" max_height=\"129px\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"31px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:30:48','2021-03-18 07:30:48','',30324,'http://rainmakers.cafe/fumo/?p=30392',0,'revision','',0),(30397,2,'2021-03-18 07:32:14','2021-03-18 07:32:14','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"absolute\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" z_index=\"500\" sticky_enabled=\"0\" height=\"122px\" max_height=\"129px\" background_color=\"rgba(0,0,0,0)\" admin_label=\"Menu\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"31px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:32:14','2021-03-18 07:32:14','',30324,'http://rainmakers.cafe/fumo/?p=30397',0,'revision','',0),(30395,2,'2021-03-18 07:32:14','2021-03-18 07:32:14','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"absolute\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" z_index=\"500\" sticky_enabled=\"0\" height=\"122px\" max_height=\"129px\" background_color=\"rgba(0,0,0,0)\" admin_label=\"Menu\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"31px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:32:14','2021-03-18 07:32:14','',30324,'http://rainmakers.cafe/fumo/?p=30395',0,'revision','',0),(30405,2,'2021-03-18 07:38:26','2021-03-18 07:38:26','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" background_color_gradient_end_phone=\"rgba(66,66,66,0.78)\" use_background_color_gradient_phone=\"on\" sticky_enabled=\"0\" positioning_last_edited=\"on|phone\" position_origin_a_last_edited=\"on|phone\" position_origin_f_last_edited=\"on|phone\" position_origin_r_last_edited=\"on|phone\" positioning_phone=\"absolute\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" width_last_edited=\"on|phone\" max_width=\"2560px\" width_phone=\"52%\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\" custom_margin=\"||-29px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"0px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:38:26','2021-03-18 07:38:26','',30324,'http://rainmakers.cafe/fumo/?p=30405',0,'revision','',0),(30404,2,'2021-03-18 07:37:44','2021-03-18 07:37:44','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" background_color_gradient_end_phone=\"rgba(66,66,66,0.78)\" use_background_color_gradient_phone=\"on\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" width_last_edited=\"on|phone\" max_width=\"2560px\" width_phone=\"52%\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\" custom_margin=\"||-29px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"0px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:37:44','2021-03-18 07:37:44','',30324,'http://rainmakers.cafe/fumo/?p=30404',0,'revision','',0),(30411,2,'2021-03-18 07:44:33','2021-03-18 07:44:33','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"rgba(66,66,66,0.78)\" positioning_tablet=\"\" positioning_phone=\"fixed\" positioning_last_edited=\"on|phone\" background_color_gradient_start_position=\"43%\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"65%\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"||-29px|||\" hover_enabled=\"0\" sticky_enabled=\"0\" align=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:44:33','2021-03-18 07:44:33','',30324,'http://rainmakers.cafe/fumo/?p=30411',0,'revision','',0),(30415,2,'2021-03-18 07:49:54','2021-03-18 07:49:54','[et_pb_section fb_built=\"1\" admin_label=\"Space\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"||||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 07:49:54','2021-03-18 07:49:54','',2,'http://rainmakers.cafe/fumo/?p=30415',0,'revision','',0),(30412,2,'2021-03-18 07:46:58','2021-03-18 07:46:58','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"rgba(66,66,66,0.78)\" positioning_tablet=\"\" positioning_phone=\"fixed\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"||-29px|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:46:58','2021-03-18 07:46:58','',30324,'http://rainmakers.cafe/fumo/?p=30412',0,'revision','',0),(30409,2,'2021-03-18 07:44:07','2021-03-18 07:44:07','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"rgba(66,66,66,0.78)\" positioning_tablet=\"\" positioning_phone=\"fixed\" positioning_last_edited=\"on|phone\" background_color_gradient_start_position=\"43%\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"65%\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"||-29px|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:44:07','2021-03-18 07:44:07','',30324,'http://rainmakers.cafe/fumo/?p=30409',0,'revision','',0),(30433,2,'2021-03-18 08:01:18','2021-03-18 08:01:18','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 08:01:18','2021-03-18 08:01:18','',2,'http://rainmakers.cafe/fumo/?p=30433',0,'revision','',0),(30417,2,'2021-03-18 07:50:35','2021-03-18 07:50:35','[et_pb_section fb_built=\"1\" admin_label=\"Space\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0%|0px||0px|false|false\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"||||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 07:50:35','2021-03-18 07:50:35','',2,'http://rainmakers.cafe/fumo/?p=30417',0,'revision','',0),(30407,2,'2021-03-18 07:40:44','2021-03-18 07:40:44','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" height=\"122px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" background_color_gradient_end_phone=\"rgba(66,66,66,0.78)\" use_background_color_gradient_phone=\"on\" sticky_enabled=\"0\" positioning_last_edited=\"on|phone\" position_origin_a_last_edited=\"on|phone\" position_origin_f_last_edited=\"on|phone\" position_origin_r_last_edited=\"on|phone\" positioning_phone=\"fixed\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"||||false|false\" position_origin_f_phone=\"top_center\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" width_last_edited=\"on|phone\" max_width=\"2560px\" width_phone=\"52%\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"42%\" custom_margin=\"||-29px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"0px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:40:44','2021-03-18 07:40:44','',30324,'http://rainmakers.cafe/fumo/?p=30407',0,'revision','',0),(30413,2,'2021-03-18 07:48:13','2021-03-18 07:48:13','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"108px||||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 07:48:13','2021-03-18 07:48:13','',2,'http://rainmakers.cafe/fumo/?p=30413',0,'revision','',0),(30420,2,'2021-03-18 07:52:25','2021-03-18 07:52:25','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"238px\" max_height=\"189px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"fixed\" positioning_last_edited=\"on|phone\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"||-29px|||\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"66%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:52:25','2021-03-18 07:52:25','',30324,'http://rainmakers.cafe/fumo/?p=30420',0,'revision','',0),(30422,2,'2021-03-18 07:53:01','2021-03-18 07:53:01','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"238px\" max_height=\"189px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"fixed\" positioning_last_edited=\"on|phone\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"||-29px|||\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"66%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:53:01','2021-03-18 07:53:01','',30324,'http://rainmakers.cafe/fumo/?p=30422',0,'revision','',0),(30424,2,'2021-03-18 07:54:06','2021-03-18 07:54:06','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"187px\" max_height=\"143px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"fixed\" positioning_last_edited=\"on|phone\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"-30px||-29px||false|false\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"66%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:54:06','2021-03-18 07:54:06','',30324,'http://rainmakers.cafe/fumo/?p=30424',0,'revision','',0),(30426,2,'2021-03-18 07:56:05','2021-03-18 07:56:05','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"187px\" max_height=\"154px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"66%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:56:05','2021-03-18 07:56:05','',30324,'http://rainmakers.cafe/fumo/?p=30426',0,'revision','',0),(30431,2,'2021-03-18 08:00:05','2021-03-18 08:00:05','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" url=\"http://rainmakers.cafe/fumo/\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"1px||||false|false\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 08:00:05','2021-03-18 08:00:05','',30324,'http://rainmakers.cafe/fumo/?p=30431',0,'revision','',0),(30430,2,'2021-03-18 07:59:06','2021-03-18 07:59:06','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\" sticky_enabled=\"0\" background_color_phone=\"#000000\" background_enable_color_phone=\"on\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"66%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"1px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:59:06','2021-03-18 07:59:06','',30324,'http://rainmakers.cafe/fumo/?p=30430',0,'revision','',0),(30428,2,'2021-03-18 07:58:14','2021-03-18 07:58:14','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"187px\" max_height=\"154px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_phone=\"on\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" width_last_edited=\"on|phone\" width_phone=\"66%\" sticky_enabled=\"0\" disabled_on=\"on|on|off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu menu_style=\"centered\" _builder_version=\"4.9.2\" _module_preset=\"default\" menu_font=\"Poppins||||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"19px\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"28px||||false|false\" hover_enabled=\"0\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"#e10101\" sticky_enabled=\"0\" mobile_menu_bg_color=\"#000000\" mobile_menu_text_color=\"#FFFFFF\" title_text=\"Logo Fumo dark background\" logo_last_edited=\"on|phone\" logo_phone=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30324-revision-v1','','','2021-03-18 07:58:14','2021-03-18 07:58:14','',30324,'http://rainmakers.cafe/fumo/?p=30428',0,'revision','',0),(30436,2,'2021-03-18 08:06:56','2021-03-18 08:06:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-2.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"35px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Fumo Slide 2\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-03-18 08:06:56','2021-03-18 08:06:56','',3,'http://rainmakers.cafe/fumo/?p=30436',0,'revision','',0),(30435,2,'2021-03-18 08:01:52','2021-03-18 08:01:52','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-18 08:01:52','2021-03-18 08:01:52','',2,'http://rainmakers.cafe/fumo/?p=30435',0,'revision','',0),(30443,1,'2021-03-27 13:04:38','2021-03-27 13:04:38','','seedprod','','inherit','closed','closed','','80-revision-v1','','','2021-03-27 13:04:38','2021-03-27 13:04:38','',80,'http://rainmakers.cafe/fumo/?p=30443',0,'revision','',0),(30444,1,'2021-03-27 13:05:17','2021-03-27 13:05:17','<div id=\"sp-page\" class=\"spBgcover sp-content-1\" style=\"background-color: rgb(2, 2, 2); font-family: \'Helvetica Neue\', Arial, sans-serif; font-weight: 400;\"><section id=\"sp-ks8a8s\" class=\"sp-el-section \" style=\"width: 600px; max-width: 100%; padding: 10px; margin-top: 60px;\"><div id=\"sp-vw3kvy\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-wz5ajq\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><figure id=\"sp-k4accv\" class=\"sp-image-wrapper\" style=\"margin-top: 0px; padding: 10px; text-align: center;\"><span><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/07/Logo-Fumo-black-background.jpg\" alt=\"\"></span></figure><h1 id=\"sp-rchwtv\" class=\"sp-css-target\" style=\"text-align: center; padding: 10px; margin-top: 0px;\">Website under scheduled maintenance. We\'ll be back online soon.</h1><div id=\"sp-ss42wh\" class=\"sp-css-target sp-text-wrapper\" style=\"padding: 10px; margin-top: 0px; text-align: center;\"></div></div></div></section><section id=\"sp-qy2ukz\" class=\"sp-el-section \" style=\"width: 100%; max-width: 100%; padding: 10px;\"><div id=\"sp-y2q7z4\" class=\"sp-el-row sm:sp-flex sp-justify-between sp-w-full  sp-m-auto\" style=\"padding: 0px; width: auto; max-width: 1000px;\"><div id=\"sp-kc98i6\" class=\"sp-el-col sp-p-4  sp-w-full\" style=\"width: calc(100% - 0px); padding: 10px;\"><div id=\"sp-x7mrh1\" class=\"sp-spacer\" style=\"height: 60px;\"></div></div></div></section></div>','seedprod','','inherit','closed','closed','','80-revision-v1','','','2021-03-27 13:05:17','2021-03-27 13:05:17','{\"enable_recaptcha\":false,\"template_id\":71,\"post_title\":\"seedprod\",\"post_name\":\"sp-mm\",\"post_status\":\"publish\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"no_conflict_mode\":true,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"mm\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"wz5ajq\",\"type\":\"col\",\"blocks\":[{\"id\":\"k4accv\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/07/Logo-Fumo-black-background.jpg\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false,\"openNewWindow\":false,\"noFollow\":false}},{\"id\":\"rchwtv\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Website under scheduled maintenance. We\'ll be back online soon.\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"ss42wh\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"60\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}},{\"id\":\"qy2ukz\",\"type\":\"section\",\"rows\":[{\"id\":\"y2q7z4\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"kc98i6\",\"type\":\"col\",\"blocks\":[{\"id\":\"x7mrh1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":1,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#020202\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#e83333\",\"headerColor\":\"#444444\",\"linkColor\":\"#e83333\",\"linkDarkerColor\":\"#d01818\",\"textColor\":\"#d6d6d6\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"1\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#d6d6d6} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#444444}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#444444; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#e83333} #sp-page a:hover{color:#d01818}#sp-page .btn{background-color:#e83333}body{background-color:#020202; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false}}}',80,'http://rainmakers.cafe/fumo/?p=30444',0,'revision','',0),(30442,1,'2021-03-27 12:53:32','2021-03-27 12:53:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.2\" title_font=\"Poppins|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0em\" title_line_height=\"1.5em\" subhead_font=\"Poppins|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_masonry_gallery gallery_ids=\"426,427,428,430,431,433,435,436,437,438,439,440\" use_lightbox=\"on\" use_horizontal_order=\"off\" use_zoom_on_hover=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_masonry_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-03-27 12:53:32','2021-03-27 12:53:32','',99,'http://rainmakers.cafe/fumo/?p=30442',0,'revision','',0),(30446,2,'2021-03-30 09:48:30','2021-03-30 09:48:30','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"10px||||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/2nd-Block-HP-980x1099-1.jpg\" title_text=\"2nd Block HP 980x1099\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/4th-Block-HP-980x916-1.jpg\" title_text=\"4th Block HP 980x916\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"40px||10px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"20px||30px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/5th-Block-HP-980x916-1.jpg\" title_text=\"5th Block HP 980x916\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" collapsed=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo, Groenkloof, Pretoria, 0181, South Africa\" zoom=\"14px\" _builder_version=\"4.9.4\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"384px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"548px\" filter_saturate=\"0%\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home','','','2021-04-22 09:10:10','2021-04-22 09:10:10','',0,'http://rainmakers.cafe/fumo/?page_id=30446',0,'page','',0),(30447,2,'2021-03-30 09:48:30','2021-03-30 09:48:30','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-03-30 09:48:30','2021-03-30 09:48:30','',30446,'http://rainmakers.cafe/fumo/?p=30447',0,'revision','',0),(30454,1,'2021-03-31 06:44:46','2021-03-31 06:44:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,\r\nthe people, the experience</h2>\r[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]Highly regarded authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\r\nOur ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\r\nLet us surprise you with new experiences for your palate.\r\nDiscover new combinations of exotic and local cuntures in perfect harmony.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\r\nWe\'re open for lunch and dinner every day\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\r\nCall us or send us and email\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\r\n<a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\r\ninfo@fumo.co.za\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\r\n21 Groenkloof plaza\r\nGroenkloof,\r\nPretoria\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-31 06:44:46','2021-03-31 06:44:46','',2,'http://rainmakers.cafe/fumo/?p=30454',0,'revision','',0),(30453,2,'2021-03-30 09:51:32','2021-03-30 09:51:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" title_text=\"Fumo Maradona Flyer\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _builder_version=\"4.7.4\" _dynamic_attributes=\"url\" _module_preset=\"default\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>It\'s about the food,\r\nthe people, the experience</h2>\r\n[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]\r\n\r\nHighly regarded authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]\r\n<h3>From the soul</h3>\r\nOur ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]\r\n<h3>Something new</h3>\r\nLet us surprise you with new experiences for your palate.\r\nDiscover new combinations of exotic and local cuntures in perfect harmony.\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]\r\n<h2>Come on In!</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]\r\n<h4>Weekdays and Weekends</h4>\r\nWe\'re open for lunch and dinner every day\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]\r\n<h4>Special event</h4>\r\nCall us or send us and email\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]\r\n<h2>Contact</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]\r\n<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\r\n<a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]\r\n<h4>Mail</h4>\r\ninfo@fumo.co.za\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]\r\n<h4>Address</h4>\r\n21 Groenkloof plaza\r\nGroenkloof,\r\nPretoria\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]\r\n<h2>Follow us on Instagram</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-03-30 09:51:32','2021-03-30 09:51:32','',2,'http://rainmakers.cafe/fumo/?p=30453',0,'revision','',0),(30451,2,'2021-03-30 09:49:50','2021-03-30 09:49:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" title_text=\"Fumo Maradona Flyer\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _builder_version=\"4.7.4\" _dynamic_attributes=\"url\" _module_preset=\"default\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','2-revision-v1','','','2021-03-30 09:49:50','2021-03-30 09:49:50','',2,'http://rainmakers.cafe/fumo/?p=30451',0,'revision','',0),(30450,2,'2021-03-30 09:49:30','2021-03-30 09:49:30','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" _builder_version=\"4.7.4\" _module_preset=\"default\" title_text=\"Fumo Maradona Flyer\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _dynamic_attributes=\"url\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.7.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','2-revision-v1','','','2021-03-30 09:49:30','2021-03-30 09:49:30','',2,'http://rainmakers.cafe/fumo/?p=30450',0,'revision','',0),(30449,2,'2021-03-30 09:48:33','2021-03-30 09:48:33','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home Backup','','inherit','closed','closed','','30446-revision-v1','','','2021-03-30 09:48:33','2021-03-30 09:48:33','',30446,'http://rainmakers.cafe/fumo/?p=30449',0,'revision','',0),(30452,2,'2021-03-30 09:49:53','2021-03-30 09:49:53','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"It\'s a different FEELING\" text_orientation=\"center\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_color=\"#ffffff\" background_overlay_color=\"rgba(0,0,0,0)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.6.6\" title_font=\"Oswald|||on|\" title_text_align=\"center\" title_text_color=\"#ffffff\" title_font_size=\"80px\" title_letter_spacing=\"0.05em\" title_line_height=\"1.5em\" subhead_font=\"Nunito|600|||||||\" subhead_font_size=\"20px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Raw.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" background_layout=\"light\" custom_padding=\"12%||12%|\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Coffee\" _builder_version=\"3.22\" background_color=\"#1d2528\" custom_padding=\"0.9%|0px|10%|0px||\" locked=\"off\"][et_pb_row custom_padding_last_edited=\"on|desktop\" admin_label=\"tittle Row\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/12/Fumo-Maradona-Flyer.jpg\" title_text=\"Fumo Maradona Flyer\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNCJ9fQ==@\" _builder_version=\"4.7.4\" _dynamic_attributes=\"url\" _module_preset=\"default\"][/et_pb_image][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"|||on|||||\" header_text_align=\"center\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>It\'s about the food,<br />the people, the experience</h2>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||||||\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Oswald||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" text_orientation=\"center\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"-30px|||\" locked=\"off\"]<p><span apple_mouseover_highlight=\"1\">Highly</span><span> </span><span apple_mouseover_highlight=\"1\">regarded</span> authentic Italian cuisine in heart of the South African capital, Pretoria. Internationally recognised Executive Chef Claudio Uccello from Naples, with experience in New York, Montecarlo, London, Venice, Singapore and his lovely home town Napoli, always creates new flavours combining classic Italian tradition with an international and South African twist.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Coffee Info\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px|0px|40px|0px\" custom_padding_tablet=\"|0px||\" custom_padding_phone=\"|0px||\" custom_width_px=\"1280px\" saved_tabs=\"all\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Multi-awarded Italian Chef\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_chef.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Wide selection of fine wines and spirits\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_wine.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"100ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Authentic Neapolitan Pizza and Panuozzo\" image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Icon_pizza.png\" alt=\"Coffee Bean\" _builder_version=\"4.6.6\" header_font=\"Oswald|||on|\" header_text_align=\"center\" header_text_color=\"#dca47d\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" animation_delay=\"200ms\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Best Beans\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Best Beans Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.6.6\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>From the soul</h3>\n<p>Our ingredients are sourced carefully with the final taste in mind. In our tradition every element of the recipe must be distinguished in your mouth in an harmony of flavours that pays homage to the vegetable, meat, fish and herbs that participated to the creation </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.6.6\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/IMG_0835.jpg\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Great Coffee\" _builder_version=\"4.6.6\" background_color=\"#e2d4c0\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Gren-Soup.jpg\" custom_margin=\"|||\" custom_padding=\"10%|0px|10%|0px\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Nunito||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_text_align=\"center\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"42px\" header_3_letter_spacing=\"2px\" header_3_line_height=\"1.5em\" max_width=\"600px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"|||\" locked=\"off\"]<h3>Something new</h3>\n<p>Let us surprise you with new experiences for your palate.<br />Discover new combinations of exotic and local cuntures in perfect harmony. </p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.6.6\" background_color_gradient_direction=\"90deg\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/11/Pappardelle.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays and Weekends</h4>\n<p>We\'re open for lunch and dinner every day</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Special event</h4>\n<p>Call us or send us and email</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4 id=\"h4skh52uzrfh8qwjp5cof25178koz1\">Phone</h4>\n<p><a href=\"#h4skh52uzrfh8qwjp5cof25178koz1\">012 346 0916</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Mail</h4>\n<p>info@fumo.co.za</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.6.6\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\n<p>21 Groenkloof plaza<br /> Groenkloof,<br /> Pretoria</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.6.6\" _module_preset=\"default\"]<h2>Follow us on Instagram</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.6.6\" _module_preset=\"default\"][instagram-feed num=4 cols=4 showfollow=true][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home SZ','','inherit','closed','closed','','2-revision-v1','','','2021-03-30 09:49:53','2021-03-30 09:49:53','',2,'http://rainmakers.cafe/fumo/?p=30452',0,'revision','',0),(30457,2,'2021-03-31 09:40:13','2021-03-31 09:40:13','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30379-revision-v1','','','2021-03-31 09:40:13','2021-03-31 09:40:13','',30379,'http://rainmakers.cafe/fumo/?p=30457',0,'revision','',0),(30458,2,'2021-03-31 09:40:49','2021-03-31 09:40:49','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"65%\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"49%\" custom_margin=\"13px|||||\"][/et_pb_image][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/SSC_Neapel.svg_.png\" title_text=\"SSC_Neapel.svg\" url=\"https://www.sscnapoli.it/\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"22%\" custom_margin=\"13px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p style=\"\n    font-size: 13px;\n\">The Heart of Napoli Soccer Club in South Africa</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','publish','open','closed','','default-website-template','','','2021-04-22 13:20:24','2021-04-22 13:20:24','',0,'http://rainmakers.cafe/fumo/et_footer_layout/default-website-template/',0,'et_footer_layout','',0),(30459,2,'2021-03-31 09:41:06','2021-03-31 09:41:06','','Theme Builder','','trash','closed','closed','','__trashed-3','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',0,'http://rainmakers.cafe/fumo/?post_type=et_theme_builder&#038;p=30459',0,'et_theme_builder','',0),(30460,2,'2021-03-31 09:41:02','2021-03-31 09:41:02','','Default Website Template','','trash','closed','closed','','default-website-template-4__trashed','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_template/default-website-template-4/',0,'et_template','',0),(30461,2,'2021-03-31 09:41:02','2021-03-31 09:41:02','','Save Footer','','trash','closed','closed','','save-footer__trashed','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_template/save-footer/',0,'et_template','',0),(30462,2,'2021-03-31 09:41:06','2021-03-31 09:41:06','','Save Footer','','publish','closed','closed','','save-footer-2','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_template/save-footer-2/',0,'et_template','',0),(30463,2,'2021-03-31 09:41:06','2021-03-31 09:41:06','[et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"4\" specialty=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/018.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/02.png\" show_bottom_space=\"off\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"90px|||\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"on\" always_center_on_mobile=\"on\"]<p> </p>[/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#ffffff\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"25px||4px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>0039 3476 1355</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Customer Service</p>[/et_pb_text][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/03.png\" show_bottom_space=\"off\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"90px|||\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"on\" always_center_on_mobile=\"on\"]<p> </p>[/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"25px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>New York. Address: 350 Fifth<br /> Avenue, 34th floor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_row_inner padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" custom_padding=\"132px||120px|\" custom_padding_tablet=\"60px||120px|\" custom_padding_phone=\"\" hover_enabled=\"0\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"#f9f9f9\" form_field_text_color=\"#848282\" title_font=\"Source Sans Pro||||\" title_text_color=\"#848282\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"#f9f9f9\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"30px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 800;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div style=\"display: inline;\">maker <span style=\"font-weight: normal; vertical-align: middle; color: #888; font-size: 14px;\"><em>Show me your catchy slogan!</em></span></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_main_element=\"float:right;\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #2','','inherit','closed','closed','','30378-revision-v1','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',30378,'http://rainmakers.cafe/fumo/?p=30463',0,'revision','',0),(30464,2,'2021-03-31 09:41:06','2021-03-31 09:41:06','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/051.jpg\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"132px||122px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Did you like this?</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"460px\" module_alignment=\"center\" custom_margin=\"||21px|\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, me consetur adipiscing elit, sed do eiusmod est tempor incididunt ut labore et dolore maqua.</p>[/et_pb_text][et_pb_button button_text=\"LEARN MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"10\" button_border_color=\"#d94b6a\" button_border_radius=\"100\" button_letter_spacing=\"3\" button_font=\"Source Sans Pro|on|||\" button_icon_color=\"#ffffff\" hover_enabled=\"0\" custom_css_main_element=\"width:190px;\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"3\" button_bg_color_hover=\"#d94b6a\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#d94b6a\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#d94b6a\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"50px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||49px|\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">HOME</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">BLOG </a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">PORTFOLIO</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">FEATURES</a></span> <span style=\"color: #ffffff; margin-right: 3%;\"><a style=\"color: #ffffff;\" href=\"#\">CONTACT</a></span></p>[/et_pb_text][et_pb_divider color=\"#666666\" admin_label=\"Divider\" _builder_version=\"3.2\" hover_enabled=\"0\" hide_on_mobile=\"off\"] [/et_pb_divider][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"560px\" module_alignment=\"center\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"30px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Maecenas eu placerat ante. Fusce ut neque justo, aliquet enim. In hac habitasse. Platea aumst. Nullam commodo au erat.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #10','','inherit','closed','closed','','30377-revision-v1','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',30377,'http://rainmakers.cafe/fumo/?p=30464',0,'revision','',0),(30465,2,'2021-03-31 09:41:06','2021-03-31 09:41:06','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"120px||0px|\" custom_padding_tablet=\"100px||0px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Playfair Display||||\" text_text_color=\"#3b3d40\" text_font_size=\"64\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||40px|\" custom_margin_tablet=\"||20px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" text_font_size_tablet=\"46\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Get In Touch</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#827f7f\" text_font_size=\"24\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"510px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Sed ut perspiciatis unde omnis iste natus errorae sit voluptatem accusa antium.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"660px\" custom_padding=\"56px||120px|\" custom_padding_tablet=\"16px||100px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"660px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" _builder_version=\"3.23\" form_field_background_color=\"#f9f9f9\" form_field_text_color=\"#848282\" title_font=\"Source Sans Pro||||\" title_text_color=\"#848282\" title_font_size=\"18\" form_field_font=\"Source Sans Pro||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"18\" button_text_color=\"#ffffff\" button_bg_color=\"#d94b6a\" button_border_width=\"4\" button_border_color=\"#d94b6a\" button_border_radius=\"4\" button_letter_spacing=\"1\" button_font=\"Montserrat||||\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"3\" form_background_color=\"#f9f9f9\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#d94b6a\" button_border_color_hover=\"#d94b6a\" button_border_radius_hover=\"4\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_map address=\"San Francisco, California, Stati Uniti\" zoom_level=\"14\" address_lat=\"37.77452423234226\" address_lng=\"-122.42045083267976\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" admin_label=\"Map\" _builder_version=\"3.0.91\" child_filter_saturate=\"0%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"10 S Van Ness Ave, San Francisco, CA 94103, Stati Uniti\" pin_address_lat=\"37.77447156129669\" pin_address_lng=\"-122.41969444973756\" _builder_version=\"3.0.47\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#3c3d41\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"30px||30px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 800;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div style=\"display: inline;\">maker <span style=\"font-weight: normal; vertical-align: middle; color: #888; font-size: 14px;\"><em>Show me your catchy slogan!</em></span></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_main_element=\"float:right;\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"#3b5998\" hover_enabled=\"0\" bg_color=\"#3b5998\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"#00aced\" hover_enabled=\"0\" bg_color=\"#00aced\"]<p>Twitter</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.74\" background_color=\"#dd4b39\" hover_enabled=\"0\" bg_color=\"#dd4b39\"]<p>Google+</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.74\" background_color=\"#cb2027\" hover_enabled=\"0\" bg_color=\"#cb2027\"]<p>Pinterest</p>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer #1','','inherit','closed','closed','','30376-revision-v1','','','2021-03-31 09:41:06','2021-03-31 09:41:06','',30376,'http://rainmakers.cafe/fumo/?p=30465',0,'revision','',0),(30466,2,'2021-03-31 09:41:26','2021-03-31 09:41:26','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu active_link_color=\"#d40201\" _builder_version=\"4.9.4\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" hover_enabled=\"0\" menu_id=\"2\" background_enable_color=\"off\" menu_font_size=\"16px\" menu_font=\"Open Sans|||on|||||\" sticky_enabled=\"0\" menu_style=\"centered\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#F40000\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','publish','open','closed','','default-website-template-2','','','2021-04-16 09:39:05','2021-04-16 09:39:05','',0,'http://rainmakers.cafe/fumo/et_header_layout/default-website-template-2/',0,'et_header_layout','',0),(30470,2,'2021-03-31 09:44:16','2021-03-31 09:44:16','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30466-revision-v1','','','2021-03-31 09:44:16','2021-03-31 09:44:16','',30466,'http://rainmakers.cafe/fumo/?p=30470',0,'revision','',0),(30467,2,'2021-03-31 09:46:23','2021-03-31 09:46:23','','Theme Builder','','trash','closed','closed','','__trashed-4','','','2021-03-31 09:46:23','2021-03-31 09:46:23','',0,'http://rainmakers.cafe/fumo/?post_type=et_theme_builder&#038;p=30467',0,'et_theme_builder','',0),(30468,2,'2021-03-31 09:43:02','2021-03-31 09:43:02','','Default Website Template','','trash','closed','closed','','default-website-template__trashed-3','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_template/default-website-template/',0,'et_template','',0),(30469,2,'2021-03-31 09:43:02','2021-03-31 09:43:02','','Save Footer','','trash','closed','closed','','save-footer-3__trashed','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',0,'http://rainmakers.cafe/fumo/et_template/save-footer-3/',0,'et_template','',0),(30475,2,'2021-03-31 09:46:20','2021-03-31 09:46:20','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30466-revision-v1','','','2021-03-31 09:46:20','2021-03-31 09:46:20','',30466,'http://rainmakers.cafe/fumo/?p=30475',0,'revision','',0),(30472,2,'2021-03-31 09:45:02','2021-03-31 09:45:02','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30458-revision-v1','','','2021-03-31 09:45:02','2021-03-31 09:45:02','',30458,'http://rainmakers.cafe/fumo/?p=30472',0,'revision','',0),(30473,2,'2021-03-31 09:45:02','2021-03-31 09:45:02','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-03-31 09:45:02','2021-03-31 09:45:02','',30466,'http://rainmakers.cafe/fumo/?p=30473',0,'revision','',0),(30474,2,'2021-03-31 09:45:02','2021-03-31 09:45:02','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-03-31 09:45:02','2021-03-31 09:45:02','',30458,'http://rainmakers.cafe/fumo/?p=30474',0,'revision','',0),(30476,2,'2021-03-31 09:46:23','2021-03-31 09:46:23','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30458-revision-v1','','','2021-03-31 09:46:23','2021-03-31 09:46:23','',30458,'http://rainmakers.cafe/fumo/?p=30476',0,'revision','',0),(30477,2,'2021-03-31 09:46:23','2021-03-31 09:46:23','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-03-31 09:46:23','2021-03-31 09:46:23','',30466,'http://rainmakers.cafe/fumo/?p=30477',0,'revision','',0),(30478,2,'2021-03-31 09:46:23','2021-03-31 09:46:23','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-03-31 09:46:23','2021-03-31 09:46:23','',30458,'http://rainmakers.cafe/fumo/?p=30478',0,'revision','',0),(30480,2,'2021-03-31 09:47:54','2021-03-31 09:47:54','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\" disabled=\"on\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#666666\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-03-31 09:47:54','2021-03-31 09:47:54','',30458,'http://rainmakers.cafe/fumo/?p=30480',0,'revision','',0),(30488,2,'2021-04-15 07:22:49','2021-04-15 07:22:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"82px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" subhead_font=\"Roboto|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" subhead_letter_spacing=\"6px\" subhead_text_align=\"center\" content_text_align=\"center\" content_font=\"|300|||||||\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-15 07:22:49','2021-04-15 07:22:49','',44,'http://rainmakers.cafe/fumo/?p=30488',0,'revision','',0),(30574,2,'2021-04-15 08:36:47','2021-04-15 08:36:47','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|30px|30px|30px|30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 08:36:47','2021-04-15 08:36:47','',30446,'http://rainmakers.cafe/fumo/?p=30574',0,'revision','',0),(30485,2,'2021-04-14 14:20:17','2021-04-14 14:20:17','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"8px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\" divider_weight=\"2px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"8px\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\" divider_weight=\"2px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-14 14:20:17','2021-04-14 14:20:17','',30446,'http://rainmakers.cafe/fumo/?p=30485',0,'revision','',0),(30575,2,'2021-04-15 08:36:51','2021-04-15 08:36:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"82px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-15 08:36:51','2021-04-15 08:36:51','',44,'http://rainmakers.cafe/fumo/?p=30575',0,'revision','',0),(30489,2,'2021-04-15 07:23:11','2021-04-15 07:23:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"82px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" subhead_font=\"Roboto|600||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" subhead_letter_spacing=\"6px\" subhead_text_align=\"center\" content_text_align=\"center\" content_font=\"|300|||||||\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" custom_margin=\"65px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-15 07:23:11','2021-04-15 07:23:11','',44,'http://rainmakers.cafe/fumo/?p=30489',0,'revision','',0),(30556,2,'2021-04-15 08:09:02','2021-04-15 08:09:02','','gardening-icon-green-01','','inherit','open','closed','','gardening-icon-green-01','','','2021-04-15 08:09:02','2021-04-15 08:09:02','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardening-icon-green-01.png',0,'attachment','image/png',0),(30557,2,'2021-04-15 08:09:03','2021-04-15 08:09:03','','gardener-10','','inherit','open','closed','','gardener-10','','','2021-04-15 08:09:03','2021-04-15 08:09:03','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-10.jpg',0,'attachment','image/jpeg',0),(30558,2,'2021-04-15 08:09:06','2021-04-15 08:09:06','','gardener-09','','inherit','open','closed','','gardener-09','','','2021-04-15 08:09:06','2021-04-15 08:09:06','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-09.jpg',0,'attachment','image/jpeg',0),(30559,2,'2021-04-15 08:09:07','2021-04-15 08:09:07','','gardener-04','','inherit','open','closed','','gardener-04','','','2021-04-15 08:09:07','2021-04-15 08:09:07','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-04.png',0,'attachment','image/png',0),(30560,2,'2021-04-15 08:09:10','2021-04-15 08:09:10','','stars','','inherit','open','closed','','stars','','','2021-04-15 08:09:10','2021-04-15 08:09:10','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/stars.png',0,'attachment','image/png',0),(30508,2,'2021-04-15 07:49:12','2021-04-15 07:49:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"Open Sans|||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" background_position=\"bottom_center\" subhead_letter_spacing=\"6px\" subhead_text_align=\"center\" content_text_align=\"center\" content_font=\"|300|||||||\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Fumo 05\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" custom_margin=\"45px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_letter_spacing=\"5px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" border_radii=\"on|30px|30px|30px|30px\" button_border_radius=\"30px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-15 07:49:12','2021-04-15 07:49:12','',3,'http://rainmakers.cafe/fumo/?p=30508',0,'revision','',0),(30492,2,'2021-04-15 07:28:05','2021-04-15 07:28:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"Open Sans|||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" subhead_letter_spacing=\"6px\" subhead_text_align=\"center\" content_text_align=\"center\" content_font=\"|300|||||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" custom_margin=\"45px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_letter_spacing=\"5px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-15 07:28:05','2021-04-15 07:28:05','',3,'http://rainmakers.cafe/fumo/?p=30492',0,'revision','',0),(30555,2,'2021-04-15 08:09:00','2021-04-15 08:09:00','','gardener-07','','inherit','open','closed','','gardener-07','','','2021-04-15 08:09:00','2021-04-15 08:09:00','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-07.jpg',0,'attachment','image/jpeg',0),(30545,2,'2021-04-15 08:08:43','2021-04-15 08:08:43','','gardener-06','','inherit','open','closed','','gardener-06','','','2021-04-15 08:08:43','2021-04-15 08:08:43','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-06.jpg',0,'attachment','image/jpeg',0),(30546,2,'2021-04-15 08:08:44','2021-04-15 08:08:44','','gardener-03','','inherit','open','closed','','gardener-03','','','2021-04-15 08:08:44','2021-04-15 08:08:44','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-03.png',0,'attachment','image/png',0),(30547,2,'2021-04-15 08:08:45','2021-04-15 08:08:45','','gardener-01','','inherit','open','closed','','gardener-01','','','2021-04-15 08:08:45','2021-04-15 08:08:45','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-01.png',0,'attachment','image/png',0),(30548,2,'2021-04-15 08:08:47','2021-04-15 08:08:47','','gardener-05','','inherit','open','closed','','gardener-05','','','2021-04-15 08:08:47','2021-04-15 08:08:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-05.jpg',0,'attachment','image/jpeg',0),(30549,2,'2021-04-15 08:08:49','2021-04-15 08:08:49','','gardener-08','','inherit','open','closed','','gardener-08','','','2021-04-15 08:08:49','2021-04-15 08:08:49','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-08.jpg',0,'attachment','image/jpeg',0),(30550,2,'2021-04-15 08:08:52','2021-04-15 08:08:52','','gardener-02','','inherit','open','closed','','gardener-02','','','2021-04-15 08:08:52','2021-04-15 08:08:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardener-02.png',0,'attachment','image/png',0),(30551,2,'2021-04-15 08:08:54','2021-04-15 08:08:54','','Header_icon','','inherit','open','closed','','header_icon','','','2021-04-15 08:08:54','2021-04-15 08:08:54','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Header_icon.png',0,'attachment','image/png',0),(30552,2,'2021-04-15 08:08:55','2021-04-15 08:08:55','','gardening-icon-green-07','','inherit','open','closed','','gardening-icon-green-07','','','2021-04-15 08:08:55','2021-04-15 08:08:55','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardening-icon-green-07.png',0,'attachment','image/png',0),(30553,2,'2021-04-15 08:08:56','2021-04-15 08:08:56','','gardening-icon-green-06','','inherit','open','closed','','gardening-icon-green-06','','','2021-04-15 08:08:56','2021-04-15 08:08:56','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardening-icon-green-06.png',0,'attachment','image/png',0),(30554,2,'2021-04-15 08:08:57','2021-04-15 08:08:57','','gardening-icon-green-05','','inherit','open','closed','','gardening-icon-green-05','','','2021-04-15 08:08:57','2021-04-15 08:08:57','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/gardening-icon-green-05.png',0,'attachment','image/png',0),(30495,2,'2021-04-15 07:30:21','2021-04-15 07:30:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"Open Sans|||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" background_position=\"bottom_center\" subhead_letter_spacing=\"6px\" subhead_text_align=\"center\" content_text_align=\"center\" content_font=\"|300|||||||\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Fumo 05\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" custom_margin=\"45px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_letter_spacing=\"5px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-15 07:30:21','2021-04-15 07:30:21','',3,'http://rainmakers.cafe/fumo/?p=30495',0,'revision','',0),(30576,2,'2021-04-15 08:36:53','2021-04-15 08:36:53','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|30px|30px|30px|30px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-15 08:36:53','2021-04-15 08:36:53','',3,'http://rainmakers.cafe/fumo/?p=30576',0,'revision','',0),(30497,2,'2021-04-15 07:31:43','2021-04-15 07:31:43','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" subhead_letter_spacing=\"4px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_masonry_gallery gallery_ids=\"426,427,428,430,431,433,435,436,437,438,439,440\" use_lightbox=\"on\" use_horizontal_order=\"off\" use_zoom_on_hover=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/dsm_masonry_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-15 07:31:43','2021-04-15 07:31:43','',99,'http://rainmakers.cafe/fumo/?p=30497',0,'revision','',0),(30578,2,'2021-04-15 08:36:58','2021-04-15 08:36:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|30px|30px|30px|30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 08:36:58','2021-04-15 08:36:58','',65,'http://rainmakers.cafe/fumo/?p=30578',0,'revision','',0),(30510,2,'2021-04-15 07:49:57','2021-04-15 07:49:57','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"BF3EDF10-37D9-447C-BA06-A1633AD372CD\" sticky_enabled=\"0\" subhead_letter_spacing=\"5px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"6px\" sticky_enabled=\"0\" header_text_align=\"left\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" border_radii=\"on|30px|30px|30px|30px\" button_border_radius=\"30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 07:49:57','2021-04-15 07:49:57','',65,'http://rainmakers.cafe/fumo/?p=30510',0,'revision','',0),(30499,2,'2021-04-15 07:36:40','2021-04-15 07:36:40','','D6B1BE3E-DD88-437E-B008-D1D8965EA9DF','','inherit','open','closed','','d6b1be3e-dd88-437e-b008-d1d8965ea9df','','','2021-04-15 07:36:40','2021-04-15 07:36:40','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/D6B1BE3E-DD88-437E-B008-D1D8965EA9DF.jpg',0,'attachment','image/jpeg',0),(30500,2,'2021-04-15 07:38:35','2021-04-15 07:38:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/D6B1BE3E-DD88-437E-B008-D1D8965EA9DF.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"D6B1BE3E-DD88-437E-B008-D1D8965EA9DF\" sticky_enabled=\"0\" subhead_letter_spacing=\"5px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Poppins|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Poppins|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 07:38:35','2021-04-15 07:38:35','',65,'http://rainmakers.cafe/fumo/?p=30500',0,'revision','',0),(30502,2,'2021-04-15 07:43:33','2021-04-15 07:43:33','','BF3EDF10-37D9-447C-BA06-A1633AD372CD','','inherit','open','closed','','bf3edf10-37d9-447c-ba06-a1633ad372cd','','','2021-04-15 07:43:33','2021-04-15 07:43:33','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg',0,'attachment','image/jpeg',0),(30503,2,'2021-04-15 07:43:47','2021-04-15 07:43:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"BF3EDF10-37D9-447C-BA06-A1633AD372CD\" sticky_enabled=\"0\" subhead_letter_spacing=\"5px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 07:43:47','2021-04-15 07:43:47','',65,'http://rainmakers.cafe/fumo/?p=30503',0,'revision','',0),(30505,2,'2021-04-15 07:44:56','2021-04-15 07:44:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"BF3EDF10-37D9-447C-BA06-A1633AD372CD\" sticky_enabled=\"0\" subhead_letter_spacing=\"5px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"6px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 07:44:56','2021-04-15 07:44:56','',65,'http://rainmakers.cafe/fumo/?p=30505',0,'revision','',0),(30507,2,'2021-04-15 07:48:03','2021-04-15 07:48:03','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"BF3EDF10-37D9-447C-BA06-A1633AD372CD\" sticky_enabled=\"0\" subhead_letter_spacing=\"5px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"6px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" border_radii=\"on|30px|30px|30px|30px\" button_border_radius=\"30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 07:48:03','2021-04-15 07:48:03','',65,'http://rainmakers.cafe/fumo/?p=30507',0,'revision','',0),(30516,2,'2021-04-15 07:56:08','2021-04-15 07:56:08','','1DEA0241-49C4-46ED-BD66-ED3C2A408D39','','inherit','open','closed','','1dea0241-49c4-46ed-bd66-ed3c2a408d39','','','2021-04-15 07:56:08','2021-04-15 07:56:08','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/1DEA0241-49C4-46ED-BD66-ED3C2A408D39.jpg',0,'attachment','image/jpeg',0),(30517,2,'2021-04-15 07:57:12','2021-04-15 07:57:12','','3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6','','inherit','open','closed','','3d8beb42-f071-4ec2-ba4b-9e31514abda6','','','2021-04-15 07:57:12','2021-04-15 07:57:12','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6.jpg',0,'attachment','image/jpeg',0),(30519,2,'2021-04-15 08:01:37','2021-04-15 08:01:37','','61C83A53-2D56-4CE7-9118-5FD758811721','','inherit','open','closed','','61c83a53-2d56-4ce7-9118-5fd758811721','','','2021-04-15 08:01:37','2021-04-15 08:01:37','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/61C83A53-2D56-4CE7-9118-5FD758811721.jpg',0,'attachment','image/jpeg',0),(30520,2,'2021-04-15 08:01:40','2021-04-15 08:01:40','','FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3','','inherit','open','closed','','fb66b9d7-b1f3-415b-aff6-1d2fb2ab94a3','','','2021-04-15 08:01:40','2021-04-15 08:01:40','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/FB66B9D7-B1F3-415B-AFF6-1D2FB2AB94A3.jpg',0,'attachment','image/jpeg',0),(30521,2,'2021-04-15 08:01:44','2021-04-15 08:01:44','','ED89ED78-B951-456E-80F1-E387E7F33038','','inherit','open','closed','','ed89ed78-b951-456e-80f1-e387e7f33038','','','2021-04-15 08:01:44','2021-04-15 08:01:44','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/ED89ED78-B951-456E-80F1-E387E7F33038.jpg',0,'attachment','image/jpeg',0),(30522,2,'2021-04-15 08:01:47','2021-04-15 08:01:47','','0398FEFE-7A5D-40BA-8A3B-28CF48CADF55','','inherit','open','closed','','0398fefe-7a5d-40ba-8a3b-28cf48cadf55','','','2021-04-15 08:01:47','2021-04-15 08:01:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/0398FEFE-7A5D-40BA-8A3B-28CF48CADF55.jpg',0,'attachment','image/jpeg',0),(30523,2,'2021-04-15 08:01:51','2021-04-15 08:01:51','','BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B','','inherit','open','closed','','bba08db7-7b14-4fd3-a6c7-f25a2ef92f7b','','','2021-04-15 08:01:51','2021-04-15 08:01:51','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BBA08DB7-7B14-4FD3-A6C7-F25A2EF92F7B.jpg',0,'attachment','image/jpeg',0),(30524,2,'2021-04-15 08:01:55','2021-04-15 08:01:55','','E84A11AD-5ED7-4408-B18E-6834B64F0310','','inherit','open','closed','','e84a11ad-5ed7-4408-b18e-6834b64f0310','','','2021-04-15 08:01:55','2021-04-15 08:01:55','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/E84A11AD-5ED7-4408-B18E-6834B64F0310.jpg',0,'attachment','image/jpeg',0),(30525,2,'2021-04-15 08:02:00','2021-04-15 08:02:00','','CD5F060D-60D0-4C7E-B3A8-0801C09F9D47','','inherit','open','closed','','cd5f060d-60d0-4c7e-b3a8-0801c09f9d47','','','2021-04-15 08:02:00','2021-04-15 08:02:00','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/CD5F060D-60D0-4C7E-B3A8-0801C09F9D47.jpg',0,'attachment','image/jpeg',0),(30526,2,'2021-04-15 08:02:05','2021-04-15 08:02:05','','DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F','','inherit','open','closed','','df9feab5-0345-4ed6-94db-4b30f727af3f','','','2021-04-15 08:02:05','2021-04-15 08:02:05','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/DF9FEAB5-0345-4ED6-94DB-4B30F727AF3F.jpg',0,'attachment','image/jpeg',0),(30527,2,'2021-04-15 08:02:10','2021-04-15 08:02:10','','6756C8A0-8B89-4466-AE4F-5E03E0F83E2A','','inherit','open','closed','','6756c8a0-8b89-4466-ae4f-5e03e0f83e2a','','','2021-04-15 08:02:10','2021-04-15 08:02:10','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/6756C8A0-8B89-4466-AE4F-5E03E0F83E2A.jpg',0,'attachment','image/jpeg',0),(30528,2,'2021-04-15 08:02:16','2021-04-15 08:02:16','','3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6','','inherit','open','closed','','3d8beb42-f071-4ec2-ba4b-9e31514abda6-2','','','2021-04-15 08:02:16','2021-04-15 08:02:16','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/3D8BEB42-F071-4EC2-BA4B-9E31514ABDA6-1.jpg',0,'attachment','image/jpeg',0),(30529,2,'2021-04-15 08:02:21','2021-04-15 08:02:21','','25DF0078-F071-4F49-8BDF-037687E0AB82','','inherit','open','closed','','25df0078-f071-4f49-8bdf-037687e0ab82','','','2021-04-15 08:02:21','2021-04-15 08:02:21','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/25DF0078-F071-4F49-8BDF-037687E0AB82.jpg',0,'attachment','image/jpeg',0),(30530,2,'2021-04-15 08:02:26','2021-04-15 08:02:26','','640A6EFC-B852-4AA2-8E08-CA34B094EE6E','','inherit','open','closed','','640a6efc-b852-4aa2-8e08-ca34b094ee6e','','','2021-04-15 08:02:26','2021-04-15 08:02:26','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/640A6EFC-B852-4AA2-8E08-CA34B094EE6E.jpg',0,'attachment','image/jpeg',0),(30531,2,'2021-04-15 08:02:31','2021-04-15 08:02:31','','6EB4BE47-949C-4506-A1DC-2E990241863A','','inherit','open','closed','','6eb4be47-949c-4506-a1dc-2e990241863a','','','2021-04-15 08:02:31','2021-04-15 08:02:31','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/6EB4BE47-949C-4506-A1DC-2E990241863A.jpg',0,'attachment','image/jpeg',0),(30532,2,'2021-04-15 08:02:37','2021-04-15 08:02:37','','2A919443-281B-4E21-81EC-A511121BB4C1','','inherit','open','closed','','2a919443-281b-4e21-81ec-a511121bb4c1','','','2021-04-15 08:02:37','2021-04-15 08:02:37','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/2A919443-281B-4E21-81EC-A511121BB4C1.jpg',0,'attachment','image/jpeg',0),(30533,2,'2021-04-15 08:02:42','2021-04-15 08:02:42','','F042FC22-DACF-49D4-AAC1-2CDD87EE8E90','','inherit','open','closed','','f042fc22-dacf-49d4-aac1-2cdd87ee8e90','','','2021-04-15 08:02:42','2021-04-15 08:02:42','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/F042FC22-DACF-49D4-AAC1-2CDD87EE8E90.jpg',0,'attachment','image/jpeg',0),(30534,2,'2021-04-15 08:02:47','2021-04-15 08:02:47','','E86C4792-AE73-4A8A-AF26-93648D6F6FB4','','inherit','open','closed','','e86c4792-ae73-4a8a-af26-93648d6f6fb4','','','2021-04-15 08:02:47','2021-04-15 08:02:47','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/E86C4792-AE73-4A8A-AF26-93648D6F6FB4.jpg',0,'attachment','image/jpeg',0),(30535,2,'2021-04-15 08:02:50','2021-04-15 08:02:50','','195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5','','inherit','open','closed','','195f8e74-5afa-4a2b-80b5-023fde1eaac5','','','2021-04-15 08:02:50','2021-04-15 08:02:50','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/195F8E74-5AFA-4A2B-80B5-023FDE1EAAC5.jpg',0,'attachment','image/jpeg',0),(30536,2,'2021-04-15 08:02:57','2021-04-15 08:02:57','','4C7B34B3-50E0-4CB4-B3D9-57C2C4769703','','inherit','open','closed','','4c7b34b3-50e0-4cb4-b3d9-57c2c4769703','','','2021-04-15 08:02:57','2021-04-15 08:02:57','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/4C7B34B3-50E0-4CB4-B3D9-57C2C4769703.jpg',0,'attachment','image/jpeg',0),(30537,2,'2021-04-15 08:03:01','2021-04-15 08:03:01','','CFC96153-519E-47AB-AAF7-CB6C547ADDCD','','inherit','open','closed','','cfc96153-519e-47ab-aaf7-cb6c547addcd','','','2021-04-15 08:03:01','2021-04-15 08:03:01','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/CFC96153-519E-47AB-AAF7-CB6C547ADDCD.jpg',0,'attachment','image/jpeg',0),(30538,2,'2021-04-15 08:03:05','2021-04-15 08:03:05','','039DB3DF-A0F8-4F12-ACBC-87629A295B85','','inherit','open','closed','','039db3df-a0f8-4f12-acbc-87629a295b85','','','2021-04-15 08:03:05','2021-04-15 08:03:05','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/039DB3DF-A0F8-4F12-ACBC-87629A295B85.jpg',0,'attachment','image/jpeg',0),(30539,2,'2021-04-15 08:03:08','2021-04-15 08:03:08','','E8B4A79E-8217-4E5E-AE38-FEFA1349A61C','','inherit','open','closed','','e8b4a79e-8217-4e5e-ae38-fefa1349a61c','','','2021-04-15 08:03:08','2021-04-15 08:03:08','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/E8B4A79E-8217-4E5E-AE38-FEFA1349A61C.jpg',0,'attachment','image/jpeg',0),(30540,2,'2021-04-15 08:03:13','2021-04-15 08:03:13','','3304A268-6EE1-4F80-99B3-3C03B210DC9D','','inherit','open','closed','','3304a268-6ee1-4f80-99b3-3c03b210dc9d','','','2021-04-15 08:03:13','2021-04-15 08:03:13','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/3304A268-6EE1-4F80-99B3-3C03B210DC9D.jpg',0,'attachment','image/jpeg',0),(30541,2,'2021-04-15 08:03:16','2021-04-15 08:03:16','','E897C8A1-3B65-439F-8963-A0373F5458C9','','inherit','open','closed','','e897c8a1-3b65-439f-8963-a0373f5458c9','','','2021-04-15 08:03:16','2021-04-15 08:03:16','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/E897C8A1-3B65-439F-8963-A0373F5458C9.jpg',0,'attachment','image/jpeg',0),(30542,2,'2021-04-15 08:03:20','2021-04-15 08:03:20','','231DEF7E-F84D-4DA8-A22B-CCF26B207498','','inherit','open','closed','','231def7e-f84d-4da8-a22b-ccf26b207498','','','2021-04-15 08:03:20','2021-04-15 08:03:20','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/231DEF7E-F84D-4DA8-A22B-CCF26B207498.jpg',0,'attachment','image/jpeg',0),(30543,2,'2021-04-15 08:03:23','2021-04-15 08:03:23','','6DFED9AA-F469-45A5-8779-BAB94C8BE4C1','','inherit','open','closed','','6dfed9aa-f469-45a5-8779-bab94c8be4c1','','','2021-04-15 08:03:23','2021-04-15 08:03:23','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/6DFED9AA-F469-45A5-8779-BAB94C8BE4C1.jpg',0,'attachment','image/jpeg',0),(30544,2,'2021-04-15 08:03:26','2021-04-15 08:03:26','','432F2546-72FF-4C35-98F9-E5062CC28881','','inherit','open','closed','','432f2546-72ff-4c35-98f9-e5062cc28881','','','2021-04-15 08:03:26','2021-04-15 08:03:26','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/432F2546-72FF-4C35-98F9-E5062CC28881.jpg',0,'attachment','image/jpeg',0),(30512,2,'2021-04-15 07:50:14','2021-04-15 07:50:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"BF3EDF10-37D9-447C-BA06-A1633AD372CD\" sticky_enabled=\"0\" subhead_letter_spacing=\"5px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"6px\" sticky_enabled=\"0\" header_text_align=\"left\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" border_radii=\"on|30px|30px|30px|30px\" button_border_radius=\"30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 07:50:14','2021-04-15 07:50:14','',65,'http://rainmakers.cafe/fumo/?p=30512',0,'revision','',0),(30577,2,'2021-04-15 08:36:56','2021-04-15 08:36:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"116px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"156px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"164px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"156px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"164px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-15 08:36:56','2021-04-15 08:36:56','',99,'http://rainmakers.cafe/fumo/?p=30577',0,'revision','',0),(30561,2,'2021-04-15 08:22:52','2021-04-15 08:22:52','','Our Foodwine and dine','','inherit','open','closed','','our-foodwine-and-dine','','','2021-04-15 08:22:52','2021-04-15 08:22:52','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg',0,'attachment','image/jpeg',0),(30562,2,'2021-04-15 08:22:54','2021-04-15 08:22:54','','Our FoodShowcasing the best of South Africa','','inherit','open','closed','','our-foodshowcasing-the-best-of-south-africa','','','2021-04-15 08:22:54','2021-04-15 08:22:54','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg',0,'attachment','image/jpeg',0),(30563,2,'2021-04-15 08:22:57','2021-04-15 08:22:57','','Our FoodAn African Influence','','inherit','open','closed','','our-foodan-african-influence','','','2021-04-15 08:22:57','2021-04-15 08:22:57','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg',0,'attachment','image/jpeg',0),(30564,2,'2021-04-15 08:22:59','2021-04-15 08:22:59','','Our FoodA taste of Italia','','inherit','open','closed','','our-fooda-taste-of-italia','','','2021-04-15 08:22:59','2021-04-15 08:22:59','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg',0,'attachment','image/jpeg',0),(30565,2,'2021-04-15 08:23:02','2021-04-15 08:23:02','','Our FoodFood from the heart','','inherit','open','closed','','our-foodfood-from-the-heart','','','2021-04-15 08:23:02','2021-04-15 08:23:02','',0,'http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg',0,'attachment','image/jpeg',0),(30515,2,'2021-04-15 07:54:29','2021-04-15 07:54:29','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" border_radii=\"on|30px|30px|30px|30px\" button_border_radius=\"30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 07:54:29','2021-04-15 07:54:29','',30446,'http://rainmakers.cafe/fumo/?p=30515',0,'revision','',0),(30572,2,'2021-04-15 08:34:41','2021-04-15 08:34:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"116px||||false|false\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||||false|false\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"156px||||false|false\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||38px||false|false\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"164px||||false|false\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||||false|false\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"156px||||false|false\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||47px||false|false\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"164px||||false|false\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||72px||false|false\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-15 08:34:41','2021-04-15 08:34:41','',99,'http://rainmakers.cafe/fumo/?p=30572',0,'revision','',0),(30566,2,'2021-04-15 08:24:24','2021-04-15 08:24:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" custom_margin=\"65px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" locked=\"off\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\" title_text=\"Our FoodFood from the heart\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"116px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\" custom_padding=\"||||false|true\" text_font_size=\"15px\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" locked=\"off\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"156px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\" custom_padding=\"||||false|true\" text_font_size=\"15px\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" title_text=\"Our FoodA taste of Italia\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" locked=\"off\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" title_text=\"Our FoodAn African Influence\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"164px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\" custom_padding=\"||||false|true\" text_font_size=\"15px\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" locked=\"off\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"156px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\" custom_padding=\"||||false|true\" text_font_size=\"15px\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" title_text=\"Our FoodShowcasing the best of South Africa\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" locked=\"off\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" title_text=\"Our Foodwine and dine\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"164px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"4px\" sticky_enabled=\"0\" custom_padding=\"||||false|true\" text_font_size=\"15px\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-15 08:24:24','2021-04-15 08:24:24','',99,'http://rainmakers.cafe/fumo/?p=30566',0,'revision','',0),(30569,2,'2021-04-15 08:27:43','2021-04-15 08:27:43','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font=\"Italiana||||||||\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" link_font=\"Open Sans||||||||\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font=\"Italiana||||||||\" sticky_enabled=\"0\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-15 08:27:43','2021-04-15 08:27:43','',30458,'http://rainmakers.cafe/fumo/?p=30569',0,'revision','',0),(30584,2,'2021-04-15 09:49:52','2021-04-15 09:49:52','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|30px|30px|30px|30px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 09:49:52','2021-04-15 09:49:52','',30446,'http://rainmakers.cafe/fumo/?p=30584',0,'revision','',0),(30580,2,'2021-04-15 08:37:20','2021-04-15 08:37:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"116px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"156px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"164px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"156px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"164px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-15 08:37:20','2021-04-15 08:37:20','',99,'http://rainmakers.cafe/fumo/?p=30580',0,'revision','',0),(30582,2,'2021-04-15 08:37:38','2021-04-15 08:37:38','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|30px|30px|30px|30px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-15 08:37:38','2021-04-15 08:37:38','',3,'http://rainmakers.cafe/fumo/?p=30582',0,'revision','',0),(30591,2,'2021-04-15 10:36:11','2021-04-15 10:36:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-15 10:36:11','2021-04-15 10:36:11','',3,'http://rainmakers.cafe/fumo/?p=30591',0,'revision','',0),(30586,2,'2021-04-15 09:50:51','2021-04-15 09:50:51','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 09:50:51','2021-04-15 09:50:51','',30446,'http://rainmakers.cafe/fumo/?p=30586',0,'revision','',0),(30699,2,'2021-04-20 07:13:33','2021-04-20 07:13:33','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:13:33','2021-04-20 07:13:33','',30446,'https://rainmakers.cafe/fumo/?p=30699',0,'revision','',0),(30589,2,'2021-04-15 10:34:25','2021-04-15 10:34:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"82px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/menuheader.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.5em\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_2_font=\"Poppins|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-15 10:34:25','2021-04-15 10:34:25','',44,'http://rainmakers.cafe/fumo/?p=30589',0,'revision','',0),(30593,2,'2021-04-15 10:36:44','2021-04-15 10:36:44','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 10:36:44','2021-04-15 10:36:44','',30446,'http://rainmakers.cafe/fumo/?p=30593',0,'revision','',0),(30595,2,'2021-04-15 10:38:13','2021-04-15 10:38:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-15 10:38:13','2021-04-15 10:38:13','',65,'http://rainmakers.cafe/fumo/?p=30595',0,'revision','',0),(30655,2,'2021-04-19 13:31:32','2021-04-19 13:31:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size=\"10px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-19 13:31:32','2021-04-19 13:31:32','',65,'https://rainmakers.cafe/fumo/?p=30655',0,'revision','',0),(30597,2,'2021-04-15 11:32:29','2021-04-15 11:32:29','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 11:32:29','2021-04-15 11:32:29','',30446,'http://rainmakers.cafe/fumo/?p=30597',0,'revision','',0),(30599,2,'2021-04-15 11:35:51','2021-04-15 11:35:51','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home New','','inherit','closed','closed','','30446-revision-v1','','','2021-04-15 11:35:51','2021-04-15 11:35:51','',30446,'http://rainmakers.cafe/fumo/?p=30599',0,'revision','',0),(30694,2,'2021-04-20 07:00:54','2021-04-20 07:00:54','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_padding=\"100px||100px|\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"3.25\" background_color=\"#374059\" custom_margin=\"||180px|\" custom_padding=\"0px|0px|0px|0px\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-11.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:00:54','2021-04-20 07:00:54','',30446,'https://rainmakers.cafe/fumo/?p=30694',0,'revision','',0),(30691,2,'2021-04-20 06:58:52','2021-04-20 06:58:52','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_padding=\"100px||100px|\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"3.25\" background_color=\"#374059\" custom_margin=\"||180px|\" custom_padding=\"0px|0px|0px|0px\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.9.4\" animation_direction=\"left\" locked=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"Italiana||||||||\" header_2_font=\"Italiana|700||on|||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\"]<h2>An unforgettable culinary experience</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.66)\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"525px\" module_alignment=\"left\" animation_style=\"flip\" animation_direction=\"left\" animation_intensity_flip=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"]<p class=\"p1\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p class=\"p1\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/produce-11.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 06:58:52','2021-04-20 06:58:52','',30446,'https://rainmakers.cafe/fumo/?p=30691',0,'revision','',0),(30643,2,'2021-04-19 13:22:39','2021-04-19 13:22:39','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"69px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-19 13:22:39','2021-04-19 13:22:39','',3,'https://rainmakers.cafe/fumo/?p=30643',0,'revision','',0),(30632,2,'2021-04-22 04:35:16','2021-04-19 09:48:20',' ','','','publish','closed','closed','','30632','','','2021-04-22 04:35:16','2021-04-22 04:35:16','',0,'https://rainmakers.cafe/fumo/?p=30632',1,'nav_menu_item','',0),(30682,2,'2021-04-20 06:54:48','2021-04-20 06:54:48','','logo_04','','inherit','open','closed','','logo_04','','','2021-04-20 06:54:48','2021-04-20 06:54:48','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/logo_04.png',0,'attachment','image/png',0),(30610,2,'2021-04-16 09:33:47','2021-04-16 09:33:47','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu active_link_color=\"#d40201\" _builder_version=\"4.9.4\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" hover_enabled=\"0\" menu_id=\"2\" background_enable_color=\"off\" menu_font_size=\"15px\" menu_font=\"Lato|||on|||||\" sticky_enabled=\"0\" menu_style=\"centered\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-04-16 09:33:47','2021-04-16 09:33:47','',30466,'https://rainmakers.cafe/fumo/?p=30610',0,'revision','',0),(30963,3,'2021-04-22 02:49:38','2021-04-22 02:49:38','','Slide 2','','inherit','open','closed','','slide-2','','','2021-04-22 02:49:38','2021-04-22 02:49:38','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Slide-2.jpg',0,'attachment','image/jpeg',0),(30605,2,'2021-04-16 07:46:21','2021-04-16 07:46:21','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" active_link_color=\"#F40000\" menu_text_color=\"#7F0000\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',30466,'https://rainmakers.cafe/fumo/?p=30605',0,'revision','',0),(30603,2,'2021-04-16 07:46:21','2021-04-16 07:46:21','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" active_link_color=\"#F40000\" menu_text_color=\"#7F0000\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30466-revision-v1','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',30466,'https://rainmakers.cafe/fumo/?p=30603',0,'revision','',0),(30606,2,'2021-04-16 07:46:21','2021-04-16 07:46:21','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font=\"Italiana||||||||\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" link_font=\"Open Sans||||||||\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font=\"Italiana||||||||\" sticky_enabled=\"0\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',30458,'https://rainmakers.cafe/fumo/?p=30606',0,'revision','',0),(30604,2,'2021-04-16 07:46:21','2021-04-16 07:46:21','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"30%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" />[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font=\"Italiana||||||||\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" link_font=\"Open Sans||||||||\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font=\"Italiana||||||||\" sticky_enabled=\"0\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin=\"35px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 07:46:21','2021-04-16 07:46:21','',30458,'https://rainmakers.cafe/fumo/?p=30604',0,'revision','',0),(30602,2,'2021-04-16 07:46:12','2021-04-16 07:46:12','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" active_link_color=\"#F40000\" menu_text_color=\"#7F0000\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-04-16 07:46:12','2021-04-16 07:46:12','',30466,'https://rainmakers.cafe/fumo/?p=30602',0,'revision','',0),(30608,2,'2021-04-16 09:31:18','2021-04-16 09:31:18','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu active_link_color=\"#d40201\" _builder_version=\"4.9.4\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" hover_enabled=\"0\" menu_id=\"2\" background_enable_color=\"off\" menu_font_size=\"15px\" menu_font=\"Lato|||on|||||\" text_orientation=\"right\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-04-16 09:31:18','2021-04-16 09:31:18','',30466,'https://rainmakers.cafe/fumo/?p=30608',0,'revision','',0),(30624,2,'2021-04-16 10:12:23','2021-04-16 10:12:23','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" width=\"65%\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_enable_color=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"13px|||||\" hover_enabled=\"0\" width=\"49%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 10:12:23','2021-04-16 10:12:23','',30458,'https://rainmakers.cafe/fumo/?p=30624',0,'revision','',0),(30623,2,'2021-04-16 10:11:52','2021-04-16 10:11:52','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" width=\"65%\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_enable_color=\"off\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"13px|||||\" hover_enabled=\"0\" width=\"49%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 10:11:52','2021-04-16 10:11:52','',30458,'https://rainmakers.cafe/fumo/?p=30623',0,'revision','',0),(30612,2,'2021-04-16 09:37:58','2021-04-16 09:37:58','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(66,66,66,0)\" background_color_gradient_start_position=\"43%\" positioning=\"fixed\" position_origin_a=\"top_center\" position_origin_f=\"top_center\" z_index=\"500\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|phone\" position_origin_f_tablet=\"\" position_origin_f_phone=\"top_center\" position_origin_f_last_edited=\"on|phone\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|phone\" height=\"158px\" max_height=\"129px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||||false|false\" background_color_phone=\"#000000\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" use_background_color_gradient_phone=\"off\" background_color_gradient_end_phone=\"#424242\" positioning_tablet=\"\" positioning_phone=\"relative\" positioning_last_edited=\"on|phone\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"65%\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" max_width=\"2560px\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background.png\" title_text=\"Logo Fumo dark background\" url=\"http://rainmakers.cafe/fumo/\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"34%\" width_tablet=\"\" width_phone=\"66%\" width_last_edited=\"on|phone\" custom_margin=\"-22px||-29px||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_menu active_link_color=\"#d40201\" _builder_version=\"4.9.4\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" hover_enabled=\"0\" menu_id=\"2\" background_enable_color=\"off\" menu_font_size=\"16px\" menu_font=\"Open Sans|||on|||||\" sticky_enabled=\"0\" menu_style=\"centered\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#F40000\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30466-revision-v1','','','2021-04-16 09:37:58','2021-04-16 09:37:58','',30466,'https://rainmakers.cafe/fumo/?p=30612',0,'revision','',0),(30615,2,'2021-04-16 10:07:21','2021-04-16 10:07:21','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" width=\"60%\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"35px|||||\" hover_enabled=\"0\" width=\"49%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 10:07:21','2021-04-16 10:07:21','',30458,'https://rainmakers.cafe/fumo/?p=30615',0,'revision','',0),(30617,2,'2021-04-16 10:07:47','2021-04-16 10:07:47','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" width=\"62%\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"35px|||||\" hover_enabled=\"0\" width=\"49%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 10:07:47','2021-04-16 10:07:47','',30458,'https://rainmakers.cafe/fumo/?p=30617',0,'revision','',0),(30619,2,'2021-04-16 10:08:26','2021-04-16 10:08:26','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" width=\"65%\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#ffffff\" text_font_size=\"18\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"35px|||||\" hover_enabled=\"0\" width=\"49%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 10:08:26','2021-04-16 10:08:26','',30458,'https://rainmakers.cafe/fumo/?p=30619',0,'revision','',0),(30621,2,'2021-04-16 10:11:05','2021-04-16 10:11:05','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px||50px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" width=\"65%\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#C6C6C6\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"on\" background_enable_color=\"off\" sticky_enabled=\"0\"]<span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span>\n<span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span>\n<span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span>\n<span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span>\n<span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span>\n<span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span> \n<span style=\"color: #ffffff;\"></span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"13px|||||\" hover_enabled=\"0\" width=\"49%\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-16 10:11:05','2021-04-16 10:11:05','',30458,'https://rainmakers.cafe/fumo/?p=30621',0,'revision','',0),(30649,2,'2021-04-19 13:27:04','2021-04-19 13:27:04','','BookOnline 2','','inherit','open','closed','','bookonline-2','','','2021-04-19 13:27:04','2021-04-19 13:27:04','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BookOnline-2.jpg',0,'attachment','image/jpeg',0),(30650,2,'2021-04-19 13:27:29','2021-04-19 13:27:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"Open Sans|||on|||||\" subhead_font_size=\"10px\" subhead_line_height=\"1.9em\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_text_align=\"center\" subhead_letter_spacing=\"6px\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BookOnline-2.jpg\" title_text=\"BookOnline 2\" background_position=\"top_center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"80%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Poppins|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-04-19 13:27:29','2021-04-19 13:27:29','',446,'https://rainmakers.cafe/fumo/?p=30650',0,'revision','',0),(30654,2,'2021-04-19 13:30:11','2021-04-19 13:30:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"90px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-19 13:30:11','2021-04-19 13:30:11','',99,'https://rainmakers.cafe/fumo/?p=30654',0,'revision','',0),(30653,2,'2021-04-19 13:28:47','2021-04-19 13:28:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"Open Sans|||on|||||\" subhead_font_size=\"10px\" subhead_line_height=\"1.9em\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_text_align=\"center\" subhead_letter_spacing=\"6px\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BookOnline-2.jpg\" title_text=\"BookOnline 2\" background_position=\"top_center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"40px|0px|40px|0px|true|true\" custom_margin=\"65px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-04-19 13:28:47','2021-04-19 13:28:47','',446,'https://rainmakers.cafe/fumo/?p=30653',0,'revision','',0),(30629,2,'2021-04-16 11:23:14','2021-04-16 11:23:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"90px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-16 11:23:14','2021-04-16 11:23:14','',99,'https://rainmakers.cafe/fumo/?p=30629',0,'revision','',0);
INSERT INTO `wpuxyio7feou_posts` VALUES (30627,2,'2021-04-16 11:21:12','2021-04-16 11:21:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"80px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"17px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-16 11:21:12','2021-04-16 11:21:12','',99,'https://rainmakers.cafe/fumo/?p=30627',0,'revision','',0),(30668,2,'2021-04-19 13:38:52','2021-04-19 13:38:52','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Events Calendar\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BookOnline-2.jpg\" background_position=\"top_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||80px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">It’s all about a feeling</h1>\n<p style=\"text-align: center;\">From the food to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mamma’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"70%\" max_width=\"2560px\" custom_padding=\"5px|0px|5px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[dpProEventCalendar id=1]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','446-revision-v1','','','2021-04-19 13:38:52','2021-04-19 13:38:52','',446,'https://rainmakers.cafe/fumo/?p=30668',0,'revision','',0),(30657,2,'2021-04-19 13:32:20','2021-04-19 13:32:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size=\"10px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-19 13:32:20','2021-04-19 13:32:20','',65,'https://rainmakers.cafe/fumo/?p=30657',0,'revision','',0),(30659,2,'2021-04-19 13:33:17','2021-04-19 13:33:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/BF3EDF10-37D9-447C-BA06-A1633AD372CD.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" subhead_font_size=\"10px\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" width=\"83%\" max_width=\"1150px\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"6px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-19 13:33:17','2021-04-19 13:33:17','',65,'https://rainmakers.cafe/fumo/?p=30659',0,'revision','',0),(30667,2,'2021-04-19 13:38:20','2021-04-19 13:38:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana||||||||\" header_2_font=\"Italiana|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-19 13:38:20','2021-04-19 13:38:20','',44,'https://rainmakers.cafe/fumo/?p=30667',0,'revision','',0),(30661,2,'2021-04-19 13:34:02','2021-04-19 13:34:02','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_2_font=\"Italiana|700|||||||\" header_2_text_color=\"#000000\" header_2_font_size=\"17px\" custom_margin=\"||12px|||\" hover_enabled=\"0\" header_font=\"Italiana||||||||\" sticky_enabled=\"0\"]<h2>CIC CHETTI NIBBLING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>[restaurantmenu item_skin=\"rst-menu-item-skin-default\" mode=\"default\" count=\"5\" item_link_thumb_con_to=\"default\" item_link_info_to=\"default\" item_link_title_to=\"none\" order=\"desc\" orderby=\"title\"]</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','44-revision-v1','','','2021-04-19 13:34:02','2021-04-19 13:34:02','',44,'https://rainmakers.cafe/fumo/?p=30661',0,'revision','',0),(30663,2,'2021-04-19 13:35:06','2021-04-19 13:35:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-05.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-19 13:35:06','2021-04-19 13:35:06','',3,'https://rainmakers.cafe/fumo/?p=30663',0,'revision','',0),(30985,3,'2021-04-22 07:50:33','2021-04-22 07:50:33','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Block-1-1920x1080-1.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Block 1 1920x1080\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"90px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-22 07:50:33','2021-04-22 07:50:33','',99,'https://rainmakers.cafe/fumo/?p=30985',0,'revision','',0),(30665,2,'2021-04-19 13:37:13','2021-04-19 13:37:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/Fumo-Slide-3.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodFood-from-the-heart.jpg\" title_text=\"Our FoodFood from the heart\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodA-taste-of-Italia.jpg\" title_text=\"Our FoodA taste of Italia\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodAn-African-Influence0A.jpg\" title_text=\"Our FoodAn African Influence\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"90px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-FoodShowcasing-the-best-of-South-Africa0A.jpg\" title_text=\"Our FoodShowcasing the best of South Africa\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Our-Foodwine-and-dine.jpg\" title_text=\"Our Foodwine and dine\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\" header_font_size=\"24px\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-19 13:37:13','2021-04-19 13:37:13','',99,'https://rainmakers.cafe/fumo/?p=30665',0,'revision','',0),(30669,2,'2021-04-20 06:54:25','2021-04-20 06:54:25','','home_01_a','','inherit','open','closed','','home_01_a','','','2021-04-20 06:54:25','2021-04-20 06:54:25','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/home_01_a.jpg',0,'attachment','image/jpeg',0),(30961,3,'2021-04-22 02:46:39','2021-04-22 02:46:39','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"10px||||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" title_text=\"Fumo\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" title_text=\"its all about feeling\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"40px||10px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"20px||30px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" title_text=\"A culinary journey for your tastebuds\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" collapsed=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"14px\" _builder_version=\"4.9.4\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"384px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"548px\" filter_saturate=\"0%\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-22 02:46:39','2021-04-22 02:46:39','',30446,'https://rainmakers.cafe/fumo/?p=30961',0,'revision','',0),(30716,2,'2021-04-20 07:41:14','2021-04-20 07:41:14','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\" title_text=\"bg\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\" title_text=\"bg\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||30px||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:41:14','2021-04-20 07:41:14','',30446,'https://rainmakers.cafe/fumo/?p=30716',0,'revision','',0),(30696,2,'2021-04-20 07:10:17','2021-04-20 07:10:17','','Fumo','','inherit','open','closed','','fumo','','','2021-04-20 07:10:17','2021-04-20 07:10:17','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg',0,'attachment','image/jpeg',0),(30697,2,'2021-04-20 07:12:20','2021-04-20 07:12:20','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:12:20','2021-04-20 07:12:20','',30446,'https://rainmakers.cafe/fumo/?p=30697',0,'revision','',0),(30701,2,'2021-04-20 07:24:48','2021-04-20 07:24:48','','its all about feeling','','inherit','open','closed','','its-all-about-feeling','','','2021-04-20 07:24:48','2021-04-20 07:24:48','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg',0,'attachment','image/jpeg',0),(30702,2,'2021-04-20 07:25:57','2021-04-20 07:25:57','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"38px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:25:57','2021-04-20 07:25:57','',30446,'https://rainmakers.cafe/fumo/?p=30702',0,'revision','',0),(30704,2,'2021-04-20 07:26:07','2021-04-20 07:26:07','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:26:07','2021-04-20 07:26:07','',30446,'https://rainmakers.cafe/fumo/?p=30704',0,'revision','',0),(30706,2,'2021-04-20 07:27:39','2021-04-20 07:27:39','','A culinary journey for your tastebuds','','inherit','open','closed','','a-culinary-journey-for-your-tastebuds','','','2021-04-20 07:27:39','2021-04-20 07:27:39','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg',0,'attachment','image/jpeg',0),(30707,2,'2021-04-20 07:29:34','2021-04-20 07:29:34','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:29:34','2021-04-20 07:29:34','',30446,'https://rainmakers.cafe/fumo/?p=30707',0,'revision','',0),(30710,2,'2021-04-20 07:35:52','2021-04-20 07:35:52','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||30px||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:35:52','2021-04-20 07:35:52','',30446,'https://rainmakers.cafe/fumo/?p=30710',0,'revision','',0),(30709,2,'2021-04-20 07:30:05','2021-04-20 07:30:05','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:30:05','2021-04-20 07:30:05','',30446,'https://rainmakers.cafe/fumo/?p=30709',0,'revision','',0),(30712,2,'2021-04-20 07:36:50','2021-04-20 07:36:50','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||30px||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:36:50','2021-04-20 07:36:50','',30446,'https://rainmakers.cafe/fumo/?p=30712',0,'revision','',0),(30714,2,'2021-04-20 07:38:57','2021-04-20 07:38:57','','bg','','inherit','open','closed','','bg','','','2021-04-20 07:38:57','2021-04-20 07:38:57','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg',0,'attachment','image/jpeg',0),(30719,2,'2021-04-20 07:42:52','2021-04-20 07:42:52','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\" title_text=\"bg\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"10px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\" title_text=\"bg\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"40px||10px||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||30px||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','30446-autosave-v1','','','2021-04-20 07:42:52','2021-04-20 07:42:52','',30446,'https://rainmakers.cafe/fumo/?p=30719',0,'revision','',0),(30718,2,'2021-04-20 07:42:44','2021-04-20 07:42:44','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\" title_text=\"bg\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"10px||||false|false\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Fumo.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"Fumo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" custom_padding=\"100px||60px||false|false\" hover_enabled=\"0\" background_color=\"#000000\" sticky_enabled=\"0\" title_text=\"bg\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\"][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/its-all-about-feeling.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"its all about feeling\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"40px||10px||false|false\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" text_text_color=\"#C6C6C6\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"20px||30px||false|false\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/A-culinary-journey-for-your-tastebuds.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\" title_text=\"A culinary journey for your tastebuds\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"708px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"662px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-20 07:42:44','2021-04-20 07:42:44','',30446,'https://rainmakers.cafe/fumo/?p=30718',0,'revision','',0),(30720,5,'2021-04-20 12:17:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-20 12:17:26','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?p=30720',0,'post','',0),(30721,3,'2021-04-20 12:30:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-20 12:30:51','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?p=30721',0,'post','',0),(30723,3,'2021-04-20 12:34:49','2021-04-20 12:34:49','','Menu','','publish','closed','closed','','menu','','','2021-04-20 12:34:49','2021-04-20 12:34:49','',0,'https://rainmakers.cafe/fumo/?post_type=3d-flip-book&#038;p=30723',0,'3d-flip-book','',0),(30724,3,'2021-04-20 12:34:03','2021-04-20 12:34:03','','N0017 - Fumo - Wmenu & Wine List 8(1)','','inherit','open','closed','','n0017-fumo-wmenu-wine-list-81','','','2021-04-20 12:34:03','2021-04-20 12:34:03','',30723,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/N0017-Fumo-Wmenu-Wine-List-81.pdf',0,'attachment','application/pdf',0),(30725,3,'2021-04-20 12:37:42','2021-04-20 12:37:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Menu-Page-Banner-1936x605-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Menu Page Banner 1936x605\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_accordion _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_accordion_item title=\"ANTIPASTI / STARTERS\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\"]<p>[mprm_items view=\"grid\" categ=\"26\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CARNE E POLLAME\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"31\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CICCHETTI NIBBLING\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PASTA E RISOTTI\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"29\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PESCE E CONCHIGLIE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"30\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SALADS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"27\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ZUPPE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"28\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"RED BLENDS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"32\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SYRAH\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"33\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOT NOIR\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"34\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CABERNET SAUVIGNON\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"35\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOTAGE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"36\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"MERLOT\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"37\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"WHITE BLENDS & OTHER WHITE VARIETALS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"38\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ROSE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"39\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHARDONNAY\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"40\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHENIN BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"41\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SAUVIGNON BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"42\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHAMPAGNE\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"43\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"DESSERT\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"44\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA BIANCA\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"45\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA ROSSA\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"46\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"TRADITIONAL FOOD\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"47\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','publish','closed','closed','','menu-3','','','2021-04-22 07:48:30','2021-04-22 07:48:30','',0,'https://rainmakers.cafe/fumo/?page_id=30725',0,'page','',0),(30726,3,'2021-04-20 12:37:42','2021-04-20 12:37:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][3d-flip-book id=\"30723\" ][/3d-flip-book][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 12:37:42','2021-04-20 12:37:42','',30725,'https://rainmakers.cafe/fumo/?p=30726',0,'revision','',0),(30729,3,'2021-04-20 13:13:34','2021-04-20 13:13:34','Deep Fried Buffalo bocconcini, spicy tomato salsa','Mozzarelline Panate','Deep Fried Buffalo bocconcini, spicy tomato salsa','publish','open','closed','','mozzarelline-panate-2','','','2021-04-21 04:40:18','2021-04-21 04:40:18','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30729',0,'mp_menu_item','',0),(30762,3,'2021-04-20 14:09:44','2021-04-20 14:09:44','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_categories view=\"grid\" categ=\"26,25\" col=\"1\" categ_name=\"1\" feat_img=\"1\" categ_icon=\"1\" categ_descr=\"1\" desc_length=\"\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 14:09:44','2021-04-20 14:09:44','',30725,'https://rainmakers.cafe/fumo/?p=30762',0,'revision','',0),(30748,3,'2021-04-20 13:42:34','2021-04-20 13:42:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_items view=\"list\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"30000\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 13:42:34','2021-04-20 13:42:34','',30725,'https://rainmakers.cafe/fumo/?p=30748',0,'revision','',0),(30733,3,'2021-04-20 13:21:03','2021-04-20 13:21:03','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>\\[mprm_categories view=\"grid\" categ=\"\" col=\"1\" categ_name=\"1\" feat_img=\"1\" categ_icon=\"1\" categ_descr=\"1\" desc_length=\"200\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 13:21:03','2021-04-20 13:21:03','',30725,'https://rainmakers.cafe/fumo/?p=30733',0,'revision','',0),(30731,3,'2021-04-20 13:19:41','2021-04-20 13:19:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"\" tags_list=\"\" item_ids=\"\" col=\"1\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 13:19:41','2021-04-20 13:19:41','',30725,'https://rainmakers.cafe/fumo/?p=30731',0,'revision','',0),(30735,3,'2021-04-20 13:22:24','2021-04-20 13:22:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\"]<p>[mprm_items view=\"list\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"2\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"300\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 13:22:24','2021-04-20 13:22:24','',30725,'https://rainmakers.cafe/fumo/?p=30735',0,'revision','',0),(30741,5,'2021-04-20 13:32:28','2021-04-20 13:32:28','Roasted meat and brinjals balls, garlic, chill','Polpette Fritte Peperoncino','Roasted meat and brinjals balls, garlic, chill','publish','open','closed','','polpette-fritte-peperoncino','','','2021-04-21 04:41:10','2021-04-21 04:41:10','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30741',0,'mp_menu_item','',0),(30743,5,'2021-04-20 13:34:35','2021-04-20 13:34:35','Deep fried white baby fish, garlic and chilli oil, fresh herbs','Alici Fritte','Deep fried white baby fish, garlic and chilli oil, fresh herbs','publish','open','closed','','alici-fritte','','','2021-04-21 04:40:59','2021-04-21 04:40:59','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30743',0,'mp_menu_item','',0),(30744,5,'2021-04-20 13:35:51','2021-04-20 13:35:51','Roasted brinjals, cherry tomato, pecorino sardo','Melanzane Saltate Pomodorini e Percorino (v)','Roasted brinjals, cherry tomato, pecorino sardo','publish','open','closed','','melanzane-saltate-pomodorini-e-percorino-v','','','2021-04-21 04:43:03','2021-04-21 04:43:03','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30744',0,'mp_menu_item','',0),(30745,5,'2021-04-20 13:37:09','2021-04-20 13:37:09','Grilled home made ciabatta, fresh tomato, garlic, oregano','Bruschetta Pomodorini Aglio e Origano (v)','Grilled home made ciabatta, fresh tomato, garlic, oregano','publish','open','closed','','bruschetta-pomodorini-aglio-e-origano-v','','','2021-04-21 04:44:17','2021-04-21 04:44:17','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30745',0,'mp_menu_item','',0),(30746,5,'2021-04-20 13:38:15','2021-04-20 13:38:15','Roasted chicken wings, rosemary chilli','Alette sdi Pollo Fritte Rosmarino e Peperoncino','Roasted chicken wings, rosemary chilli','publish','open','closed','','alette-sdi-pollo-fritte-rosmarino-e-peperoncino','','','2021-04-20 13:46:57','2021-04-20 13:46:57','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30746',0,'mp_menu_item','',0),(30749,5,'2021-04-20 13:48:32','2021-04-20 13:48:32','Deep fried calamari, prawns, hake, sole, fresh herbs, spicy aioli','Fritto Mare','Deep fried calamari, prawns, hake, sole, fresh herbs, spicy aioli','publish','open','closed','','fritto-mare','','','2021-04-20 13:48:32','2021-04-20 13:48:32','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30749',0,'mp_menu_item','',0),(30750,5,'2021-04-20 13:49:19','2021-04-20 13:49:19','Parma ham chiffonade, cantalupo melon, buffalo mozzarella','Prosciutto Di Parma','Parma ham chiffonade, cantalupo melon, buffalo mozzarella','publish','open','closed','','prosciutto-di-parma','','','2021-04-20 13:49:19','2021-04-20 13:49:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30750',0,'mp_menu_item','',0),(30751,5,'2021-04-20 13:53:36','2021-04-20 13:53:36','Toasted home bread, fresh tomato salsa, garlic, oregano','Bruschetta Pomodorini Di Collina','Toasted home bread, fresh tomato salsa, garlic, oregano','publish','open','closed','','bruschetta-pomodorini-di-collina','','','2021-04-20 13:53:36','2021-04-20 13:53:36','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30751',0,'mp_menu_item','',0),(30752,5,'2021-04-20 13:54:41','2021-04-20 13:54:41','Grilled, prawns and calamari, rocket, fennel salad','Grilled Calamari and Prawns','Grilled, prawns and calamari, rocket, fennel salad','publish','open','closed','','grilled-calamari-and-prawns','','','2021-04-20 13:54:41','2021-04-20 13:54:41','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30752',0,'mp_menu_item','',0),(30753,5,'2021-04-20 13:56:17','2021-04-20 13:56:17','Sautéed calamari, spanish chorizo, chilli and Calabrian nduja, green peppers, garlic, olive oil','Calamaretti Saltati Al Peperoncino','Sautéed calamari, spanish chorizo, chilli and Calabrian nduja, green peppers, garlic, olive oil','publish','open','closed','','calamaretti-saltati-al-peperoncino','','','2021-04-20 13:56:17','2021-04-20 13:56:17','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30753',0,'mp_menu_item','',0),(30754,5,'2021-04-20 13:57:11','2021-04-20 13:57:11','Seared beef filet rocket, parmesan, cherry tomato, balsamic dressing','Straccetti Romana','Seared beef filet rocket, parmesan, cherry tomato, balsamic dressing','publish','open','closed','','straccetti-romana','','','2021-04-20 13:57:11','2021-04-20 13:57:11','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30754',0,'mp_menu_item','',0),(30755,5,'2021-04-20 13:58:33','2021-04-20 13:58:33','Grilled sardines, pane, chilli, garlic, capers, gremolata dressing, red onion cherry','Sarde Grigliate','Grilled sardines, pane, chilli, garlic, capers, gremolata dressing, red onion cherry','publish','open','closed','','sarde-grigliate','','','2021-04-20 13:58:33','2021-04-20 13:58:33','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30755',0,'mp_menu_item','',0),(30756,5,'2021-04-20 13:59:45','2021-04-20 13:59:45','Sea Bass carpaccio, peach dressing, vegetable ceviche','Carpaccio Di Branzino Vegetali, Pesche Gialle','Sea Bass carpaccio, peach dressing, vegetable ceviche','publish','open','closed','','carpaccio-di-branzino-vegetali-pesche-gialle','','','2021-04-20 13:59:45','2021-04-20 13:59:45','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30756',0,'mp_menu_item','',0),(30757,5,'2021-04-20 14:00:44','2021-04-20 14:00:44','Thin slice of tenderise beef fillet, lemon, fennel, rocket, parmesan','Carpaccio di Manzo','Thin slice of tenderise beef fillet, lemon, fennel, rocket, parmesan','publish','open','closed','','carpaccio-di-manzo','','','2021-04-20 14:00:44','2021-04-20 14:00:44','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30757',0,'mp_menu_item','',0),(30760,3,'2021-04-20 14:05:56','2021-04-20 14:05:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"26,25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"45445\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 14:05:56','2021-04-20 14:05:56','',30725,'https://rainmakers.cafe/fumo/?p=30760',0,'revision','',0),(30759,3,'2021-04-20 14:04:42','2021-04-20 14:04:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"26,25\" tags_list=\"\" item_ids=\"\" col=\"2\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"45445\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-20 14:04:42','2021-04-20 14:04:42','',30725,'https://rainmakers.cafe/fumo/?p=30759',0,'revision','',0),(30763,3,'2021-04-20 14:12:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2021-04-20 14:12:56','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&p=30763',0,'mp_menu_item','',0),(30764,5,'2021-04-20 15:02:37','2021-04-20 15:02:37','Charcoal grilled mixed vegetables, garlic, vinegar, chilli, extra virgin olive oil','Grigliata Di Vegetali','Charcoal grilled mixed vegetables, garlic, vinegar, chilli, extra virgin olive oil','publish','open','closed','','grigliata-di-vegetali','','','2021-04-20 15:02:37','2021-04-20 15:02:37','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30764',0,'mp_menu_item','',0),(30765,5,'2021-04-20 15:04:19','2021-04-20 15:04:19','Rocket, fennel, cherry tomatoes, mozzarella, provolone cheese green olives','Leonardo Salad','Rocket, fennel, cherry tomatoes, mozzarella, provolone cheese green olives','publish','open','closed','','leonardo-salad','','','2021-04-20 15:04:19','2021-04-20 15:04:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30765',0,'mp_menu_item','',0),(30766,5,'2021-04-20 15:05:19','2021-04-20 15:05:19','Tuna chunk in ofl, Spanish beans, red onion, boiled potatoes, anchovies, grilled peppers','Augusto Salad','Tuna chunk in ofl, Spanish beans, red onion, boiled potatoes, anchovies, grilled peppers','publish','open','closed','','augusto-salad','','','2021-04-20 15:05:19','2021-04-20 15:05:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30766',0,'mp_menu_item','',0),(30767,5,'2021-04-20 15:06:42','2021-04-20 15:06:42','Steamed mixed seafood, calamari, mussels, clams, octopus, prawns, and oysters when available','Poseidon Salad','Steamed mixed seafood, calamari, mussels, clams, octopus, prawns, and oysters when available','publish','open','closed','','poseidon-salad','','','2021-04-20 15:06:42','2021-04-20 15:06:42','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30767',0,'mp_menu_item','',0),(30768,5,'2021-04-20 15:07:43','2021-04-20 15:07:43','Mix baby leaf, San Daniele ham, grilled asparagus, Mediterranean grilled','Michelangelo Salad','Mix baby leaf, San Daniele ham, grilled asparagus, Mediterranean grilled','publish','open','closed','','michelangelo-salad','','','2021-04-20 15:07:43','2021-04-20 15:07:43','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30768',0,'mp_menu_item','',0),(30769,5,'2021-04-20 15:09:57','2021-04-20 15:09:57','Smoked heirloom tomatoes, peppers, garlic and sof avocado, crostini bread, celery','Gaspacho Soup','Smoked heirloom tomatoes, peppers, garlic and sof avocado, crostini bread, celery','publish','open','closed','','gaspacho-soup','','','2021-04-20 15:09:57','2021-04-20 15:09:57','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30769',0,'mp_menu_item','',0),(30770,5,'2021-04-20 15:11:42','2021-04-20 15:11:42','Fresh vegetables soup, home made basil pesto, extra virgin olive oil','Minestra Di Vegetali','Fresh vegetables soup, home made basil pesto, extra virgin olive oil','publish','open','closed','','minestra-di-vegetali','','','2021-04-20 15:11:42','2021-04-20 15:11:42','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30770',0,'mp_menu_item','',0),(30771,5,'2021-04-20 15:13:19','2021-04-20 15:13:19','Ribbons pasta, short rib ragu, fresh herbs','Pappardelle Pasta Al Ragu','Ribbons pasta, short rib ragu, fresh herbs','publish','open','closed','','pappardelle-pasta-al-ragu','','','2021-04-20 15:13:19','2021-04-20 15:13:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30771',0,'mp_menu_item','',0),(30772,5,'2021-04-20 15:14:41','2021-04-20 15:14:41','Seafood linguine, mussels, clams, octopus, calamari, prawns, white wine, fresh thyme, garlic, chilli','Linguine Ai Frutti Di Mare','Seafood linguine, mussels, clams, octopus, calamari, prawns, white wine, fresh thyme, garlic, chilli','publish','open','closed','','linguine-ai-frutti-di-mare','','','2021-04-20 15:14:41','2021-04-20 15:14:41','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30772',0,'mp_menu_item','',0),(30773,5,'2021-04-20 15:15:31','2021-04-20 15:15:31','Home made ravioli, caciotta sheep cheese, asparagus, cherry tomato, basil','Ravioli Capresi (v)','Home made ravioli, caciotta sheep cheese, asparagus, cherry tomato, basil','publish','open','closed','','ravioli-capresi-v','','','2021-04-20 15:15:31','2021-04-20 15:15:31','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30773',0,'mp_menu_item','',0),(30774,5,'2021-04-20 15:17:27','2021-04-20 15:17:27','Rigatoni pasta, spicy napolitana sauce, meat balls, pecorino cheese','Rigatoni Mamma Mia (v)','Rigatoni pasta, spicy napolitana sauce, meat balls, pecorino cheese','publish','open','closed','','rigatoni-mamma-mia-v','','','2021-04-20 15:17:27','2021-04-20 15:17:27','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30774',0,'mp_menu_item','',0),(30775,5,'2021-04-20 15:18:31','2021-04-20 15:18:31','Smoked mushrooms Risotto, truffle, parmesan cheese','Risotto Pisellie Gamberi','Smoked mushrooms Risotto, truffle, parmesan cheese','publish','open','closed','','risotto-pisellie-gamberi','','','2021-04-20 15:18:31','2021-04-20 15:18:31','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30775',0,'mp_menu_item','',0),(30776,5,'2021-04-20 15:19:16','2021-04-20 15:19:16','asarecce pasta, zucchini, prawns, clams, egg yolk, parmesan','Carbonara de Mare','asarecce pasta, zucchini, prawns, clams, egg yolk, parmesan','publish','open','closed','','carbonara-de-mare','','','2021-04-20 15:19:16','2021-04-20 15:19:16','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30776',0,'mp_menu_item','',0),(30777,5,'2021-04-20 15:22:14','2021-04-20 15:22:14','Grilled fillet, sage butter sauce, sweet potatoes, grilled mushrooms, chilli and garlic','Filetto Alla Griglia','Grilled fillet, sage butter sauce, sweet potatoes, grilled mushrooms, chilli and garlic','publish','open','closed','','filetto-alla-griglia','','','2021-04-20 15:22:14','2021-04-20 15:22:14','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30777',0,'mp_menu_item','',0),(30778,5,'2021-04-20 15:23:44','2021-04-20 15:23:44','Charcoal grilled rib eye on the bone 1 kg, julienne of vegetables, spinach and roast potatoes','Costata Di Manzo','Charcoal grilled rib eye on the bone 1 kg, julienne of vegetables, spinach and roast potatoes','publish','open','closed','','costata-di-manzo','','','2021-04-20 15:23:44','2021-04-20 15:23:44','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30778',0,'mp_menu_item','',0),(30779,5,'2021-04-20 15:24:33','2021-04-20 15:24:33','Grilled baby chicken, partially deboned, spinach, roasted potatoes','Polletto al Mattone','Grilled baby chicken, partially deboned, spinach, roasted potatoes','publish','open','closed','','polletto-al-mattone','','','2021-04-20 15:24:33','2021-04-20 15:24:33','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30779',0,'mp_menu_item','',0),(30780,5,'2021-04-20 15:25:34','2021-04-20 15:25:34','Roasted lamb cutlet spicy hummus, French ratatouille','Costolette Di Agnello','Roasted lamb cutlet spicy hummus, French ratatouille','publish','open','closed','','costolette-di-agnello','','','2021-04-20 15:25:34','2021-04-20 15:25:34','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30780',0,'mp_menu_item','',0),(30781,5,'2021-04-20 15:26:49','2021-04-20 15:26:49','Charcoal grilled black pig cutlet, rosemary, garlic, grilled peppers, olives, capers','Costoletta Di Maiale','Charcoal grilled black pig cutlet, rosemary, garlic, grilled peppers, olives, capers','publish','open','closed','','costoletta-di-maiale','','','2021-04-20 15:26:49','2021-04-20 15:26:49','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30781',0,'mp_menu_item','',0),(30803,3,'2021-04-21 05:07:07','2021-04-21 05:07:07','The wine itsehf has ahways been made to a red Mediterranean styhe aimed at oWering ¡uiciness, sok tannins and a pheasinghy moreish mouth-feeh.','Chocolate Block','The wine itsehf has ahways been made to a red Mediterranean styhe aimed at oWering ¡uiciness, sok tannins and a pheasinghy moreish mouth-feeh.','publish','open','closed','','chocolate-block','','','2021-04-21 05:07:07','2021-04-21 05:07:07','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30803',0,'mp_menu_item','',0),(30804,3,'2021-04-21 05:07:59','2021-04-21 05:07:59','has a dark cohour with fhavours of cassis, red berry and integrated oak. Tannins ar firm and wehh bahanced with a fuhh-bodied, ehegant finish.','Saronsberg Seismic','has a dark cohour with fhavours of cassis, red berry and integrated oak. Tannins ar firm and wehh bahanced with a fuhh-bodied, ehegant finish.','publish','open','closed','','saronsberg-seismic','','','2021-04-21 05:07:59','2021-04-21 05:07:59','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30804',0,'mp_menu_item','',0),(30805,3,'2021-04-21 05:06:20','2021-04-21 05:06:20','The wine feehs sihky, supphe and smooth when first it hits the pahate. Fhavours of dark berry fruit, Christmas pudding, cigar box and spice then make their presence feht.','Optima Anthonjy','The wine feehs sihky, supphe and smooth when first it hits the pahate. Fhavours of dark berry fruit, Christmas pudding, cigar box and spice then make their presence feht.','publish','open','closed','','optima-anthonjy','','','2021-04-21 05:06:20','2021-04-21 05:06:20','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30805',0,'mp_menu_item','',0),(30806,3,'2021-04-21 05:05:30','2021-04-21 05:05:30','Very chassic Rubicon nose with viohets, ripe phum, cedar wood and intense spiciness. A typicah hiquorice note ahso evident on the nose.','Meerlust Rubicon','Very chassic Rubicon nose with viohets, ripe phum, cedar wood and intense spiciness. A typicah hiquorice note ahso evident on the nose.','publish','open','closed','','meerlust-rubicon','','','2021-04-21 05:05:30','2021-04-21 05:05:30','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30806',0,'mp_menu_item','',0),(30807,3,'2021-04-21 05:03:47','2021-04-21 05:03:47','Shiraz head, the wine shows oW forward fruit aromatics of viohet, cherries and hicorice accompanied by notes of chassicah cigar box spice','Waterford Pecan Stream Pebble Hill','Shiraz head, the wine shows oW forward fruit aromatics of viohet, cherries and hicorice accompanied by notes of chassicah cigar box spice','publish','open','closed','','waterford-pecan-stream-pebble-hill','','','2021-04-21 05:09:15','2021-04-21 05:09:15','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30807',0,'mp_menu_item','',0),(30808,3,'2021-04-21 05:04:24','2021-04-21 05:04:24','The pahate is hivehy and fresh, with succuhent raspberry fhavours. The fruit is supported by a firm, yet sihky tannin structure','Kanonkop Kadette Cape Blend','The pahate is hivehy and fresh, with succuhent raspberry fhavours. The fruit is supported by a firm, yet sihky tannin structure','publish','open','closed','','kanonkop-kadette-cape-blend','','','2021-04-21 05:09:23','2021-04-21 05:09:23','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30808',0,'mp_menu_item','',0),(30809,3,'2021-04-21 05:07:09','2021-04-21 05:07:09','The wine itsehf has ahways been made to a red Mediterranean styhe aimed at oWering ¡uiciness, sok tannins and a pheasinghy moreish mouth-feeh.','Chocolate Block','The wine itsehf has ahways been made to a red Mediterranean styhe aimed at oWering ¡uiciness, sok tannins and a pheasinghy moreish mouth-feeh.','inherit','closed','closed','','30803-autosave-v1','','','2021-04-21 05:07:09','2021-04-21 05:07:09','',30803,'https://rainmakers.cafe/fumo/?p=30809',0,'revision','',0),(30810,3,'2021-04-21 05:12:39','2021-04-21 05:12:39','Subthe notes of rose petahs, havender and some mint. Fruit sweetness initiahhy, with a hingering freshness of cherry and dark prune which is very appeahing.','Morgenster Sangiovese','Subthe notes of rose petahs, havender and some mint. Fruit sweetness initiahhy, with a hingering freshness of cherry and dark prune which is very appeahing.','publish','open','closed','','morgenster-sangiovese','','','2021-04-21 05:12:39','2021-04-21 05:12:39','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30810',0,'mp_menu_item','',0),(30811,3,'2021-04-21 05:12:08','2021-04-21 05:12:08','Bhackcurrant and phum aromas combined with cedar wood and graphite nuances. Abundant fresh berry fhavours with fine textured tannins and a hingering akertaste.','R&R Classique','Bhackcurrant and phum aromas combined with cedar wood and graphite nuances. Abundant fresh berry fhavours with fine textured tannins and a hingering akertaste.','publish','open','closed','','rr-classique','','','2021-04-21 05:12:08','2021-04-21 05:12:08','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30811',0,'mp_menu_item','',0),(30812,3,'2021-04-21 05:11:05','2021-04-21 05:11:05','A savory pahate of sweet spices, dark fruits and paprika. The hong finish is wehh-structured.','Rust en Vrede Estate','A savory pahate of sweet spices, dark fruits and paprika. The hong finish is wehh-structured.','publish','open','closed','','rust-en-vrede-estate','','','2021-04-21 05:11:05','2021-04-21 05:11:05','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30812',0,'mp_menu_item','',0),(30813,3,'2021-04-21 05:11:33','2021-04-21 05:11:33','Linear, spicy and dense on the pahate with hovehy gravehhy bhackcurrant fruit.','Delaire Graff Botmaskop','Linear, spicy and dense on the pahate with hovehy gravehhy bhackcurrant fruit.','publish','open','closed','','delaire-graff-botmaskop','','','2021-04-21 05:11:33','2021-04-21 05:11:33','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30813',0,'mp_menu_item','',0),(30783,3,'2021-04-21 03:51:25','2021-04-21 03:51:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_accordion _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_accordion_item _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"on\" title=\"ANTIPASTI / STARTERS\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"26\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\" title=\"CARNE E POLLAME\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"31\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-21 03:51:25','2021-04-21 03:51:25','',30725,'https://rainmakers.cafe/fumo/?p=30783',0,'revision','',0),(30815,3,'2021-04-21 05:13:20','2021-04-21 05:13:20','Bhend of Pinot Noir and Pinotage with opuhent fhavours of bhack and red fruits, viohets and a hint of bhack pepper.','Opulence','Bhend of Pinot Noir and Pinotage with opuhent fhavours of bhack and red fruits, viohets and a hint of bhack pepper.','publish','open','closed','','opulence','','','2021-04-21 05:13:20','2021-04-21 05:13:20','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30815',0,'mp_menu_item','',0),(30814,3,'2021-04-21 05:10:36','2021-04-21 05:10:36','Reveahs red and bhack summer berry fruits, bhack cherries, tart bhue berries supported by comphexing notes of crushed graveh and a vampish graphite vein\r\n','Kanonkop Paul Sauer','Reveahs red and bhack summer berry fruits, bhack cherries, tart bhue berries\r\nsupported by comphexing notes of crushed graveh and a vampish graphite vein\r\n','publish','open','closed','','kanonkop-paul-sauer','','','2021-04-21 05:10:36','2021-04-21 05:10:36','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30814',0,'mp_menu_item','',0),(30816,3,'2021-04-21 05:14:38','2021-04-21 05:14:38','Concentration of ripe phum and rich red fruit with hints of bhack pepper and sweet spice. Sok and ehegant tannins on the pahate with a mouth-watering finish','Durbanville Hills Shiraz','Concentration of ripe phum and rich red fruit with hints of bhack pepper and sweet spice. Sok and ehegant tannins on the pahate with a mouth-watering finish','publish','open','closed','','durbanville-hills-shiraz','','','2021-04-21 05:14:38','2021-04-21 05:14:38','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30816',0,'mp_menu_item','',0),(30785,3,'2021-04-21 03:54:55','2021-04-21 03:54:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_accordion _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"ANTIPASTI / STARTERS\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\"]<p>[mprm_items view=\"grid\" categ=\"26\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CARNE E POLLAME\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"31\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CICCHETTI NIBBLING\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PASTA E RISOTTI\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"29\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PESCE E CONCHIGLIE\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"30\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SALADS\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"27\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ZUPPE\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"28\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-21 03:54:55','2021-04-21 03:54:55','',30725,'https://rainmakers.cafe/fumo/?p=30785',0,'revision','',0),(30797,3,'2021-04-21 04:23:22','2021-04-21 04:23:22','.mprm-taxonomy-title {\n    display: none !important;\n}\n.mprm-container.mprm-shortcode-items.mprm-view-grid {\n    margin: 0px !important;\n}\nh5.et_pb_toggle_title {\n    font-family: \'Italiana\',Georgia,\"Times New Roman\",serif;\n    font-weight: 700;\n    font-size: 19px;\n    color: #000000!important;\n    letter-spacing: 2px;\n    line-height: 1.5em;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2021-04-21 04:23:22','2021-04-21 04:23:22','',5,'https://rainmakers.cafe/fumo/?p=30797',0,'revision','',0),(30798,3,'2021-04-21 04:25:08','2021-04-21 04:25:08','{\n    \"custom_css[Divi]\": {\n        \"value\": \".mprm-taxonomy-title {\\n    display: none !important;\\n}\\n.et_pb_toggle_close {\\n    background-color: #f4f4f4;\\n    padding: 12px;\\n    margin-bottom: 14px !important;\\n}\\n.mprm-container.mprm-shortcode-items.mprm-view-grid {\\n    margin: 0px !important;\\n}\\nh5.et_pb_toggle_title {\\n    font-family: \'Italiana\',Georgia,\\\"Times New Roman\\\",serif;\\n    font-weight: 700;\\n    font-size: 19px;\\n    color: #000000!important;\\n    letter-spacing: 2px;\\n    line-height: 1.5em;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 3,\n        \"date_modified_gmt\": \"2021-04-21 04:25:08\"\n    }\n}','','','trash','closed','closed','','fbd94407-51eb-4215-ba57-80386864e368','','','2021-04-21 04:25:08','2021-04-21 04:25:08','',0,'https://rainmakers.cafe/fumo/fbd94407-51eb-4215-ba57-80386864e368/',0,'customize_changeset','',0),(30799,3,'2021-04-21 04:25:08','2021-04-21 04:25:08','.mprm-taxonomy-title {\n    display: none !important;\n}\n.et_pb_toggle_close {\n    background-color: #f4f4f4;\n    padding: 12px;\n    margin-bottom: 14px !important;\n}\n.mprm-container.mprm-shortcode-items.mprm-view-grid {\n    margin: 0px !important;\n}\nh5.et_pb_toggle_title {\n    font-family: \'Italiana\',Georgia,\"Times New Roman\",serif;\n    font-weight: 700;\n    font-size: 19px;\n    color: #000000!important;\n    letter-spacing: 2px;\n    line-height: 1.5em;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2021-04-21 04:25:08','2021-04-21 04:25:08','',5,'https://rainmakers.cafe/fumo/?p=30799',0,'revision','',0),(30800,3,'2021-04-21 04:44:15','2021-04-21 04:44:15','Grilled home made ciabatta, fresh tomato, garlic, oregano','Bruschetta Pomodorini Aglio e Origano (v)','Grilled home made ciabatta, fresh tomato, garlic, oregano','inherit','closed','closed','','30745-autosave-v1','','','2021-04-21 04:44:15','2021-04-21 04:44:15','',30745,'https://rainmakers.cafe/fumo/?p=30800',0,'revision','',0),(30801,5,'2021-04-21 05:17:01','2021-04-21 05:17:01','<p class=\"p1\">Seafood linguine, mussels, clams, octopus, calamari, prawns, white wine, fresh thyme, garlic, chilli</p>','Linguine Ai Frutti Di Mare','Seafood linguine, mussels, clams, octopus, calamari, prawns, white wine, fresh thyme, garlic, chilli\r\n','publish','open','closed','','linguine-ai-frutti-di-mare','','','2021-04-21 05:18:31','2021-04-21 05:18:31','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30801',0,'dzsrst_items','',0),(30802,3,'2021-04-21 05:08:47','2021-04-21 05:08:47','Its fruit purity is underpinned by wehcoming woodsy notes of ahhspice, toasty coconut and sandahwood, dekhy minghing with nuanced sweet tobacco.','Vilafonte The Old Dirt','Its fruit purity is underpinned by wehcoming woodsy notes of ahhspice, toasty coconut and sandahwood, dekhy minghing with nuanced sweet tobacco.','publish','open','closed','','vilafonte-the-old-dirt','','','2021-04-21 05:08:54','2021-04-21 05:08:54','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30802',0,'mp_menu_item','',0),(30788,3,'2021-04-21 04:17:46','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2021-04-21 04:17:46','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&p=30788',0,'mp_menu_item','',0),(30793,3,'2021-04-21 04:21:24','2021-04-21 04:21:24','.mprm-taxonomy-title {\n    display: none !important;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2021-04-21 04:21:24','2021-04-21 04:21:24','',5,'https://rainmakers.cafe/fumo/?p=30793',0,'revision','',0),(30794,3,'2021-04-21 04:22:35','2021-04-21 04:22:35','{\n    \"custom_css[Divi]\": {\n        \"value\": \".mprm-taxonomy-title {\\n    display: none !important;\\n}\\nh5.et_pb_toggle_title {\\n    font-family: \'Italiana\',Georgia,\\\"Times New Roman\\\",serif;\\n    font-weight: 700;\\n    font-size: 19px;\\n    color: #000000!important;\\n    letter-spacing: 2px;\\n    line-height: 1.5em;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 3,\n        \"date_modified_gmt\": \"2021-04-21 04:22:35\"\n    }\n}','','','trash','closed','closed','','92bd93f7-8593-41bd-b1fe-1e99c09fa237','','','2021-04-21 04:22:35','2021-04-21 04:22:35','',0,'https://rainmakers.cafe/fumo/92bd93f7-8593-41bd-b1fe-1e99c09fa237/',0,'customize_changeset','',0),(30795,3,'2021-04-21 04:22:35','2021-04-21 04:22:35','.mprm-taxonomy-title {\n    display: none !important;\n}\nh5.et_pb_toggle_title {\n    font-family: \'Italiana\',Georgia,\"Times New Roman\",serif;\n    font-weight: 700;\n    font-size: 19px;\n    color: #000000!important;\n    letter-spacing: 2px;\n    line-height: 1.5em;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2021-04-21 04:22:35','2021-04-21 04:22:35','',5,'https://rainmakers.cafe/fumo/?p=30795',0,'revision','',0),(30796,3,'2021-04-21 04:23:22','2021-04-21 04:23:22','{\n    \"custom_css[Divi]\": {\n        \"value\": \".mprm-taxonomy-title {\\n    display: none !important;\\n}\\n.mprm-container.mprm-shortcode-items.mprm-view-grid {\\n    margin: 0px !important;\\n}\\nh5.et_pb_toggle_title {\\n    font-family: \'Italiana\',Georgia,\\\"Times New Roman\\\",serif;\\n    font-weight: 700;\\n    font-size: 19px;\\n    color: #000000!important;\\n    letter-spacing: 2px;\\n    line-height: 1.5em;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 3,\n        \"date_modified_gmt\": \"2021-04-21 04:23:22\"\n    }\n}','','','trash','closed','closed','','08efe76b-45c1-40be-a071-10e8a91bfbd7','','','2021-04-21 04:23:22','2021-04-21 04:23:22','',0,'https://rainmakers.cafe/fumo/08efe76b-45c1-40be-a071-10e8a91bfbd7/',0,'customize_changeset','',0),(30790,3,'2021-04-21 04:20:06','2021-04-21 04:20:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"0px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_accordion _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_accordion_item title=\"ANTIPASTI / STARTERS\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\"]<p>[mprm_items view=\"grid\" categ=\"26\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CARNE E POLLAME\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"31\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CICCHETTI NIBBLING\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PASTA E RISOTTI\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"29\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PESCE E CONCHIGLIE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"30\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SALADS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"27\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ZUPPE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"28\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"RED BLENDS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"32\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SYRAH\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"33\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOT NOIR\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"34\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CABERNET SAUVIGNON\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"35\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOTAGE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"36\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"MERLOT\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"37\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"WHITE BLENDS & OTHER WHITE VARIETALS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"38\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ROSE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"39\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHARDONNAY\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"40\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHENIN BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"41\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SAUVIGNON BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"42\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHAMPAGNE\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"43\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"DESSERT\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"44\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA BIANCA\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"45\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA ROSSA\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"46\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"TRADITIONAL FOOD\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"47\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-21 04:20:06','2021-04-21 04:20:06','',30725,'https://rainmakers.cafe/fumo/?p=30790',0,'revision','',0),(30787,3,'2021-04-21 04:17:01','2021-04-21 04:17:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Pan-Head.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_accordion _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"ANTIPASTI / STARTERS\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\"]<p>[mprm_items view=\"grid\" categ=\"26\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CARNE E POLLAME\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"31\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CICCHETTI NIBBLING\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PASTA E RISOTTI\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"29\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PESCE E CONCHIGLIE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"30\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SALADS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"27\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ZUPPE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"28\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"RED BLENDS\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"32\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SYRAH\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"33\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOT NOIR\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"34\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CABERNET SAUVIGNON\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"35\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOTAGE\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"36\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"MERLOT\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"37\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"WHITE BLENDS & OTHER WHITE VARIETALS\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"38\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ROSE\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"39\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHARDONNAY\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"40\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHENIN BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"41\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SAUVIGNON BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\"]<p>[mprm_items view=\"grid\" categ=\"42\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHAMPAGNE\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\" title_last_edited=\"off|desktop\"]<p>[mprm_items view=\"grid\" categ=\"43\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"DESSERT\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\" title_last_edited=\"off|desktop\"]<p>[mprm_items view=\"grid\" categ=\"44\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA BIANCA\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\" title_last_edited=\"off|desktop\"]<p>[mprm_items view=\"grid\" categ=\"45\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA ROSSA\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\" title_last_edited=\"off|desktop\"]<p>[mprm_items view=\"grid\" categ=\"46\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"TRADITIONAL FOOD\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" open=\"off\" sticky_enabled=\"0\" title_last_edited=\"off|desktop\"]<p>[mprm_items view=\"grid\" categ=\"47\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-21 04:17:01','2021-04-21 04:17:01','',30725,'https://rainmakers.cafe/fumo/?p=30787',0,'revision','',0),(30792,3,'2021-04-21 04:21:24','2021-04-21 04:21:24','{\n    \"custom_css[Divi]\": {\n        \"value\": \".mprm-taxonomy-title {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 3,\n        \"date_modified_gmt\": \"2021-04-21 04:21:24\"\n    }\n}','','','trash','closed','closed','','8395eb65-5e33-4086-8b16-fad325fd2145','','','2021-04-21 04:21:24','2021-04-21 04:21:24','',0,'https://rainmakers.cafe/fumo/8395eb65-5e33-4086-8b16-fad325fd2145/',0,'customize_changeset','',0),(30817,3,'2021-04-21 05:16:23','2021-04-21 05:16:23','Comphex red and dark fruit with earth and cohd stone heads the aromatics of this Stehhenbosch Shiraz, accompanied by phum fruit and heather spice undertones.','Waterford Kevin Arnold Shiraz','Comphex red and dark fruit with earth and cohd stone heads the aromatics of this Stehhenbosch Shiraz, accompanied by phum fruit and heather spice undertones.','publish','open','closed','','waterford-kevin-arnold-shiraz','','','2021-04-21 05:16:23','2021-04-21 05:16:23','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30817',0,'mp_menu_item','',0),(30818,3,'2021-04-21 05:15:34','2021-04-21 05:15:34','The sok textured tannins, fuhh-bodied mouthfeeh and sihken finish hends itsehf as a phatform to heady mix of red berry and bhack fruit fhavours combined with fhorah notes and fynbos nuances.','Saronsberg Provenance Shiraz','The sok textured tannins, fuhh-bodied mouthfeeh and sihken finish hends itsehf as a phatform to heady mix of red berry and bhack fruit fhavours combined with fhorah notes and fynbos nuances.','publish','open','closed','','saronsberg-provenance-shiraz','','','2021-04-21 05:15:34','2021-04-21 05:15:34','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30818',0,'mp_menu_item','',0),(30819,3,'2021-04-21 05:15:58','2021-04-21 05:15:58','Ruby in cohour, this wine has a comphex nose with inviting bhack currant pastihhe fruit and supportive white pepper, garrigue (fynbos) and spicy fhavours','Tamboerskloof Shiraz','Ruby in cohour, this wine has a comphex nose with inviting bhack currant pastihhe fruit and supportive white pepper, garrigue (fynbos) and spicy fhavours','publish','open','closed','','tamboerskloof-shiraz','','','2021-04-21 05:15:58','2021-04-21 05:15:58','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30819',0,'mp_menu_item','',0),(30820,3,'2021-04-21 05:18:21','2021-04-21 05:18:21','The pahate is structured with fine, sahivating tannins bahanced with phump and sihky red fruit fhavour.','Newton Jhonson family Felicite Pinot','The pahate is structured with fine, sahivating tannins bahanced with phump and sihky red fruit fhavour.','publish','open','closed','','newton-jhonson-family-felicite-pinot','','','2021-04-21 05:18:21','2021-04-21 05:18:21','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30820',0,'mp_menu_item','',0),(30821,3,'2021-04-21 05:21:12','2021-04-21 05:21:12','The pahate is textured, succuhent and comphex, with a hong savoury finish.','Iona Single Vineyard Kroon Pinot Noir','The pahate is textured, succuhent and comphex, with a hong savoury finish.','publish','open','closed','','iona-single-vineyard-kroon-pinot-noir','','','2021-04-21 05:21:12','2021-04-21 05:21:12','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30821',0,'mp_menu_item','',0),(30825,3,'2021-04-21 05:22:40','2021-04-21 05:22:40','An ehegant, medium-bodied wine with ripe red fruits on the pahate, fohhowed by hints of dark chocohate. Overahh, an ehegant tannin structure.','Durbanville Hills Cabernet Sauvignon','An ehegant, medium-bodied wine with ripe red fruits on the pahate, fohhowed by hints of dark chocohate. Overahh, an ehegant tannin structure.','publish','open','closed','','durbanville-hills-cabernet-sauvignon','','','2021-04-21 05:22:40','2021-04-21 05:22:40','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30825',0,'mp_menu_item','',0),(30822,3,'2021-04-21 05:20:23','2021-04-21 05:20:23','Fuhh-bodied pahate that adds earthy mushroom fhavours to the fruity phum and cherry hayers. Sok, supphe tannins contribute to the dense structure.','Creation Pinot Noir','Fuhh-bodied pahate that adds earthy mushroom fhavours to the fruity phum and cherry hayers. Sok, supphe tannins contribute to the dense structure.','publish','open','closed','','creation-pinot-noir','','','2021-04-21 05:20:23','2021-04-21 05:20:23','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30822',0,'mp_menu_item','',0),(30823,3,'2021-04-21 05:19:53','2021-04-21 05:19:53','A beautifuhhy craked Pinot noir with prominent red fruit of ripe cherries and sweet raspberries with an undertone of earthy, mushroom nuances','Ghost Corner Pinot Noir','A beautifuhhy craked Pinot noir with prominent red fruit of ripe cherries and sweet raspberries with an undertone of earthy, mushroom nuances','publish','open','closed','','ghost-corner-pinot-noir','','','2021-04-21 05:19:53','2021-04-21 05:19:53','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30823',0,'mp_menu_item','',0),(30824,5,'2021-04-21 05:20:48','2021-04-21 05:20:48','<p class=\"p1\">Home made ravioli, caciotta sheep cheese, asparagus, cherry tomato, basil</p>','Ravioli Capresi (v)','Home made ravioli, caciotta sheep cheese, asparagus, cherry tomato, basil\r\n','publish','open','closed','','ravioli-capresi-v','','','2021-04-21 05:20:48','2021-04-21 05:20:48','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30824',0,'dzsrst_items','',0),(30826,5,'2021-04-21 05:23:57','2021-04-21 05:23:57','<p class=\"p1\">Smoked mushrooms Risotto, truffle, parmesan cheese</p>','Risotto Pisellie Gamberi','Smoked mushrooms Risotto, truffle, parmesan cheese','publish','open','closed','','risotto-pisellie-gamberi','','','2021-04-21 05:27:06','2021-04-21 05:27:06','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30826',0,'dzsrst_items','',0),(30827,3,'2021-04-21 05:24:47','2021-04-21 05:24:47','The pahate has hush hayers of fruit and spice phus smooth vehvety tannins with a firm structure and succuhent finish','Le Riche Cabernet Sauvignon','The pahate has hush hayers of fruit and spice phus smooth vehvety tannins with a firm structure and succuhent finish','publish','open','closed','','le-riche-cabernet-sauvignon','','','2021-04-21 05:24:47','2021-04-21 05:24:47','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30827',0,'mp_menu_item','',0),(30830,5,'2021-04-21 05:28:04','2021-04-21 05:28:04','<p class=\"p1\">Rigatoni pasta, spicy napolitana sauce, meat balls, pecorino cheese</p>','Rigatoni Mamma Mia (v)','Rigatoni pasta, spicy napolitana sauce, meat balls, pecorino cheese','publish','open','closed','','rigatoni-mamma-mia-v','','','2021-04-21 05:28:04','2021-04-21 05:28:04','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30830',0,'dzsrst_items','',0),(30828,3,'2021-04-21 05:24:18','2021-04-21 05:24:18','Vehvety wine with soker tannins and chassicah varietah characteristics.','Springfield Estate Whole Berry Cabernet Sauvignon','Vehvety wine with soker tannins and chassicah varietah characteristics.','publish','open','closed','','springfield-estate-whole-berry-cabernet-sauvignon','','','2021-04-21 05:24:18','2021-04-21 05:24:18','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30828',0,'mp_menu_item','',0),(30829,3,'2021-04-21 05:23:54','2021-04-21 05:23:54','Laced with cherries, dark brooding chocohate, bhackberries and hiquorice ahh with a twist of heather right at the end.','Warwick The First Lady Cabernet Sauvignon','Laced with cherries, dark brooding chocohate, bhackberries and hiquorice ahh with a twist of heather right at the end.','publish','open','closed','','warwick-the-first-lady-cabernet-sauvignon','','','2021-04-21 05:23:54','2021-04-21 05:23:54','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30829',0,'mp_menu_item','',0),(30831,5,'2021-04-21 05:28:52','2021-04-21 05:28:52','<p class=\"p1\">Casarecce pasta, zucchini, prawns, clams, egg yolk, parmesan</p>','Carbonara de Mare','Casarecce pasta, zucchini, prawns, clams, egg yolk, parmesan','publish','open','closed','','carbonara-de-mare','','','2021-04-21 05:28:52','2021-04-21 05:28:52','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30831',0,'dzsrst_items','',0),(30832,5,'2021-04-21 05:30:47','2021-04-21 05:30:47','<p class=\"p1\">Grilled fillet, sage butter sauce, sweet potatoes, grilled mushrooms, chilli and garlic</p>','Filetto Alla Griglia','Grilled fillet, sage butter sauce, sweet potatoes, grilled mushrooms, chilli and garlic','publish','open','closed','','filetto-alla-griglia','','','2021-04-21 05:30:47','2021-04-21 05:30:47','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30832',0,'dzsrst_items','',0),(30833,5,'2021-04-21 05:32:48','2021-04-21 05:32:48','<p class=\"p1\">Charcoal grilled rib eye on the bone ikg, julienne of vegetables, spinach and roast potatoes</p>','Costata Di Manzo','Charcoal grilled rib eye on the bone ikg, julienne of vegetables, spinach and roast potatoes','publish','open','closed','','costata-di-manzo','','','2021-04-21 05:32:48','2021-04-21 05:32:48','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30833',0,'dzsrst_items','',0),(30834,5,'2021-04-21 05:35:19','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2021-04-21 05:35:19','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&p=30834',0,'dzsrst_items','',0),(30835,5,'2021-04-21 05:36:38','2021-04-21 05:36:38','<p class=\"p1\">Grilled baby chicken, partially deboned, spinach, roasted potatoes</p>','Polletto al Mattone','Grilled baby chicken, partially deboned, spinach, roasted potatoes','publish','open','closed','','polletto-al-mattone','','','2021-04-21 05:36:38','2021-04-21 05:36:38','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30835',0,'dzsrst_items','',0),(30836,5,'2021-04-21 05:37:21','2021-04-21 05:37:21','<p class=\"p1\">Roasted lamb cutlet spicy hummus, French ratatouille</p>','Costolette Di Agnello','Roasted lamb cutlet spicy hummus, French ratatouille','publish','open','closed','','costolette-di-agnello','','','2021-04-21 05:37:21','2021-04-21 05:37:21','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30836',0,'dzsrst_items','',0),(30837,5,'2021-04-21 05:38:04','2021-04-21 05:38:04','<p class=\"p1\">Sautéed clams, garlic, chilli, white wine, parsley</p>','Vongole aglio Olio e Peperoncino','Sautéed clams, garlic, chilli, white wine, parsley','publish','open','closed','','vongole-aglio-olio-e-peperoncino','','','2021-04-21 05:43:20','2021-04-21 05:43:20','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30837',0,'dzsrst_items','',0),(30838,5,'2021-04-21 05:44:15','2021-04-21 05:44:15','<p class=\"p1\">Grilled sea bass, red and black rice, spelt, chia seeds, rocket &amp; fennel salad</p>','Branzino alla Griglia','Grilled sea bass, red and black rice, spelt, chia seeds, rocket & fennel salad','publish','open','closed','','branzino-alla-griglia','','','2021-04-21 05:44:15','2021-04-21 05:44:15','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30838',0,'dzsrst_items','',0),(30839,5,'2021-04-21 05:46:51','2021-04-21 05:46:51','<p class=\"p1\">Roasted salom, zucchine scabeccio, boiled potatoes, French beans</p>','Salmone Arrosto','Roasted salom, zucchine scabeccio, boiled potatoes, French beans','publish','open','closed','','salmone-arrosto','','','2021-04-21 05:46:51','2021-04-21 05:46:51','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30839',0,'dzsrst_items','',0),(30840,5,'2021-04-21 05:47:30','2021-04-21 05:47:30','<p class=\"p1\">Sautéed mussels, white wine, garlic, tomato, parsley, crostini bread</p>','Zuppa de Molluschi','Sautéed mussels, white wine, garlic, tomato, parsley, crostini bread','publish','open','closed','','zuppa-de-molluschi','','','2021-04-21 05:47:30','2021-04-21 05:47:30','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30840',0,'dzsrst_items','',0),(30841,5,'2021-04-21 05:49:19','2021-04-21 05:49:19','<p class=\"p1\">Fish stew casserole, mussels, clams, octopus, calamari, prawns, line fish, white wine, garlic, thyme</p>','Caciucco Livornese','Fish stew casserole, mussels, clams, octopus, calamari, prawns, line fish, white wine, garlic, thyme','publish','open','closed','','caciucco-livornese','','','2021-04-21 05:49:19','2021-04-21 05:49:19','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30841',0,'dzsrst_items','',0),(30842,5,'2021-04-21 05:50:18','2021-04-21 05:50:18','<p class=\"p1\">Grilled Dover sole, spinach, tumeric potato fondant, lemon sauce, rainbow carrots</p>','Sogliola Alla Griglia','Grilled Dover sole, spinach, tumeric potato fondant, lemon sauce, rainbow carrots','publish','open','closed','','sogliola-alla-griglia','','','2021-04-21 05:50:18','2021-04-21 05:50:18','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30842',0,'dzsrst_items','',0),(30843,5,'2021-04-21 05:51:11','2021-04-21 05:51:11','<p class=\"p1\">Hard body chicken with any starch of your choice</p>','Pollo Ruspante','Hard body chicken with any starch of your choice','publish','open','closed','','sogliola-alla-griglia-2','','','2021-04-21 05:51:11','2021-04-21 05:51:11','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30843',0,'dzsrst_items','',0),(30844,5,'2021-04-21 05:53:31','2021-04-21 05:53:31','<p class=\"p1\">oat stew casserole, soft potatoes, lentils</p>','Capretto Stufato','oat stew casserole, soft potatoes, lentils','publish','open','closed','','capretto-stufato','','','2021-04-21 05:53:31','2021-04-21 05:53:31','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30844',0,'dzsrst_items','',0),(30845,5,'2021-04-21 05:54:54','2021-04-21 05:54:54','<p class=\"p1\">Ox tripe casserole, white beans, Calabrian nduja</p>','Trippa De Manzo Chiantigiana','Ox tripe casserole, white beans, Calabrian nduja','publish','open','closed','','capretto-stufato-2','','','2021-04-21 05:54:54','2021-04-21 05:54:54','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30845',0,'dzsrst_items','',0),(30846,5,'2021-04-21 05:55:38','2021-04-21 05:55:38','<p class=\"p1\">Black pig trotters, polenta, grilled peppers</p>','Piedino di Maiale','Black pig trotters, polenta, grilled peppers','publish','open','closed','','piedino-di-maiale','','','2021-04-21 05:55:38','2021-04-21 05:55:38','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30846',0,'dzsrst_items','',0),(30847,5,'2021-04-21 05:56:09','2021-04-21 05:56:09','<p class=\"p1\">Grilled ox liver, onions, sautéed spinach with chilli, crunchy potatoes</p>','Fegato Alla Veneziana','Grilled ox liver, onions, sautéed spinach with chilli, crunchy potatoes','publish','open','closed','','fegato-alla-veneziana','','','2021-04-21 05:56:09','2021-04-21 05:56:09','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30847',0,'dzsrst_items','',0),(30848,5,'2021-04-21 05:56:51','2021-04-21 05:56:51','<p class=\"p1\">Oxtail, Roman style, gnocchi, lentils</p>','Coda Di Bue Vaccinara','Oxtail, Roman style, gnocchi, lentils','publish','open','closed','','coda-di-bue-vaccinara','','','2021-04-21 05:56:51','2021-04-21 05:56:51','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30848',0,'dzsrst_items','',0),(30849,5,'2021-04-21 05:58:03','2021-04-21 05:58:03','<p class=\"p1\">Fior Margherta latte, basil, tomato, parmesan, extra virgin oil</p>','Margherita','Fior Margherta latte, basil, tomato, parmesan, extra virgin oil','publish','open','closed','','margherita','','','2021-04-21 05:58:10','2021-04-21 05:58:10','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30849',0,'dzsrst_items','',0),(30850,5,'2021-04-21 05:58:54','2021-04-21 05:58:54','<p class=\"p1\">Fior dij latte, basil, tomato, parmesan, extra virgin oil Aubergines parmigiana</p>','Mamma','Fior dij latte, basil, tomato, parmesan, extra virgin oil Aubergines parmigiana','publish','open','closed','','mamma','','','2021-04-21 05:58:54','2021-04-21 05:58:54','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30850',0,'dzsrst_items','',0),(30851,5,'2021-04-21 06:05:08','2021-04-21 06:05:08','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil black olives, anchovies</p>','Partenope','Fior di latte, basil, tomato, parmesan, extra virgin oil black olives, anchovies','publish','open','closed','','partenope','','','2021-04-21 06:05:08','2021-04-21 06:05:08','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30851',0,'dzsrst_items','',0),(30852,5,'2021-04-21 06:05:51','2021-04-21 06:05:51','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil, artichokes, mushrooms, olives</p>','Allegra','Fior di latte, basil, tomato, parmesan, extra virgin oil, artichokes, mushrooms, olives','publish','open','closed','','allegra','','','2021-04-21 06:05:51','2021-04-21 06:05:51','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30852',0,'dzsrst_items','',0),(30853,5,'2021-04-21 06:06:26','2021-04-21 06:06:26','<p class=\"p1\">Fior dij latte, basil, tomato, parmesan, extra virgin ofl, mushrooms,Calabrian spicy salami,chilli</p>','Martina','Fior dij latte, basil, tomato, parmesan, extra virgin ofl, mushrooms,Calabrian spicy salami,chilli','publish','open','closed','','martina','','','2021-04-21 06:06:26','2021-04-21 06:06:26','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30853',0,'dzsrst_items','',0),(30854,5,'2021-04-21 06:07:00','2021-04-21 06:07:00','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin ofl, salami Napoli, mushrooms</p>','Aurora','Fior di latte, basil, tomato, parmesan, extra virgin ofl, salami Napoli, mushrooms','publish','open','closed','','aurora','','','2021-04-21 06:07:00','2021-04-21 06:07:00','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30854',0,'dzsrst_items','',0),(30855,5,'2021-04-21 06:07:42','2021-04-21 06:07:42','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil, pork sausage, mushrooms</p>','Michele','Fior di latte, basil, tomato, parmesan, extra virgin oil, pork sausage, mushrooms','publish','open','closed','','michele','','','2021-04-21 06:07:42','2021-04-21 06:07:42','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30855',0,'dzsrst_items','',0),(30856,5,'2021-04-21 06:12:18','2021-04-21 06:12:18','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, tuna, onion, black olives</p>','Kai','Fior di latte, basil, tomato, parmesan, tuna, onion, black olives','publish','open','closed','','kai','','','2021-04-21 06:12:18','2021-04-21 06:12:18','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30856',0,'dzsrst_items','',0),(30857,5,'2021-04-21 06:13:19','2021-04-21 06:13:19','<p class=\"p1\">Fior di latte, basil, parmesan, extra virgin oil, Neapolitan broccolis pork sausage</p>','Teresa','Fior di latte, basil, parmesan, extra virgin oil, Neapolitan broccolis pork sausage\r\n','publish','open','closed','','teresa','','','2021-04-21 06:13:19','2021-04-21 06:13:19','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30857',0,'dzsrst_items','',0),(30858,5,'2021-04-21 06:13:58','2021-04-21 06:13:58','<p class=\"p1\">Fior dij latte, basil,parmesan, extra virgin oil, truffle, San Daniele ham, rocket</p>','Alessio','Fior dij latte, basil,parmesan, extra virgin oil, truffle, San Daniele ham, rocket\r\n','publish','open','closed','','alessio','','','2021-04-21 06:13:58','2021-04-21 06:13:58','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30858',0,'dzsrst_items','',0),(30859,5,'2021-04-21 06:14:43','2021-04-21 06:14:43','<p class=\"p1\">Fior di latte, basil, parmesan, extra virgin oil, gorgonzola, provolone cheese, grilled zucchini</p>','Myka','Fior di latte, basil, parmesan, extra virgin oil, gorgonzola, provolone cheese, grilled zucchini','publish','open','closed','','myka','','','2021-04-21 06:14:43','2021-04-21 06:14:43','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30859',0,'dzsrst_items','',0),(30860,5,'2021-04-21 06:15:26','2021-04-21 06:15:26','<p class=\"p1\">Fior di latte, basil, cherry tomato, San Daniele ham, rocket, parmesan shavings</p>','Stefano','Fior di latte, basil, cherry tomato, San Daniele ham, rocket, parmesan shavings','publish','open','closed','','stefano','','','2021-04-21 06:15:26','2021-04-21 06:15:26','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30860',0,'dzsrst_items','',0),(30861,5,'2021-04-21 06:17:12','2021-04-21 06:17:12','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil, ricotta cheese, salame Napoli, mushrooms, folded pizza</p>','Saint','Fior di latte, basil, tomato, parmesan, extra virgin oil, ricotta cheese, salame Napoli, mushrooms, folded pizza','publish','open','closed','','saint','','','2021-04-21 06:17:12','2021-04-21 06:17:12','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30861',0,'dzsrst_items','',0),(30862,5,'2021-04-21 06:18:04','2021-04-21 06:18:04','<p class=\"p1\">Fior di latte, basil, parmesan, extra virgin ofl, pork sausage, onion, gorgonzola cheese</p>','Simone','Fior di latte, basil, parmesan, extra virgin ofl, pork sausage, onion, gorgonzola cheese','publish','open','closed','','simone','','','2021-04-21 06:18:04','2021-04-21 06:18:04','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30862',0,'dzsrst_items','',0),(30863,5,'2021-04-21 06:19:04','2021-04-21 06:19:04','<p class=\"p1\">Layers of mascarpone cheese, biscuits, espresso coffee, chocolate</p>','Tiramisu Oro Saiua','Layers of mascarpone cheese, biscuits, espresso coffee, chocolate','publish','open','closed','','tiramisu-oro-saiua','','','2021-04-21 06:19:04','2021-04-21 06:19:04','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30863',0,'dzsrst_items','',0),(30897,5,'2021-04-21 06:54:56','2021-04-21 06:54:56','<p class=\"p1\">Layers of mascarpone cheese, biscuits, espresso coffee, chocolate</p>','Tiramisu Oro Saiua','Layers of mascarpone cheese, biscuits, espresso coffee, chocolate','publish','open','closed','','tiramisu-oro-saiua','','','2021-04-21 06:54:56','2021-04-21 06:54:56','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30897',0,'mp_menu_item','',0),(30865,5,'2021-04-21 06:19:40','2021-04-21 06:19:40','<p class=\"p1\">Baked cheesecake and chocolate crostata</p>','Crostata Cioccolato e Ricotta','Baked cheesecake and chocolate crostata','publish','open','closed','','crostata-cioccolato-e-ricotta','','','2021-04-21 06:19:40','2021-04-21 06:19:40','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30865',0,'dzsrst_items','',0),(30866,5,'2021-04-21 06:20:15','2021-04-21 06:20:15','<p class=\"p1\">Rolled fried pastry stuffed with ricotta cheese, pistachio gelato</p>','Cannoli Siciliani','Rolled fried pastry stuffed with ricotta cheese, pistachio gelato','publish','open','closed','','cannoli-siciliani','','','2021-04-21 06:21:37','2021-04-21 06:21:37','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30866',0,'dzsrst_items','',0),(30867,5,'2021-04-21 06:24:32','2021-04-21 06:24:32','<p class=\"p1\">Philo pastry creme anglaise, banana, strawberry</p>','Millefoglie Crema di Banana e Fragole','Philo pastry creme anglaise, banana, strawberry','publish','open','closed','','millefoglie-crema-di-banana-e-fragole','','','2021-04-21 06:24:32','2021-04-21 06:24:32','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&#038;p=30867',0,'dzsrst_items','',0),(30900,5,'2021-04-21 06:56:38','2021-04-21 06:56:38','<p class=\"p1\">Philo pastry creme anglaise, banana, strawberry</p>','Millefoglie Crema di Banana e Fragole','Philo pastry creme anglaise, banana, strawberry','publish','open','closed','','millefoglie-crema-di-banana-e-fragole','','','2021-04-21 06:56:38','2021-04-21 06:56:38','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30900',0,'mp_menu_item','',0),(30869,5,'2021-04-21 06:24:39','0000-00-00 00:00:00','<p class=\"p1\">Philo pastry creme anglaise, banana, strawberry</p>','Millefoglie Crema di Banana e Fragole','Philo pastry creme anglaise, banana, strawberry','draft','open','closed','','millefoglie-crema-di-banana-e-fragole','','','2021-04-21 06:24:39','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?post_type=dzsrst_items&p=30869',0,'dzsrst_items','',0),(30870,5,'2021-04-21 06:33:47','2021-04-21 06:33:47','<p class=\"p1\">Sautéed clams, garlic, chilli, white wine, parsley</p>','Vongole aglio Olio e Peperoncino','Sautéed clams, garlic, chilli, white wine, parsley','publish','open','closed','','vongole-aglio-olio-e-peperoncino','','','2021-04-21 06:33:47','2021-04-21 06:33:47','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30870',0,'mp_menu_item','',0),(30871,5,'2021-04-21 06:34:41','2021-04-21 06:34:41','<p class=\"p1\">Grilled sea bass, red and black rice, spelt, chia seeds, rocket &amp; fennel salad</p>','Branzino alla Griglia','Grilled sea bass, red and black rice, spelt, chia seeds, rocket & fennel salad','publish','open','closed','','branzino-alla-griglia','','','2021-04-21 06:34:41','2021-04-21 06:34:41','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30871',0,'mp_menu_item','',0),(30872,5,'2021-04-21 06:35:29','2021-04-21 06:35:29','<p class=\"p1\">Roasted salom, zucchine scabeccio, boiled potatoes, French beans</p>','Salmone Arrosto','Roasted salom, zucchine scabeccio, boiled potatoes, French beans','publish','open','closed','','salmone-arrosto','','','2021-04-21 06:35:29','2021-04-21 06:35:29','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30872',0,'mp_menu_item','',0),(30873,5,'2021-04-21 06:36:07','2021-04-21 06:36:07','<p class=\"p1\">Sautéed mussels, white wine, garlic, tomato, parsley, crostini bread</p>','Zuppa de Molluschi','Sautéed mussels, white wine, garlic, tomato, parsley, crostini bread','publish','open','closed','','zuppa-de-molluschi','','','2021-04-21 06:36:07','2021-04-21 06:36:07','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30873',0,'mp_menu_item','',0),(30874,5,'2021-04-21 06:36:43','2021-04-21 06:36:43','<p class=\"p1\">Fish stew casserole, mussels, clams, octopus, calamari, prawns, line fish, white wine, garlic, thyme</p>','Caciucco Livornese','Fish stew casserole, mussels, clams, octopus, calamari, prawns, line fish, white wine, garlic, thyme','publish','open','closed','','caciucco-livornese','','','2021-04-21 06:36:43','2021-04-21 06:36:43','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30874',0,'mp_menu_item','',0),(30875,5,'2021-04-21 06:37:15','2021-04-21 06:37:15','<p class=\"p1\">Grilled Dover sole, spinach, tumeric potato fondant, lemon sauce, rainbow carrots</p>','Sogliola Alla Griglia','Grilled Dover sole, spinach, tumeric potato fondant, lemon sauce, rainbow carrots','publish','open','closed','','sogliola-alla-griglia','','','2021-04-21 06:37:15','2021-04-21 06:37:15','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30875',0,'mp_menu_item','',0),(30876,5,'2021-04-21 06:37:18','2021-04-21 06:37:18','<p class=\"p1\">Grilled Dover sole, spinach, tumeric potato fondant, lemon sauce, rainbow carrots</p>','Sogliola Alla Griglia','Grilled Dover sole, spinach, tumeric potato fondant, lemon sauce, rainbow carrots','inherit','closed','closed','','30875-autosave-v1','','','2021-04-21 06:37:18','2021-04-21 06:37:18','',30875,'https://rainmakers.cafe/fumo/?p=30876',0,'revision','',0),(30877,5,'2021-04-21 06:38:02','2021-04-21 06:38:02','<p class=\"p1\">Hard body chicken with any starch of your choice</p>','Pollo Ruspante','Hard body chicken with any starch of your choice','publish','open','closed','','pollo-ruspante','','','2021-04-21 06:38:02','2021-04-21 06:38:02','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30877',0,'mp_menu_item','',0),(30878,5,'2021-04-21 06:38:34','2021-04-21 06:38:34','<p class=\"p1\">oat stew casserole, soft potatoes, lentils</p>','Capretto Stufato','oat stew casserole, soft potatoes, lentils','publish','open','closed','','capretto-stufato','','','2021-04-21 06:40:08','2021-04-21 06:40:08','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30878',0,'mp_menu_item','',0),(30879,5,'2021-04-21 06:40:47','2021-04-21 06:40:47','<p class=\"p1\">Ox tripe casserole, white beans, Calabrian nduja</p>','Trippa De Manzo Chiantigiana','Ox tripe casserole, white beans, Calabrian nduja','publish','open','closed','','trippa-de-manzo-chiantigiana','','','2021-04-21 06:40:47','2021-04-21 06:40:47','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30879',0,'mp_menu_item','',0),(30880,5,'2021-04-21 06:41:24','2021-04-21 06:41:24','<p class=\"p1\">Black pig trotters, polenta, grilled peppers</p>','Piedino di Maiale','Black pig trotters, polenta, grilled peppers','publish','open','closed','','piedino-di-maiale','','','2021-04-21 06:41:24','2021-04-21 06:41:24','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30880',0,'mp_menu_item','',0),(30881,5,'2021-04-21 06:43:54','2021-04-21 06:43:54','<p class=\"p1\">Grilled ox liver, onions, sautéed spinach with chilli, crunchy potatoes</p>','Fegato Alla Veneziana','Grilled ox liver, onions, sautéed spinach with chilli, crunchy potatoes','publish','open','closed','','fegato-alla-veneziana','','','2021-04-21 06:43:54','2021-04-21 06:43:54','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30881',0,'mp_menu_item','',0),(30882,5,'2021-04-21 06:44:35','2021-04-21 06:44:35','<p class=\"p1\">Oxtail, Roman style, gnocchi, lentils</p>','Coda Di Bue Vaccinara','Oxtail, Roman style, gnocchi, lentils','publish','open','closed','','coda-di-bue-vaccinara','','','2021-04-21 06:44:35','2021-04-21 06:44:35','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30882',0,'mp_menu_item','',0),(30883,5,'2021-04-21 06:45:19','2021-04-21 06:45:19','<p class=\"p1\">Fior Margherta latte, basil, tomato, parmesan, extra virgin oil</p>','Margherita','Fior Margherta latte, basil, tomato, parmesan, extra virgin oil','publish','open','closed','','margherita','','','2021-04-21 06:45:19','2021-04-21 06:45:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30883',0,'mp_menu_item','',0),(30884,5,'2021-04-21 06:45:57','2021-04-21 06:45:57','<p class=\"p1\">Fior dij latte, basil, tomato, parmesan, extra virgin oil Aubergines parmigiana</p>','Mamma','Fior dij latte, basil, tomato, parmesan, extra virgin oil Aubergines parmigiana','publish','open','closed','','mamma','','','2021-04-21 06:45:57','2021-04-21 06:45:57','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30884',0,'mp_menu_item','',0),(30885,5,'2021-04-21 06:46:40','2021-04-21 06:46:40','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil black olives, anchovies</p>','Partenope','Fior di latte, basil, tomato, parmesan, extra virgin oil black olives, anchovies','publish','open','closed','','partenope','','','2021-04-21 06:46:40','2021-04-21 06:46:40','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30885',0,'mp_menu_item','',0),(30886,5,'2021-04-21 06:47:08','2021-04-21 06:47:08','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil, artichokes, mushrooms, olives</p>','Allegra','Fior di latte, basil, tomato, parmesan, extra virgin oil, artichokes, mushrooms, olives','publish','open','closed','','allegra','','','2021-04-21 06:47:08','2021-04-21 06:47:08','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30886',0,'mp_menu_item','',0),(30887,5,'2021-04-21 06:47:39','2021-04-21 06:47:39','<p class=\"p1\">Fior dij latte, basil, tomato, parmesan, extra virgin ofl, mushrooms,Calabrian spicy salami,chilli</p>','Martina','Fior dij latte, basil, tomato, parmesan, extra virgin ofl, mushrooms,Calabrian spicy salami,chilli','publish','open','closed','','martina','','','2021-04-21 06:47:39','2021-04-21 06:47:39','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30887',0,'mp_menu_item','',0),(30888,5,'2021-04-21 06:48:20','2021-04-21 06:48:20','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin ofl, salami Napoli, mushrooms</p>','Aurora','Fior di latte, basil, tomato, parmesan, extra virgin ofl, salami Napoli, mushrooms','publish','open','closed','','aurora','','','2021-04-21 06:48:20','2021-04-21 06:48:20','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30888',0,'mp_menu_item','',0),(30889,5,'2021-04-21 06:48:52','2021-04-21 06:48:52','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil, pork sausage, mushrooms</p>','Michele','Fior di latte, basil, tomato, parmesan, extra virgin oil, pork sausage, mushrooms','publish','open','closed','','michele','','','2021-04-21 06:48:52','2021-04-21 06:48:52','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30889',0,'mp_menu_item','',0),(30890,5,'2021-04-21 06:49:27','2021-04-21 06:49:27','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, tuna, onion, black olives</p>','Kai','Fior di latte, basil, tomato, parmesan, tuna, onion, black olives','publish','open','closed','','kai','','','2021-04-21 06:49:27','2021-04-21 06:49:27','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30890',0,'mp_menu_item','',0),(30891,5,'2021-04-21 06:50:16','2021-04-21 06:50:16','<p class=\"p1\">Fior di latte, basil, parmesan, extra virgin oil, Neapolitan broccolis pork sausage</p>','Teresa','Fior di latte, basil, parmesan, extra virgin oil, Neapolitan broccolis pork sausage','publish','open','closed','','teresa','','','2021-04-21 06:50:16','2021-04-21 06:50:16','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30891',0,'mp_menu_item','',0),(30892,5,'2021-04-21 06:50:56','2021-04-21 06:50:56','<p class=\"p1\">Fior dij latte, basil,parmesan, extra virgin oil, truffle, San Daniele ham, rocket</p>','Alessio','Fior dij latte, basil,parmesan, extra virgin oil, truffle, San Daniele ham, rocket','publish','open','closed','','alessio-2','','','2021-04-21 06:51:32','2021-04-21 06:51:32','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30892',0,'mp_menu_item','',0),(30893,5,'2021-04-21 06:52:02','2021-04-21 06:52:02','<p class=\"p1\">Fior di latte, basil, parmesan, extra virgin oil, gorgonzola, provolone cheese, grilled zucchini</p>','Myka','Fior di latte, basil, parmesan, extra virgin oil, gorgonzola, provolone cheese, grilled zucchini','publish','open','closed','','myka','','','2021-04-21 06:52:02','2021-04-21 06:52:02','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30893',0,'mp_menu_item','',0),(30894,5,'2021-04-21 06:52:45','2021-04-21 06:52:45','<p class=\"p1\">Fior di latte, basil, cherry tomato, San Daniele ham, rocket, parmesan shavings</p>','Stefano','Fior di latte, basil, cherry tomato, San Daniele ham, rocket, parmesan shavings','publish','open','closed','','stefano','','','2021-04-21 06:52:45','2021-04-21 06:52:45','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30894',0,'mp_menu_item','',0),(30895,5,'2021-04-21 06:53:26','2021-04-21 06:53:26','<p class=\"p1\">Fior di latte, basil, tomato, parmesan, extra virgin oil, ricotta cheese, salame Napoli, mushrooms, folded pizza</p>','Saint','Fior di latte, basil, tomato, parmesan, extra virgin oil, ricotta cheese, salame Napoli, mushrooms, folded pizza','publish','open','closed','','saint','','','2021-04-21 06:53:26','2021-04-21 06:53:26','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30895',0,'mp_menu_item','',0),(30896,5,'2021-04-21 06:54:08','2021-04-21 06:54:08','Fior di latte, basil, parmesan, extra virgin ofl, pork sausage, onion, gorgonzola cheese','Simone','Fior di latte, basil, parmesan, extra virgin ofl, pork sausage, onion, gorgonzola cheese','publish','open','closed','','simone','','','2021-04-21 06:54:08','2021-04-21 06:54:08','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30896',0,'mp_menu_item','',0),(30898,5,'2021-04-21 06:55:30','2021-04-21 06:55:30','<p class=\"p1\">Baked cheesecake and chocolate crostata</p>','Crostata Cioccolato e Ricotta','Baked cheesecake and chocolate crostata','publish','open','closed','','crostata-cioccolato-e-ricotta','','','2021-04-21 06:55:30','2021-04-21 06:55:30','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30898',0,'mp_menu_item','',0),(30899,5,'2021-04-21 06:56:03','2021-04-21 06:56:03','<p class=\"p1\">Rolled fried pastry stuffed with ricotta cheese, pistachio gelato</p>','Cannoli Siciliani','Rolled fried pastry stuffed with ricotta cheese, pistachio gelato','publish','open','closed','','cannoli-siciliani','','','2021-04-21 06:56:03','2021-04-21 06:56:03','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30899',0,'mp_menu_item','',0),(30901,5,'2021-04-21 06:57:33','2021-04-21 06:57:33','<p class=\"p1\">Napolitan cheesecake, orange, Madagascan vanilla salsa</p>','Pastiera Napoletana','Napolitan cheesecake, orange, Madagascan vanilla salsa','publish','open','closed','','pastiera-napoletana','','','2021-04-21 06:57:33','2021-04-21 06:57:33','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30901',0,'mp_menu_item','',0),(30902,5,'2021-04-21 06:58:24','2021-04-21 06:58:24','<p class=\"p1\">Vanilla ice-cream topped with double espresso</p>','Affogato Al Caffe','Vanilla ice-cream topped with double espresso','publish','open','closed','','affogato-al-caffe','','','2021-04-21 06:58:24','2021-04-21 06:58:24','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30902',0,'mp_menu_item','',0),(30903,5,'2021-04-21 06:59:13','2021-04-21 06:59:13','<p class=\"p1\">Gelati and sorbet selection</p>','Gelati e Sorbetti','Gelati and sorbet selection\r\n','publish','open','closed','','gelati-e-sorbetti','','','2021-04-21 06:59:13','2021-04-21 06:59:13','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30903',0,'mp_menu_item','',0),(30904,5,'2021-04-21 07:06:20','2021-04-21 07:06:20','<p class=\"p1\">Pale in color, with a strong influence of red fruit in the aromas, this is blended to a\r\nrich style. The texture is plush, the fruit sweet yet balanced by a robust architecture\r\nso it finishes clean. A generous wine for apertifs or to serve with roast fish.</p>','Veuve Yellow Label','Pale in color, with a strong influence of red fruit in the aromas, this is blended to a\r\nrich style. The texture is plush, the fruit sweet yet balanced by a robust architecture\r\nso it finishes clean. A generous wine for apertifs or to serve with roast fish.','publish','open','closed','','veuve-yellow-label','','','2021-04-21 07:06:20','2021-04-21 07:06:20','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30904',0,'mp_menu_item','',0),(30905,5,'2021-04-21 07:06:24','2021-04-21 07:06:24','<p class=\"p1\">Pale in color, with a strong influence of red fruit in the aromas, this is blended to a\nrich style. The texture is plush, the fruit sweet yet balanced by a robust architecture\nso it finishes clean. A generous wine for apertifs or to serve with roast fish.</p>','Veuve Yellow Label','Pale in color, with a strong influence of red fruit in the aromas, this is blended to a\nrich style. The texture is plush, the fruit sweet yet balanced by a robust architecture\nso it finishes clean. A generous wine for apertifs or to serve with roast fish.','inherit','closed','closed','','30904-autosave-v1','','','2021-04-21 07:06:24','2021-04-21 07:06:24','',30904,'https://rainmakers.cafe/fumo/?p=30905',0,'revision','',0),(30906,5,'2021-04-21 07:08:05','2021-04-21 07:08:05','<p class=\"p1\">Nectar Impérial is a delicious expression of the Moét &amp; Chandon style, a style\r\ndistinguished by its bright fruitiness, its seductive palate and its elegant maturity.</p>','Moët Nectar Brut','Nectar Impérial is a delicious expression of the Moét & Chandon style, a style\r\ndistinguished by its bright fruitiness, its seductive palate and its elegant maturity.','publish','open','closed','','moet-nectar-brut','','','2021-04-21 07:08:05','2021-04-21 07:08:05','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30906',0,'mp_menu_item','',0),(30907,5,'2021-04-21 07:08:47','2021-04-21 07:08:47','<p class=\"p1\">Citrus colored, this signature LP has a refined, fresh and elegant nose with brioche\r\nand delicate citrus flavors.</p>','Laurent Perrier Brut','Citrus colored, this signature LP has a refined, fresh and elegant nose with brioche\r\nand delicate citrus flavors.','publish','open','closed','','laurent-perrier-brut','','','2021-04-21 07:08:47','2021-04-21 07:08:47','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30907',0,'mp_menu_item','',0),(30908,5,'2021-04-21 07:09:29','2021-04-21 07:09:29','<p class=\"p1\">its special method of vinification gives this cuvée a light, elegant flavour, followed\r\nby a fresh finish with a taste of raspberry.</p>','Billecart Salmon Rose Brut','its special method of vinification gives this cuvée a light, elegant flavour, followed\r\nby a fresh finish with a taste of raspberry.\r\n','publish','open','closed','','billecart-salmon-rose-brut','','','2021-04-21 07:09:29','2021-04-21 07:09:29','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30908',0,'mp_menu_item','',0),(30909,5,'2021-04-21 07:09:32','2021-04-21 07:09:32','<p class=\"p1\">its special method of vinification gives this cuvée a light, elegant flavour, followed\nby a fresh finish with a taste of raspberry.</p>','Billecart Salmon Rose Brut','its special method of vinification gives this cuvée a light, elegant flavour, followed\nby a fresh finish with a taste of raspberry.\n','inherit','closed','closed','','30908-autosave-v1','','','2021-04-21 07:09:32','2021-04-21 07:09:32','',30908,'https://rainmakers.cafe/fumo/?p=30909',0,'revision','',0),(30910,5,'2021-04-21 07:10:49','2021-04-21 07:10:49','Produced from 100% Pinot Noir grapes, this has a bright salmon colour, complex\r\nberry aromas and an intense palate that is bursting with cherry and strawberry\r\nflavours','Laurent Perrier Brut Rosé','Produced from 100% Pinot Noir grapes, this has a bright salmon colour, complex\r\nberry aromas and an intense palate that is bursting with cherry and strawberry\r\nflavours','publish','open','closed','','laurent-perrier-brut-rose','','','2021-04-21 07:10:49','2021-04-21 07:10:49','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30910',0,'mp_menu_item','',0),(30911,5,'2021-04-21 07:11:48','2021-04-21 07:11:48','This pale yellow sparkling is elegant and crisp, with a fruity bouquet of citrus and\r\ntropical fruits. The palate is mellow and textured, and shows an amazing harmony\r\nbetween all aspects of the wine.','Prosecco Nua','This pale yellow sparkling is elegant and crisp, with a fruity bouquet of citrus and\r\ntropical fruits. The palate is mellow and textured, and shows an amazing harmony\r\nbetween all aspects of the wine.','publish','open','closed','','prosecco-nua','','','2021-04-21 07:11:48','2021-04-21 07:11:48','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30911',0,'mp_menu_item','',0),(30912,5,'2021-04-21 07:12:32','2021-04-21 07:12:32','On the palate the velvety, creamy butter and citrus notes blend seamlessly with\r\ndelicate bubbles, light yeasty aromas, crisp, juicy pears, and litchi.','Pongrácz Nectar','On the palate the velvety, creamy butter and citrus notes blend seamlessly with\r\ndelicate bubbles, light yeasty aromas, crisp, juicy pears, and litchi.','publish','open','closed','','pongracz-nectar','','','2021-04-21 07:12:32','2021-04-21 07:12:32','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30912',0,'mp_menu_item','',0),(30913,5,'2021-04-21 07:13:23','2021-04-21 07:13:23','The palate is vivid with lively bubbles of bright red berries and crisp acidity.\r\nProviding equilibrium are rich, creamy lees notes and toasted biscuit flavours from\r\nits secondary fermentation in bottle.','L\'ormarins Brut Rosé','The palate is vivid with lively bubbles of bright red berries and crisp acidity.\r\nProviding equilibrium are rich, creamy lees notes and toasted biscuit flavours from\r\nits secondary fermentation in bottle.','publish','open','closed','','lormarins-brut-rose','','','2021-04-21 07:13:23','2021-04-21 07:13:23','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30913',0,'mp_menu_item','',0),(30914,5,'2021-04-21 07:38:14','2021-04-21 07:38:14','The full, rich palate evolves into lemon drops, sweet yellow apple and subtle\r\nmarzipan flavours. The plush, sweet mousse makes for an expansive finish, with\r\njust enough refreshing acidity to tie it all together','Krone Night Nectar','The full, rich palate evolves into lemon drops, sweet yellow apple and subtle\r\nmarzipan flavours. The plush, sweet mousse makes for an expansive finish, with\r\njust enough refreshing acidity to tie it all together','publish','open','closed','','krone-night-nectar','','','2021-04-21 07:38:14','2021-04-21 07:38:14','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30914',0,'mp_menu_item','',0),(30915,5,'2021-04-21 07:39:19','2021-04-21 07:39:19','Medium-bodied wine with subtle citrus and tropical fruit on the palate ending with\r\nalong, lingering finish.','Durbanville Hills Sauvignon Blanc','Medium-bodied wine with subtle citrus and tropical fruit on the palate ending with\r\nalong, lingering finish.\r\n','publish','open','closed','','durbanville-hills-sauvignon-blanc','','','2021-04-21 07:39:19','2021-04-21 07:39:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30915',0,'mp_menu_item','',0),(30916,5,'2021-04-21 07:39:57','2021-04-21 07:39:57','Hints of gooseberries and an intrusion of green peppers. The wine is dry, full\r\nbodied and has a long lingering finish.','Buitenverwachting Sauvignon Blanc','Hints of gooseberries and an intrusion of green peppers. The wine is dry, full\r\nbodied and has a long lingering finish.','publish','open','closed','','buitenverwachting-sauvignon-blanc','','','2021-04-21 07:39:57','2021-04-21 07:39:57','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30916',0,'mp_menu_item','',0),(30917,5,'2021-04-21 07:40:35','2021-04-21 07:40:35','rich in tropical fruit flavours, underpinned by layers of blackcurrant, gooseberry\r\nand nettles. Well balanced and complex, it finishes long, with concentrated fruit\r\nand fresh, crisp acidity.','Delaire Graff Coastal Cuvee Sauvignon Blanc','rich in tropical fruit flavours, underpinned by layers of blackcurrant, gooseberry\r\nand nettles. Well balanced and complex, it finishes long, with concentrated fruit\r\nand fresh, crisp acidity.\r\n','publish','open','closed','','delaire-graff-coastal-cuvee-sauvignon-blanc','','','2021-04-21 07:40:35','2021-04-21 07:40:35','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30917',0,'mp_menu_item','',0),(30918,5,'2021-04-21 07:41:13','2021-04-21 07:41:13','Enchants with aromas of fresh lime zest, elderflower blossom, freshly cut grass and\r\nsweet bell pepper, while maintaining its distinctive core minerality derived from\r\nthe Steenberg terroir.','Steenberg Sauvignon Blanc','Enchants with aromas of fresh lime zest, elderflower blossom, freshly cut grass and\r\nsweet bell pepper, while maintaining its distinctive core minerality derived from\r\nthe Steenberg terroir.','publish','open','closed','','steenberg-sauvignon-blanc','','','2021-04-21 07:41:13','2021-04-21 07:41:13','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30918',0,'mp_menu_item','',0),(30919,5,'2021-04-21 07:41:59','2021-04-21 07:41:59','Our house style Sauvignon blanc with elegant aromas Se pacific fruit (star fruit and\r\ndragon fruit), fine herbal green notes of fynbos and buchu, with citrus fruit\r\nundertones. Characterised by freshness and minelarilty.','Hermanuspieterfontein Kaalvoet Meisie Sauvignon Blanc','Our house style Sauvignon blanc with elegant aromas Se pacific fruit (star fruit and\r\ndragon fruit), fine herbal green notes of fynbos and buchu, with citrus fruit\r\nundertones. Characterised by freshness and minelarilty.\r\n','publish','open','closed','','hermanuspieterfontein-kaalvoet-meisie-sauvignon-blanc','','','2021-04-21 07:41:59','2021-04-21 07:41:59','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30919',0,'mp_menu_item','',0),(30920,5,'2021-04-21 07:42:50','2021-04-21 07:42:50','Beautiful purity of limes and ripe gooseberry, with tropical, floral and fine herbal\r\nnotes, ruby grapefruit and white pear drop on the finish.','Iona Elgin Highlands Wild Ferment Sauvignon Blanc','Beautiful purity of limes and ripe gooseberry, with tropical, floral and fine herbal\r\nnotes, ruby grapefruit and white pear drop on the finish.','publish','open','closed','','iona-elgin-highlands-wild-ferment-sauvignon-blanc','','','2021-04-21 07:42:50','2021-04-21 07:42:50','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30920',0,'mp_menu_item','',0),(30921,5,'2021-04-21 07:43:51','2021-04-21 07:43:51','Yellow citrus, pineapple, peaches and apricot flavours. Taste: An abundance of\r\nfruity aromas, citrus with a sweet oak spice. A medium bodied wine with a sweet\r\nlingering finish.','Durbanville Hills Chenin Blanc','Yellow citrus, pineapple, peaches and apricot flavours. Taste: An abundance of\r\nfruity aromas, citrus with a sweet oak spice. A medium bodied wine with a sweet\r\nlingering finish.','publish','open','closed','','durbanville-hills-chenin-blanc','','','2021-04-21 07:43:51','2021-04-21 07:43:51','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30921',0,'mp_menu_item','',0),(30922,5,'2021-04-21 07:47:39','2021-04-21 07:47:39','The pinnacle of what we consider to be the finest expression of the grapes of this\r\nvarietal — an icon chenin, a challenge to the world! Rich, layered with dried\r\napricot, vanilla and honey. Will gain additional complexity with cellaring.','FMC Ken Forrester Chenin Blanc','The pinnacle of what we consider to be the finest expression of the grapes of this\r\nvarietal — an icon chenin, a challenge to the world! Rich, layered with dried\r\napricot, vanilla and honey. Will gain additional complexity with cellaring.','publish','open','closed','','fmc-ken-forrester-chenin-blanc','','','2021-04-21 07:47:39','2021-04-21 07:47:39','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30922',0,'mp_menu_item','',0),(30923,5,'2021-04-21 07:47:41','2021-04-21 07:47:41','The pinnacle of what we consider to be the finest expression of the grapes of this\nvarietal — an icon chenin, a challenge to the world! Rich, layered with dried\napricot, vanilla and honey. Will gain additional complexity with cellaring.','FMC Ken Forrester Chenin Blanc','The pinnacle of what we consider to be the finest expression of the grapes of this\nvarietal — an icon chenin, a challenge to the world! Rich, layered with dried\napricot, vanilla and honey. Will gain additional complexity with cellaring.','inherit','closed','closed','','30922-autosave-v1','','','2021-04-21 07:47:41','2021-04-21 07:47:41','',30922,'https://rainmakers.cafe/fumo/?p=30923',0,'revision','',0),(30924,5,'2021-04-21 07:48:18','2021-04-21 07:48:18','Green melon, apple, and delicate apricot blossom aromas on the nose. The palate\r\nhas fresh green apple, pineapple flavours with a hint of wood spice. Crisp, yet well\r\nbalanced, acidity keeps the wine fresh with great length.','Beaumont Chenin Blanc','Green melon, apple, and delicate apricot blossom aromas on the nose. The palate\r\nhas fresh green apple, pineapple flavours with a hint of wood spice. Crisp, yet well\r\nbalanced, acidity keeps the wine fresh with great length.','publish','open','closed','','beaumont-chenin-blanc','','','2021-04-21 07:48:18','2021-04-21 07:48:18','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30924',0,'mp_menu_item','',0),(30925,5,'2021-04-21 07:48:53','2021-04-21 07:48:53','Tight with flavours of melon, peach, guava and a hint of minerality. Masterly oaked\r\nwith a lively crisp finish','Kleine Zalze Chenin Blanc Vineyards Selection','Tight with flavours of melon, peach, guava and a hint of minerality. Masterly oaked\r\nwith a lively crisp finish\r\n','publish','open','closed','','kleine-zalze-chenin-blanc-vineyards-selection','','','2021-04-21 07:48:53','2021-04-21 07:48:53','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30925',0,'mp_menu_item','',0),(30926,5,'2021-04-21 07:49:48','2021-04-21 07:49:48','Full bodied wine with all characters following through on the nose. it ends with a\r\nfine fresh acidity which adds focus to the wine, combination of pineapple, lime,\r\ncitrus blossom and apricot flavours.','Durbanville Hills Collectors Reserve Chardonnay','Full bodied wine with all characters following through on the nose. it ends with a\r\nfine fresh acidity which adds focus to the wine, combination of pineapple, lime,\r\ncitrus blossom and apricot flavours.','publish','open','closed','','durbanville-hills-collectors-reserve-chardonnay','','','2021-04-21 07:49:48','2021-04-21 07:49:48','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30926',0,'mp_menu_item','',0),(30927,5,'2021-04-21 07:49:51','2021-04-21 07:49:51','Full bodied wine with all characters following through on the nose. it ends with a\nfine fresh acidity which adds focus to the wine, combination of pineapple, lime,\ncitrus blossom and apricot flavours.','Durbanville Hills Collectors Reserve Chardonnay','Full bodied wine with all characters following through on the nose. it ends with a\nfine fresh acidity which adds focus to the wine, combination of pineapple, lime,\ncitrus blossom and apricot flavours.','inherit','closed','closed','','30926-autosave-v1','','','2021-04-21 07:49:51','2021-04-21 07:49:51','',30926,'https://rainmakers.cafe/fumo/?p=30927',0,'revision','',0),(30928,5,'2021-04-21 07:50:21','2021-04-21 07:50:21','Lush and Bountiful texture in the mouth as the tangy citrus puckers the palate to a\r\nclean, dry finish.','Newton Johnson Felicite Chardonnay','Lush and Bountiful texture in the mouth as the tangy citrus puckers the palate to a\r\nclean, dry finish.\r\n','publish','open','closed','','newton-johnson-felicite-chardonnay','','','2021-04-21 07:50:21','2021-04-21 07:50:21','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30928',0,'mp_menu_item','',0),(30929,5,'2021-04-21 07:50:24','2021-04-21 07:50:24','Lush and Bountiful texture in the mouth as the tangy citrus puckers the palate to a\nclean, dry finish.','Newton Johnson Felicite Chardonnay','Lush and Bountiful texture in the mouth as the tangy citrus puckers the palate to a\nclean, dry finish.\n','inherit','closed','closed','','30928-autosave-v1','','','2021-04-21 07:50:24','2021-04-21 07:50:24','',30928,'https://rainmakers.cafe/fumo/?p=30929',0,'revision','',0),(30930,5,'2021-04-21 07:50:54','2021-04-21 07:50:54','exhibits subtle green melon and lemon lime characters on the nose. The palate\r\nconsists of subtle peach and honey with a tang of green apples.','Glen Carlou Chardonnay Unwooded','exhibits subtle green melon and lemon lime characters on the nose. The palate\r\nconsists of subtle peach and honey with a tang of green apples.\r\n','publish','open','closed','','glen-carlou-chardonnay-unwooded','','','2021-04-21 07:50:54','2021-04-21 07:50:54','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30930',0,'mp_menu_item','',0),(30931,5,'2021-04-21 07:50:57','2021-04-21 07:50:57','exhibits subtle green melon and lemon lime characters on the nose. The palate\nconsists of subtle peach and honey with a tang of green apples.','Glen Carlou Chardonnay Unwooded','exhibits subtle green melon and lemon lime characters on the nose. The palate\nconsists of subtle peach and honey with a tang of green apples.\n','inherit','closed','closed','','30930-autosave-v1','','','2021-04-21 07:50:57','2021-04-21 07:50:57','',30930,'https://rainmakers.cafe/fumo/?p=30931',0,'revision','',0),(30932,5,'2021-04-21 07:51:32','2021-04-21 07:51:32','Concentrated spicy aromas with fresh fruit flavours. Nuance of limes on the palate\r\ncombine to offer you a delicious, flavourful wine with a creamy and lingering aftertaste.','Diemersdal Chardonnay Unwooded','Concentrated spicy aromas with fresh fruit flavours. Nuance of limes on the palate\r\ncombine to offer you a delicious, flavourful wine with a creamy and lingering aftertaste.','publish','open','closed','','diemersdal-chardonnay-unwooded','','','2021-04-21 07:51:32','2021-04-21 07:51:32','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30932',0,'mp_menu_item','',0),(30933,5,'2021-04-21 07:52:15','2021-04-21 07:52:15','it\'s a medium-bodied wine with lingering acidity and wonderful citrusy scents of\r\nlemon and lime and subtle floral notes of apple blossom.','Warwick First Lady Chardonnay','it\'s a medium-bodied wine with lingering acidity and wonderful citrusy scents of\r\nlemon and lime and subtle floral notes of apple blossom.','publish','open','closed','','warwick-first-lady-chardonnay','','','2021-04-21 07:52:15','2021-04-21 07:52:15','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30933',0,'mp_menu_item','',0),(30934,5,'2021-04-21 07:53:04','2021-04-21 07:53:04','Complex, appealing nose with pear, citrus and floral notes developing into lemon\r\ncream, oatmeal and marzipan richness.','Meerlust Chardonnay','Complex, appealing nose with pear, citrus and floral notes developing into lemon\r\ncream, oatmeal and marzipan richness.','publish','open','closed','','meerlust-chardonnay-2','','','2021-04-21 07:53:23','2021-04-21 07:53:23','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30934',0,'mp_menu_item','',0),(30935,5,'2021-04-21 07:53:54','2021-04-21 07:53:54','Butterscotch and lime notes on the mid-palate follow through to an extended\r\naftertaste of citrus marmalade with a delicate almond finish','Glen Carlou Quartz Stone Chardonnay','Butterscotch and lime notes on the mid-palate follow through to an extended\r\naftertaste of citrus marmalade with a delicate almond finish\r\n','publish','open','closed','','glen-carlou-quartz-stone-chardonnay','','','2021-04-21 07:53:54','2021-04-21 07:53:54','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30935',0,'mp_menu_item','',0),(30936,5,'2021-04-21 07:53:18','2021-04-21 07:53:18','Complex, appealing nose with pear, citrus and floral notes developing into lemon\ncream, oatmeal and marzipan richness.','Meerlust Chardonnay','Complex, appealing nose with pear, citrus and floral notes developing into lemon\ncream, oatmeal and marzipan richness.','inherit','closed','closed','','30934-autosave-v1','','','2021-04-21 07:53:18','2021-04-21 07:53:18','',30934,'https://rainmakers.cafe/fumo/?p=30936',0,'revision','',0),(30937,5,'2021-04-21 07:55:52','2021-04-21 07:55:52','style characterised by refreshing linear acidity and mouthfilling fruit textures.\r\nClassic Nine Yards flavours with lime citrus and fragrant oak spice.','Jordan Nine Yards Chardonnay','style characterised by refreshing linear acidity and mouthfilling fruit textures.\r\nClassic Nine Yards flavours with lime citrus and fragrant oak spice.','publish','open','closed','','jordan-nine-yards-chardonnay','','','2021-04-21 07:55:59','2021-04-21 07:55:59','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30937',0,'mp_menu_item','',0),(30938,5,'2021-04-21 07:56:39','2021-04-21 07:56:39','The palate is light bodied and taut, the finish very dry. A hint of waxiness appears\r\nwith time in the glass.','Iona Single Vineyards Kloof Chardonnay','The palate is light bodied and taut, the finish very dry. A hint of waxiness appears\r\nwith time in the glass.\r\n','publish','open','closed','','iona-single-vineyards-kloof-chardonnay','','','2021-04-21 07:56:39','2021-04-21 07:56:39','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30938',0,'mp_menu_item','',0),(30939,5,'2021-04-21 07:57:21','2021-04-21 07:57:21','The wine has ample finesse, with a lingering after-taste of green apple, a touch of\r\norange peel and a sprinkle of cinnamon.','Pheli Chardonnay','The wine has ample finesse, with a lingering after-taste of green apple, a touch of\r\norange peel and a sprinkle of cinnamon.\r\n','publish','open','closed','','pheli-chardonnay','','','2021-04-21 07:57:21','2021-04-21 07:57:21','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30939',0,'mp_menu_item','',0),(30940,5,'2021-04-21 07:58:56','2021-04-21 07:58:56','Aromas of fresh strawberries, Turkish delight, rose petals, pomegranate and\r\nnectarines. Ripe, sweet berry fruit and peaches followed by a delightful lingering\r\nsweet aftertaste.','Durbanville Hills Merlot Rosè','Aromas of fresh strawberries, Turkish delight, rose petals, pomegranate and\r\nnectarines. Ripe, sweet berry fruit and peaches followed by a delightful lingering\r\nsweet aftertaste.\r\n','publish','open','closed','','durbanville-hills-merlot-rose','','','2021-04-21 07:58:56','2021-04-21 07:58:56','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30940',0,'mp_menu_item','',0),(30941,5,'2021-04-21 07:59:44','2021-04-21 07:59:44','Pale rose gold in colour, with a pronounced bouquet of watermelon, raspberry\r\ncoulis and passion fruit. The palate is dry with a medium acidity, packed with red\r\nberry flavours, floral undertones and a crisp citrus tail','De Grendel Rosè','Pale rose gold in colour, with a pronounced bouquet of watermelon, raspberry\r\ncoulis and passion fruit. The palate is dry with a medium acidity, packed with red\r\nberry flavours, floral undertones and a crisp citrus tail','publish','open','closed','','de-grendel-rose','','','2021-04-21 07:59:44','2021-04-21 07:59:44','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30941',0,'mp_menu_item','',0),(30942,5,'2021-04-21 08:00:18','2021-04-21 08:00:18','Flavours of ripe strawberries, cassis and candyfloss with a seductive spicy finish.','Delaire Graff Cabernet Franc Rosè','Flavours of ripe strawberries, cassis and candyfloss with a seductive spicy finish.','publish','open','closed','','delaire-graff-cabernet-franc-rose','','','2021-04-21 08:00:18','2021-04-21 08:00:18','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30942',0,'mp_menu_item','',0),(30943,5,'2021-04-21 08:02:41','2021-04-21 08:02:41','The palate has lovely fruit expression, zippy acidity and a savoury finish.','David and Nadia Aristargos','The palate has lovely fruit expression, zippy acidity and a savoury finish.','publish','open','closed','','david-and-nadia-aristargos','','','2021-04-21 08:02:50','2021-04-21 08:02:50','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30943',0,'mp_menu_item','',0),(30944,5,'2021-04-21 08:03:19','2021-04-21 08:03:19','This enticing blend of Chardonnay and Pinot Noir shows elegant fruit and acidity,\r\ncreating the perfect balance. You will find an abundance of zesty fruit - most\r\nnotably white peach, pineapple, lime, followed by subtle red berry fruit.','Haute Cabriere Chardonnay Pinot Noir','This enticing blend of Chardonnay and Pinot Noir shows elegant fruit and acidity,\r\ncreating the perfect balance. You will find an abundance of zesty fruit - most\r\nnotably white peach, pineapple, lime, followed by subtle red berry fruit.','publish','open','closed','','haute-cabriere-chardonnay-pinot-noir','','','2021-04-21 08:03:19','2021-04-21 08:03:19','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30944',0,'mp_menu_item','',0),(30945,5,'2021-04-21 08:04:02','2021-04-21 08:04:02','This full bodied Sauvignon Blanc based blend offers a variation of fruit characters\r\nincluding ripe gooseberry, green peppers, green melon and hints of tropical fruit.','Buitenverwachting Buiten Blanc','This full bodied Sauvignon Blanc based blend offers a variation of fruit characters\r\nincluding ripe gooseberry, green peppers, green melon and hints of tropical fruit.','publish','open','closed','','buitenverwachting-buiten-blanc','','','2021-04-21 08:04:02','2021-04-21 08:04:02','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30945',0,'mp_menu_item','',0),(30946,5,'2021-04-21 08:04:45','2021-04-21 08:04:45','This unique blend of Sauvignon Blanc, Semillon and Pinot Gris bursts with citrus\r\npamplemousse flavours and an ample mouth feel, yet remarkably moderate in\r\nalcohol.','Miss Lucy Springfield Estate','This unique blend of Sauvignon Blanc, Semillon and Pinot Gris bursts with citrus\r\npamplemousse flavours and an ample mouth feel, yet remarkably moderate in\r\nalcohol.\r\n','publish','open','closed','','miss-lucy-springfield-estate','','','2021-04-21 08:04:45','2021-04-21 08:04:45','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30946',0,'mp_menu_item','',0),(30947,5,'2021-04-21 08:05:39','2021-04-21 08:05:39','The invigorating, salty bouquet, reminiscent of the fresh sea breezes caressing our\r\nvineyards, is complemented by delightful hints of green fig.','Creation Semillion-Sauvignon Blanc','The invigorating, salty bouquet, reminiscent of the fresh sea breezes caressing our\r\nvineyards, is complemented by delightful hints of green fig.','publish','open','closed','','creation-semillion-sauvignon-blanc','','','2021-04-21 08:05:39','2021-04-21 08:05:39','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30947',0,'mp_menu_item','',0),(30948,5,'2021-04-21 08:05:41','2021-04-21 08:05:41','The invigorating, salty bouquet, reminiscent of the fresh sea breezes caressing our\nvineyards, is complemented by delightful hints of green fig.','Creation Semillion-Sauvignon Blanc','The invigorating, salty bouquet, reminiscent of the fresh sea breezes caressing our\nvineyards, is complemented by delightful hints of green fig.','inherit','closed','closed','','30947-autosave-v1','','','2021-04-21 08:05:41','2021-04-21 08:05:41','',30947,'https://rainmakers.cafe/fumo/?p=30948',0,'revision','',0),(30949,5,'2021-04-21 08:06:15','2021-04-21 08:06:15','This medium bodied wine has an elegant, creamy mid palate followed by a\r\nlingering sensation of lemon meringue and violets.','Idiom Viogner','This medium bodied wine has an elegant, creamy mid palate followed by a\r\nlingering sensation of lemon meringue and violets.\r\n','publish','open','closed','','idiom-viogner','','','2021-04-21 08:06:15','2021-04-21 08:06:15','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30949',0,'mp_menu_item','',0),(30950,5,'2021-04-21 08:06:50','2021-04-21 08:06:50','Light-bodied yet textural, itis both bright and herbaceous as well as creamy and\r\nlingering with perfect, mouth-watering acidity.','Morgenster Vermentino','Light-bodied yet textural, itis both bright and herbaceous as well as creamy and\r\nlingering with perfect, mouth-watering acidity.','publish','open','closed','','morgenster-vermentino','','','2021-04-21 08:06:50','2021-04-21 08:06:50','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30950',0,'mp_menu_item','',0),(30951,5,'2021-04-21 08:06:53','2021-04-21 08:06:53','Light-bodied yet textural, itis both bright and herbaceous as well as creamy and\nlingering with perfect, mouth-watering acidity.','Morgenster Vermentino','Light-bodied yet textural, itis both bright and herbaceous as well as creamy and\nlingering with perfect, mouth-watering acidity.','inherit','closed','closed','','30950-autosave-v1','','','2021-04-21 08:06:53','2021-04-21 08:06:53','',30950,'https://rainmakers.cafe/fumo/?p=30951',0,'revision','',0),(30952,5,'2021-04-21 08:09:34','2021-04-21 08:09:34','Combination of ripe ned and dark fruit, rich dark chocolate, sweet wood spice with\r\nhints of plum and cassis. A medium bodied Merlot accentuated by flavours of sof\r\nsweet red and dark fruit, rounded off with silky tannins and a full mouth feel.','Durbanville Hills Merlot','Combination of ripe ned and dark fruit, rich dark chocolate, sweet wood spice with\r\nhints of plum and cassis. A medium bodied Merlot accentuated by flavours of sof\r\nsweet red and dark fruit, rounded off with silky tannins and a full mouth feel.','publish','open','closed','','durbanville-hills-merlot','','','2021-04-21 08:09:34','2021-04-21 08:09:34','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30952',0,'mp_menu_item','',0),(30953,5,'2021-04-21 08:10:09','2021-04-21 08:10:09','Ripe red fruit, strawberries and blueberries with subtle aromas of cherry tobacco\r\nand cinnamon. The fruits hows concentration on a rounded, velvety,\r\nwell-structured palate','LN Merlot','Ripe red fruit, strawberries and blueberries with subtle aromas of cherry tobacco\r\nand cinnamon. The fruits hows concentration on a rounded, velvety,\r\nwell-structured palate\r\n','publish','open','closed','','ln-merlot','','','2021-04-21 08:10:09','2021-04-21 08:10:09','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30953',0,'mp_menu_item','',0),(30954,5,'2021-04-21 08:10:56','2021-04-21 08:10:56','The fresh fruity flavours are accentuated by bright acidity on the palate and\r\nsupported by fine tannins. Anote of pomegranate leaves a fresh finish.','Stellenbosch Merlot Reserve','The fresh fruity flavours are accentuated by bright acidity on the palate and\r\nsupported by fine tannins. Anote of pomegranate leaves a fresh finish.','publish','open','closed','','stellenbosch-merlot-reserve','','','2021-04-21 08:11:14','2021-04-21 08:11:14','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30954',0,'mp_menu_item','',0),(30955,5,'2021-04-21 08:12:08','2021-04-21 08:12:08','The palate is medium/full bodied, realing juicy fruit, wonderful texture, fine\r\ngrained tannins and a silky finish.','Hartenberg Merlot','The palate is medium/full bodied, realing juicy fruit, wonderful texture, fine\r\ngrained tannins and a silky finish.','publish','open','closed','','hartenberg-merlot','','','2021-04-21 08:12:08','2021-04-21 08:12:08','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30955',0,'mp_menu_item','',0),(30956,5,'2021-04-21 08:13:24','2021-04-21 08:13:24','This medium bodied wine evokes a sweet sensation on the palate with hints of\r\ndark cherries and plums. it is well balanced with silky tannins and lingering flavors\r\nof sweet wood spice. .','Durbanville Hills Pinotage','This medium bodied wine evokes a sweet sensation on the palate with hints of\r\ndark cherries and plums. it is well balanced with silky tannins and lingering flavors\r\nof sweet wood spice. .','publish','open','closed','','durbanville-hills-pinotage','','','2021-04-21 08:13:24','2021-04-21 08:13:24','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30956',0,'mp_menu_item','',0),(30957,5,'2021-04-21 08:13:56','2021-04-21 08:13:56','Bundles of blackberry and prune avours upon entry which combine well with the\r\ncedar oak aromas from Barrel maturation','Beyerskloof Pinotage Reserve','Bundles of blackberry and prune avours upon entry which combine well with the\r\ncedar oak aromas from Barrel maturation','publish','open','closed','','beyerskloof-pinotage-reserve','','','2021-04-21 08:13:56','2021-04-21 08:13:56','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30957',0,'mp_menu_item','',0),(30958,5,'2021-04-21 08:14:35','2021-04-21 08:14:35','Aromas of black currant and mulberry, with underlying cherry and fynbos nuances\r\non the nose. These diverse aromas carry through onto a rich, velvety and complex\r\npalate supported by layers of well-rounded tannins','Rijks Touch of Oak Pinotage','Aromas of black currant and mulberry, with underlying cherry and fynbos nuances\r\non the nose. These diverse aromas carry through onto a rich, velvety and complex\r\npalate supported by layers of well-rounded tannins\r\n','publish','open','closed','','rijks-touch-of-oak-pinotage','','','2021-04-21 08:14:35','2021-04-21 08:14:35','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30958',0,'mp_menu_item','',0),(30959,5,'2021-04-21 08:15:10','2021-04-21 08:15:10','An elegant wine with lingering flavours of juicy, dark plums on the finish, and a\r\nlifting underlying freshness.','Kanonkop Pinotage','An elegant wine with lingering flavours of juicy, dark plums on the finish, and a\r\nlifting underlying freshness.','publish','open','closed','','kanonkop-pinotage','','','2021-04-21 08:15:10','2021-04-21 08:15:10','',0,'https://rainmakers.cafe/fumo/?post_type=mp_menu_item&#038;p=30959',0,'mp_menu_item','',0),(30964,3,'2021-04-22 02:50:26','2021-04-22 02:50:26','','Steak on the bone.','Roasted pork meat steak with quince.Delicious fried meat','inherit','open','closed','','steak-on-the-bone','','','2021-04-22 02:50:26','2021-04-22 02:50:26','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Slide-3.jpg',0,'attachment','image/jpeg',0),(30965,3,'2021-04-22 02:52:19','2021-04-22 02:52:19','','Slide 1','','inherit','open','closed','','slide-1','','','2021-04-22 02:52:19','2021-04-22 02:52:19','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Slide-1.jpg',0,'attachment','image/jpeg',0),(30966,3,'2021-04-22 04:35:16','2021-04-22 04:35:16',' ','','','publish','closed','closed','','30966','','','2021-04-22 04:35:16','2021-04-22 04:35:16','',0,'https://rainmakers.cafe/fumo/?p=30966',2,'nav_menu_item','',0),(30972,3,'2021-04-22 07:45:13','2021-04-22 07:45:13','','4th Block HP 980x916','','inherit','open','closed','','4th-block-hp-980x916','','','2021-04-22 07:45:13','2021-04-22 07:45:13','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/4th-Block-HP-980x916-1.jpg',0,'attachment','image/jpeg',0),(30973,3,'2021-04-22 07:45:37','2021-04-22 07:45:37','','5th Block HP 980x916','','inherit','open','closed','','5th-block-hp-980x916','','','2021-04-22 07:45:37','2021-04-22 07:45:37','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/5th-Block-HP-980x916-1.jpg',0,'attachment','image/jpeg',0),(31000,3,'2021-04-22 09:10:07','2021-04-22 09:10:07','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"10px||||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/2nd-Block-HP-980x1099-1.jpg\" title_text=\"2nd Block HP 980x1099\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/4th-Block-HP-980x916-1.jpg\" title_text=\"4th Block HP 980x916\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"40px||10px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"20px||30px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/5th-Block-HP-980x916-1.jpg\" title_text=\"5th Block HP 980x916\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" collapsed=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo, Groenkloof, Pretoria, 0181, South Africa\" zoom=\"14px\" _builder_version=\"4.9.4\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"384px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"548px\" filter_saturate=\"0%\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-22 09:10:07','2021-04-22 09:10:07','',30446,'https://rainmakers.cafe/fumo/?p=31000',0,'revision','',0),(30974,3,'2021-04-22 07:45:48','2021-04-22 07:45:48','[et_pb_section fb_built=\"1\" admin_label=\"Slide\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_nextend_smart_slider_3 _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_nextend_smart_slider_3][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"10px||||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">An unforgettable culinary experience</h1>\n<p style=\"text-align: left;\">From the minute you walk through the door, the sights, scents and tastes that surround you transport you to Napoli. You experience a culinary journey that brings Italy to life, while paying homage to South Africa. With every bite you take, you find a harmony of flavours from stunning locally sourced ingredients, each distinct but working together to give you a culinary experience like no other.</p>\n<p style=\"text-align: left;\">This is Fumo, home to Italian cuisine with a twist. We bring Italy to a South African setting, and welcome you with open arms and open hearts. It\'s all about food cooked with love and passion. We bring our nostalgic, traditional Italian heritage together with the best of South Africa’s finest dining experiences .</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/2nd-Block-HP-980x1099-1.jpg\" title_text=\"2nd Block HP 980x1099\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-20px||-100px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Instagram\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row disabled_on=\"on|on|on\" _builder_version=\"4.9.4\" _module_preset=\"default\" disabled=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Instagram Feed</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.2\" _module_preset=\"default\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/bg.jpg\" background_size=\"initial\" background_repeat=\"repeat\" custom_padding=\"100px||60px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|192px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/4th-Block-HP-980x916-1.jpg\" title_text=\"4th Block HP 980x916\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-40px||-60px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"31px||47px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"40px||10px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">It’s all about a feeling</h1>\n<p style=\"text-align: left;\">From the food, to the people, to the atmosphere that surrounds you. When you come to Fumo, it feels like walking into Mama’s Italian kitchen with a twist. We make food from the heart, and let both wine and laughter flow freely. It’s authentic, delicious, Italian dining at its finest, brought into a modern global era with touches from around the world.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Feature 02 Area\" _builder_version=\"4.9.4\" background_color=\"#1e1e1e\" custom_margin=\"|auto|81px|auto||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%|5%|5%|5%\" custom_padding_tablet=\"0px|0px|0px|0px\" custom_padding_last_edited=\"off|desktop\" padding_tablet=\"0px|0px|0px|0px\" padding_last_edited=\"off|desktop\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#C6C6C6\" header_font=\"Italiana|700|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"3px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"20px||30px||false|false\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" locked=\"off\"]<h1 style=\"text-align: left;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: left;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You\'ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/5th-Block-HP-980x916-1.jpg\" title_text=\"5th Block HP 980x916\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" custom_margin=\"-50px||-50px||false|false\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" collapsed=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"14px\" _builder_version=\"4.9.4\" _module_preset=\"default\" min_height_tablet=\"\" min_height_phone=\"138px\" min_height_last_edited=\"on|desktop\" height=\"384px\" height_tablet=\"\" height_phone=\"155px\" height_last_edited=\"on|phone\" max_height=\"548px\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700||on|||||\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"8px\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"\" header_letter_spacing_phone=\"3px\" header_letter_spacing_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Contact Us</h1>[/et_pb_text][et_pb_divider divider_weight=\"2px\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"16%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"83%\" width_last_edited=\"on|desktop\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','30446-revision-v1','','','2021-04-22 07:45:48','2021-04-22 07:45:48','',30446,'https://rainmakers.cafe/fumo/?p=30974',0,'revision','',0),(30970,3,'2021-04-22 07:44:35','2021-04-22 07:44:35','','2nd Block HP 980x1099','','inherit','open','closed','','2nd-block-hp-980x1099','','','2021-04-22 07:44:35','2021-04-22 07:44:35','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/2nd-Block-HP-980x1099-1.jpg',0,'attachment','image/jpeg',0),(30977,3,'2021-04-22 07:48:19','2021-04-22 07:48:19','','Menu Page Banner 1936x605','','inherit','open','closed','','menu-page-banner-1936x605','','','2021-04-22 07:48:19','2021-04-22 07:48:19','',30725,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Menu-Page-Banner-1936x605-1.jpg',0,'attachment','image/jpeg',0),(30978,3,'2021-04-22 07:48:26','2021-04-22 07:48:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"4.9.4\" background_color=\"#000000\" custom_padding=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"MENU\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.5em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Roboto|600||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"17px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Menu-Page-Banner-1936x605-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" title_text=\"Menu Page Banner 1936x605\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"2px\" header_line_height=\"1.5em\" custom_margin=\"-21px||||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">A culinary journey for your tastebuds</h1>\n<p style=\"text-align: center;\">Executive Chef Claudio Uccello brings the traditions of his native Italy together with those that he’s discovered on his journeys around the globe. You’ll find new and unique culinary experiences for your palate to indulge in, all through locally sourced ingredients. Chef Claudio combines the local and the exotic, letting your tastebuds follow his culinary journey while maintaining his recipes’ classically traditional Italian roots.</p>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Menu\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_accordion _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_accordion_item title=\"ANTIPASTI / STARTERS\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\"]<p>[mprm_items view=\"grid\" categ=\"26\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CARNE E POLLAME\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"31\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CICCHETTI NIBBLING\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"25\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PASTA E RISOTTI\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"29\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PESCE E CONCHIGLIE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"30\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SALADS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"27\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ZUPPE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"28\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"RED BLENDS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"32\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SYRAH\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"33\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOT NOIR\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"34\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CABERNET SAUVIGNON\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"35\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PINOTAGE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"36\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"MERLOT\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"37\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"WHITE BLENDS & OTHER WHITE VARIETALS\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"38\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"ROSE\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"39\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHARDONNAY\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"40\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHENIN BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"41\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"SAUVIGNON BLANC\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"42\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"CHAMPAGNE\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"43\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"DESSERT\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"44\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA BIANCA\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"45\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"PIZZERIA ROSSA\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"46\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"TRADITIONAL FOOD\" title_last_edited=\"off|desktop\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>[mprm_items view=\"grid\" categ=\"47\" tags_list=\"\" item_ids=\"\" col=\"3\" categ_name=\"only_text\" show_attributes=\"1\" feat_img=\"1\" excerpt=\"1\" price=\"1\" tags=\"1\" ingredients=\"1\" link_item=\"1\" desc_length=\"\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Menu','','inherit','closed','closed','','30725-revision-v1','','','2021-04-22 07:48:26','2021-04-22 07:48:26','',30725,'https://rainmakers.cafe/fumo/?p=30978',0,'revision','',0),(30981,3,'2021-04-22 07:49:06','2021-04-22 07:49:06','','Book Online Banner 1008x542','','inherit','open','closed','','book-online-banner-1008x542','','','2021-04-22 07:49:06','2021-04-22 07:49:06','',3,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Book-Online-Banner-1008x542-1.jpg',0,'attachment','image/jpeg',0),(30982,3,'2021-04-22 07:49:12','2021-04-22 07:49:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Book Online\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" content_font=\"|300|||||||\" content_text_align=\"center\" subhead_font=\"Open Sans|||on|||||\" subhead_text_align=\"center\" subhead_font_size=\"10px\" subhead_letter_spacing=\"6px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Book-Online-Banner-1008x542-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"25px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"13px\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Book Online Banner 1008x542\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"78%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"45px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"5px\" custom_margin=\"-21px||||false|false\"]<h1 style=\"text-align: left;\">Reservation Details</h1>\n<p style=\"text-align: left;\">[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\"][/et_pb_divider][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"First_Name\" field_title=\"First Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Last_Name\" field_title=\"Last Name\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Date\" field_title=\"Date\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Available_time_slot\" field_title=\"Available time slot\" field_type=\"select\" select_options=\"%91{%22value%22:%226am%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%227am%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%228am%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%229am%22,%22checked%22:0,%22dragID%22:2},{%22value%22:%2210am%22,%22checked%22:0,%22dragID%22:3},{%22value%22:%2211am%22,%22checked%22:0,%22dragID%22:4},{%22value%22:%2212pm%22,%22checked%22:0,%22dragID%22:5},{%22value%22:%2213pm%22,%22checked%22:0,%22dragID%22:6},{%22value%22:%2214pm%22,%22checked%22:0,%22dragID%22:7},{%22value%22:%2215pm%22,%22checked%22:0,%22dragID%22:8},{%22value%22:%2216am%22,%22checked%22:0,%22dragID%22:9},{%22value%22:%2217pm%22,%22checked%22:0,%22dragID%22:10},{%22value%22:%2218pm%22,%22checked%22:0,%22dragID%22:11},{%22value%22:%2219pm%22,%22checked%22:0,%22dragID%22:12},{%22value%22:%2220pm%22,%22checked%22:0,%22dragID%22:13},{%22value%22:%2221pm%22,%22checked%22:0,%22dragID%22:14}%93\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Party_Size\" field_title=\"Party Size\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" _module_preset=\"default\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Add_Reservation_Notes\" field_title=\"Add Reservation Notes\" field_type=\"text\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Book Online','','inherit','closed','closed','','3-revision-v1','','','2021-04-22 07:49:12','2021-04-22 07:49:12','',3,'https://rainmakers.cafe/fumo/?p=30982',0,'revision','',0),(30984,3,'2021-04-22 07:50:24','2021-04-22 07:50:24','','Block 1 1920x1080','','inherit','open','closed','','block-1-1920x1080','','','2021-04-22 07:50:24','2021-04-22 07:50:24','',99,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Block-1-1920x1080-1.jpg',0,'attachment','image/jpeg',0),(30987,3,'2021-04-22 07:50:52','2021-04-22 07:50:52','','Contact Page Bloack 1 Banner 2049x1536','','inherit','open','closed','','contact-page-bloack-1-banner-2049x1536','','','2021-04-22 07:50:52','2021-04-22 07:50:52','',65,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Contact-Page-Bloack-1-Banner-2049x1536-1.jpg',0,'attachment','image/jpeg',0),(30988,3,'2021-04-22 07:51:01','2021-04-22 07:51:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Contact-Page-Bloack-1-Banner-2049x1536-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" hover_enabled=\"0\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\" title_text=\"Contact Page Bloack 1 Banner 2049x1536\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"83%\" max_width=\"1150px\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo Restaurant\" zoom=\"15px\" _builder_version=\"4.9.2\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-22 07:51:01','2021-04-22 07:51:01','',65,'https://rainmakers.cafe/fumo/?p=30988',0,'revision','',0),(30991,3,'2021-04-22 07:51:59','2021-04-22 07:51:59','','The Food Image 1 980x715','','inherit','open','closed','','the-food-image-1-980x715','','','2021-04-22 07:51:59','2021-04-22 07:51:59','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-1-980x715-1.jpg',0,'attachment','image/jpeg',0),(31013,3,'2021-04-22 13:19:15','2021-04-22 13:19:15','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"65%\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"49%\" custom_margin=\"13px|||||\"][/et_pb_image][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/SSC_Neapel.svg_.png\" title_text=\"SSC_Neapel.svg\" url=\"https://www.sscnapoli.it/\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"22%\" custom_margin=\"13px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p>The Heart of Napoli Soccer Club in South Africa</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-22 13:19:15','2021-04-22 13:19:15','',30458,'https://rainmakers.cafe/fumo/?p=31013',0,'revision','',0),(31016,3,'2021-04-22 13:20:41','2021-04-22 13:20:41','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"65%\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"49%\" custom_margin=\"13px|||||\"][/et_pb_image][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/SSC_Neapel.svg_.png\" title_text=\"SSC_Neapel.svg\" url=\"https://www.sscnapoli.it/\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"22%\" custom_margin=\"13px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p style=\"\n    font-size: 13px;\n\">The Heart of Napoli Soccer Club in South Africa</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','30458-autosave-v1','','','2021-04-22 13:20:41','2021-04-22 13:20:41','',30458,'https://rainmakers.cafe/fumo/?p=31016',0,'revision','',0),(31015,3,'2021-04-22 13:20:24','2021-04-22 13:20:24','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"65%\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"49%\" custom_margin=\"13px|||||\"][/et_pb_image][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/SSC_Neapel.svg_.png\" title_text=\"SSC_Neapel.svg\" url=\"https://www.sscnapoli.it/\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"22%\" custom_margin=\"13px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" sticky_enabled=\"0\"]<p style=\"\n    font-size: 13px;\n\">The Heart of Napoli Soccer Club in South Africa</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-22 13:20:24','2021-04-22 13:20:24','',30458,'https://rainmakers.cafe/fumo/?p=31015',0,'revision','',0),(31002,3,'2021-04-22 09:11:09','2021-04-22 09:11:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"Contact Us\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"5px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Contact-Page-Bloack-1-Banner-2049x1536-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"40px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.2\" background_color=\"#000000\" background_image=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/italian-food-background-on-dark-7WRNMQV.png\" custom_padding=\"2%|0px||0px|false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"83%\" max_width=\"1150px\"][et_pb_column type=\"4_4\" _builder_version=\"4.7.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\" header_letter_spacing=\"6px\" header_font_size_tablet=\"\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Contact Us</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"11%\" module_alignment=\"left\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"64%\" width_tablet=\"\" width_phone=\"86%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.6.6\" _module_preset=\"default\"][et_pb_contact_form email=\"info@fumo.co.za\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#e10101\" button_border_width=\"0px\" button_border_radius=\"30px\" button_icon_color=\"#FFFFFF\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Contact_Number\" field_title=\"Contact Number\" allowed_symbols=\"numbers\" _builder_version=\"4.9.2\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Phone</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"tel:%20012 346 0916\" style=\"color: #ffffff;\">012 346 0916</a></span></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>eMail</h4>\n<p><span style=\"color: #ffffff;\"><a href=\"mailto:%20info@fumo.co.za\" style=\"color: #ffffff;\">info@fumo.co.za</a></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekdays</h4>\n<p>6am – 10pm</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Weekends</h4>\n<p>6am – 10pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text admin_label=\"Texts\" _builder_version=\"4.9.2\" text_font=\"||||||||\" text_font_size=\"16px\" header_font=\"Italiana|||on|||||\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Italiana|700||on|||||\" header_4_text_color=\"#e10101\" header_4_font_size=\"16px\" header_4_letter_spacing=\"6px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\"]<h4>Address</h4>\nGroenkloof Plaza,\nBronkhorst Street\nPretoria, Gauteng[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Map\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_padding=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][dsm_embed_google_map address=\"Fumo, Groenkloof, Pretoria, 0181, South Africa\" zoom=\"15px\" _builder_version=\"4.9.4\" _module_preset=\"default\" height=\"601px\" height_tablet=\"\" height_phone=\"205px\" height_last_edited=\"on|phone\" filter_saturate=\"0%\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','65-revision-v1','','','2021-04-22 09:11:09','2021-04-22 09:11:09','',65,'https://rainmakers.cafe/fumo/?p=31002',0,'revision','',0),(30993,3,'2021-04-22 07:52:16','2021-04-22 07:52:16','','The Food Image 2 980x715','','inherit','open','closed','','the-food-image-2-980x715','','','2021-04-22 07:52:16','2021-04-22 07:52:16','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-2-980x715-1.jpg',0,'attachment','image/jpeg',0),(30994,3,'2021-04-22 07:52:32','2021-04-22 07:52:32','','The Food Image 3 980x715','','inherit','open','closed','','the-food-image-3-980x715','','','2021-04-22 07:52:32','2021-04-22 07:52:32','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-3-980x715-1.jpg',0,'attachment','image/jpeg',0),(30995,3,'2021-04-22 07:52:48','2021-04-22 07:52:48','','The Food Image 4 980x715','','inherit','open','closed','','the-food-image-4-980x715','','','2021-04-22 07:52:48','2021-04-22 07:52:48','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-4-980x715-1.jpg',0,'attachment','image/jpeg',0),(30996,3,'2021-04-22 07:53:06','2021-04-22 07:53:06','','The Food Image 5 980x715','','inherit','open','closed','','the-food-image-5-980x715','','','2021-04-22 07:53:06','2021-04-22 07:53:06','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-5-980x715-1.jpg',0,'attachment','image/jpeg',0),(30997,3,'2021-04-22 07:53:16','2021-04-22 07:53:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"The Food\" subhead=\"A culinary journey for your tastebuds\" text_orientation=\"center\" background_overlay_color=\"rgba(0,0,0,0.4)\" content_max_width_last_edited=\"off|desktop\" admin_label=\"Contents\" _builder_version=\"4.9.4\" title_font=\"Italiana|700||on|||||\" title_text_align=\"center\" title_font_size=\"50px\" title_letter_spacing=\"0.3em\" title_line_height=\"1.5em\" subhead_font=\"|||on|||||\" subhead_font_size=\"10px\" subhead_letter_spacing=\"4px\" subhead_line_height=\"1.9em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Block-1-1920x1080-1.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#dca57d\" button_one_border_width=\"10px\" button_one_border_color=\"#dca57d\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"3px\" button_one_font=\"Oswald|||on|\" button_one_use_icon=\"off\" custom_margin=\"|||\" custom_padding=\"10%||10%||true|false\" animation_style=\"fade\" animation_starting_opacity=\"50%\" animation_speed_curve=\"ease-in\" title_font_size_tablet=\"60px\" title_font_size_phone=\"31px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"\" subhead_font_size_phone=\"9px\" subhead_font_size_last_edited=\"on|phone\" button_one_border_color_hover=\"#c99872\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"3px\" button_one_bg_color_hover=\"#c99872\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#c99872\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"3px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#c99872\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.9.2\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" locked=\"off\"][et_pb_row _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"49%\" width_tablet=\"\" width_phone=\"89%\" width_last_edited=\"on|phone\" max_width=\"2560px\" custom_margin=\"65px|auto||auto||\" custom_padding=\"40px|0px|40px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.2\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"-21px||||false|false\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: center;\">Finest Dining Inspired by Italy</h1>[/et_pb_text][et_pb_divider color=\"#d91d1d\" _builder_version=\"4.9.2\" _module_preset=\"default\" width=\"11%\" module_alignment=\"center\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects\" _builder_version=\"4.9.4\" custom_padding=\"0||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-1-980x715-1.jpg\" title_text=\"The Food Image 1 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Food from the heart</h1>\n<p><span style=\"font-weight: 400;\">Exceptional food is about so much more than just the recipes that you use. It’s about more than training and techniques. Exceptional food is made from the heart. Executive Chef Claudio Uccello brings his heart and soul to the meals you find at Fumo, offering only the finest dining experiences.</span></p>\n<p><span style=\"font-weight: 400;\">He creates dishes that beg to be shared. He brings the warmth of Italian tradition to his meals, and uplifts them through local and international touches. When you eat at Fumo, you follow Claudio on his travels around the world. Influences from Monte Carlo, Singapore and South Africa blend beautifully into classic Italian meals. Discover new combinations of exotic and local cultures in perfect harmony.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||38px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">A taste of Italia</h1>\n<p style=\"text-align: left;\">Born and raised in Naples, Claudio wants to bring the Italian tradition of sharing to South Africa. From authentic Neapolitan pizza and panuozzo, to gorgeous Italian sea bass, when you dine at Fumo you can’t help but offer a bite of your meal to everyone around the table. You want them to share in your wonderful finest dining experience.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-2-980x715-1.jpg\" title_text=\"The Food Image 2 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-3-980x715-1.jpg\" title_text=\"The Food Image 3 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"90px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">An African Influence</h1>\n<p><span style=\"font-weight: 400;\">Having spent more than two decades in Africa, Claudio is also proud to bring a touch of the continent to his dishes. These African inspired meals offer the finest dining experiences that truly embrace international flavours and traditions, making use of the finest locally sourced ingredients. Claudio highlights some of his favourite African cuisine, perfectly blending these unique flavours with the skill of Italian techniques.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||47px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Showcasing the best of South Africa</h1>\n<p><span style=\"font-weight: 400;\">Even the best recipe in the world would be nothing without the ingredients that go into it. At Fumo you find the most stunning, locally sourced ingredients available in South Africa. From beautiful fresh vegetables, to juicy cuts of meat, to decadent cheeses made in the Italian tradition but with the best of South African produce.</span></p>\n<p><span style=\"font-weight: 400;\">Claudio showcases these ingredients to offer you only the finest dining. They are distinguishable in every dish, but work together in harmony to create tantalising and unique experiences for your tastebuds.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-4-980x715-1.jpg\" title_text=\"The Food Image 4 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" padding_left_right_link_2=\"true\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.9.4\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0|0px|0|0px|false|false\" make_fullwidth=\"on\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/The-Food-Image-5-980x715-1.jpg\" title_text=\"The Food Image 5 980x715\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.9.4\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"60px|8%||8%\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font_size=\"15px\" header_font=\"Italiana|700|||||||\" header_text_color=\"#000000\" header_font_size=\"24px\" header_letter_spacing=\"4px\" custom_margin=\"100px||||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||72px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|true\" header_font_size_tablet=\"\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|phone\"]<h1 style=\"text-align: left;\">Wine and Dine</h1>\n<p><span style=\"font-weight: 400;\">It’s not just the best of South African produce that has its chance to shine at Fumo. You’ll find a vast selection of South African and international wines to pair perfectly with any meal. Can\'t bring yourself to choose? Claudio is more than happy to offer advice on the best pairings as well.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Food','','inherit','closed','closed','','99-revision-v1','','','2021-04-22 07:53:16','2021-04-22 07:53:16','',99,'https://rainmakers.cafe/fumo/?p=30997',0,'revision','',0),(31005,3,'2021-04-22 12:59:36','2021-04-22 12:59:36','','banner 3','','inherit','open','closed','','banner-3','','','2021-04-22 12:59:36','2021-04-22 12:59:36','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/banner-3.jpg',0,'attachment','image/jpeg',0),(31006,3,'2021-04-22 13:01:47','2021-04-22 13:01:47','','banner 4','','inherit','open','closed','','banner-4','','','2021-04-22 13:01:47','2021-04-22 13:01:47','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/banner-4.jpg',0,'attachment','image/jpeg',0),(31007,3,'2021-04-22 13:05:19','2021-04-22 13:05:19','','Banner-3','','inherit','open','closed','','banner-3-2','','','2021-04-22 13:05:19','2021-04-22 13:05:19','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Banner-3-1.jpg',0,'attachment','image/jpeg',0),(31008,3,'2021-04-22 13:08:28','2021-04-22 13:08:28','','Banner-2','','inherit','open','closed','','banner-2-2','','','2021-04-22 13:08:28','2021-04-22 13:08:28','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/Banner-2.jpg',0,'attachment','image/jpeg',0),(31010,3,'2021-04-22 13:16:37','2021-04-22 13:16:37','','SSC_Neapel.svg','','inherit','open','closed','','ssc_neapel-svg','','','2021-04-22 13:16:37','2021-04-22 13:16:37','',0,'https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/SSC_Neapel.svg_.png',0,'attachment','image/png',0),(31011,3,'2021-04-22 13:17:35','2021-04-22 13:17:35','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"4.9.2\" background_color=\"#000000\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"on\" column_padding_mobile=\"on\" admin_label=\"Row\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"65%\" custom_padding=\"50px||50px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Raleway|on|||\" text_text_color=\"#ffffff\" text_font_size=\"28\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"21%\" custom_margin=\"||8px|\" custom_css_main_element=\"font-weight: 900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><img src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2020/10/Logo-Fumo-dark-background-300x178.png\" width=\"300\" height=\"178\" alt=\"\" class=\"wp-image-29 alignnone size-medium\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Open Sans|300|||||||\" text_text_color=\"#aaaaaa\" text_font_size=\"16\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_margin=\"||30px|\" custom_margin_tablet=\"||10px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><strong>Phone:</strong> <a href=\"tel:%20012 346 0916\">012 346 0916</a><br /><strong>Address:</strong> <a href=\"https://www.google.com/maps/place/Fumo/@-25.7723,28.2153,15z/data=!4m5!3m4!1s0x0:0xcaac8ec069d0c770!8m2!3d-25.7723!4d28.2153?hl=en-US\" target=\"_blank\" rel=\"noopener\">Groenkloof Plaza, Bronkhorst Street, Pretoria, Gauteng</a><br /><strong>Email:</strong> <a href=\"mailto:%20info@fumo.co.za\">info@fumo.co.za</a></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.2\" text_font=\"Source Sans Pro||||\" text_text_color=\"#aaaaaa\" text_font_size=\"12\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"300px\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>© 2021 Fumo. All Rights Reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>LINKS</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro||||\" text_text_color=\"#FFFFFF\" text_font_size=\"15px\" text_line_height=\"2.2em\" link_font=\"Open Sans||||||||\" background_enable_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"http://rainmakers.cafe/fumo/contact/\" style=\"color: #ffffff;\">Contact</a></span><br /><span style=\"color: #ffffff;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.9.4\" text_font=\"Source Sans Pro|on|||\" text_text_color=\"#828282\" text_font_size=\"18\" text_line_height=\"1.4em\" header_font=\"Italiana||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||8px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>FOLLOW US</p>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" admin_label=\"Social Media Follow\" _builder_version=\"4.9.2\" border_radii=\"on|100%|100%|100%|100%\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" url=\"https://www.facebook.com/Fumo.Restaurant/\" _builder_version=\"4.9.2\" background_color=\"#3b5998\" bg_color=\"#3b5998\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]<p>facebook</p>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/fumorestaurant/?hl=en\" _builder_version=\"4.9.2\" background_color=\"#ea2c59\" bg_color=\"#cb2027\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_image src=\"http://rainmakers.cafe/fumo/wp-content/uploads/2021/03/uber-eats.png\" title_text=\"uber-eats\" url=\"https://www.ubereats.com/za/johannesburg/food-delivery/fumo/nb6Rg9eqTHCGhXZS4Evihw\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"49%\" custom_margin=\"13px|||||\"][/et_pb_image][et_pb_image src=\"https://rainmakers.cafe/fumo/wp-content/uploads/2021/04/SSC_Neapel.svg_.png\" title_text=\"SSC_Neapel.svg\" url=\"https://www.sscnapoli.it/\" url_new_window=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"22%\" custom_margin=\"13px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Save Footer','','inherit','closed','closed','','30458-revision-v1','','','2021-04-22 13:17:35','2021-04-22 13:17:35','',30458,'https://rainmakers.cafe/fumo/?p=31011',0,'revision','',0),(31017,2,'2021-04-22 13:35:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-22 13:35:32','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?p=31017',0,'post','',0),(31018,4,'2021-04-22 13:44:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-22 13:44:56','0000-00-00 00:00:00','',0,'https://rainmakers.cafe/fumo/?p=31018',0,'post','',0);
/*!40000 ALTER TABLE `wpuxyio7feou_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_sbi_instagram_feed_locator`
--

DROP TABLE IF EXISTS `wpuxyio7feou_sbi_instagram_feed_locator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_sbi_instagram_feed_locator` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_id` varchar(50) NOT NULL DEFAULT '',
  `post_id` bigint(20) unsigned NOT NULL,
  `html_location` varchar(50) NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext NOT NULL,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `feed_id` (`feed_id`),
  KEY `post_id` (`post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_sbi_instagram_feed_locator`
--

LOCK TABLES `wpuxyio7feou_sbi_instagram_feed_locator` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_sbi_instagram_feed_locator` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_sbi_instagram_feed_locator` VALUES (1,'sbi_17841401993766512#4',2,'content','{\"num\":\"4\",\"cols\":\"4\",\"showfollow\":\"true\"}','2021-04-15 13:26:31'),(3,'sbi_17841401993766512#12',30446,'content','[]','2021-04-21 09:01:46');
/*!40000 ALTER TABLE `wpuxyio7feou_sbi_instagram_feed_locator` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_sbi_instagram_feeds_posts`
--

DROP TABLE IF EXISTS `wpuxyio7feou_sbi_instagram_feeds_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_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 '',
  `hashtag` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`record_id`),
  KEY `feed_id` (`feed_id`(100)),
  KEY `hashtag` (`hashtag`(100))
) ENGINE=MyISAM AUTO_INCREMENT=172 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_sbi_instagram_feeds_posts`
--

LOCK TABLES `wpuxyio7feou_sbi_instagram_feeds_posts` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_sbi_instagram_feeds_posts` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_sbi_instagram_feeds_posts` VALUES (116,116,'17903677216557610','sbi_17841401993766512',''),(115,115,'18032013232281326','sbi_17841401993766512',''),(111,111,'17844469765559534','sbi_17841401993766512',''),(110,110,'18061056532185770','sbi_17841401993766512',''),(102,102,'18024843505222444','sbi_17841401993766512',''),(103,103,'17856337906515806','sbi_17841401993766512',''),(104,104,'18016015228229672','sbi_17841401993766512',''),(105,105,'17997081541250380','sbi_17841401993766512',''),(106,106,'17864767369467771','sbi_17841401993766512',''),(107,107,'17852397106517474','sbi_17841401993766512',''),(108,108,'17896764028364709','sbi_17841401993766512',''),(109,109,'18045531247196412','sbi_17841401993766512',''),(13,13,'18108911227171603','sbi_17841401993766512',''),(112,112,'18023481016204902','sbi_17841401993766512',''),(113,113,'17873314931191456','sbi_17841401993766512',''),(114,114,'17946163414383097','sbi_17841401993766512',''),(17,17,'17930349802441448','sbi_17841401993766512',''),(18,18,'18136090249120385','sbi_17841401993766512',''),(117,117,'17898775756582563','sbi_17841401993766512',''),(118,118,'17912385814496355','sbi_17841401993766512',''),(119,119,'17888376709667853','sbi_17841401993766512',''),(120,120,'17878730161829415','sbi_17841401993766512',''),(121,121,'17891857810624313','sbi_17841401993766512',''),(122,122,'17868635989984524','sbi_17841401993766512',''),(123,123,'17858316842147846','sbi_17841401993766512',''),(124,124,'17864411660036062','sbi_17841401993766512',''),(125,125,'17857793120124310','sbi_17841401993766512',''),(126,126,'17973401785315008','sbi_17841401993766512',''),(127,127,'17872798825836339','sbi_17841401993766512',''),(128,128,'17860488923055571','sbi_17841401993766512',''),(129,129,'18117538507186880','sbi_17841401993766512',''),(130,130,'17951421136406873','sbi_17841401993766512',''),(131,131,'17871374045285169','sbi_17841401993766512',''),(34,34,'17878109344615876','sbi_17841401993766512',''),(35,35,'18047606767245030','sbi_17841401993766512',''),(36,36,'18027499744265164','sbi_17841401993766512',''),(37,37,'17861733004862152','sbi_17841401993766512',''),(38,38,'17852924242863553','sbi_17841401993766512',''),(39,39,'17862844897705098','sbi_17841401993766512',''),(40,40,'17861120467730847','sbi_17841401993766512',''),(41,41,'17856340894772163','sbi_17841401993766512',''),(42,42,'17944793539322945','sbi_17841401993766512',''),(43,43,'18052165234209775','sbi_17841401993766512',''),(44,44,'17843762962964753','sbi_17841401993766512',''),(45,45,'17842435414985167','sbi_17841401993766512',''),(46,46,'18103911610103063','sbi_17841401993766512',''),(47,47,'17848717108866174','sbi_17841401993766512',''),(48,48,'17873837437543404','sbi_17841401993766512',''),(49,49,'17909699977530188','sbi_17841401993766512',''),(50,50,'17894776522668232','sbi_17841401993766512',''),(51,51,'17879407003513851','sbi_17841401993766512',''),(52,52,'17843240437946871','sbi_17841401993766512',''),(53,53,'17858273405323246','sbi_17841401993766512',''),(54,54,'17912376394387523','sbi_17841401993766512',''),(55,55,'17851602193796699','sbi_17841401993766512',''),(56,56,'17931470377333079','sbi_17841401993766512',''),(57,57,'17850068876407706','sbi_17841401993766512',''),(58,58,'18041132941302085','sbi_17841401993766512',''),(59,59,'17860131602308717','sbi_17841401993766512',''),(60,60,'17913228736514076','sbi_17841401993766512',''),(61,61,'17866775675125484','sbi_17841401993766512',''),(62,62,'17851925564379319','sbi_17841401993766512',''),(63,63,'17956635190378471','sbi_17841401993766512',''),(64,64,'18034531873229681','sbi_17841401993766512',''),(65,65,'17883896701464663','sbi_17841401993766512',''),(66,66,'17988469471286123','sbi_17841401993766512',''),(67,67,'17990108824303537','sbi_17841401993766512',''),(68,68,'17848568590773648','sbi_17841401993766512',''),(69,69,'18090582682125727','sbi_17841401993766512',''),(70,70,'18097782298103848','sbi_17841401993766512',''),(71,71,'18034516363237446','sbi_17841401993766512',''),(72,72,'17932840621326415','sbi_17841401993766512',''),(73,73,'17990228788283243','sbi_17841401993766512',''),(74,74,'18082111270094619','sbi_17841401993766512',''),(75,75,'18014521714249203','sbi_17841401993766512',''),(76,76,'18082614430143325','sbi_17841401993766512',''),(77,77,'17850968890696574','sbi_17841401993766512',''),(78,78,'17848308592736571','sbi_17841401993766512',''),(79,79,'18092853265109595','sbi_17841401993766512',''),(80,80,'17899743055403646','sbi_17841401993766512',''),(81,81,'17853947548635451','sbi_17841401993766512',''),(82,82,'18080102434087711','sbi_17841401993766512',''),(83,83,'17894001346416136','sbi_17841401993766512',''),(84,84,'17902930993389931','sbi_17841401993766512',''),(85,85,'18078424663084549','sbi_17841401993766512',''),(86,86,'17852094565637175','sbi_17841401993766512',''),(87,87,'18109471825057763','sbi_17841401993766512',''),(88,88,'18087521413108545','sbi_17841401993766512',''),(89,89,'17871462418489882','sbi_17841401993766512',''),(90,90,'18025658641238556','sbi_17841401993766512',''),(91,91,'17845833211716071','sbi_17841401993766512',''),(92,92,'17845436284727619','sbi_17841401993766512',''),(93,93,'18070277047149079','sbi_17841401993766512',''),(94,94,'18108340768025038','sbi_17841401993766512',''),(95,95,'18082606900122946','sbi_17841401993766512',''),(96,96,'18036776680209376','sbi_17841401993766512',''),(97,97,'18108484936010482','sbi_17841401993766512',''),(98,98,'17933265694312697','sbi_17841401993766512',''),(99,99,'17850719743608056','sbi_17841401993766512',''),(100,100,'17880120190424094','sbi_17841401993766512',''),(101,101,'17866755652463649','sbi_17841401993766512',''),(132,132,'17879230415074613','sbi_17841401993766512',''),(133,133,'17933564458455085','sbi_17841401993766512',''),(134,134,'18058603246278719','sbi_17841401993766512',''),(135,135,'17970293236364796','sbi_17841401993766512',''),(136,136,'17928189100497432','sbi_17841401993766512',''),(137,137,'18140528554111938','sbi_17841401993766512',''),(138,138,'17875170004954447','sbi_17841401993766512',''),(139,139,'18109250476147119','sbi_17841401993766512',''),(140,140,'17885484709632224','sbi_17841401993766512',''),(141,141,'17891167000917887','sbi_17841401993766512',''),(142,142,'17931109315393718','sbi_17841401993766512',''),(143,143,'17842312475302546','sbi_17841401993766512',''),(144,144,'18110380594184171','sbi_17841401993766512',''),(145,145,'17853659309043740','sbi_17841401993766512',''),(146,146,'18055373941232995','sbi_17841401993766512',''),(147,147,'17869200649773690','sbi_17841401993766512',''),(148,148,'18144091927062564','sbi_17841401993766512',''),(149,149,'17885883691576837','sbi_17841401993766512',''),(150,150,'17948312722339731','sbi_17841401993766512',''),(151,151,'18141870712021268','sbi_17841401993766512',''),(152,152,'17909939461679096','sbi_17841401993766512',''),(153,153,'17943969469452187','sbi_17841401993766512',''),(154,154,'17909322874729323','sbi_17841401993766512',''),(155,155,'17935342876487404','sbi_17841401993766512',''),(156,156,'17956464490413671','sbi_17841401993766512',''),(157,157,'17931214846509050','sbi_17841401993766512',''),(158,158,'17901230389850461','sbi_17841401993766512',''),(159,159,'17899563274890391','sbi_17841401993766512',''),(160,160,'17930624038517537','sbi_17841401993766512',''),(161,161,'17950909090438653','sbi_17841401993766512',''),(162,162,'18063602263284395','sbi_17841401993766512',''),(163,163,'17926373398555143','sbi_17841401993766512',''),(164,164,'17919618397577513','sbi_17841401993766512',''),(165,165,'17885137271143608','sbi_17841401993766512',''),(166,166,'17893421585008145','sbi_17841401993766512',''),(167,167,'17901423526879919','sbi_17841401993766512',''),(168,168,'17901423526879919','sbi_17841401993766512',''),(169,169,'17881053893295752','sbi_17841401993766512',''),(170,170,'17869226708465592','sbi_17841401993766512',''),(171,171,'18142661884160664','sbi_17841401993766512','');
/*!40000 ALTER TABLE `wpuxyio7feou_sbi_instagram_feeds_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_sbi_instagram_posts`
--

DROP TABLE IF EXISTS `wpuxyio7feou_sbi_instagram_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_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=172 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_sbi_instagram_posts`
--

LOCK TABLES `wpuxyio7feou_sbi_instagram_posts` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_sbi_instagram_posts` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_sbi_instagram_posts` VALUES (116,'2021-02-03 11:21:06','17903677216557610','2020-10-01 16:45:59','2020-10-01 16:45:59','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/120365592_334874717583147_7611403841554894318_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=krPFuodnKosAX-e57ww&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=139a06427034b5cebb08801d0372b3e6&oe=60418D63\",\"caption\":\"Beauty in movement @fumorestaurant deep sea #lobster with linguine #pasta #pastalovers #italianfood #foodporn #foodphotography #foodstagram #foodie #foodlover #foodblogger\",\"id\":\"17903677216557610\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-01T16:45:59+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFzuCTrjNp-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/120365592_334874717583147_7611403841554894318_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=krPFuodnKosAX-e57ww&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=139a06427034b5cebb08801d0372b3e6&oe=60418D63\",\"id\":\"17889607294686150\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-01T16:45:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFzuCO7j8YY\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/120349709_681359262815554_6375110951919062093_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=4crHdfrBo6IAX9Cqz0d&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=359e86946ff3b69c316c7d9385338828&oe=603FF889\",\"id\":\"17863003067115602\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-01T16:45:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFzuCO8jFNV\\/\"}]}}','120365592_334874717583147_7611403841554894318_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(115,'2021-02-03 11:21:06','18032013232281326','2020-10-17 16:02:28','2020-10-17 16:02:28','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/121594801_126309268957855_213003883336454899_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=gIxwqwES-HwAX-X0LhG&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=aaaa57679f5989a58e640c16611ee883&oe=60413AF9\",\"caption\":\"It\\u2019s been a beautiful afternoon here @fumorestaurant always compliments for the best #food  @clauchefs #foodporn #foodphotography #foodie #foodstagram have a great weekend folks @meerlustwine\",\"id\":\"18032013232281326\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-17T16:02:28+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGc1xksjA_0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/121594801_126309268957855_213003883336454899_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=gIxwqwES-HwAX-X0LhG&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=aaaa57679f5989a58e640c16611ee883&oe=60413AF9\",\"id\":\"17855163863255815\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-17T16:02:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGc1xhpjfml\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/121610031_260248592065511_3242622904592290441_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=VEdjv8sf3HwAX-jca5U&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=31d9af3b9703c08190af6f5d5b419f02&oe=60404A92\",\"id\":\"17945012518382778\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-17T16:02:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGc1xhqDfoM\\/\"}]}}','121594801_126309268957855_213003883336454899_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(111,'2021-01-18 13:59:28','17844469765559534','2019-08-07 20:17:08','2019-08-07 20:17:08','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/67539758_159009178572526_5580770032887061443_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=hi81SQl5LS8AX9YVPVn&_nc_oc=AQkC4KGJ_LptfrspqcQc2a8th1hW4dU-VpCpMCjJ0UEAHI7I6j1z3H1CBfwrKOAsdcDRJiSk0vzJfkqeLueyvJaM&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f10e1d1ccdfa8f64ed1c613027d9323e&oe=60297786\",\"caption\":\"Fumo African Jazz Night #WorldClassFood ##WorldClassliveBand #LiveBand #WomensMonth\",\"id\":\"17844469765559534\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-07T20:17:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B04Dih8jRwT\\/\"}','67539758_159009178572526_5580770032887061443_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.50,1,'2021-01-18'),(137,'2021-02-13 18:10:29','18140528554111938','2020-10-29 13:38:18','2020-10-29 13:38:18','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/122970356_820876835326497_726932984197578979_n.jpg?_nc_cat=108&ccb=3&_nc_sid=8ae9d6&_nc_ohc=6yNEr4-WDPgAX_gaWBO&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=16848eee9dc1a4e92ca16f0af93d17ee&oe=604D227F\",\"caption\":\"Every time i am cooking i realize that i am still in love \\ud83d\\ude0d this passion it remain same as the same day when i kiss you the first time \\u2665\\ufe0f #foodporn #foodie #foodphotography #foodstagram #foodblogger #foodlover @fumorestaurant @clauchefs\",\"id\":\"18140528554111938\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-29T13:38:18+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CG7e0N3D7I9\\/\"}','122970356_820876835326497_726932984197578979_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-13'),(138,'2021-02-13 18:10:29','17875170004954447','2020-10-23 17:24:16','2020-10-23 17:24:16','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/122278459_381856946197820_4514516365400560210_n.jpg?_nc_cat=103&ccb=3&_nc_sid=8ae9d6&_nc_ohc=cB0rNWsuONkAX_odbCl&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=aa8b7c7aebfa4c8e72b835bcbacbf18c&oe=604F8179\",\"caption\":\"It\\u2019s a #carbonarapasta but di #mar\\u00e9 @fumorestaurant we are introducing seafood carbonara #food #foodporn #foodie #foodphotography #foodstagram @clauchefs\",\"id\":\"17875170004954447\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-23T17:24:16+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGsb6AnDeUk\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/122278459_381856946197820_4514516365400560210_n.jpg?_nc_cat=103&ccb=3&_nc_sid=8ae9d6&_nc_ohc=cB0rNWsuONkAX_odbCl&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=aa8b7c7aebfa4c8e72b835bcbacbf18c&oe=604F8179\",\"id\":\"18073183276240076\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-23T17:24:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGsb57UjVOT\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/122488049_409416420060228_5543471400166125791_n.jpg?_nc_cat=108&ccb=3&_nc_sid=8ae9d6&_nc_ohc=es4ekUBeVpIAX8_Ak8e&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=26c9cf8b559ded82ff15bcbdb6bf4e8d&oe=604BEC9C\",\"id\":\"18141245551097770\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-23T17:24:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGsb57VjfS1\\/\"}]}}','122278459_381856946197820_4514516365400560210_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-13'),(110,'2021-01-18 13:59:28','18061056532185770','2019-08-07 20:17:37','2019-08-07 20:17:37','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/66513601_113800623087742_311735102796529461_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=HvD9AEbMlPAAX9tzatv&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=25ebfdceb6cc950aeedefe3cb70fbdbd&oe=602CF90E\",\"caption\":\"Fumo African Jazz Night #WorldClassFood ##WorldClassliveBand #LiveBand #WomensMonth\",\"id\":\"18061056532185770\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-07T20:17:37+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B04Dl-Mj9sC\\/\"}','66513601_113800623087742_311735102796529461_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.50,1,'2021-01-18'),(102,'2021-01-18 13:59:16','18024843505222444','2019-08-30 22:25:19','2019-08-30 22:25:19','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/67638582_1069499246593712_1373563150957545275_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=YjZrq3ySGkoAX-hy7Z5&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ad00dc45787293fcf82c2520801c23b2&oe=602B25DE\",\"caption\":\"Happy birthday brother @archibalddominic one day will have a #krugchampagne and celebrate your birthday like we did in #amalficoast\",\"id\":\"18024843505222444\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T22:25:19+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1zgfcaj4uu\\/\"}','67638582_1069499246593712_1373563150957545275_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(103,'2021-01-18 13:59:17','17856337906515806','2019-08-30 10:44:52','2019-08-30 10:44:52','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/67650313_2862905650388683_6871886759588795874_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=wC5JzzxDbdYAX96mkOQ&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f14da87c2dbc707807a78d90cfd317bd&oe=602BC980\",\"caption\":\"Beautiful and fresh for the weekend linguine con Gallinella di mare @fumorestaurant just landed #fish #freshfish #pesca #linguine #italianfood have a great #theweeknd Fumo #team\",\"id\":\"17856337906515806\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-08-30T10:44:52+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1yQVLgjg1N\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/67650313_2862905650388683_6871886759588795874_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=wC5JzzxDbdYAX96mkOQ&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f14da87c2dbc707807a78d90cfd317bd&oe=602BC980\",\"id\":\"17927225194308156\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T10:44:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1yQVIdj9gR\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/67970656_1175576349295003_6172872168686548035_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kZTig4Hj0aYAX_-pVDF&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=67c055e3e82d798774d6fd7d62014a56&oe=602AAEB7\",\"id\":\"18067631779085882\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T10:44:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1yQVIfjW4c\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/67309845_2318847058241743_2073371197312197042_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=4UC5nZ8AmgcAX8i3N93&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f5dcfe602763d4c9c7985c8d1a4ff687&oe=602C41FB\",\"id\":\"18096433711027870\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T10:44:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1yQVIfDn1N\\/\"}]}}','67650313_2862905650388683_6871886759588795874_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(104,'2021-01-18 13:59:17','18016015228229672','2019-08-28 18:02:03','2019-08-28 18:02:03','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/68901706_223568878607574_319942934740584864_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=eOfGwD8LUt8AX-sy9NS&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1c4b1a6cea80940d85f9191683f8cff3&oe=602B4AD5\",\"caption\":\"No filter @fumorestaurant this italian #2011 it has just this #paglierino color ..... wow \\ud83d\\ude2f very good #chardonnay\",\"id\":\"18016015228229672\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-28T18:02:03+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1t4xfRD8v4\\/\"}','68901706_223568878607574_319942934740584864_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.80,1,'2021-01-18'),(105,'2021-01-18 13:59:23','17997081541250380','2019-08-24 16:34:00','2019-08-24 16:34:00','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/69600721_2308372832826471_5345874951621231096_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=30yslhALlbIAX8C6U00&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=1e136ef125a1d878641e003d368f2be0&oe=6029534C\",\"caption\":\"Special #cognac @fumorestaurant never surprised @remymartin @remymartinsa beautiful drink for a special customer\",\"id\":\"17997081541250380\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-08-24T16:34:00+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1jbhC6jGMs\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/69600721_2308372832826471_5345874951621231096_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=30yslhALlbIAX8C6U00&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=1e136ef125a1d878641e003d368f2be0&oe=6029534C\",\"id\":\"17847273973573795\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-24T16:33:59+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1jbhA1D-NG\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/68724016_2172368939729690_277772519130823527_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=8gd6pEozRjEAX_4Vkrm&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0ebc99fdb555ec54858febf040a9f338&oe=602C921E\",\"id\":\"17844973462599621\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-24T16:33:59+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1jbhA0DeSV\\/\"}]}}','69600721_2308372832826471_5345874951621231096_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(106,'2021-01-18 13:59:24','17864767369467771','2019-08-21 11:14:21','2019-08-21 11:14:21','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/67466067_1116587891884475_6279487137654726964_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=z04JbrJoGb4AX_mQ8lo&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=0f923bac4e828642844812198cabee09&oe=602B6E90\",\"caption\":\"L\\u2019eleganza \\u00e9 una cosa seria @fumorestaurant #elegance #proudfamily #italianfood #italy\\ud83c\\uddee\\ud83c\\uddf9\",\"id\":\"17864767369467771\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-08-21T11:14:21+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1bIjUzDa9V\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/67466067_1116587891884475_6279487137654726964_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=z04JbrJoGb4AX_mQ8lo&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=0f923bac4e828642844812198cabee09&oe=602B6E90\",\"id\":\"18073978567117954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-21T11:14:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1bIjR0jkvJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/67550305_138996234008326_4645886109505877302_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=3HpMU1KQOD0AX9bP9uS&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=c4b3ef0682dbc08e0ba1079bec2c20c8&oe=602BEEE0\",\"id\":\"18065134939188836\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-21T11:14:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1bIjRzjxla\\/\"}]}}','67466067_1116587891884475_6279487137654726964_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(107,'2021-01-18 13:59:24','17852397106517474','2019-08-07 20:20:24','2019-08-07 20:20:24','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/66698002_698416903971774_1761982967714762478_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=BT-z9QgvdPQAX_A485Z&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=77253248d3ec0b58a720c271f54be4a5&oe=602B0FAA\",\"caption\":\"Fumo African Jazz Night #WorldClassFood ##WorldClassliveBand #LiveBand #WomensMonth\",\"id\":\"17852397106517474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-07T20:20:24+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B04D6d2jOS7\\/\"}','66698002_698416903971774_1761982967714762478_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.50,1,'2021-01-18'),(108,'2021-01-18 13:59:25','17896764028364709','2019-08-07 20:19:51','2019-08-07 20:19:51','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/66830072_398811300767571_7395530714790786711_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=U6WewOda11QAX-BrbTm&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a77294a8b747bb140d852463dff70a2f&oe=60298EC9\",\"caption\":\"Fumo African Jazz Night #WorldClassFood ##WorldClassliveBand #LiveBand #WomensMonth\",\"id\":\"17896764028364709\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-07T20:19:51+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B04D2bBD4p3\\/\"}','66830072_398811300767571_7395530714790786711_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.50,1,'2021-01-18'),(140,'2021-02-13 18:11:19','17885484709632224','2020-07-29 18:16:36','2020-07-29 18:16:36','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/116222408_579217626096604_844481948096609699_n.jpg?_nc_cat=103&ccb=3&_nc_sid=8ae9d6&_nc_ohc=fcMG23yIQmEAX9krNzl&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=3a0029ebe6633ac804f0c18a4f28c818&oe=604F027B\",\"caption\":\"Seafood #lovers summer is about to kick in and these #beauty will be our focus we @fumorestaurant we have already booked #carabineros \\ud83e\\udd90 #prawns soon to arrive with #oysters and #seaurchin we just pray to pass this moment which has put restaurant on their knees. Good #luck to everyone\",\"id\":\"17885484709632224\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-29T18:16:36+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDPFiCIjVuM\\/\"}','116222408_579217626096604_844481948096609699_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-13'),(109,'2021-01-18 13:59:28','18045531247196412','2019-08-07 20:18:08','2019-08-07 20:18:08','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/65914270_2422222231205015_3097824311435614893_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=7QD7Eb6gOWMAX_o_q5H&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=138fc4bcb10eaf885298f19fd63327bf&oe=602B9E7A\",\"caption\":\"Fumo African Jazz Night #WorldClassFood ##WorldClassliveBand #LiveBand #WomensMonth\",\"id\":\"18045531247196412\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-07T20:18:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B04Dp2qDm8X\\/\"}','65914270_2422222231205015_3097824311435614893_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.50,1,'2021-01-18'),(139,'2021-02-13 18:11:19','18109250476147119','2020-08-06 14:42:25','2020-08-06 14:42:25','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/117203374_909106386254026_5878909454427840434_n.jpg?_nc_cat=108&ccb=3&_nc_sid=8ae9d6&_nc_ohc=XyPpODKU5okAX9ZhUfw&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=430ffe090c8dd9b7f1befe45fb1ab197&oe=604C7EE9\",\"caption\":\"It\\u2019s called #rabbit and it came out beautiful @fumorestaurant i prepare it with so much #love for #food and #passion for the savoir faire in #french #foodporn #foodphotography #foodstagram #foodie have a great weekend. Tmw we have 7 course degustation with this beautiful #confit rabbit \\ud83d\\udc07\",\"id\":\"18109250476147119\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-06T14:42:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDjTYVPDmyW\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/117203374_909106386254026_5878909454427840434_n.jpg?_nc_cat=108&ccb=3&_nc_sid=8ae9d6&_nc_ohc=XyPpODKU5okAX9ZhUfw&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=430ffe090c8dd9b7f1befe45fb1ab197&oe=604C7EE9\",\"id\":\"17842639058333375\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T14:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDjTYQtjlVS\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/116795176_611445366236534_5352211693353594775_n.jpg?_nc_cat=110&ccb=3&_nc_sid=8ae9d6&_nc_ohc=BZFObsf9eUsAX8xQ2rI&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=404b0a4cee47b977d4750db01f1dea70&oe=604F2B94\",\"id\":\"17845185128318975\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T14:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDjTYQojtnC\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/116819200_294116975144833_9037588813281375936_n.jpg?_nc_cat=101&ccb=3&_nc_sid=8ae9d6&_nc_ohc=YF3T6ylQB0sAX-zc5zq&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=20a603e4182b31c66ee1a6c9a11735f7&oe=604C9AEB\",\"id\":\"17864419261991473\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T14:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDjTYQnj05e\\/\"}]}}','117203374_909106386254026_5878909454427840434_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-13'),(13,'2020-11-08 14:10:24','18108911227171603','2020-11-08 13:18:18','2020-11-08 13:18:18','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/123833102_402350310806797_538101432574355204_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=p2SdiqGQP_kAX9WLi4z&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8e5a31bfea5769c83018fa361c466331&oe=5FCD81A6\",\"caption\":\"Precision #preciousmoments when you achieve something that seemed very difficult @fumorestaurant got inspired by this beautiful pears #chips #foodporn #foodphotography #foodstagram  @cookniche\",\"id\":\"18108911227171603\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-08T13:18:18+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHVMefijv9K\\/\"}','123833102_402350310806797_538101432574355204_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-21'),(112,'2021-01-18 13:59:29','18023481016204902','2019-08-07 20:16:33','2019-08-07 20:16:33','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/67879164_2419986931659316_1107974263309486149_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=SPLZXqigr8MAX9d5KuO&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4c0525a9abaf232f5abd9fedd8d7eb37&oe=602C2BC2\",\"caption\":\"Fumo African Jazz Night #WorldClassFood ##WorldClassliveBand #LiveBand #WomensMonth\",\"id\":\"18023481016204902\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-07T20:16:33+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B04DeOMjq0a\\/\"}','67879164_2419986931659316_1107974263309486149_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.09,1,'2021-01-18'),(113,'2021-01-24 10:11:55','17873314931191456','2021-01-24 09:07:55','2021-01-24 09:07:55','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/141341285_134390411834778_5462400859789966768_n.mp4?_nc_cat=110&vs=17871828818206282_1247946924&_nc_vs=HBksFQAYJEdHV3liQWlhTmNJME9ub0FBTEM5a1JTa1dNNUxia1lMQUFBRhUAAsgBABUAGCRHTU02aEFnd1E4SV85S2NBQU1mSS15c1p2VGhOYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaUk9HPrJW%2FPxUCKAJDMywXQENRBiTdLxsYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=JcgXCoIzhFUAX9yJ6JI&_nc_ht=video-lhr8-1.cdninstagram.com&oh=af264729638fab19698f25dcab734483&oe=60327560&_nc_rid=fb396d1718\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/141254271_787264725201877_1922114674987526750_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Eq9GR2PiRCEAX-3dJq9&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=f2c184e7375b5fa6aaf75c4c8b5381a4&oe=60331B04\",\"caption\":\"It\\u2019s just a passion that embrace my soul when I think about the sea \\ud83c\\udf0a @fumorestaurant #lobster #seabass #oysters #prawns #scorfano #seafood #italianfood #foodporn #foodphotography #foodblogger @clauchefs #chef #chefslife #napoli #napolifoodporn #partenopei #napoli1926\",\"id\":\"17873314931191456\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-24T09:07:55+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKbAbKejsTh\\/\"}','141254271_787264725201877_1922114674987526750_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-24'),(114,'2021-02-03 11:21:05','17946163414383097','2020-10-22 15:40:02','2020-10-22 15:40:02','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/122251361_133167468542605_2649128656296181504_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=JWK-tCOeAu0AX81Yqv_&_nc_oc=AQlttBKp7mgbvrPpNcO9vLv0x-9LZ_Jrv4t-K_nxcBVZyUEDggian6LRfLgFQVMLnuSP-OdmyNs12z5SVJxOWpDg&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=47194d03c9c1333c89623502feb67ed0&oe=603F723F\",\"caption\":\"Beautiful drink goes with beautiful woman @fumorestaurant @frameyourdreams\",\"id\":\"17946163414383097\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-22T15:40:02+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGprLqsjxRP\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/122251361_133167468542605_2649128656296181504_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=JWK-tCOeAu0AX81Yqv_&_nc_oc=AQlttBKp7mgbvrPpNcO9vLv0x-9LZ_Jrv4t-K_nxcBVZyUEDggian6LRfLgFQVMLnuSP-OdmyNs12z5SVJxOWpDg&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=47194d03c9c1333c89623502feb67ed0&oe=603F723F\",\"id\":\"18119586712157018\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-22T15:40:01+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGprLmfDY1J\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/122191898_104140914769832_2170184312523772870_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=9ggjzqnSZgEAX--fPtc&_nc_oc=AQlfOUN0d94h4P2TMESFiWGtSaTWFSus1zq3uQ5XN4Opww-iOCURZtitJtViW7el-JSKcd2uUTyOxC8yfm4swXyR&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=b75a1ccdcecfe57e4af6153c6aeb8f07&oe=60406225\",\"id\":\"17873831956985090\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-22T15:40:01+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGprLmejNbv\\/\"}]}}','122251361_133167468542605_2649128656296181504_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(17,'2020-11-10 14:03:15','17930349802441448','2020-11-10 13:12:13','2020-11-10 13:12:13','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/124108611_1049876442141643_1688177650569630839_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=n--ugdx7w8wAX_0Jaba&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=b659fcc87ec9fcbe16afa7719dc109b6&oe=5FCFDE15\",\"caption\":\"Radici is the word that in Italian means roots and this plate represents exactly my culture the way i grow up and wait #sunday to get #spaghetti #vongoleveraci #food #foodporn #foodie #foodphotography #foodstagram #foodblogger @fumorestaurant @clauchefs\",\"id\":\"17930349802441448\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-10T13:12:13+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHaVXvUjwX6\\/\"}','124108611_1049876442141643_1688177650569630839_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-25'),(18,'2020-11-14 12:57:16','18136090249120385','2020-11-14 11:57:38','2020-11-14 11:57:38','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/125464873_1051884618623335_2410916097354687503_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=-weZHngFrjAAX-PvzH2&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=48ff7818abf9c69269723d99f1344215&oe=5FD40772\",\"caption\":\"Maltagliati #blackink #broccoli and #razorclams beautiful dish #foodporn #foodphotography #foodstagram #foodblogger #foodiesofinstagram @clauchefs @fumorestaurant\",\"id\":\"18136090249120385\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-14T11:57:38+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHkgA42jWy7\\/\"}','125464873_1051884618623335_2410916097354687503_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-25'),(117,'2021-02-03 11:21:07','17898775756582563','2020-09-28 11:40:40','2020-09-28 11:40:40','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/120200516_1206517913066489_2045700261750066947_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=24a2ZiUjKSYAX84E8yf&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=9f36ba2e6680a5bb6fa279ff04c4d190&oe=603E8651\",\"caption\":\"Preparing #asparagus #risotto with this gentleman @williamlehong #cameraman\\ud83c\\udfa5 #food #foodporn #foodphotography #foodstagram #foodie #foodiesofinstagram #foodblogger @fumorestaurant #italy #italianfood @clauchefs\",\"id\":\"17898775756582563\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-28T11:40:40+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFrctjVDuDF\\/\"}','120200516_1206517913066489_2045700261750066947_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(135,'2021-02-11 11:14:37','17970293236364796','2021-02-11 10:46:55','2021-02-11 10:46:55','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/148298773_220824743084618_678080905495506735_n.jpg?_nc_cat=105&ccb=3&_nc_sid=8ae9d6&_nc_ohc=PjY3TLeb-4IAX91y4Az&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=50f233c2b1d0d7a347d544c1a9c39575&oe=604C74E4\",\"caption\":\"Raspberries and Champagne, the combination that comes from the stars: two essential elements of Fumo\\u2019s Lui & Lei menu. Limited tables available for the most romantic night of the year. Book now and receive a complimentary glass of Prosecco at arrival [WhatsApp: 076 124 9615]! \\n.\\n.\\n.\\n. \\n. \\n#fancy#drink#dinner#prosecco#champagne#seafood#italian#luxury#restaurant#pretoria#italianfood#raspberries#special#romantic#valentinesday\",\"id\":\"17970293236364796\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-11T10:46:55+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLJiq2Aj1uA\\/\"}','148298773_220824743084618_678080905495506735_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.80,1,'2021-03-27'),(136,'2021-02-12 10:31:13','17928189100497432','2021-02-12 10:00:41','2021-02-12 10:00:41','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/149125905_459498615079904_3814913754732491621_n.jpg?_nc_cat=110&ccb=3&_nc_sid=8ae9d6&_nc_ohc=KMejgMitGqgAX8GdxIn&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=04e857577d924496b0c4ea43796280a1&oe=604A0FE1\",\"caption\":\"\\u201c\\ud835\\udc3f\\ud835\\udc5c\\ud835\\udc63\\ud835\\udc52 \\ud835\\udc56\\ud835\\udc60 \\ud835\\udc61\\u210e\\ud835\\udc52 \\ud835\\udc52\\ud835\\udc5a\\ud835\\udc4f\\ud835\\udc59\\ud835\\udc52\\ud835\\udc5a \\ud835\\udc5c\\ud835\\udc53 \\ud835\\udc52\\ud835\\udc61\\ud835\\udc52\\ud835\\udc5f\\ud835\\udc5b\\ud835\\udc56\\ud835\\udc61\\ud835\\udc66; \\ud835\\udc56\\ud835\\udc61 \\ud835\\udc50\\ud835\\udc5c\\ud835\\udc5b\\ud835\\udc53\\ud835\\udc5c\\ud835\\udc62\\ud835\\udc5b\\ud835\\udc51\\ud835\\udc60 \\ud835\\udc4e\\ud835\\udc59\\ud835\\udc59 \\ud835\\udc5a\\ud835\\udc52\\ud835\\udc5a\\ud835\\udc5c\\ud835\\udc5f\\ud835\\udc66 \\ud835\\udc5c\\ud835\\udc53 \\ud835\\udc4e \\ud835\\udc4f\\ud835\\udc52\\ud835\\udc54\\ud835\\udc56\\ud835\\udc5b\\ud835\\udc5b\\ud835\\udc56\\ud835\\udc5b\\ud835\\udc54, \\ud835\\udc4e\\ud835\\udc59\\ud835\\udc59 \\ud835\\udc53\\ud835\\udc52\\ud835\\udc4e\\ud835\\udc5f \\ud835\\udc5c\\ud835\\udc53 \\ud835\\udc4e\\ud835\\udc5b \\ud835\\udc52\\ud835\\udc5b\\ud835\\udc51\\u201c \\u2013 Madame de Stael \\nBook at Fumo at Valentine\\u2019s Day for a night starting with a complimentary glass of Prosecco and that you will wish could last forever. [Whatsapp bookings: 076 124 9615]\\n.\\n.\\n.\\n.\\n.\\n#food#seafood#italianfood#restaurant#luxury#dining#experience#romantic#valentinesday#love#pretoria#fine#menu#italian#southafrica#special#pretoriafoodies#pretoriafood#pretoriarestaurants\",\"id\":\"17928189100497432\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-12T10:00:41+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMCLD4jolX\\/\"}','149125905_459498615079904_3814913754732491621_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-27'),(118,'2021-02-03 11:21:13','17912385814496355','2020-09-27 12:43:42','2020-09-27 12:43:42','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/120200839_647398709308711_387273063446364882_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=wDOpQVNq23oAX-fmEz3&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=e170fb229636c38b94726a194ada4a07&oe=603F532E\",\"caption\":\"Seafood is what makes me happy and the customer was even more happy after eat it @fumorestaurant #seafood #seabass #carpaccio #ceviche my way #food #foodporn #foodphotography #foodstagram #foodie #foodiesofinstagram #foodlover #foodblogger\",\"id\":\"17912385814496355\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T12:43:42+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFo_IWej2gQ\\/\"}','120200839_647398709308711_387273063446364882_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(119,'2021-02-03 11:21:14','17888376709667853','2020-09-19 12:32:12','2020-09-19 12:32:12','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/119860622_1205514536494895_8910594270311130649_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ZzptchhV-1IAX956QzM&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a5b5abd2d20c4d680333cb77aed7d97f&oe=603EBFC2\",\"caption\":\"Today 19 Settembre San Gennaro patron of #napoli every year the miracle happen and the blood melt all i can do from this far is having a pizza fritta in your honor #sangennaro #napolifoodporn #pretoria #food #foodporn #foodphotography #foodstagram @fumorestaurant\",\"id\":\"17888376709667853\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-19T12:32:12+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFUXdFejDlE\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/119860622_1205514536494895_8910594270311130649_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ZzptchhV-1IAX956QzM&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a5b5abd2d20c4d680333cb77aed7d97f&oe=603EBFC2\",\"id\":\"18162072376061132\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-19T12:32:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFUXdCZjQST\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/119722078_4863231997122768_2745214711157395220_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=NUZZsOgBVl0AX95O552&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=9aa91bbcc2786472a137a6c688009281&oe=6041ED9D\",\"id\":\"17962804846331954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-19T12:32:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFUXdCaj7Ho\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/119860817_165741765170474_8118781226081614767_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=gfEbcZBbYPwAX8WUn-Q&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=7e21618ea7c7a084b305ff9d6f68dd42&oe=603ED8F6\",\"id\":\"17876253109884096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-19T12:32:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFUXdCaDKFD\\/\"}]}}','119860622_1205514536494895_8910594270311130649_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.16,1,'2021-02-03'),(120,'2021-02-03 11:21:14','17878730161829415','2020-09-12 12:52:49','2020-09-12 12:52:49','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/119158973_608595796477218_6688803646608423775_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=LxWw0_eTWYkAX-oDb3o&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=2d821694aa89a19f29b7ac85f9f7954e&oe=603FCEE3\",\"caption\":\"Happy weekend folks @fumorestaurant after a long week i am spoiling myself #wine #cheninblanc @vanwykfamilywines #lobster pasta and beautiful breeze\",\"id\":\"17878730161829415\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-12T12:52:49+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFCYP6ajn5L\\/\"}','119158973_608595796477218_6688803646608423775_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.85,1,'2021-02-03'),(121,'2021-02-03 11:21:14','17891857810624313','2020-09-05 21:53:18','2020-09-05 21:53:18','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118776388_680236849247801_2160316853407136026_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=cZt0oQCM0-UAX8L8X0G&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=5c27c979527d9d9b789aa2f10f68ee2c&oe=60402647\",\"caption\":\"Sometimes it takes value when you sit with yourself @fumorestaurant and think at next day\",\"id\":\"17891857810624313\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T21:53:18+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CExUihKl4ve\\/\"}','118776388_680236849247801_2160316853407136026_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.80,1,'2021-02-03'),(122,'2021-02-03 11:21:19','17868635989984524','2020-09-04 15:06:44','2020-09-04 15:06:44','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118767661_120272393122200_8054673940643039234_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=0B4xjuUGy5EAX8TaQfh&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f9ffde90f9a690f3bcb0ef9c10c9be96&oe=6040AB0E\",\"caption\":\"Such a great people i went through this journey called @fumorestaurant @clauchefs and many more are coming #food #foodporn #foodphotography #foodstagram #foodie #foodiesofinstagram \\ud83c\\uddee\\ud83c\\uddf9\\ud83c\\udf0d\\ud83d\\udcaf\\ud83d\\ude4f\",\"id\":\"17868635989984524\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-04T15:06:44+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEuBN12l68y\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118767661_120272393122200_8054673940643039234_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=0B4xjuUGy5EAX8TaQfh&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f9ffde90f9a690f3bcb0ef9c10c9be96&oe=6040AB0E\",\"id\":\"17881570756753417\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T15:06:44+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEuBNy7lx_c\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/118764706_809731283098311_4909325022393713502_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=WxulLDFi90oAX_qcmX_&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=7a9b2b5f25caf858f6c8d3cab0ae2f44&oe=6040404D\",\"id\":\"17891696389620729\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T15:06:44+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEuBNy-FzMB\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/118748533_200221101519473_4338250566920284464_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=dsjRY12-bB0AX92_Ysd&_nc_oc=AQlm1IsdG6L1Gz-RDaRsTLvuGyXrDl9__3ofsi37zg-iz6fel2KTOwgeuw14HvHtnOHK_m4TlLaU4pHd36_8q23K&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=2079189c3c87eb5889108fbf31f73ed9&oe=603F6030\",\"id\":\"17867671522996004\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T15:06:44+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEuBNy9FHVz\\/\"}]}}','118767661_120272393122200_8054673940643039234_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(123,'2021-02-03 11:21:19','17858316842147846','2020-09-03 13:15:13','2020-09-03 13:15:13','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/118693879_352891049427722_3887291555980558728_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=y56P-IvtqaUAX9iV7vD&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b13495eebbc6694858540b11dfe46dfa&oe=604052CF\",\"caption\":\"We do love what we do that\\u2019s why is so good \\ud83d\\ude0a #risotto #asparagus and #prawns @fumorestaurant #food #foodporn #foodphotography #foodstagram #foodie enjoy this beautiful Thursday\",\"id\":\"17858316842147846\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-03T13:15:13+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CErPqHQFWEA\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/118762833_334995277850117_1705612642455078831_n.mp4?_nc_cat=109&vs=17842760063352325_2670571081&_nc_vs=HBksFQAYJEdGRXRGQWNGcG9rcXJUQUJBSzlIODEycGphc1hia1lMQUFBRhUAAsgBABUAGCRHQ3BpRWdjV1VTQWtoa0FCQUVIdDBKTldGbFVKYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaK9%2B2%2FqfmxPxUCKAJDMywXQCtU%2FfO2RaIYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=D2hrWO6NrrQAX8ZnAI3&_nc_ht=video-lhr8-1.cdninstagram.com&oh=ef3bcf769621ca69f7d9143d46f4f4f2&oe=603EA113&_nc_rid=689099943c\",\"id\":\"18114046708147895\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-09-03T13:15:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CErPWh8A8Sj\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/118693879_352891049427722_3887291555980558728_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=y56P-IvtqaUAX9iV7vD&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b13495eebbc6694858540b11dfe46dfa&oe=604052CF\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/118729194_1665246590294129_4199869964275613774_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=uvDJkw5E-yoAX_Z2tqf&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e771e1bbc8cd4efa50e782f85671a0be&oe=603FEA46\",\"id\":\"17917758811457252\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-03T13:15:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CErPqFUlnIe\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/118694479_351800792656275_8031487679678716940_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=llIYNtufiRsAX_thZRe&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d5e04cc16f1077bc49c263b8635b271e&oe=603EAC91\",\"id\":\"17856368420151715\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-03T13:15:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CErPqFWl6iO\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/118697036_1096691867400272_6882178746294690796_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=VD8802oredEAX9VCbEN&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=b4ff1d1b278ed60ca7ed3cbf8b11a7d3&oe=6040DABA\",\"id\":\"17885581243696577\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-03T13:15:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CErPqFVlbWS\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118694301_3231161290314068_4280560041097602712_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=wIvN5eN5OaoAX_ea5kk&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=ef6f60e08c2edc00b08629bacedc6d26&oe=6040F4A7\",\"id\":\"17956036348356042\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-03T13:15:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CErPqFXFUc7\\/\"}]}}','118693879_352891049427722_3887291555980558728_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(124,'2021-02-03 11:21:20','17864411660036062','2020-08-29 14:37:52','2020-08-29 14:37:52','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118457249_2724568797871269_777676367731156615_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=zyWumgAxsroAX-rgCSc&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=a0f18e0846482f5dffa8e5bcbc61d81d&oe=6040541F\",\"caption\":\"Having fun cooking @fumorestaurant #saturday have a great weekend #folk\",\"id\":\"17864411660036062\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-29T14:37:52+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEehJGnjSNB\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118457249_2724568797871269_777676367731156615_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=zyWumgAxsroAX-rgCSc&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=a0f18e0846482f5dffa8e5bcbc61d81d&oe=6040541F\",\"id\":\"17888951056629071\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-29T14:37:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEehJAhD0Ic\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/118351521_127432165388110_9206520900221144438_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=2eT_NnIy2sYAX8pZqVs&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=d59d4c3e25ff24427c2e1afaf0d3f9e7&oe=603FCB3D\",\"id\":\"17875133410871381\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-29T14:37:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEehJAcjfwX\\/\"}]}}','118457249_2724568797871269_777676367731156615_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(125,'2021-02-03 11:21:20','17857793120124310','2020-08-23 15:24:45','2020-08-23 15:24:45','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/118521642_205005261047519_6310804510468411307_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=KcItaBHqlwQAX_b9SH-&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=c97cdc8cede723f95849f620a82c3bbc&oe=60409F6F\",\"caption\":\"Beautiful afternoon here @fumorestaurant #fragolino wine #sparklingwine #wine #italianwine have a great evening waiting for #championsleague final Bayern Munich or PSG ? Reply below\",\"id\":\"17857793120124310\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-23T15:24:45+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEPJvT0DK8l\\/\"}','118521642_205005261047519_6310804510468411307_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.89,1,'2021-02-03'),(126,'2021-02-03 11:21:25','17973401785315008','2020-08-13 22:40:11','2020-08-13 22:40:11','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/117370297_716921032223706_5727616624868495203_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=x2wDe5mt9u8AX-imCdw&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=686ed635ad241868b16213fbdad053e8&oe=604028C6\",\"caption\":\"We have received our #spanish #jamon ham from Spain \\ud83c\\uddea\\ud83c\\uddf8 and coincidentally we have been #cut and again #cut lots of it #patanegra #ham best #delicious and #delicatessen you can get @fumorestaurant @clauchefs @simone_zanetti_dot_com #best only @fumorestaurant\",\"id\":\"17973401785315008\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-13T22:40:11+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD2LnrtDWO7\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/117598785_890633294760945_7688932911258813811_n.mp4?_nc_cat=111&vs=17968214905323482_96824355&_nc_vs=HBksFQAYJEdFRnFBZ2Z4eXlpNUJpb0RBSE5GWkwyX2s3UnFia1lMQUFBRhUAAsgBABUAGCRHRUM0QkFlbnVHUXV4SHdDQUM4c0syWl9FTGRIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa03Kzj4P%2FqPxUCKAJDMywXQC%2Fdsi0OVgQYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=HQg4kSXKPLgAX-hlbKK&_nc_ht=video-lht6-1.cdninstagram.com&oh=bf82dd025c7011ad85cfdbf4912160e6&oe=60412132&_nc_rid=0f9ce867de\",\"id\":\"18061988173245510\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-13T22:40:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD1SopuDkVK\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/117370297_716921032223706_5727616624868495203_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=x2wDe5mt9u8AX-imCdw&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=686ed635ad241868b16213fbdad053e8&oe=604028C6\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/117650332_183545873184052_1066147184751972412_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=72OX3fvjuvUAX-V6C3E&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8cdc78f39144b313983e1ba439e8f3d6&oe=603E5FA8\",\"id\":\"17875384957808980\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T22:40:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD2LnpAjZRE\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/117378593_1463629887169356_5719833943725863577_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=2UAWqqf4iu0AX88-_0B&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=00e34c4c453eb014fae2b6590e0ac03a&oe=603EEB7D\",\"id\":\"18105270943167640\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T22:40:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD2Lno_DLx2\\/\"}]}}','117370297_716921032223706_5727616624868495203_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(127,'2021-02-03 11:21:25','17872798825836339','2020-08-07 21:47:41','2020-08-07 21:47:41','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/117304240_1203050256714837_3071367653796691438_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=NW0hGjdWBMcAX_mMTip&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=2f885133c6ee60f1b2d441cbbb2434bf&oe=60415089\",\"caption\":\"Thanks to people that appreciate our efforts and recognize the quality we offer @fumorestaurant #proudly #italian we don\\u2019t cheat and we proudly again to say it #millions of times #numberone italiano #original #food #foodporn #foodphotography #foodstagram #foodiesofinstagram #foodie thanks to believe in FUMO quality. We cook only with extra virgin olive #oil #chefsofinstagram #chefplateform #pretoria #jacaranda the #rabbitsofinstagram \\ud83d\\udc07\\ud83d\\udc07\\ud83d\\udc07 it was just a delicacy\",\"id\":\"17872798825836339\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-07T21:47:41+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo18DjSpK\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/117304240_1203050256714837_3071367653796691438_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=NW0hGjdWBMcAX_mMTip&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=2f885133c6ee60f1b2d441cbbb2434bf&oe=60415089\",\"id\":\"17937236914384609\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo133jeCA\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/117231645_214251986668744_4411460740389440841_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=zMW4KY2nVI8AX_GISaq&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=29de7fd9149f9df54c6e4c97ffa23703&oe=603E55ED\",\"id\":\"17921500723425358\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo134DwCt\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/117170732_507466750094139_2241653905430065833_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=CSUiynl8tQ4AX9_wom7&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=f4550ec6dca71c29d140e36891009813&oe=603E67E0\",\"id\":\"17864473270980548\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo136jgVB\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/117291306_116176606677742_9009304547188998034_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=lI8W0GOJ658AX_UWN3R&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=5da8a6ec2667619de8fc1c9fb726ebc8&oe=603EDBA9\",\"id\":\"17948940079364290\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo133DRI5\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/116967645_3437743086259039_6760365463810515854_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=WJ7TrhJaNvkAX8-wqqT&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=c9e62d00df6660ab1fcc3724a7b66de3&oe=6042134B\",\"id\":\"17905667935501353\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo136Dyt0\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/117102608_329014564802835_484358016122173285_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=InjO_aiAajwAX9u-yvE&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=a2200de9c77e39e0e1a60a4aa37dd72f&oe=60419377\",\"id\":\"17875976734819024\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo135jMpf\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/116911233_222953962447741_4512379999091331854_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=F0GpcfnmXScAX-CN_rj&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=87ae7254bbbcc4cf88de107869ab384f&oe=604107D9\",\"id\":\"17962089622334476\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-07T21:47:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDmo135DU_R\\/\"}]}}','117304240_1203050256714837_3071367653796691438_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(128,'2021-02-03 11:21:29','17860488923055571','2020-07-29 17:32:21','2020-07-29 17:32:21','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/116096417_360057828321151_243216554631865212_n.mp4?_nc_cat=107&vs=17876379199784987_3195940046&_nc_vs=HBksFQAYJEdLRjk2d1otcC1SX2VFY0JBSHlqVS1ZcUZHQURia1lMQUFBRhUAAsgBABUAGCRHTWlVOEFZNVViOTBsWVlBQU1EOWhvSGE1aFJGYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa274Sdm57BPxUCKAJDMywXQECmZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=zfVbxTkE27kAX8Vksx_&_nc_ht=video-lhr8-1.cdninstagram.com&oh=e57d33056efc7be281876b98228f6ec6&oe=6040DB13&_nc_rid=46eba38746\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/116044552_113558806958926_8375575730099192794_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ilROqgiKwg0AX-10w4t&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=c781d430ef7a455100b355e98922777b&oe=6040324A\",\"caption\":\"We all have different job and mine is to play with meat and fish i am use to it. Worldwide #chefs has to deal with it otherwise we wouldn\\u2019t have #restaurant #food @clauchefs @fumorestaurant #wagyu #beef #lovemeat #meat #meatlover this is an amazing clip\",\"id\":\"17860488923055571\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-07-29T17:32:21+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDPAFxBD1lL\\/\"}','116044552_113558806958926_8375575730099192794_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(129,'2021-02-03 11:21:30','18117538507186880','2020-07-29 15:11:54','2020-07-29 15:11:54','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/116087969_162625935359743_3117900806286707239_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kjdNxfNoKSQAX-zBx7P&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=cef69bd0b149be73f7588a8c336da3fc&oe=603E3DFC\",\"caption\":\"Did somebody say #cow head ?? @fumorestaurant due to #popular demand, if it\\u2019s #nice we #play twice #food #foodporn #foodphotography #foodstagram #foodie @clauchefs @karimsta #traditional #food\",\"id\":\"18117538507186880\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-07-29T15:11:54+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDOwZUSj9-T\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/116087969_162625935359743_3117900806286707239_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kjdNxfNoKSQAX-zBx7P&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=cef69bd0b149be73f7588a8c336da3fc&oe=603E3DFC\",\"id\":\"17859789626059464\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-29T15:11:54+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDOwZQEjslr\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/116088421_758960174865412_429112132296488674_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Yh8FDoWWdDQAX-GTVq3&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d602b37a17fdfed82971964479f73762&oe=603E371F\",\"id\":\"18096532756168225\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-29T15:11:54+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDOwZQGDcX5\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/116722497_2926898410754650_5079187454778878309_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=x-Pe0_kSHbEAX9czamC&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=fabe459356ec41c89d7932a3eacb6b11&oe=604155EC\",\"id\":\"17912176669461790\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-29T15:11:54+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDOwZQEDKCD\\/\"}]}}','116087969_162625935359743_3117900806286707239_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-03'),(130,'2021-02-04 16:58:02','17951421136406873','2021-02-04 15:07:58','2021-02-04 15:07:58','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/145618926_1566685700196207_7899089954144055939_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=6jmrPb8SpxQAX8cT3Hz&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=800f55e0a32d0961b1c75d4364214e07&oe=60431DE5\",\"caption\":\"Indulge in an exclusive Lui & Lei menu for a Valentine\'s Day to remember. Enjoy a complimentary glass of Prosecco on arrival for every loving couple. \\nBook now by sending us a WhatsApp [+27 0761249615]. \\n#valentines #food #seafood #luxury #experience\",\"id\":\"17951421136406873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-04T15:07:58+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK3--vFjlqf\\/\"}','145618926_1566685700196207_7899089954144055939_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-26'),(133,'2021-02-07 13:28:37','17933564458455085','2021-02-07 12:19:27','2021-02-07 12:19:27','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/146686531_1047386319081481_1166082961689784017_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=3EnJdU5Rv5UAX8nbPSu&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=e226d44cacfa2bdd45d1310e5849c7c0&oe=6046E71C\",\"caption\":\"Have a great lunch folks #seafood #fishing #fish #fishinglife @fumorestaurant #instagram #instadaily #foodporn #foodie #foodphotography #foodstagram\",\"id\":\"17933564458455085\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-07T12:19:27+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK_aFFbD2li\\/\"}','146686531_1047386319081481_1166082961689784017_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-27'),(134,'2021-02-10 15:04:27','18058603246278719','2021-02-10 14:49:20','2021-02-10 14:49:20','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/147935812_427741104976835_1278611727371728303_n.jpg?_nc_cat=107&ccb=3&_nc_sid=8ae9d6&_nc_ohc=ROg7-V1x_scAX9_7Lmx&_nc_oc=AQkBBy4R_5GzF7EqRAvq6haa6Ab10KtQgCmGJnJMgnY9xakW6AbjFgk3qfj2gAHkkjnI5aWHtiYJ31_Ozro5S6Hg&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=87dec23bbdae7d872d40596e5213d32c&oe=604A7C6E\",\"caption\":\"Did you know that Casanova\\u2019s favorite food was oysters? He used to eat 50 of them every morning. Guess why! \\nAt Fumo we serve them fresh every day, come and taste them also at Valentine\\u2019s Day, together with a complimentary glass of Prosecco: book your table now and let the magic happen!\\n[Whatsapp us for bookings: 076 1249615]\\n. \\n.\\n.\\n.\\n.\\n#food#lovers#oysters#seafood#valentines#restaurant#special#dinner#night#italianfood#menu#luxury#experience#pretoria#prosecco#visitus\",\"id\":\"18058603246278719\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-10T14:49:20+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLHZng6Dc_O\\/\"}','147935812_427741104976835_1278611727371728303_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-27'),(131,'2021-02-04 18:53:17','17871374045285169','2021-02-04 18:04:36','2021-02-04 18:04:36','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/145997462_233544621752113_6589891136529721557_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=w0dhx_JW7ZwAX9rhDlw&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4885a7b9fabe12f98a90bbd2fc6d0d27&oe=604369EC\",\"caption\":\"At Fumo, we are very aware of the dangers of alcohol abuse. At the same time,  for centuries alcohol has been enjoyed and brewed in many forms across the globe. It\'s time to appreciate wine and drink responsibly, again. We believe that sharing the culture of responsible drinking can help reducing alcohol abuse far more than prohibition.  Thank you, @simonezanettiphoto for this gorgeous image that we want to share with all of to celebrate culture and help reducing alcohol abuse. \\n\\nThank you for sharing.\\n#drinkresponsibly\",\"id\":\"17871374045285169\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-04T18:04:36+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK4TMX_jTtI\\/\"}','145997462_233544621752113_6589891136529721557_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-27'),(132,'2021-02-05 10:57:09','17879230415074613','2021-02-05 10:13:40','2021-02-05 10:13:40','{\"media_url\":\"https:\\/\\/video-lhr8-2.cdninstagram.com\\/v\\/t50.2886-16\\/146332553_715257856018762_68588989180554054_n.mp4?_nc_cat=101&vs=18141044647131948_487524800&_nc_vs=HBkcFQAYJEdJbmJ1QWhLU1c3eWhZb0NBRVlybkg5U3JmTUFia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJtjrseriy7lAFQIoAkMzLBdAIN2yLQ5WBBgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=1JDEovWYX3IAX9KEna-&_nc_ht=video-lhr8-2.cdninstagram.com&oh=13019999027930dd48c2a23ab2414491&oe=60447657&_nc_rid=f4b0f6301d\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/146442274_408131880289276_1913329137286320245_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=OcFcpbqIxTwAX_hfL7D&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b19c194d87ab558d1348800f6f6c453e&oe=6040D79E\",\"caption\":\"Melt the heart of your loved one this Valentine\\u2019s Day: Book a table at Fumo [WhatsApp us: +27 076124 9615].\\nComplimetary glass of Prosecco for everyone to celebrate love. #valentines #love #romantic #fire #italianfood #luxury #restaurant\",\"id\":\"17879230415074613\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-05T10:13:40+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK6B5RTiXPJ\\/\"}','146442274_408131880289276_1913329137286320245_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-27'),(34,'2020-11-19 11:43:46','17878109344615876','2020-05-05 13:04:06','2020-05-05 13:04:06','{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/95462573_2610376729190701_2150953809323220423_n.mp4?_nc_cat=106&vs=18101996500135876_206915955&_nc_vs=HBksFQAYJEdLMmtzQVV0WWF5eEgwWUpBTWZkX19RWHVka2Ria1lMQUFBRhUAAsgBABUAGCRHR2s1cndXcWZPOFBZSlFBQU5kM2JpRGMxN0FqYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaI0oaw7%2BqnQBUCKAJDMywXQDGQ5WBBiTcYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=6V6XugdSNKMAX_NCe7T&_nc_ht=video-lht6-1.cdninstagram.com&oh=b4364d5755a71ca36e86b6c3306a78e0&oe=5FDB406B&_nc_rid=beba0b3d2b\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/95875015_2105058592980005_4232885492834054153_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=HJk3ZRC9yEAAX_5kn88&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d2d921112628c47344dd4de975d3dd00&oe=5FDA979C\",\"caption\":\"O Panuozzo is the original sandwich from Naples \\ud83c\\uddee\\ud83c\\uddf9 made with pizza crust. Until you try it you can\\u2019t understand how good it is. Available now for delivery. #panuozzo  #foodporn #gourmetpizza #delicious #deliciousfood #napoli #italy #foodporn #foodphotography #foodstagram #positano #amalficoast @fumorestaurant #neapolitanpizza\",\"id\":\"17878109344615876\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-05-05T13:04:06+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_zp8fujGmf\\/\"}','95875015_2105058592980005_4232885492834054153_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(35,'2020-11-19 11:43:46','18047606767245030','2020-05-05 10:57:31','2020-05-05 10:57:31','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/96288927_550692162311948_5194648988546357231_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=LCSozUCMNrUAX9R_mBk&_nc_oc=AQlBrUvFUmN4gofdHNdACiB9nchSZllpSV8ydwVv07GDbFDQIMzK85kOMqFk29LKQeLy8kkN7OU3O2lZM_iW7NZS&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=783de335dc26a2c76b716f1ce93a4aa1&oe=5FDD251E\",\"caption\":\"Thanks for supporting #ambasciataitaliana \\ud83c\\uddee\\ud83c\\uddf9 #pretoria @fumorestaurant to order our #napolipizza #pizzanapolitana @fumorestaurant really appreciate your support #italiansdoitbetter #italy\\ud83c\\uddee\\ud83c\\uddf9 #italianfood #embassy\",\"id\":\"18047606767245030\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-05-05T10:57:31+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_zbttfD9ae\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/96288927_550692162311948_5194648988546357231_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=LCSozUCMNrUAX9R_mBk&_nc_oc=AQlBrUvFUmN4gofdHNdACiB9nchSZllpSV8ydwVv07GDbFDQIMzK85kOMqFk29LKQeLy8kkN7OU3O2lZM_iW7NZS&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=783de335dc26a2c76b716f1ce93a4aa1&oe=5FDD251E\",\"id\":\"17844778451127293\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-05T10:57:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_zbtpwj9Go\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/95784437_135040134796749_1382686546456733575_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=9kCfETl0x1MAX9rioHe&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=41e7c58202c75bd7ca8e9163c7729009&oe=5FDD4379\",\"id\":\"17921495818392970\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-05T10:57:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_zbtpwDHKE\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/95590303_227732018523201_8142414041151804776_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=UoSyGi6vj8AAX83DIaS&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=1ccb39978f6ababe85199a5848a21658&oe=5FDB04BF\",\"id\":\"17861880931860511\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-05T10:57:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_zbtpxj3Ly\\/\"}]}}','96288927_550692162311948_5194648988546357231_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(36,'2020-11-19 11:43:46','18027499744265164','2020-05-03 14:39:53','2020-05-03 14:39:53','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/96212749_226265428704411_5593453760776631157_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=XB-gtYbUNHMAX83iy51&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=48198c662b22b1071925084808eea854&oe=5FDA83FE\",\"caption\":\"Her #majestic available from tomorrow @fumorestaurant 40 days matured #ribeye on the bones 1kg #steak serving 2 person. Please order on @ubereats_za or contact Claudio directly he will make a plan as #alwaysandforever @fumorestaurant @clauchefs @chalmarbeef \\ud83e\\udd69\",\"id\":\"18027499744265164\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-03T14:39:53+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_urktZDy9m\\/\"}','96212749_226265428704411_5593453760776631157_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.80,1,'2020-11-19'),(37,'2020-11-19 11:43:51','17861733004862152','2020-05-03 10:23:09','2020-05-03 10:23:09','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/95364194_1018236605238933_1226620224427284773_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=viq43EX6fR0AX-a83C4&_nc_oc=AQlJ0SV6PJsDK7RYehXsy0Nk2L7L29UUTiuvHoYaTalqfJ0DSFJX_uEMnehAByBvCnL_Si8Ih0SXn4Z0Nl1oRMP5&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7527a801554539d6a6e637953e87a789&oe=5FDC4F77\",\"caption\":\"Have a great #sunday from the #pizzaiolo @fumorestaurant #pizzanapolitana you can order your takeaway on @ubereats_za\",\"id\":\"17861733004862152\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-03T10:23:09+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_uOMRBDqYm\\/\"}','95364194_1018236605238933_1226620224427284773_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.33,1,'2020-11-19'),(38,'2020-11-19 11:43:51','17852924242863553','2020-03-05 13:51:30','2020-03-05 13:51:30','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/88276349_2650126995112770_3877566889348225381_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=047iZY4Ix_UAX9XU1jy&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a4bd2908b9b626010a25db03d4fc3831&oe=5FDB04DA\",\"caption\":\"From the sea straight #raw #rawfish #italiansushi @fumorestaurant yessis it is delicious @greenfishsa thanks again more recipes to come #food #foodporn #seafood #fishing #cooking\",\"id\":\"17852924242863553\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-03-05T13:51:30+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WrIo0jUko\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/88276349_2650126995112770_3877566889348225381_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=047iZY4Ix_UAX9XU1jy&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a4bd2908b9b626010a25db03d4fc3831&oe=5FDB04DA\",\"id\":\"18027174589254856\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T13:51:29+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WrIliDiC2\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/88964943_199913437900251_5112381728650921118_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=9yZz7v1u7bsAX8VSxX-&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=4cdbb7c5881c80277fbb21f86aa1f5a7&oe=5FDC8D8C\",\"id\":\"18019208083269828\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T13:51:29+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WrIlijuHe\\/\"}]}}','88276349_2650126995112770_3877566889348225381_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(39,'2020-11-19 11:43:52','17862844897705098','2020-03-05 10:38:17','2020-03-05 10:38:17','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/89003097_676778159734610_4826797049042676081_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=sM70WVC4NXIAX_NPi4y&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8c08e5e32ad2c756eb60126225258915&oe=5FDCD9E0\",\"caption\":\"Thanks Ryan this #yellowtail will be fun in the kitchen #green  @greenfishsa will see you soon #fresh #fish #food #foodphotography #seafood this fish is still breathing \\ud83d\\ude02\",\"id\":\"17862844897705098\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-03-05T10:38:17+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WVBfsDoNR\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/89003097_676778159734610_4826797049042676081_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=sM70WVC4NXIAX_NPi4y&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8c08e5e32ad2c756eb60126225258915&oe=5FDCD9E0\",\"id\":\"17847204097966176\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T10:38:17+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WVBcCDhjr\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/87583910_213009300082010_8407522883497109796_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=x-DztNbeRioAX_GX_W4&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=2938b86f479ad7c8f26e36244032a173&oe=5FDD97E3\",\"id\":\"17854544197840599\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T10:38:17+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WVBcAj_3P\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/87604019_653789578773296_8422158563136948176_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=B8pqyTbsV68AX-STh9e&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8201131eed51260b5f5893b4aaa838aa&oe=5FDDBC1F\",\"id\":\"17856178585820689\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T10:38:17+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WVBcAD-GV\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/88984225_880650335710738_5372703113418973069_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=mWayFyXZv-0AX-my-pR&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=3257e36d87868ce119ac26a8f2ffd791&oe=5FDD0FF9\",\"id\":\"17917975930376189\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T10:38:17+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WVBcBDpDD\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/88224795_2435775453194956_3270430496213080168_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=dFPbZ7wq3AkAX-wpHz-&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=effb27d4ac00383b75de0120f473e3f2&oe=5FDC6121\",\"id\":\"17953215772315715\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-03-05T10:38:17+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9WVBb_Dew6\\/\"}]}}','89003097_676778159734610_4826797049042676081_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(40,'2020-11-19 11:43:52','17861120467730847','2020-02-29 11:43:15','2020-02-29 11:43:15','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/89028353_499571097338126_1864146728744664681_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=-DRc3OoiHs4AX90yxCq&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=84550a72cebe54fa84f4258b81becc52&oe=5FDB0541\",\"caption\":\"Wednesday 11 March African Jazz Night at Fumo with @mccoymrubata - R50 per person #africanjazz #jazz\",\"id\":\"17861120467730847\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-29T11:43:15+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B9Jke6aDRNW\\/\"}','89028353_499571097338126_1864146728744664681_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(41,'2020-11-19 11:53:52','17856340894772163','2020-02-12 14:08:31','2020-02-12 14:08:31','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/83626950_2491505537780823_4535605973124685229_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=11w7YcMxm_MAX9N_rXh&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=2568b3a5833595256ec1a9bf987a755b&oe=5FDC510C\",\"caption\":\"Un risotto the #seafood  one need respect also how you decide to plate it #calamari #clams #octopus #prawns #mussels all these ingredients are from #sea @fumorestaurant\",\"id\":\"17856340894772163\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T14:08:31+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8eDmDoDFM2\\/\"}','83626950_2491505537780823_4535605973124685229_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(42,'2020-11-19 11:53:53','17944793539322945','2020-02-12 11:22:17','2020-02-12 11:22:17','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/84530288_499223147404142_2931669593828732790_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=eZtdLe9iJ4oAX8T-5S2&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=9d6e8907fde2d923f210034248e8bfd7&oe=5FDBC313\",\"caption\":\"There is nothibeat a #simple and #fresh #ravioli with fresh #tomato #basil #oliveoil @fumorestaurant\",\"id\":\"17944793539322945\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T11:22:17+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dwkhsDQn4\\/\"}','84530288_499223147404142_2931669593828732790_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(43,'2020-11-19 11:53:53','18052165234209775','2020-02-12 10:49:23','2020-02-12 10:49:23','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/84458320_772477299912215_4826014374307307357_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=WzcMFXTh-YQAX-3o4vp&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=1f06f93b4289025b10eef66e1b01991b&oe=5FDCAD07\",\"caption\":\"We proudly present our #fresh #fish our #management represent @fumorestaurant always with smile Happy Wednesday #folks #oysters #seabass #calamari #prawns #redsnapper #fish #food\",\"id\":\"18052165234209775\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-02-12T10:49:23+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dszfnjSlu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/84458320_772477299912215_4826014374307307357_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=WzcMFXTh-YQAX-3o4vp&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=1f06f93b4289025b10eef66e1b01991b&oe=5FDCAD07\",\"id\":\"18127422955034232\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T10:49:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dszb7DO_2\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83717782_195896548459064_7515311157988288567_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=hY9Tqy1Qjr0AX8N1pUa&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=f85039eb9f4cb35463c2f2f634e18986&oe=5FDD9725\",\"id\":\"17850522985846943\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T10:49:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dszb9D0nE\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/84348982_194796998563452_5893571251793583434_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=44s_-iSZe_cAX-Y1uDo&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=0242d2da27b801142d0d97446a035b9c&oe=5FDCA129\",\"id\":\"17855069704777877\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T10:49:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dszb9DKwC\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/84351957_105270617633701_6802455745616363313_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=zEZkhlUZlpcAX9L7ktc&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=09accaace5166806c34acc3771e122bc&oe=5FDA16D4\",\"id\":\"17877106864532418\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T10:49:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dszb8DA3_\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83911336_501528877222488_1219838299336231433_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Y7rcBqbBVKIAX8sOPQP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d191c878557ff5d34c709f505010dfc5&oe=5FDD2308\",\"id\":\"17875634533536365\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-12T10:49:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8dszb8jGoN\\/\"}]}}','84458320_772477299912215_4826014374307307357_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(44,'2020-11-19 11:53:54','17843762962964753','2020-02-07 22:21:43','2020-02-07 22:21:43','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/82788950_1097704110569002_8455710091781634743_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=aH1iHGlT0TkAX8jyn22&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0b18c426088176a008b4affbafe42404&oe=5FDA3247\",\"caption\":\"In the past few hours we got so busy that I forgot about this beautiful #oysters #seafood #sea #food #foodporn @fumorestaurant @clauchefs che freschezza che siamo\",\"id\":\"17843762962964753\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-02-07T22:21:43+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8SED8SDFO8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/82788950_1097704110569002_8455710091781634743_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=aH1iHGlT0TkAX8jyn22&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0b18c426088176a008b4affbafe42404&oe=5FDA3247\",\"id\":\"18125884069055452\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-07T22:21:42+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8SED5yj8C8\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82939905_143267363382095_9021577856770968828_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Me0uBa7nSBgAX_E5BA1&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=da4b33f2e3bd6cc513a472b3226d641a&oe=5FDB3F1D\",\"id\":\"17925898828365970\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-07T22:21:42+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8SED5zjL6P\\/\"}]}}','82788950_1097704110569002_8455710091781634743_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(45,'2020-11-19 11:53:57','17842435414985167','2020-02-05 06:20:09','2020-02-05 06:20:09','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83170093_809593689518143_3748406395746935670_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=zFB81qwrDToAX9gRxw7&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=c5a477b4d238a21eee4dec2feac2a79b&oe=5FDCA4A0\",\"caption\":\"Spoil your loved one with the best Italian Romance experience in Pretoria #valentines #valentinesday2020 #italianrestaurant #pretoriarestaurants #fumorestaurant\",\"id\":\"17842435414985167\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-02-05T06:20:09+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8LMbg8DCqx\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83170093_809593689518143_3748406395746935670_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=zFB81qwrDToAX9gRxw7&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=c5a477b4d238a21eee4dec2feac2a79b&oe=5FDCA4A0\",\"id\":\"17932565479348349\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-05T06:20:09+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8LMbeHjbiP\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/84246352_651367012328801_207925281385359296_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=YtAj-hifyt4AX_doCOI&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0c7b26d4cc318aabb0b222d8bb672f16&oe=5FDADCD3\",\"id\":\"17860451830707029\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-05T06:20:09+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8LMbeJjgT2\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83292838_1083243755349095_2180889502986170146_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=CfjwIwE2iPYAX9BzSOY&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=68bdad827fd8d7796e1190350707be6f&oe=5FDB20D4\",\"id\":\"17870358373592281\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-02-05T06:20:09+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B8LMbeIjlbT\\/\"}]}}','83170093_809593689518143_3748406395746935670_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(46,'2020-11-19 11:53:57','18103911610103063','2020-01-29 14:00:46','2020-01-29 14:00:46','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/84330343_935536180242010_1947958135068171791_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=APOho34vRPgAX9ebHbb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=417092d51dda1869a2a207ac04fefa13&oe=5FDDBF5B\",\"caption\":\"Edulis the majesty of #mushrooms #porcini what make it the best way to serve ? In Italia \\ud83c\\uddee\\ud83c\\uddf9 we prepare #risotto @fumorestaurant The Italian restaurant\",\"id\":\"18103911610103063\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-01-29T14:00:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B75_k_vjNt1\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/84330343_935536180242010_1947958135068171791_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=APOho34vRPgAX9ebHbb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=417092d51dda1869a2a207ac04fefa13&oe=5FDDBF5B\",\"id\":\"17894358832443829\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-29T14:00:45+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B75_k8vD7LE\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83937301_2802897129942080_7680592014601081140_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=b4SDuRDlYZ8AX_GIkBY&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=70ccba07bb3d8f0d9a4c95e1ce95de9d&oe=5FDCDFEB\",\"id\":\"17858877352710916\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-29T14:00:45+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B75_k8uD7sY\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/82122697_629400281161991_3782287101058019274_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=uE0xn2lKjNEAX_aBtZr&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=1e15d08c13da5660240b66cf15aa7394&oe=5FDDB9B6\",\"id\":\"17844427300930973\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-29T14:00:45+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B75_k8ujyIG\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/81711281_2503015356639243_2043014255286210924_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=5a-BcJIY110AX-DZ6TG&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=69a390166035c389f1fe98c61b53ad35&oe=5FDB77AB\",\"id\":\"18112907059073604\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-29T14:00:45+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B75_k8sj4Dy\\/\"}]}}','84330343_935536180242010_1947958135068171791_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(47,'2020-11-19 11:53:58','17848717108866174','2020-01-28 11:56:09','2020-01-28 11:56:09','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/83025873_807965586342125_2419338049419053302_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=pzs9FT_15awAX8QZGIO&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=6b4a79741e5451612340efae120fda49&oe=5FDA9517\",\"caption\":\"Spaghetti vongole @fumorestaurant it\\u2019s always #classic of the authenticity of #italianfood #foodporn #foodie #foodiesofinstagram #seafood #pasta #parsley #clams #telline #oliveoil #garlic\",\"id\":\"17848717108866174\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-28T11:56:09+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B73MhY1DIRn\\/\"}','83025873_807965586342125_2419338049419053302_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(48,'2020-11-19 11:53:58','17873837437543404','2020-01-27 18:08:57','2020-01-27 18:08:57','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83448900_484029929206482_832872837535401194_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ZzGpHM1IDjoAX8jZF7d&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e45902dc8195f2c886cf4866d3f6c21b&oe=5FDCC23B\",\"caption\":\"Spaghetti con polpette \\ud83d\\ude02\\ud83d\\ude02\\ud83d\\ude02 an English customers that come to @fumorestaurant since we open in 2010 is calling me every time 2 days in advance ask @clauchefs please prepare ne #spaghetti #meatballs #padrino style #napoli #napolifoodporn @___sscnapoli1926___  #customerservice #customersappreciation #customersatisfaction\",\"id\":\"17873837437543404\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-27T18:08:57+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B71SZBCDIRV\\/\"}','83448900_484029929206482_832872837535401194_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-19'),(49,'2020-11-19 16:37:01','17909699977530188','2020-11-19 16:11:25','2020-11-19 16:11:25','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/125771107_386933792360203_8767847361164791091_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=LpSrDIL-ozIAX8a0Nrq&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=690dc03fe36c7be0b60bb6dbffb0f688&oe=5FDBCBDD\",\"caption\":\"It\\u2019s called the #magic #mix \\ud83d\\ude0dfumo customers always ask me how we cook \\ud83d\\ude02 at least i am sharing a #picture #foodporn #foodphotography #foodstagram #foodblogger #foodlover #foodpic #foodstyling @clauchefs @fumorestaurant\",\"id\":\"17909699977530188\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T16:11:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHx1CF6DMog\\/\"}','125771107_386933792360203_8767847361164791091_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-25'),(50,'2020-11-21 22:44:01','17894776522668232','2020-11-21 19:36:22','2020-11-21 19:36:22','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/126449957_4992835407400847_4951858932115446618_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Np5XG9EKtw0AX_sI4Sm&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=826b7eb6a873f4e2b82a7ec20dbea3cf&oe=5FDE0275\",\"caption\":\"When i am myself i forget all my internal politics \\ud83e\\udd23 it makes me so happy to enjoy this journey especially with these two kids of mine #bandito it has been ten years that we have fun together and it will continue for ever @fumorestaurant #food #foodie #foodporn #foodphotography #foodstagram #foodblogger thanks to #italianembassypretoria to trust our professional service \\u2665\\ufe0f#fumomagic\",\"id\":\"17894776522668232\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE82Dr64\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/126449957_4992835407400847_4951858932115446618_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Np5XG9EKtw0AX_sI4Sm&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=826b7eb6a873f4e2b82a7ec20dbea3cf&oe=5FDE0275\",\"id\":\"17901117484613954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4SjG2T\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/126067971_372370580884582_5535878410310175835_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=vB1NtA95UIkAX8rW86k&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=7b51df3c78ed88de552b805f5cdd10ec&oe=5FE100A8\",\"id\":\"17879477710941873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4Rjl0b\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/126955571_379776846436544_468844264815685762_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=r0qpPYjdOsMAX-t97ZB&_nc_oc=AQndYcHTPIxUcYAAw5ZT-7vxEQOX1RgsK8wlDAZsLQuapFKK_8Pu_HsSGQDjyFyGCLw7PaxjkwO-5psDCf0hpaFO&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=93a280a8803253591dd0e4a68aec5d43&oe=5FDEA8C7\",\"id\":\"18091694242200318\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4TDLXV\\/\"}]}}','126449957_4992835407400847_4951858932115446618_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-28'),(51,'2020-11-24 10:41:57','17879407003513851','2020-01-25 20:40:18','2020-01-25 20:40:18','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83460709_2724502324294917_8920549041195276693_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=jzV79DHWFqAAX-E0gq2&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e0b2576d63e1de9be31c8147fd6ee40e&oe=5FE32802\",\"caption\":\"Fumo #hospitality is always a guaranteed success because we are one #team #eu #europe #embassy thanks to Roberto and Gauthier to believe in us it was just a successful #party #pretoria one of the institution and hard work will always repay #nofake\",\"id\":\"17879407003513851\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHz3D2QK\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83460709_2724502324294917_8920549041195276693_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=jzV79DHWFqAAX-E0gq2&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e0b2576d63e1de9be31c8147fd6ee40e&oe=5FE32802\",\"id\":\"18040673680226141\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHxAD6II\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/82499795_246533973004940_1987023058594290815_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kfpBlq6-YuQAX-FWWem&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e43a984bbe984b0da15ad99aa511e50f&oe=5FE2DADB\",\"id\":\"17911156096387224\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHw_DS0T\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82041619_604563000119109_1023652956403092542_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=LL9U2P9uYrYAX-LWK1E&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=f490380c8a034ea8b74ecbd918d0b784&oe=5FE4174E\",\"id\":\"17857082239736376\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHw9jS3-\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/81365101_174761693772997_6712580991529049974_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=gqQ-xbdJFgwAX8eaHK2&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=42f49df3fae44856d41b4268fe41aeff&oe=5FE1CC85\",\"id\":\"17881966285500919\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHw8DoeY\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83239681_485840505463322_6046445303446119571_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=hSl9c73XzUgAX_QVXNW&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=6ff6f4fb87ffaefa1e00a05f500ede52&oe=5FE3EBD2\",\"id\":\"17859593137709087\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHw7jOjB\\/\"},{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/83994361_1101020813583269_1373901187050789463_n.mp4?_nc_cat=107&vs=18089551042131560_1471285216&_nc_vs=HBksFQAYJEdQbW1BUVdsNDN0aVhfa0RBRmRhcHJMWkV4RVRia1lMQUFBRhUAAsgBABUAGCRHRExXQmdWNzBmc2t2cndBQUF5bzNJWkZ1N2RuYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbQp9rluJaiQBUCKAJDMywXQCghysCDEm8YEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=qlaRwSaPJD4AX8vQvdl&_nc_ht=video-lhr8-1.cdninstagram.com&oh=885b017343c45dda2855c9ae1eff9352&oe=5FE1974E&_nc_rid=2bc9c6c535\",\"id\":\"17893739509450653\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7wZya3jNOy\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82765916_482282185791233_7891087636698559813_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=fkY7d_OyJV8AX_KQyn4&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=76193a8987ef938c431f4926605638de&oe=5FE391BD\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82302125_1243914199140563_707500149680476628_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=O2FgWSu_0ucAX9rm0Qz&_nc_oc=AQmgEu3tS_E_ak3a7u6UquubHNtPLpE47N3TOW15J9vhD7uMiMeOUGaHOS7ropZfafoDJfNbuLZk18BMDun3Voix&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=79dc4a8ba30e8f381ec8f8f45e8e01ad&oe=5FE21D97\",\"id\":\"17885363986471813\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHw-jJxy\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/81743751_2562640820680918_1379153765613640592_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=7Zm7lgmMH-MAX-S4dtA&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=92e7ca1f0cc0719f17bb16d91597cdc9&oe=5FE080EC\",\"id\":\"17852091757795819\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHxAjyCk\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82888917_477510783189686_1015365942118200992_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=pSgOnfAgkN4AX_Wu4FN&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=aad7f13ff93841a213ca7c789a3863bd&oe=5FE423AC\",\"id\":\"17859346168708171\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-25T20:40:18+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7waHxBDwvo\\/\"}]}}','83460709_2724502324294917_8920549041195276693_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-24'),(52,'2020-11-24 10:41:58','17843240437946871','2020-01-22 18:23:39','2020-01-22 18:23:39','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82774461_1045489089150890_1601287300268838897_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ewtstHmR5GoAX86fNQA&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=e418351d2c92abc7775da6bd909b9d3b&oe=5FE13BFB\",\"caption\":\"Such new @fumorestaurant wild #oysters #tanqueray #raspberry #refresh #seafood #wildoysters  #granita #granitasiciliana #beautiful #newyear @fumorestaurant we received yesterday #fresh wild oysters @clauchefs #limoncello #limoncello\\ud83c\\udf4b try with @tanquerayza\",\"id\":\"17843240437946871\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-01-22T18:23:39+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7ocGSoDSe3\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/82774461_1045489089150890_1601287300268838897_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ewtstHmR5GoAX86fNQA&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=e418351d2c92abc7775da6bd909b9d3b&oe=5FE13BFB\",\"id\":\"17880100171502477\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-22T18:23:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7ocGOJjGrB\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/81678452_523722375199737_3197503101874420055_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=eswBPMMoYBAAX81F07x&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=d6b01f6c733a38000d13d32012b2114a&oe=5FE0E787\",\"id\":\"17858205145710946\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-22T18:23:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7ocGOKjw59\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/83337309_199651924496066_8098747950199630073_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=9-yQK9INvo8AX_Yuofp&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=c20ff3fe079af37784c537562bfc7d80&oe=5FE42A74\",\"id\":\"17844552724909967\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-22T18:23:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7ocGOIjTby\\/\"}]}}','82774461_1045489089150890_1601287300268838897_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-24'),(53,'2020-11-25 09:12:32','17858273405323246','2020-11-25 07:49:10','2020-11-25 07:49:10','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127098068_372008220552046_1944307735127131208_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=yvRzE9MeuEUAX9-Z2HX&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ecfe57c83bfeeafae8fd33dfd8bf3c10&oe=5FE32913\",\"caption\":\"Black Friday, Saturday and Sunday special! Booking essential: 012 346 0916 #blackfriday #champaign #special #restaurantspretoria\",\"id\":\"17858273405323246\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-25T07:49:10+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIAYUuPDRVd\\/\"}','127098068_372008220552046_1944307735127131208_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-12-01'),(54,'2020-11-25 09:13:57','17912376394387523','2020-01-17 13:11:38','2020-01-17 13:11:38','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/81135067_164052158202468_727588476785479057_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=x5GWB7iynUAAX-aT7Uc&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=149715d5a8da8efde60fe9ae33f59a22&oe=5FE2587C\",\"caption\":\"Roasted prawns and #calamari nice and \\ud83c\\udf36 #spicy #garlic dry #chorizo #valencia few experiments new menu #2020 se lo provi non lo lasci pi\\u00f9 @fumorestaurant\",\"id\":\"17912376394387523\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-01-17T13:11:38+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7bAatJDYED\\/\"}','81135067_164052158202468_727588476785479057_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-25'),(55,'2020-11-25 09:13:57','17851602193796699','2020-01-11 19:54:24','2020-01-11 19:54:24','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/83077973_478905299723835_612245366731354341_n.mp4?_nc_cat=109&vs=18088775056083393_2833695783&_nc_vs=HBksFQAYJEdGV3I4d1E3WmtYVWo3TUJBT1d3WnMtcUlYOElia1lMQUFBRhUAAsgBABUAGCRHUFNjN1FSSlI2ejZhcFFCQUstUTM0eFJUNTRWYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaC8JP%2Bo%2BmhQBUCKAJDMywXQDFMzMzMzM0YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=ni0oSV3GpsgAX9-yDml&_nc_ht=video-lhr8-1.cdninstagram.com&oh=42d4d6ef851731f78c65150daeebb23f&oe=5FE2FC5E&_nc_rid=a3287ae5c4\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/80771594_1260091637515467_4316712933316167516_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Nl3cgxCPnjIAX_vLk7N&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=56bd86aa78c565a7ea1d90833b97860b&oe=5FE50F94\",\"caption\":\"Welcome to 2020. Fa tasting food and wine is waiting for you at Fumo in Groenkloof, Pretoria. #italianrestaurant #finefood #eatout #restaurantspretoria #pizza #seafood #pretoria #fumorestaurant\",\"id\":\"17851602193796699\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-01-11T19:54:24+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B7MRgtBjYPb\\/\"}','80771594_1260091637515467_4316712933316167516_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-25'),(56,'2020-11-25 09:13:58','17931470377333079','2019-12-25 16:00:43','2019-12-25 16:00:43','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/78756134_199639261073371_6917842325497530354_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=oH0PLV7swxIAX8fdjxz&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=942351621fdf614ce6f058fae76b14ea&oe=5FE3E8D8\",\"caption\":\"Thanks to supporting @fumorestaurant for another year thanks from the bottom of our heart \\u2764\\ufe0f and thanks to our Staff to make successful this 2019. WE\\u2764\\ufe0fFUMO #restaurant Merry #christmas\",\"id\":\"17931470377333079\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe_2jbGx\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/78756134_199639261073371_6917842325497530354_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=oH0PLV7swxIAX8fdjxz&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=942351621fdf614ce6f058fae76b14ea&oe=5FE3E8D8\",\"id\":\"17954276197306727\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8QjooO\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/76807765_142262437243279_6113438837293251216_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kRtNNqRYRWYAX9md48R&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=9ea82c86046d4555ae7cd7938d757e8b&oe=5FE3FA04\",\"id\":\"17864897137578695\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8ODjh0\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/77269363_571835826712356_5277962303481569003_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=x4TOwdRnTI8AX_keJFZ&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ad8d98b51ab5ddf4eb3f4ce4051d187a&oe=5FE2D514\",\"id\":\"17977616725291712\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8Rjzyc\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/79366708_155421612427769_3236558533261448729_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=e5LuUOdAr9oAX_jYpfA&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=3026fbd149e4b4d474ebd80c6b3eb5f7&oe=5FE3C6AB\",\"id\":\"17902880836393428\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8MjMh5\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/80060179_654987055036098_1231297639603369156_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=DImPAS-83icAX99obdt&_nc_oc=AQneIgNQ01IJwNOwSkbkSdHL0r-jpQopi-gy_vwt0bVuRwAEfAWYtD4NlcEnzjof8b9ZDLTZYXfZOw-yfngODmBw&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7107613146cc7026bb1d09619a70982b&oe=5FE31B00\",\"id\":\"17909644747384307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8OjpMd\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75295844_452016459023049_1914637950887306685_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=WA38w16ld4UAX9PsPZg&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=b55545a34a98d57df6c52754e26a229d&oe=5FE4956F\",\"id\":\"17858446351654980\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8Rjnkp\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75602175_441023780135174_5172507807847874040_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=5fHJVTmpGf4AX-ECEVh&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=680676dad7bc9a89ed66240f42b4b4e8&oe=5FE45B9B\",\"id\":\"17861815174613691\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8QjNFO\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/76840878_186880069104680_5140537219883348625_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=1OfbB3kICMcAX8CwtiZ&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ba88f82cecce6f125eb66385ae89cc43&oe=5FE1CC4F\",\"id\":\"17907365713382423\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8QDwA9\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/79173198_2218867348419357_2416579173033432595_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Wl-8HbTr4c0AX-9QbQR&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=610e1e12df934a06dfa0af9be4d9fc56&oe=5FE45D90\",\"id\":\"17849228569770399\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8RDHVs\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/80696365_165125204697074_6267061564334458110_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=oVa_eICpdkcAX9Vlpr2&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=70628997e8a78b939aca1f1486ccfd70&oe=5FE28170\",\"id\":\"17844677197866803\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-25T16:00:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6gFe8QDYVK\\/\"}]}}','78756134_199639261073371_6917842325497530354_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-11-25'),(57,'2020-11-25 16:39:42','17850068876407706','2020-11-25 15:44:21','2020-11-25 15:44:21','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/126531316_168561991581880_4733790028467986776_n.mp4?_nc_cat=110&vs=17862894404218213_1585192745&_nc_vs=HBksFQAYJEdQUzJpZ2U0Z0tGbFRwa0FBRmpoSGtEenpMRkJia1lMQUFBRhUAAsgBABUAGCRHTktqbFFjZkxWWGp0Uk1EQU9DZmlCQ3NKVW9CYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbKgpDppI27PxUCKAJDMywXQC0zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMl92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=00M2W09lBHgAX-oast-&_nc_ht=video-lhr8-1.cdninstagram.com&oh=ca8dcf0142c3f6099d0fbd894a8e242f&oe=5FE52F18&_nc_rid=3f2599ba9c\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/127247284_434375284252912_9196294777648212777_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=OVsTjNNStPUAX-tNA1M&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=5143e3e1c04c4409c08d9baaf5d95e5e&oe=5FE3DC46\",\"caption\":\"Black Friday, Saturday and Sunday special at Fumo. Booking essential #blackfriday #champagne\",\"id\":\"17850068876407706\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-11-25T15:44:21+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIBOnXfDRGy\\/\"}','127247284_434375284252912_9196294777648212777_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-12-05'),(58,'2020-11-25 22:51:18','18041132941302085','2020-11-25 18:07:51','2020-11-25 18:07:51','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127164686_369398771015896_6344011344667539777_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=9n1k0mDuJdAAX8Q-Me6&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=22bb02da4aad55ff99ef1c335d1badee&oe=5FE443A2\",\"caption\":\"D10S left bitterness in my mouth I cannot describe how this called #elpibedeoro left in such a rush, he signed my life as scugnizzo like South African say Mfanaka I cannot explain i am sorry i am so emotional @fumorestaurant will organize a dinner to remind his best moment of his life. R.I.P Diego you raise us the 1980\\u2019s no one will understand. @fumorestaurant \\u2665\\ufe0f you for this beautiful jersey @nkwanegodfrey\",\"id\":\"18041132941302085\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-25T18:07:51+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIBfIDnjdXD\\/\"}','127164686_369398771015896_6344011344667539777_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2020-12-09'),(59,'2020-11-28 14:54:54','17860131602308717','2020-11-28 14:25:43','2020-11-28 14:25:43','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127711362_1015134708970527_7180171012545345161_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Xz6KqIqNuZgAX9evffW&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=fb6fb2b751aedcdc83a19c47e769ef94&oe=5FE88232\",\"caption\":\"Great initiative of #italian embassy in #pretoria 5th #culinary week worldwide of the italian #cuisine #food #foodie #foodporn #foodphotography #foodstagram @fumorestaurant @clauchefs @mastrantonio_don_armando Italy \\ud83c\\uddee\\ud83c\\uddf9 let\\u2019s rock it together with @fortigrillandbar @alfies_pta @_settebello_ @lacucinadiciro @stelle good luck to everyone\",\"id\":\"17860131602308717\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T14:25:43+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CII0FtIjI4j\\/\"}','127711362_1015134708970527_7180171012545345161_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.88,1,'2021-01-05'),(60,'2020-12-01 21:50:58','17913228736514076','2020-12-01 21:33:56','2020-12-01 21:33:56','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/128250381_208642044114332_4643373920292904127_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=QrDV5enHkGYAX_gL1Cp&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=d4c5990454d3ad70cd85bc656c6985bc&oe=5FEBF3E9\",\"caption\":\"This is the minimum i owe you since you signed my life @officialsscnapoli @napolidavivere @napoliclubgolfodeipoeti @spazionapoli_official @napolimagazine and thanks to Ambasciata d\\u2019Italia #pretoria and  Embajada Argentina en suda\\u0301frica  @diegomaradonajunior #napoli #diegoarmandomaradona everything will be donate same as you would if you would be with us  GRAZIE DIEGO \\u2665\\ufe0f @napoli_1926_news24 @cristianasinagra\",\"id\":\"17913228736514076\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-01T21:33:56+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIRTevADOqu\\/\"}','128250381_208642044114332_4643373920292904127_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.43,1,'2021-01-24'),(61,'2020-12-05 14:54:08','17866775675125484','2020-12-05 12:58:32','2020-12-05 12:58:32','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/129093493_681321762576379_8223070130974786659_n.mp4?_nc_cat=111&vs=17879013958968172_2393110951&_nc_vs=HBksFQAYJEdIWFBzUWY3MTZLVnFHc0NBR09FNEdlM05oNXlia1lMQUFBRhUAAsgBABUAGCRHRDZJd2djZ0d2SjhMaFFEQUh1T3FrNzUyNUpIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbY94feybfCPxUCKAJDMywXQDvu2RaHKwIYEmRhc2hfYmFzZWxpbmVfMl92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=zQh7pCVvmHkAX_Tv1tQ&_nc_oc=AQnQwKe52Hsd2x-2DaIwS18K3GJfLtKkNzLbR_PXeztDflKYgRh3MkNv1-7BjCrcY6YN3nS6Qkcn8xihOE_EfC3Z&_nc_ht=video-lhr8-1.cdninstagram.com&oh=98e4598b38c23dccfeaa79272db29a85&oe=5FF0E408&_nc_rid=b0f55bcc08\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/129547866_695416237819811_8237983677418700826_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=5PEN1SYL4n8AX-dyhjt&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b3227d69da43a41194179aa10743ec01&oe=5FF08A40\",\"caption\":\"Fumo restaurant this Christmas day can spoil you with a table or fine food to take home. Gift box with Chardonnay and Merlot. For info and booking call or WhatsApp 076 124 9615. Book a table for R 395 per person or take away R 295 per person. #christmaslunch #food #foodie #foodporn #foodphotography #foodblogger #foodstagram #foodstagram #foodiesofinstagram #foodlover #foodpics\",\"id\":\"17866775675125484\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-05T12:58:32+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIarlPLDhfL\\/\"}','129547866_695416237819811_8237983677418700826_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-02-04'),(62,'2020-12-09 10:57:16','17851925564379319','2020-12-09 10:04:37','2020-12-09 10:04:37','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/128878465_230664165148577_4378228956510512757_n.mp4?_nc_cat=107&vs=18056591452269698_1021937952&_nc_vs=HBksFQAYJEdJR0hyZ2VoUjZDdnlkRUFBSFZtSXdJS21NSThia1lMQUFBRhUAAsgBABUAGCRHTGZxbEFmSHphQW4tNmNNQUs4UFdyYVluUFp2YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaE%2B%2BS5%2BZeTQBUCKAJDMywXQDvu2RaHKwIYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=1W0AuX9_v2gAX-h8g7Y&_nc_ht=video-lhr8-1.cdninstagram.com&oh=d4a4dd30330da2a0c579fab33af9df3c&oe=5FF7FF81&_nc_rid=c9d70737a8\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/129740253_202558471422985_4114098041282513713_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=S9nHdF_wkPEAX8Adcgt&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=4f865a853d7b8bd87f0a52906d646d3a&oe=5FF657E9\",\"caption\":\"Diego Uccello saluta #maradona on release of 200 ballons with #argentina jersey to honor #elpibedeoro #diegomaradona #officialsscnapoli thanks to both embassies of Argentina \\ud83c\\udde6\\ud83c\\uddf7 and Italia \\ud83c\\uddee\\ud83c\\uddf9 the media present and @fumorestaurant staff and the patrons \\ud83d\\ude4f definitely beautiful night Diego Armando Maradona 30-10-1960 to infinity \\u2665\\ufe0f\",\"id\":\"17851925564379319\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-09T10:04:37+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIkqB9UDNeE\\/\"}','129740253_202558471422985_4114098041282513713_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-20'),(63,'2021-01-05 19:23:00','17956635190378471','2021-01-05 16:29:31','2021-01-05 16:29:31','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/135687286_156834719539412_1956051711720753965_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=CKLLwGDWQMsAX9YWUl2&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=6170416df1c61331f9f818adec20a404&oe=6018F325\",\"caption\":\"Fresh from our garden since we prepare for a new journey and will cultivate our own vegetables where we can @fumorestaurant #foodie #food #foodporn #foodphotography #foodstagram #risotto #zucca #pumpkin @clauchefs is busy trying new fresh recipes\",\"id\":\"17956635190378471\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-05T16:29:31+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4duiD28h\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/135687286_156834719539412_1956051711720753965_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=CKLLwGDWQMsAX9YWUl2&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=6170416df1c61331f9f818adec20a404&oe=6018F325\",\"id\":\"18091628422218906\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4dq4DdrF\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/136069275_236360314786640_5561759632718538213_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ulOtIJ0CyRMAX9xhsYF&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=e69e358b9d9b11c5aa22f1f235d17c01&oe=60195E28\",\"id\":\"17857359296355054\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4drHjNiK\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/135825775_2971107333122573_3334552791036644881_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=57rSBCxZIRoAX9KQqMj&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=e33d035a35762f612377082e90b1f960&oe=601AB57E\",\"id\":\"17881926766980293\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4drIj7HV\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/135746103_423814545334600_4763348918580794457_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=HZM3qFBf9PAAX9mRUQo&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=f7411ba92f6af17eb00916c9a78a389a&oe=601A114F\",\"id\":\"17877440336088238\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4dq5D8Co\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/135089907_739702096677887_708794208789803509_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=UDiqvO2mu-MAX8jAGyD&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=48f135d6869d59f8dc9e149f7b245bc7&oe=601B4218\",\"id\":\"17972867656340326\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4dq5jfoV\\/\"}]}}','135687286_156834719539412_1956051711720753965_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-21'),(64,'2021-01-18 13:58:24','18034531873229681','2019-12-20 09:43:23','2019-12-20 09:43:23','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/76727769_234732387553953_5479139666038814080_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=oUjp3mVvmJEAX8iTp7W&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d039d164871dd64377871f5ac16dceb6&oe=602B1A89\",\"caption\":\"Christmas Lunch sold out. Thank you for your support #christmaslunch #fumorestaurant\",\"id\":\"18034531873229681\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-20T09:43:23+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6SiU5YjzbV\\/\"}','76727769_234732387553953_5479139666038814080_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(65,'2021-01-18 13:58:28','17883896701464663','2019-12-15 11:59:14','2019-12-15 11:59:14','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75551284_588292851927454_1631783116499915249_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=L_p2jwXp-S0AX9dHwrz&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ae5dbd464aefc0e7c4b7127984ce8749&oe=602A04CB\",\"caption\":\"Happy Sunday folks @fumorestaurant we regret to say bye to this energetic girl Tshwarelo she has been at Fumo with us. Good luck with your journey Fumo will remain home for you\",\"id\":\"17883896701464663\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-12-15T11:59:14+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6F55djDWHj\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75551284_588292851927454_1631783116499915249_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=L_p2jwXp-S0AX9dHwrz&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ae5dbd464aefc0e7c4b7127984ce8749&oe=602A04CB\",\"id\":\"17882028907474790\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-15T11:59:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6F55aKDHWt\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75483275_245437259766411_9034456991222846867_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=cfMhpS0ZLYkAX_JQ0hO&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=f1910e5179ffc413b2f9452092403ab9&oe=602C0063\",\"id\":\"17848077874778139\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-15T11:59:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6F55aIjcsT\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/75328500_159301145417097_6502499599563884236_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Qa86jlJJrNsAX-cl_pJ&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=9f4ff147889c00c80658d8bf597a8e9c&oe=602BC653\",\"id\":\"18044711641212820\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-15T11:59:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B6F55aLDYB0\\/\"}]}}','75551284_588292851927454_1631783116499915249_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(66,'2021-01-18 13:58:29','17988469471286123','2019-12-12 06:59:53','2019-12-12 06:59:53','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/79135644_172450417292459_5294721995888380945_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=gpmHr8mmjCcAX_UIAJr&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=660a75c49105225465406f7f97a98f49&oe=6029C17A\",\"caption\":\"Treat yourself and your family with an amazing Christmas Lunch at Fumo. Check our website #christmaslunch #fumorestaurant #christmas #lunch #festiveseason #restaurant #italianfood\",\"id\":\"17988469471286123\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-12T06:59:53+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B59pQZ3DjeY\\/\"}','79135644_172450417292459_5294721995888380945_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(67,'2021-01-18 13:58:29','17990108824303537','2019-12-12 06:26:36','2019-12-12 06:26:36','{\"media_url\":\"https:\\/\\/video-lhr8-2.cdninstagram.com\\/v\\/t50.2886-16\\/80549761_169832580886990_7874564889208551375_n.mp4?_nc_cat=102&vs=17872309363522391_3628606431&_nc_vs=HBkcFQAYJEdJRVh6UVRPc2FjNmRwb0FBTS0zQ2FZTEUwaHRia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJq6w6pqpsb8%2FFQIoAkMzLBdAJCHKwIMSbxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=05hZtdAyZygAX-XIHln&_nc_ht=video-lhr8-2.cdninstagram.com&oh=5563917e329d3543e53f8ff72cc10654&oe=602CECE9&_nc_rid=0020b05069\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/75602183_174200173661599_8792981838253778037_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Vj9Pb0E99X8AX8v29Ko&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=81981eb12207aaa65245e733bedafeda&oe=602B5198\",\"caption\":\"Carnivore\\u2019s heaven @fumorestaurant #jospergrill #fumorestaurant\",\"id\":\"17990108824303537\",\"media_type\":\"VIDEO\",\"timestamp\":\"2019-12-12T06:26:36+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B59lWFtjxs6\\/\"}','75602183_174200173661599_8792981838253778037_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(68,'2021-01-18 13:58:29','17848568590773648','2019-12-12 06:10:11','2019-12-12 06:10:11','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/73495484_559873291240165_9188537996521332630_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=R_JNrrRErlEAX-YmsxS&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0131716784d54c773f47a941623e4cce&oe=602D1A93\",\"caption\":\"Delicious #sardines #fumorestaurant\",\"id\":\"17848568590773648\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-12T06:10:11+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B59jkWYjyDy\\/\"}','73495484_559873291240165_9188537996521332630_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(69,'2021-01-18 13:58:32','18090582682125727','2019-12-12 06:09:17','2019-12-12 06:09:17','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75676758_613930669413443_6412714079734246149_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=SIQeTFTAnw0AX8L3oOs&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=9ec890051761f67dd2b67c6771f26e0f&oe=60298183\",\"caption\":\"#fumorestaurant #oysters\",\"id\":\"18090582682125727\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-12T06:09:17+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B59jduPD-5G\\/\"}','75676758_613930669413443_6412714079734246149_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(70,'2021-01-18 13:58:33','18097782298103848','2019-12-12 06:08:34','2019-12-12 06:08:34','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72749446_464307420892478_3680524090562707629_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=4DeYdY_Jne0AX820ly0&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ddc02b0000b15f4ec1b92c4766b1987b&oe=60298649\",\"caption\":\"Lobster spaghetti #fumorestaurant\",\"id\":\"18097782298103848\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-12T06:08:34+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B59jYhljYqe\\/\"}','72749446_464307420892478_3680524090562707629_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(71,'2021-01-18 13:58:33','18034516363237446','2019-12-12 06:07:09','2019-12-12 06:07:09','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/79900461_205093040512379_327774894661785155_n.mp4?_nc_cat=111&vs=17872237486521747_3946555717&_nc_vs=HBksFQAYJEdDMHZ3d1I3WGRQeGg3b0FBRU5XbTdLSGZZd0Via1lMQUFBRhUAAsgBABUAGCRHSXVBelFTU29QYWRtNFVBQUFndEpKem1WdjFiYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACamxuq9ka2%2FPxUCKAJDMywXQBt2yLQ5WBAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UwVG4dPb0a8AX8aJS4O&_nc_ht=video-lhr8-1.cdninstagram.com&oh=65586e62e5b42ff02d415ff7d20209e1&oe=602A49D6&_nc_rid=6fc8c8a816\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75439588_657851755037543_2476545395159364377_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=X57gb1gpW2kAX8g4h4r&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=4d0dad827c303bd143316dc533c31e91&oe=602CE9C0\",\"caption\":\"Lobster spaghetti #fumorestaurant\",\"id\":\"18034516363237446\",\"media_type\":\"VIDEO\",\"timestamp\":\"2019-12-12T06:07:09+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B59jI2jjQH5\\/\"}','75439588_657851755037543_2476545395159364377_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(72,'2021-01-18 13:58:34','17932840621326415','2019-12-11 10:05:57','2019-12-11 10:05:57','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/79828226_133351058109345_8444873182729215035_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=ucFVd_UPFdcAX8cet-A&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=a32b9c9ffd74c82918067f66931d238f&oe=602AFF70\",\"caption\":\"The face behind @fumorestaurant the one who established the standards around his #team #food #music #service and many other #things he has built lots of #relationships #friends #customerservice @clauchefs Fumo it\\u2019s all about you... stay positive #positivevibes\",\"id\":\"17932840621326415\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-12-11T10:05:57+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B57ZwUbDv_X\\/\"}','79828226_133351058109345_8444873182729215035_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.20,1,'2021-01-18'),(73,'2021-01-18 13:58:36','17990228788283243','2019-11-26 18:25:25','2019-11-26 18:25:25','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/74700272_124149662040580_1305394251985993169_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=4nxENIUEmXkAX-crrcb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4d03d870708cdb9a97276f74e0cc3469&oe=602951BF\",\"caption\":\"It\\u2019s tomorrow night (Wednesday) book your table now \\ud83d\\udd7a\\ud83c\\udffd\\ud83d\\udc83\\ud83c\\udffd\\ud83c\\udfb7 #jazz #pretoriavibes #fumorestaurant #finefood\",\"id\":\"17990228788283243\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-26T18:25:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B5Vq_UXjLYg\\/\"}','74700272_124149662040580_1305394251985993169_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(74,'2021-01-18 13:58:36','18082111270094619','2019-11-25 22:09:18','2019-11-25 22:09:18','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75534200_153986119220101_6529305329578484981_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=y2iw8dYHEcMAX_VZWbH&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=73824a7eb07921b77ba0590a94b7e023&oe=602AB7E7\",\"caption\":\"Today with Gimo from @fossmarai @fumorestaurant and @clauchefs we met after 10 years since few email we have exchanged in 2010,  today we met in person #emotional #friends #friendship\",\"id\":\"18082111270094619\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-25T22:09:18+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B5Tf0OUDIdz\\/\"}','75534200_153986119220101_6529305329578484981_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(75,'2021-01-18 13:58:37','18014521714249203','2019-11-23 13:28:05','2019-11-23 13:28:05','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75158660_570610057027715_7882636457727812729_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=aaKP5AhlJWgAX8WD_ei&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ca5512cc05b3d682de5200fb61432ef4&oe=602A060A\",\"caption\":\"Guest #chef @clauchefs and @fumorestaurant\",\"id\":\"18014521714249203\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-23T13:28:05+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B5Nak9jDb4t\\/\"}','75158660_570610057027715_7882636457727812729_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',0.80,1,'2021-01-18'),(76,'2021-01-18 13:58:37','18082614430143325','2019-11-22 20:50:16','2019-11-22 20:50:16','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/73387328_430854367837036_3445926192247818939_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Stxx5udfXP8AX91QCT8&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=383a1275959099867220ecd0aea299e4&oe=602C989F\",\"caption\":\"We are preparing for #vino in piazza tomorrow #cooking #show @montecasino #johannesburg with @clauchefs and @fumorestaurant see you tomorrow\",\"id\":\"18082614430143325\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-22T20:50:16+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B5LoY2ZjDud\\/\"}','73387328_430854367837036_3445926192247818939_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(77,'2021-01-18 13:58:41','17850968890696574','2019-11-17 12:02:38','2019-11-17 12:02:38','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/72305398_168158550962861_5209549630295710816_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=W3ycbUJiqgoAX9sNFmp&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=af956ffd2699022ac7ebdb4ac2f516df&oe=602BC40B\",\"caption\":\"Fresh #gastronomy combination #oysters #oxtripe #tuna @fumorestaurant #instafood #foodporn #foodphotography #foodie #art #chef #seafood #rawfish #mogodu but please only for  connaisseur,  these understand gastronomy. #presto @clauchefs @fumorestaurant\",\"id\":\"17850968890696574\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-11-17T12:02:38+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B490B4PDAQ7\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/72305398_168158550962861_5209549630295710816_n.jpg?_nc_cat=104&ccb=2&_nc_sid=8ae9d6&_nc_ohc=W3ycbUJiqgoAX9sNFmp&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=af956ffd2699022ac7ebdb4ac2f516df&oe=602BC40B\",\"id\":\"17862604513575733\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-17T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B490B1fDEes\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/71681342_1515930748580501_213228612146528592_n.jpg?_nc_cat=105&ccb=2&_nc_sid=8ae9d6&_nc_ohc=1Z5jZj4ciSkAX_YPTEq&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=22980d4d72ffc325a5bfadf295ac5764&oe=602C6B18\",\"id\":\"17884839121452298\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-17T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B490B1gjcRY\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/72320862_145929413405119_5718592997179552918_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=75xHawYHMi8AX-UKzHZ&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=300885b53c0a9d4dd914d85a3ea710c6&oe=602A9270\",\"id\":\"17986475197303162\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-17T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B490B1fjdRR\\/\"}]}}','72305398_168158550962861_5209549630295710816_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(78,'2021-01-18 13:58:42','17848308592736571','2019-11-16 13:01:07','2019-11-16 13:01:07','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75234602_1256597174527471_16521160908928257_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=BGjwCLVIgC8AX9Mirys&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=936ab05135896dbac26b1292cc461bb2&oe=602A302F\",\"caption\":\"LaFritta!!! #fritta #pizzafrittanapoletana #neapolitanpizza @fumorestaurant i am enjoy myself #thequeen #regina in South Africa \\ud83c\\uddff\\ud83c\\udde6 call it #vetkoek\",\"id\":\"17848308592736571\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-11-16T13:01:07+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47V7bDDBzj\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75234602_1256597174527471_16521160908928257_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=BGjwCLVIgC8AX9Mirys&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=936ab05135896dbac26b1292cc461bb2&oe=602A302F\",\"id\":\"18025519975245782\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T13:01:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47V7XvjfaL\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72298094_142978740343831_6878641048328731419_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=qYvtMZCPEeEAX8p7Bmp&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=47cd931c2117f8684baaf9872227b9d9&oe=602C4237\",\"id\":\"17864255647555993\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T13:01:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47V7XujbpD\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72271226_235766294062231_3689210770907126935_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=awZgFuMtZqwAX9RHf76&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=6b66d3561d622397d0c251117d3e8d2c&oe=602A9964\",\"id\":\"17988241894282023\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T13:01:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47V7XvDG5u\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75562940_2428894200715380_8050800411244506305_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=SW8ZdRA7eWsAX_T6h5h&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b09253deef696abd3f2c2391984768cf&oe=602A53EB\",\"id\":\"18071520475163447\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T13:01:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47V7XsjBZT\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/72485735_537533133766951_4797968889169907496_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=E1TB8f3Whf4AX95Jwyc&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ec85f6fb33c7e0517dbff0b0e2cbc77e&oe=602C1E27\",\"id\":\"17848763842731271\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T13:01:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47V7XtjP0A\\/\"}]}}','75234602_1256597174527471_16521160908928257_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(79,'2021-01-18 13:58:42','18092853265109595','2019-11-16 12:41:10','2019-11-16 12:41:10','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/74638875_200490600971529_6846551915358627100_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kDzENW6ZDJQAX9w2kqh&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=21f526c4e0e4a7744046fc31b63855b8&oe=602AB978\",\"caption\":\"When you\\u2019re from #napoli  all you #love is #neapolitanpizza and you do it #original same as you can get in Napoli @mondo.partenopeo.1926 #lovepizza\",\"id\":\"18092853265109595\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-11-16T12:41:10+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47TpRZD9Ki\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/74638875_200490600971529_6846551915358627100_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=kDzENW6ZDJQAX9w2kqh&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=21f526c4e0e4a7744046fc31b63855b8&oe=602AB978\",\"id\":\"18086096737125814\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T12:41:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47TpNlj-Gv\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72296749_420831775259571_313025230895395103_n.jpg?_nc_cat=107&ccb=2&_nc_sid=8ae9d6&_nc_ohc=W99hyeIQuagAX_nR7PK&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e954bc57a4e4c3af274a49e0d9abad99&oe=6029ED80\",\"id\":\"17852363392672967\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T12:41:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47TpNjD4B_\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/74659555_170298090751559_6702756602121532169_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=c7FP1Aq6YJIAX9-ussN&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=a74abda7991c73ec3e9a15cc884d086b&oe=602CBAB8\",\"id\":\"18091192486118685\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T12:41:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47TpNnjvmI\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/74610675_2841510932566300_662108157931868936_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=wJ1sfS2Kwu0AX9UCMOb&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=47be1b26ea2409d2c3829ebbde7e17d3&oe=602BC6F6\",\"id\":\"17922456892343961\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T12:41:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47TpNlDERV\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/74618219_780076299091405_820276129570060505_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=qgorzqv4YWUAX-xMtjb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=823ab31710a93f92307d8d94181a219d&oe=602BB84A\",\"id\":\"18093354025106366\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-16T12:41:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B47TpNkDBbq\\/\"}]}}','74638875_200490600971529_6846551915358627100_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(80,'2021-01-18 13:58:43','17899743055403646','2019-11-12 09:51:08','2019-11-12 09:51:08','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75305208_749575425470002_3182978592394335502_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=J6Mq6JcDwZIAX_ZW9xO&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=8f531cd83651484edd7d6ea5a55cae82&oe=602B2699\",\"caption\":\"African Jazz Night only at Fumo every Wednesday. Chocochino Jazz Trio feat. Lehlohonolo Ntsoko on Sax. #africanjazznight #africanjazznights #livemusic #music #jazz #livejazz #livejazzmusic\",\"id\":\"17899743055403646\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-12T09:51:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4wtAcwDkRn\\/\"}','75305208_749575425470002_3182978592394335502_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(81,'2021-01-18 13:58:48','17853947548635451','2019-11-12 06:54:53','2019-11-12 06:54:53','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/77861260_431731984175114_2567104197339870351_n.mp4?_nc_cat=109&vs=18113595046050748_3158013941&_nc_vs=HBksFQAYJEdJd1JwQVFLRUk1dnFJZ0JBSTkwMjVlcUw2QWpia1lMQUFBRhUAAsgBABUAGCRHSHhEcFFSaVI0Tmw5WVVBQUMzYjZyNS0wTTVvYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb4qJPW%2Fo2tQBUCKAJDMywXQDiAAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=V5i-HEzDmikAX8PEP-5&_nc_ht=video-lhr8-1.cdninstagram.com&oh=2040c6cf64d00e76a125678fd1a2a33d&oe=602A0C1A&_nc_rid=d1e9a13723\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72565493_147766063171474_4498125312522539661_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=6JQPwqZqZg0AX_u8QT5&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=5af1bab87e6f4a37f8cd2868ddc42640&oe=602C14C2\",\"caption\":\"African Jazz Night only at Fumo every Wednesday. Chocochino Jazz Trio feat. Lehlohonolo Ntsoko on Sax. #africanjazznight #africanjazznights #livemusic #music #jazz #livejazz #livejazzmusic\",\"id\":\"17853947548635451\",\"media_type\":\"VIDEO\",\"timestamp\":\"2019-11-12T06:54:53+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4wYYQDjjZZ\\/\"}','72565493_147766063171474_4498125312522539661_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(82,'2021-01-18 13:58:48','18080102434087711','2019-11-10 14:03:36','2019-11-10 14:03:36','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72534936_225805898405125_7902084621450033748_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=1fPSoLZGRi8AX--q7xi&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=cb21347b4f8ba752bbcb6e6823c5c5e2&oe=6029B275\",\"caption\":\"Black Truffle Gin with Italian genuine & natural soda. If you haven\\u2019t tried it you\\u2019re missing out on a really exclusive Gin craft creation, SA+Italy. Only at Fumo #gin #italiangin #italiansoda #italiantonic #craftgin #craftginclub\",\"id\":\"18080102434087711\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-10T14:03:36+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4sAT0wjF8z\\/\"}','72534936_225805898405125_7902084621450033748_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(83,'2021-01-18 13:58:48','17894001346416136','2019-11-06 13:52:46','2019-11-06 13:52:46','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/75443231_1066191023726949_8228885346598684271_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=3RS7ON07HggAX-k1qn6&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=5602e1fb50eae9c348d527915d2cc6ce&oe=602D1A5F\",\"caption\":\"\\u201cSpaghettino chitarra alla puttanesca\\u201d with square due spaghetti. The picture is not the best part of this creation, you have to try it for yourself. Who\\u2019s in? Tag your friends \\ud83d\\ude18 #spaghetti #puttanesca #puttanescasauce #fumorestaurant #italianrestaurant #pretoriarestaurants #realitalianfood #napolifoodporn #foodporn\",\"id\":\"17894001346416136\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-06T13:52:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4hr44cj-qG\\/\"}','75443231_1066191023726949_8228885346598684271_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(84,'2021-01-18 13:58:48','17902930993389931','2019-11-03 09:57:08','2019-11-03 09:57:08','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/71346245_2370244469859951_36183660711568724_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=7bpJLOoAi_EAX_lpcHO&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=358ab385192dd46d47746cccc61ad709&oe=602C3E4F\",\"caption\":\"Good Sunday peeps #summer #salad #healthylifestyle #healthyfood @fumorestaurant our @clauchefs inspires himself #palumella salad #chicken #asparagus #artichoke #lemon #olive #aubergine #cocktailtomato enjoy your #Sunday\",\"id\":\"17902930993389931\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-11-03T09:57:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4ZiidEDcKP\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/71346245_2370244469859951_36183660711568724_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=7bpJLOoAi_EAX_lpcHO&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=358ab385192dd46d47746cccc61ad709&oe=602C3E4F\",\"id\":\"17844289468753957\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-03T09:57:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4ZiiYTjfWi\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/74410560_531138624100102_3037443746647121379_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=GF72VRLzPmYAX9VLwNG&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=40529596eca184caa9826176bb17e667&oe=602AF46F\",\"id\":\"17994544612276745\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-03T09:57:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4ZiiYQjKSY\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/73049561_148190453206118_2912893440159501963_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=jam1Z6AD7JIAX97pZQb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=f98c7ef2b5980f183f8fcf4f19fa1571&oe=602B8FA0\",\"id\":\"18085659472125032\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-03T09:57:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4ZiiYRjiot\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/72188633_3110762518950658_3317708803891609802_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=77_Yxt1D0kwAX8KFYA0&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=a16649f82e9ba7ff2d77cac41808c155&oe=602B3936\",\"id\":\"17932186207322928\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-03T09:57:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4ZiiYTDzf8\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/72759495_103183207752289_3506963777707934408_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=C-WZaiTEMsQAX9hvJ40&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=defa93ca7756d06fc3bef5f169df39a5&oe=602CBB48\",\"id\":\"18089381413111677\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-11-03T09:57:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4ZiiYSDajJ\\/\"}]}}','71346245_2370244469859951_36183660711568724_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(85,'2021-01-18 13:58:52','18078424663084549','2019-10-31 21:57:36','2019-10-31 21:57:36','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72847026_2467150206941947_8330974311451435936_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=98IZ29zV3EwAX_Bdsms&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=12ca114fd0c7bb384330b82e67f6d80f&oe=602CD6F6\",\"caption\":\"We all have to support this #moment #southafrica #rugbyworldcup #final #worldcup #rugby #bokke @fumorestaurant please feel welcome to enjoy the match surrounded sound over Fumo\",\"id\":\"18078424663084549\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-31T21:57:36+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4TGmreDInf\\/\"}','72847026_2467150206941947_8330974311451435936_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(86,'2021-01-18 13:58:52','17852094565637175','2019-10-30 09:59:59','2019-10-30 09:59:59','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/72386893_482316445959721_8628235128879928892_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=iVBMoR_CH2AAX8RbTix&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=6c28158b64dddaedf883b458c9959fc1&oe=6029FFD9\",\"caption\":\"Just look at #spiderman @fumorestaurant we serve the best #pizza #napolipizza only using #original ingredients to prepare it. #pizza #napoli #authentic @clauchefs  @alwynclaudegreen bravo #chef #italianfoodporn #crust\",\"id\":\"17852094565637175\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-30T09:59:59+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B4PPr57je6q\\/\"}','72386893_482316445959721_8628235128879928892_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(87,'2021-01-18 13:58:53','18109471825057763','2019-10-23 22:11:57','2019-10-23 22:11:57','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/73275612_161274864971005_4741308616654326465_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=bxksdhm1o0IAX-dnNi1&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=622da3a0c04ffcf42973fb9f183e2a69&oe=602CD5C6\",\"caption\":\"What ever you do just do it with #passion @fumorestaurant we put same effort to clean the floor as we put into our #food #foodporn #foodphotography nothing else @clauchefs\",\"id\":\"18109471825057763\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-23T22:11:57+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3-h40Mj68r\\/\"}','73275612_161274864971005_4741308616654326465_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(88,'2021-01-18 13:58:53','18087521413108545','2019-10-22 19:24:34','2019-10-22 19:24:34','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75306173_124411502304858_4419594063349150616_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=K1e1o4q5cPUAX9GoKrY&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ecbcafd7c74515340b19d9f01e069248&oe=602AEAA3\",\"caption\":\"Simple food stay for ever #semplice #genuine #italianfood #cucinaitaliana @fumorestaurant we just keep simple and alive since  #tomatoes #fish #babypotatoes #olives #oliveoil #foodphotography #foodstagram #foodblogger\",\"id\":\"18087521413108545\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-22T19:24:34+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B37p8BJj8W4\\/\"}','75306173_124411502304858_4419594063349150616_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(89,'2021-01-18 13:59:00','17871462418489882','2019-10-20 09:02:56','2019-10-20 09:02:56','{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/73329833_789606144819597_9003979225896978301_n.mp4?_nc_cat=103&vs=18058105072196820_2833032980&_nc_vs=HBksFQAYJEdLbnNYZ1NOUWNhQkpNNENBSDBIbHB4bWotUjhia1lMQUFBRhUAAsgBABUAGCRHTFFJZlFUd1VNVTZNWEVEQU05c3JKQXoxNGRVYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaolJD9hvCTQBUCKAJDMywXQC3dsi0OVgQYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=W2Rzm-5ZAGQAX_7zEll&_nc_ht=video-lht6-1.cdninstagram.com&oh=9b8e4e5c120203cb2ed181a9d1e6bf74&oe=602A8358&_nc_rid=07b101bea1\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/71081318_103514804361572_2783451693824533978_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=cwldVBavvjQAX_gqCV9&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=cdef1f851d202c722e17c55d0c3a48ab&oe=602B11E7\",\"caption\":\"Book your Year-End-Function at Fumo and choose from 3 great menus, plus 1 free bottle of Gin every 10 people (T&C\\u2019s apply). >>> TAG A FRIEND WHO NEEDS THIS \\ud83d\\ude01 *Enjoy responsibly. Not to be sold to persons under the age of 18. #yearendfunction #celebration #ginbar #pretoriarestaurants\",\"id\":\"17871462418489882\",\"media_type\":\"VIDEO\",\"timestamp\":\"2019-10-20T09:02:56+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B31ZDq4DSOo\\/\"}','71081318_103514804361572_2783451693824533978_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(90,'2021-01-18 13:59:01','18025658641238556','2019-10-19 11:21:43','2019-10-19 11:21:43','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/71029382_403012257267463_3701531417244811390_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=HCHzq7hafAQAX9mE7FY&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=eb3172dd126429b58fd3413b8b1dd9de&oe=602C22FE\",\"caption\":\"Did you book your Year End Function? Let Fumo spoil you with good food, fine drinks and a complimentary bottle of Beefeater Gin (T&C apply, check the link in the picture) #yearendfunction #yearendfunctions #pretoriabusiness #businessfunctions\",\"id\":\"18025658641238556\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T11:21:43+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3zES6Lj8wF\\/\"}','71029382_403012257267463_3701531417244811390_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(91,'2021-01-18 13:59:01','17845833211716071','2019-10-19 10:33:26','2019-10-19 10:33:26','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/75131649_763749477428549_4745598423625233063_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=FJi2OoJ9qL0AX90oAPl&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=cc48f2325d413f2d349f714bf054e306&oe=602A27E7\",\"caption\":\"It\\u2019s amazing how our Josper grill boosts the flavour of our grass-fed beef #jospergrill #grassfedbeef #beststeak\",\"id\":\"17845833211716071\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T10:33:26+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3y-xR9jfh6\\/\"}','75131649_763749477428549_4745598423625233063_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(92,'2021-01-18 13:59:01','17845436284727619','2019-10-19 10:21:05','2019-10-19 10:21:05','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72392477_498492511005934_8025396623456568452_n.jpg?_nc_cat=110&ccb=2&_nc_sid=8ae9d6&_nc_ohc=KCJOLoOv9OcAX9vz1QQ&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=89191f04773045a8fc27e337d5cbb4eb&oe=6029B56A\",\"id\":\"17845436284727619\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T10:21:05+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3y9WzMjPea\\/\"}','72392477_498492511005934_8025396623456568452_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(93,'2021-01-18 13:59:05','18070277047149079','2019-10-19 10:19:41','2019-10-19 10:19:41','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/75243085_440742783464439_5666198415882356044_n.jpg?_nc_cat=111&ccb=2&_nc_sid=8ae9d6&_nc_ohc=hYZXBV1UAiwAX_dmfSX&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=969a91555ae1e8d558630adbaa7122b9&oe=602B28A0\",\"id\":\"18070277047149079\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T10:19:41+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3y9MdhjWJq\\/\"}','75243085_440742783464439_5666198415882356044_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(94,'2021-01-18 13:59:05','18108340768025038','2019-10-19 10:18:45','2019-10-19 10:18:45','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/72299107_1191503161050517_351858756323219031_n.jpg?_nc_cat=103&ccb=2&_nc_sid=8ae9d6&_nc_ohc=B-xrVfisrugAX8fcTfn&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=00a25a772504b5613b93921c5e748229&oe=60295AAA\",\"id\":\"18108340768025038\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T10:18:45+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3y9FuijN-O\\/\"}','72299107_1191503161050517_351858756323219031_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(95,'2021-01-18 13:59:06','18082606900122946','2019-10-19 10:17:59','2019-10-19 10:17:59','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/75055875_507912729791825_7658405213843813669_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=743mBxTgrcMAX_H41nU&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=cbd5e2deb1f38b946fd7bdf1695bf48e&oe=602C96BB\",\"id\":\"18082606900122946\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T10:17:59+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3y9ADpjjCi\\/\"}','75055875_507912729791825_7658405213843813669_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(96,'2021-01-18 13:59:06','18036776680209376','2019-10-19 10:15:17','2019-10-19 10:15:17','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/72736408_152540545963756_6574782694669706870_n.jpg?_nc_cat=108&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Mjs2ZnXN_HsAX86EfMx&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=7afacddab475c2caa9445caedca0a273&oe=602D1ADC\",\"caption\":\"#oysters #prawns #foodporn #foodphotography #finedining #pretoriarestaurants #seafood\",\"id\":\"18036776680209376\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-19T10:15:17+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3y8sRPjgDy\\/\"}','72736408_152540545963756_6574782694669706870_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(97,'2021-01-18 13:59:09','18108484936010482','2019-10-15 10:28:09','2019-10-15 10:28:09','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/72178241_744276839370117_8929734811110511286_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=4nwR7tjCp6gAX9xLLG8&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=f1afa5de08f8c2614fffc592e8ed8668&oe=6029452E\",\"caption\":\"\\ud83d\\udd7a\\ud83c\\udffd\\ud83c\\udfb7\\ud83e\\udd41\\ud83c\\udfb9\\ud83c\\udfba The famous \\\"African Jazz Night\\\" at Fumo is back! Wednesday 30 October enjoy the amazing music by the \\\"Julia Lamberti Quartet\\\", accompanied by the Executive Chef Claudio Uccello delicious signature dishes and of course fine wine. Entrance R 50. #jazz #jazzsoulfunk #sajazz #foodpornography #finedining #pretoriarestaurants\",\"id\":\"18108484936010482\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-10-15T10:28:09+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3oq-99jciJ\\/\"}','72178241_744276839370117_8929734811110511286_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(98,'2021-01-18 13:59:10','17933265694312697','2019-10-02 05:02:40','2019-10-02 05:02:40','{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/72344068_2373984342651048_7597355718303827549_n.mp4?_nc_cat=108&vs=18062730691161115_499212228&_nc_vs=HBksFQAYJEdBVGlUd1NvTUhKTklHOElBRjFHeVBYRk9tOXBia1lMQUFBRhUAAsgBABUAGCRHR0J3UndRRWxjcDY0bmdBQVBhRFhLaDUySjAtYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa25de3pv2VQBUCKAJDMywXQEBRBiTdLxsYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=sfn1nQSyhAwAX9KsU6-&_nc_oc=AQk-4cpEazJP2gYAjXVfeEM-UMVWipYmxGHOOVS3fDG0EokdJEYzj3qpXb0b4qgORgvT5WkE8OzGXl5CLlMDZkjq&_nc_ht=video-lht6-1.cdninstagram.com&oh=74870e073a244ead167a8001eedb392a&oe=602BDE6D&_nc_rid=d690666453\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/69919317_133542141314146_5901933392309214649_n.jpg?_nc_cat=109&ccb=2&_nc_sid=8ae9d6&_nc_ohc=lmz236dx03IAX9hBKgi&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=597180a97dc1c09604dac4e09ebe7ec3&oe=602CCEB6\",\"caption\":\"A FUN LUCH FOR THE WHOLE FAMILY\\nBring kids, family and friends at FUMO Saturday 12 October for lunch and we\\u2019ll offer you a Magic Show!\\n\\nALSO, KIDS FROM 3 TO  12 YEAR OLD WILL GET 1 PIZZA + SOFT DRINK FOR ONLY R 50 #pizza #magic #magician #woodfireoven #neapolitanpizza #pizzapretoria #italianpizza #familyfun\",\"id\":\"17933265694312697\",\"media_type\":\"VIDEO\",\"timestamp\":\"2019-10-02T05:02:40+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3GnMZ8DZf0\\/\"}','69919317_133542141314146_5901933392309214649_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(99,'2021-01-18 13:59:10','17850719743608056','2019-09-30 10:59:57','2019-09-30 10:59:57','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/70309084_492561787962131_2877616082415684408_n.mp4?_nc_cat=110&vs=17988832552273981_1532595443&_nc_vs=HBksFQAYJEdOelVNQVFUdzJaNl83OEJBRGlMVnFpVVdPOG5ia1lMQUFBRhUAAsgBABUAGCRHQnltVHdSMXNHbHBXMkVCQVBYRld4ZVdOSnMtYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb6n%2FCs7q%2F0PxUCKAJDMywXQC0Q5WBBiTcYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=2&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=3iUjQfJb4uwAX8uoCkz&_nc_ht=video-lhr8-1.cdninstagram.com&oh=78f2a9c113a7a8c0ba59aabea6ac1f6d&oe=6029CC1D&_nc_rid=f7cd903080\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/70888745_167906304390206_1951881807765317842_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=suzFfJz16YcAX-D81Gb&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=de1265e18b8c795ac1dea247a0e1ae66&oe=602AFB0D\",\"caption\":\"Tag friends who LOVE good food #goodfood #pretoriarestaurants #realpizza #eatoutpretoria #sarestaurants #eatoutsouthafrica\",\"id\":\"17850719743608056\",\"media_type\":\"VIDEO\",\"timestamp\":\"2019-09-30T10:59:57+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B3CGTOCjxs4\\/\"}','70888745_167906304390206_1951881807765317842_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(100,'2021-01-18 13:59:10','17880120190424094','2019-08-31 18:00:52','2019-08-31 18:00:52','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/67799839_508757253219707_5938774252305478970_n.jpg?_nc_cat=101&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Z_yz0_Rm9jcAX9e5bS1&_nc_oc=AQlKZkFM0BMu5TufdS3pc55Bz0KxOUbTAoXWf1EoM-J-QLnBmvRjANHDTdxHnTh1GktgBg5flrArbUZmsdD0W2GW&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=0ed9be2e91b1478aacf1ce9459527531&oe=602AAA6F\",\"caption\":\"Thanks for coming please be our guest at @fumorestaurant very soon announce the fish festival\",\"id\":\"17880120190424094\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-31T18:00:52+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B11nBd2DWq0\\/\"}','67799839_508757253219707_5938774252305478970_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(101,'2021-01-18 13:59:16','17866755652463649','2019-08-30 22:34:56','2019-08-30 22:34:56','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/67577249_151033659433071_5934338686810733954_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Phr22JTZebEAX-PfzMT&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=3953c7e31f0a5c5fad7587a7d3a822d2&oe=602B0A9C\",\"caption\":\"And we did \\ud83d\\udd7a\\ud83c\\udffdhappy birthday @archibalddominic @archie.dlamini\",\"id\":\"17866755652463649\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2019-08-30T22:34:56+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1zhl3TDsH6\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/67577249_151033659433071_5934338686810733954_n.jpg?_nc_cat=100&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Phr22JTZebEAX-PfzMT&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=3953c7e31f0a5c5fad7587a7d3a822d2&oe=602B0A9C\",\"id\":\"18076481008112601\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T22:34:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1zhl0vDCJX\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/67701751_445055332758292_1781677078529280664_n.jpg?_nc_cat=106&ccb=2&_nc_sid=8ae9d6&_nc_ohc=jnG7yiKw7BwAX_HwoFm&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=1e8710310ae66a931f49e8cce63fed5e&oe=60294FB0\",\"id\":\"18026061361216953\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T22:34:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1zhl0vj6oe\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/69868009_2867185756642892_9033236815240747697_n.jpg?_nc_cat=102&ccb=2&_nc_sid=8ae9d6&_nc_ohc=Ei3L5JU1prEAX-3dYrM&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f479a66a0e3cf1fc777d06a940814732&oe=60295B8F\",\"id\":\"17847933502580022\",\"media_type\":\"IMAGE\",\"timestamp\":\"2019-08-30T22:34:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B1zhl0wD_eU\\/\"}]}}','67577249_151033659433071_5934338686810733954_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-01-18'),(141,'2021-02-14 16:10:31','17891167000917887','2021-02-14 15:30:26','2021-02-14 15:30:26','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/149505901_243229840731779_425470408110778957_n.jpg?_nc_cat=102&ccb=3&_nc_sid=8ae9d6&_nc_ohc=U72_k-GAal0AX9Cntn3&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=6f0a9916330f36db11d6d2c98bac77dc&oe=60502C0E\",\"caption\":\"Happy valentines folks @fumorestaurant we wish you lots of #love #loveyou #loveislove #photographylover #food #foodie #foodporn #foodphotography #milan #milano #piazzaduomo \\u2764\\ufe0f\",\"id\":\"17891167000917887\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-14T15:30:26+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLRxf-xjPQH\\/\"}','149505901_243229840731779_425470408110778957_n','a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}',1.00,1,'2021-03-27'),(142,'2021-03-11 12:19:32','17931109315393718','2020-07-24 11:09:33','2020-07-24 11:09:33','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/111337148_594409628136663_599214388352914188_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CXPqqbNLUF0AX9tPnXo&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=45a30304194f695b1c67477a16245e89&oe=6071111C\",\"caption\":\"Mussels weekend @fumorestaurant just landed #mussels #linguine #food #foodporn #foodphotography #foodstagram thanks  @greenfishsa\",\"id\":\"17931109315393718\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-07-24T11:09:33+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDBcr6oDgNz\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/111337148_594409628136663_599214388352914188_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CXPqqbNLUF0AX9tPnXo&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=45a30304194f695b1c67477a16245e89&oe=6071111C\",\"id\":\"18154828417057562\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-24T11:09:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDBcr2xDqnp\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/111006797_1282824908722292_2603512113773513099_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Et13EXoHV40AX-_zoTv&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=e18547258922a71c18b784628609bb01&oe=60703E14\",\"id\":\"17875183891758716\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-24T11:09:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDBcr2yj7UO\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/113297407_297849618315004_3937589565996187760_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=joKeudqD9vAAX9ebz9p&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=1e4ae425b0c35d2de644c535bf69ecbf&oe=606E0967\",\"id\":\"17901949648502276\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-24T11:09:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDBcr2yDGyr\\/\"}]}}','111337148_594409628136663_599214388352914188_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(143,'2021-03-11 12:19:33','17842312475302546','2020-07-05 12:02:37','2020-07-05 12:02:37','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/106282778_153922856230060_4720935770906502864_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=z1hoEJXFqB0AX9wlBZp&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=9b245ed8870479db6e5dbcc9ff1673b4&oe=606E43BA\",\"caption\":\"Good afternoon folks, @fumorestaurant we bake our own #ciabatta #bread using only best selection of #flour and natural #yeast if you #love bread you can order your ciabatta #food #foodporn #foodphotography #foodstagram #foodie have a great #sundayfunday\",\"id\":\"17842312475302546\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-07-05T12:02:37+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCQnp99jFqA\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/106282778_153922856230060_4720935770906502864_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=z1hoEJXFqB0AX9wlBZp&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=9b245ed8870479db6e5dbcc9ff1673b4&oe=606E43BA\",\"id\":\"17928795913395827\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-05T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCQnp7PjUTC\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/105989869_3092847654164421_4686188077404787682_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=SP91gcUXEUsAX8Dk5yc&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=5f872e934eaf3d4988a35e2eaba8f66c&oe=60700004\",\"id\":\"17845762241215383\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-05T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCQnp7RDOdE\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/106399321_218667249243316_7979283281741477973_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=915-8G6aWK4AX8J5koX&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=78172e3b72d0bc96970db28f1abc4783&oe=607190C4\",\"id\":\"17886042904611735\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-05T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCQnp7SDI7k\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/106505925_267526974342392_4973085292848621373_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=prHar_4Q_y0AX_qy7ta&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f0fb3fb039330fb0f28dce8ab38475b4&oe=6070475E\",\"id\":\"18074659042204040\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-05T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCQnp7TDUEP\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/106356662_1347066282166214_1628437853889313340_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bMOLZJUqpacAX9dBSSI&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=6778c1e359743d3d85e94bc764c94f30&oe=60701387\",\"id\":\"17878819003708587\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-05T12:02:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CCQnp7RjeHX\\/\"}]}}','106282778_153922856230060_4720935770906502864_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(144,'2021-03-11 12:19:39','18110380594184171','2020-06-28 13:40:13','2020-06-28 13:40:13','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/84441287_715106932364894_5189378916988880497_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pMX8HYbmBIAAX-pE-Kz&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7211de7bc7bd9d87d3417133e917fb0d&oe=606EAB8A\",\"caption\":\"Everything ready like #covid19 wasn\\u2019t there @fumorestaurant we been thinking about you all these days and we missed you, results @clauchefs he thought to design a new menu for you because you deserve it  #ribs #ribsteak #food #foodporn #foodphotography #foodstagram #foodie #foodiesofinstagram #foodpics #foodlover #foodblogger #instagram @fumorestaurant  tomorrow we are open as always \\ud83d\\ude1cplease terms and conditions apply\",\"id\":\"18110380594184171\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-06-28T13:40:13+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB-xQm2j8M-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/84441287_715106932364894_5189378916988880497_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pMX8HYbmBIAAX-pE-Kz&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7211de7bc7bd9d87d3417133e917fb0d&oe=606EAB8A\",\"id\":\"17859306608006925\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-28T13:40:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB-xQiVj3dU\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/106248906_642542569942168_8626674914988889156_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=hn4EoFDm-wIAX9oiQx9&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=1b358b41993d9fcfae408271ec877109&oe=6070BD91\",\"id\":\"17845495916240943\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-28T13:40:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB-xQiWj3_d\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/73217475_160337138876256_108491722881422023_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gmxm-ZxQzEIAX88EPLH&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=948a32b955a4c301690018989eaa679a&oe=60703DC0\",\"id\":\"17855215007055789\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-28T13:40:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB-xQiWD6cm\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/105535936_745110549568133_8164010525856444405_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TnUhN7qCh-kAX_YIqco&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=c5e6de977fd1b794bff05c21646602d8&oe=606ED3E0\",\"id\":\"17896419127524115\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-06-28T13:40:12+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CB-xQiXDKUE\\/\"}]}}','84441287_715106932364894_5189378916988880497_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(145,'2021-03-11 12:19:40','17853659309043740','2020-05-28 13:23:19','2020-05-28 13:23:19','{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/100040909_3555998647750474_191341600744925624_n.mp4?_nc_cat=110&vs=17863095214895103_803440448&_nc_vs=HBksFQAYJEdNMkE5Z1ZLanpoMEthSU1BTGpwSnc4c3lLY0Nia1lMQUFBRhUAAsgBABUAGCRHQlhTQXdZTER5Vzd4NFFDQUZJaWJVd0RCMTRiYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb%2B9Kmd%2Fpi7PxUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=Fi9ENrtX-KIAX9-qxkT&_nc_oc=AQlti7X55xh05vGtI2nOSmrSVCRAPNnIUdEjUlCFypk1G8wjXI-yXEsKc-61oZTo5SvWAYQLbcFOHSkWX6haHhSc&_nc_ht=video-lhr8-1.cdninstagram.com&oh=dacf7cdc66306a086284697e3d02ed0b&oe=606F0414&_nc_rid=4355e4baed\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100920569_918305961974843_2805795238768271266_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7FzTadnLHd4AX8U0nc0&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8c5438b9d35ccca94df089819eb45fcd&oe=606F278A\",\"caption\":\"Fresh seafood just landed. Check our website. Link in bio #seafood @fumorestaurant #fresh #fish #cheflife #cooking #pretoria #takeaway\",\"id\":\"17853659309043740\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-05-28T13:23:19+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAu6kV-Di6J\\/\"}','100920569_918305961974843_2805795238768271266_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(146,'2021-03-11 12:19:40','18055373941232995','2020-05-28 09:09:29','2020-05-28 09:09:29','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/101394081_558717308401966_1151435033835588428_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aOu5PkX2IB8AX8QYqfu&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=64b282c681fb58e5a7497cf68025d0fa&oe=6070308E\",\"caption\":\"We are taking care of #jospergrill  @fumorestaurant since is our best machine #charcoal #oven #foodphotography #kitchen #cheflife @clauchefs @josperofficial this machine or charcoal #grill #grilling it has #5 years it looks like brand #newyork\",\"id\":\"18055373941232995\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-28T09:09:29+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAudomaDP7G\\/\"}','101394081_558717308401966_1151435033835588428_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(147,'2021-03-11 12:19:41','17869200649773690','2020-05-26 15:41:20','2020-05-26 15:41:20','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100958657_3085694518189171_1969782838786157847_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=m7V7PtqyOFQAX8jzqMI&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=91c0daf75d03629c50d4c45836cebe81&oe=6070469C\",\"caption\":\"Brioche @fumorestaurant just to keep us in form #quality #qualityoverquantity #passion #foodporn #foodphotography #foodstagram @clauchefs and the #staff @fumorestaurant\",\"id\":\"17869200649773690\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA42FDyMB\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100958657_3085694518189171_1969782838786157847_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=m7V7PtqyOFQAX8jzqMI&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=91c0daf75d03629c50d4c45836cebe81&oe=6070469C\",\"id\":\"18037422250252292\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA4zDjyLp\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100852978_184128452860646_4155522211449382726_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=u41_yt21VdwAX_4R2vb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7b9705de52457d4217cf2588512e264a&oe=6070A66E\",\"id\":\"18145294036015873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA4zCjRPs\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/101683639_780034792529598_5000844302265831515_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XpfeGm1F0s4AX_HJ-oa&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=6e631e855b5c6495101be1a019efafdf&oe=606DB400\",\"id\":\"18106653832085692\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA4zFDNaU\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/101198794_146131817023002_1864459937051587524_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=enHCm2IqP_cAX8VSStu&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=41e053b29f126fe518772bbf8d4777a2&oe=607001DF\",\"id\":\"17875859689673185\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA4zEjXJL\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100625710_567008477341715_8755753113120913926_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=flvI21zfa2UAX871wDW&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=053c450f2e207592d5437302c57e5cc8&oe=6070093A\",\"id\":\"17844870563154667\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA4zFjMZd\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/101036997_160026072221260_864351113007524215_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1EH2K2YFNn4AX_UC3BU&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=23e32347a9964a137a5fb8c09ab4d337&oe=606E312A\",\"id\":\"18065252215210925\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-26T15:41:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAqA4zFjVXv\\/\"}]}}','100958657_3085694518189171_1969782838786157847_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(148,'2021-03-11 12:19:45','18144091927062564','2020-05-25 20:59:22','2020-05-25 20:59:22','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100671864_539758220033974_8113931266146237669_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fMSChiikk-cAX9vQt8p&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e21611d760fae9dd468fee3f8d907f9e&oe=606F2273\",\"caption\":\"Today @fumorestaurant we went #ballistics this #neapolitanpizza it was so #good keep it up good job\",\"id\":\"18144091927062564\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-05-25T20:59:22+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAoAfU8DGrp\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/100671864_539758220033974_8113931266146237669_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fMSChiikk-cAX9vQt8p&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e21611d760fae9dd468fee3f8d907f9e&oe=606F2273\",\"id\":\"18143017555053895\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-25T20:59:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAoAfTWjKhJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/101004537_742343169905967_3212079349827390703_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Dcdr4gxhXRsAX-BYuWy&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=b0d08e18d50b3a77e694fbd9b0d08cdf&oe=606DCE7B\",\"id\":\"18117805657110410\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-25T20:59:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAoAfTXDP3L\\/\"}]}}','100671864_539758220033974_8113931266146237669_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.33,1,'2021-03-11'),(149,'2021-03-11 12:19:45','17885883691576837','2020-05-24 16:00:57','2020-05-24 16:00:57','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/100977704_177984206902850_7545360061121514720_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Asl_EIHlGnoAX9ee4pb&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=193405fcfc31ffa2c3bc73969d446819&oe=606DD058\",\"caption\":\"#ciao @fumorestaurant when you become an #excellence without being trained is about #passion #dedication #consistency #pizza #napolitanpizza #napoli #napolipizza #food #foodporn #foodphotography #foodstagram #neapolitanpizza\",\"id\":\"17885883691576837\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-24T16:00:57+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CAk5izdDhte\\/\"}','100977704_177984206902850_7545360061121514720_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(150,'2021-03-11 12:19:46','17948312722339731','2020-05-09 13:19:56','2020-05-09 13:19:56','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/96586204_139413477679043_6523820769054056344_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_Uv_MBX3QWgAX8SG43h&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a74e5a7f7fe6645c9e309acfb9f64098&oe=606E12EF\",\"caption\":\"@fumorestaurant staff..... a basket per week to sustain the Staff  and thanks to your support for the take away #gratitude #leadership #thanks #staff #family #covid #thanks to everyone that order our food we could sustain 18 families\",\"id\":\"17948312722339731\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-05-09T13:19:56+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MRJD6Ae\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.2885-15\\/96586204_139413477679043_6523820769054056344_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_Uv_MBX3QWgAX8SG43h&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=a74e5a7f7fe6645c9e309acfb9f64098&oe=606E12EF\",\"id\":\"17846256791118879\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-09T13:19:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MN6jzQQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/96146199_277144306646268_140788746275705537_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=JXCe2VENGIoAX8ctDCP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ca9c310332c3df904d29dad7c312c232&oe=60708F9D\",\"id\":\"18148312615036323\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-09T13:19:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MN9jp-Z\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/95955870_172875150704006_3168807489115426738_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yoROKiclENoAX-fl1us&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ea19f872ed36967de52e482fc3f065f9&oe=606F46EE\",\"id\":\"17873409064687556\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-09T13:19:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MN8Dbei\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.2885-15\\/96516117_858440077969246_1546454456645951070_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wy2tPhpRfUcAX_3JUQZ&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ee2dd95a543a72d8c5147ddf180fba73&oe=607063C2\",\"id\":\"17872931101714789\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-09T13:19:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MN8DuJ-\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/96286641_114517516919036_599600157725530073_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qPjefXtlJakAX-WG0ZL&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=8480ca623923be0438c66b9301c7414f&oe=6070DF6B\",\"id\":\"17843399453149043\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-09T13:19:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MN9Dj_v\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.2885-15\\/96673245_582782612641773_4333234776851438817_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2KbeHGdSJ7kAX-7L_1S&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=28db0bc803b7a54c9244f7378aaae91b&oe=60706128\",\"id\":\"17855647696971077\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-05-09T13:19:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_9_MN7jAmv\\/\"}]}}','96586204_139413477679043_6523820769054056344_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(151,'2021-03-11 12:19:46','18141870712021268','2020-05-06 14:53:17','2020-05-06 14:53:17','{\"media_url\":\"https:\\/\\/video-lhr8-2.cdninstagram.com\\/v\\/t50.2886-16\\/96010969_2600451010227996_6733593308835557730_n.mp4?_nc_cat=105&vs=17872073695703021_1590995454&_nc_vs=HBksFQAYJEdOa0N1UVVjYjdpdUdEMEpBR0l4RnpOd2gzSmRia1lMQUFBRhUAAsgBABUAGCRHQkVqdXdYYzNFZ1NTeTBDQU5yVXNOTGwyaDE5YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACba2YGNzaO%2FPxUCKAJDMywXQCgAAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=FU_YK5WBPDIAX_qQfpK&_nc_oc=AQmcqbddqoye53jYgPP72gLsSbE3MV6M-JC65zprbmnjrgFH-9kpUr8O-TfRI8ZLh9-e8QFhynVpJXFUKKQjNEym&_nc_ht=video-lhr8-2.cdninstagram.com&oh=c9635cd36a77dc89eceb12bc0ccb302b&oe=6070710C&_nc_rid=7a519f5be3\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/95606908_2553002438250727_8996683166213898834_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yxYbnzyWyMYAX91yAQF&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=16065c86d191415b7eefebc86bb9418a&oe=606E9ABF\",\"caption\":\"@fumorestaurant we believe this #sunday is your day and you deserve to relax. We are roasting #lamb #meat. Our beautiful #lambshoulder @fumorestaurant is #delicious #deliciousfood #foodporn #foodphotography #foodstagram #mamma #mothersday\",\"id\":\"18141870712021268\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-05-06T14:53:17+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/B_2U-zNDrDq\\/\"}','95606908_2553002438250727_8996683166213898834_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-11'),(152,'2021-03-16 13:43:31','17909939461679096','2021-03-16 12:09:21','2021-03-16 12:09:21','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/161395740_349545229695576_7434842197403074490_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Aybua7Go5wQAX8-xT_M&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=10d6c61908dba2fcb0c196ea37da085b&oe=6076170E\",\"caption\":\"Not only fish at Fumo, come and taste our exclusive Italian-style marinades. \\n\\n#Italian#restaurant#pretoria#pretoriafoodies#food#meat#steak#beef#marinades#fine#dining#luxury#quality#ingredients#southafrica#italy#delicious\",\"id\":\"17909939461679096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-16T12:09:21+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMeqVcYDiVA\\/\"}','161395740_349545229695576_7434842197403074490_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.31,1,'2021-03-27'),(153,'2021-03-20 22:20:15','17943969469452187','2021-03-20 19:49:21','2021-03-20 19:49:21','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/161609326_4020497038014969_2410378000608281497_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MX5z2fnF9EQAX8cuCfb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=37e6893b2b6d7ca8587b255414ea69df&oe=607C423A\",\"caption\":\"We are busy organizing the waves then we have the #ocean in #pretoria #fresh #fish #restaurants #foodblogger #foodiesofinstagram @fumorestaurant @clauchefs have a great long  #weekend\",\"id\":\"17943969469452187\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-20T19:49:21+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpyKHBjI7U\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/161609326_4020497038014969_2410378000608281497_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MX5z2fnF9EQAX8cuCfb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=37e6893b2b6d7ca8587b255414ea69df&oe=607C423A\",\"id\":\"18052235278303410\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-20T19:49:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpyKDYDefz\\/\"},{\"media_url\":\"https:\\/\\/video-lhr8-2.cdninstagram.com\\/v\\/t50.2886-16\\/163450721_494897878352682_764244063309045441_n.mp4?_nc_cat=102&vs=17908674676707718_341173910&_nc_vs=HBksFQAYJEdHRVB2Z2txUXoxa0c4SUJBTUdlUEN2dEk1c0tia1lMQUFBRhUAAsgBABUAGCRHTzgzdFFrcjllalA1cEFDQUNNbXNneXVpMEE3YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaM%2BKq0hvbPPxUCKAJDMywXQDg7peNT988YEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=rp__6uaP1K0AX8O59RL&_nc_ht=video-lhr8-2.cdninstagram.com&oh=b5c534477829c78806b4532dd63cb92c&oe=607B3C39&_nc_rid=91edde74ad\",\"id\":\"17881442717174890\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-20T19:49:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpx5D_jN7S\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/162179040_228284082417043_3980996885966335925_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0ETZc92TAKUAX-vj0ts&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=cfc1c54ba67391f48ff01c1664095b7b&oe=607CBA48\"}]}}','161609326_4020497038014969_2410378000608281497_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-27'),(154,'2021-03-22 15:15:30','17909322874729323','2021-03-22 14:35:48','2021-03-22 14:35:48','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/162633724_444141963362214_5626034968660579176_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_pVRyLMD0ZUAX-ja9N7&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=db5b18af9b9f28416ad31b93e63ef16c&oe=607F09D1\",\"caption\":\"Straight from the soil to our table @fumorestaurant simple #foodblogger #foodporn our recipe our authentic and unique this #courgettes #flowers are beautiful from @simone_zanetti_dot_com #garden #foodphotography #foodstagram #foodpics #foodiesofinstagram @clauchefs by the way #100 #vegan\",\"id\":\"17909322874729323\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-22T14:35:48+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3VRjA4o\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/162633724_444141963362214_5626034968660579176_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_pVRyLMD0ZUAX-ja9N7&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=db5b18af9b9f28416ad31b93e63ef16c&oe=607F09D1\",\"id\":\"17878487411221630\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3KCDSBD\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/163642701_298861571580396_2862228706269162299_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=E-i8vP0wLcQAX9XxbNx&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=4bb411943155c291d8ec6d9fc264083c&oe=607CEE3A\",\"id\":\"17888170126998770\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3J_jSii\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/162961771_1193113244478577_3260384592047751922_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GKDNsIadhS4AX9PHl6_&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=9fc1cd76aa9528cab11877c2f265da7b&oe=607E3383\",\"id\":\"17949448402433972\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3KAjhze\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/163347397_187353346284105_8269271800175175903_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qxK-TLx35wMAX8LORNN&_nc_oc=AQnGrekiksDa99Q-l8mqVb5TtN1D-DAgarG4z1N5Z7anDbKit0G40X7FLM_qPQzwJhpLHl7AgVLOEVlVxuIwEAg1&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=39f39af7cc13b3d8522afe30040e61cd&oe=607DCE82\",\"id\":\"18163383118116179\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3KBDEwT\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/163970047_144862177538187_3916066269148670873_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=B0jq18HW0BAAX9XPymj&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=f3f7326fb43906f44bf2176b915a5448&oe=607DD923\",\"id\":\"17877848831172010\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3KBjNIC\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/162616779_187352783197471_8606293612630316831_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=l_rfL6D7qSoAX-KUFsX&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=038ad6412f20318fd41f4aefc4f53706&oe=607C9A9A\",\"id\":\"17895008191886232\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuX3KCj2zh\\/\"},{\"media_url\":\"https:\\/\\/video-lhr8-1.cdninstagram.com\\/v\\/t50.2886-16\\/163722735_176708170805396_7811552881484354284_n.mp4?_nc_cat=100&vs=17906585137709577_179866129&_nc_vs=HBksFQAYJEdPODF3Z21VOEw4VHQ2QUFBT3pTRFZYMU5XaHNia1lMQUFBRhUAAsgBABUAGCRHT0UxdkFuQ3IzRWNHdklOQUJWXzQyUV9FYlEwYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BIXbtvzOPxUCKAJDMywXQCXul41P3zsYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=jYuO2YsWFFEAX-2VQ4D&_nc_ht=video-lhr8-1.cdninstagram.com&oh=b52f7572dd90a05743c9a6e86184fbd0&oe=607D7241&_nc_rid=c9634dd8b8\",\"id\":\"18149935189132136\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-22T14:35:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMuXe2DDPhh\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/164047057_189880499335269_527501883076860831_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LB6RKmQitmIAX8vNA9l&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=87fcd3c0bba59bb9e43b413f2b1d5424&oe=607CF614\"}]}}','162633724_444141963362214_5626034968660579176_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-27'),(155,'2021-03-25 06:49:00','17935342876487404','2021-03-25 05:11:37','2021-03-25 05:11:37','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/165304072_498695987801725_7160324854316364540_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=u2dCli8lZCkAX8IAXSM&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=6fec026c36da67d0bd57adc990c532a8&oe=608293C7\",\"caption\":\"Good morning Pretoria #autumn is just there at the door and warm food is what we are preparing @fumorestaurant #fishsoup #fish #stew beautiful #pasta #oxtailstew #foodstagram #foodblogger #foodpics #foodlover #foodblog #foodlove @clauchefs\",\"id\":\"17935342876487404\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-25T05:11:37+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM1Fr1nDD7k\\/\"}','165304072_498695987801725_7160324854316364540_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-27'),(156,'2021-03-26 10:34:17','17956464490413671','2021-03-26 09:55:25','2021-03-26 09:55:25','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/164916484_275649747355907_7633688020799626888_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bhWhDp9uxgAX-BXWpr&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=bd9f5eb22340fd03dfe556db86fdedd5&oe=6082C0ED\",\"caption\":\"#GoodFriday is about Fish and Togetherness. A tradition your Fumo family keeps alive. Honour the day with the best catch in town, cooked the good old #Italian way. \\n\\nSpecial menu at R300 pp or a fish platter family meal serving 5 people at R1500.\\n\\nAvailable for sit-down and take-out.\\n\\n#Pretoria#restaurant#Pretoriafoodies#goodfood#experience#Easter#freshfish#italianrestaurant#celebrations#family#lovefood#catchoftheday#Italy#SouthAfrica\",\"id\":\"17956464490413671\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-26T09:55:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM4K9S6jV_j\\/\"}','164916484_275649747355907_7633688020799626888_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-03-27'),(157,'2021-03-29 09:05:55','17931214846509050','2021-03-28 12:23:46','2021-03-28 12:23:46','{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/166184401_375331713469834_3458046969357423289_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Gspl53d3s34AX_6OSRU&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=94342b210e94f087193ad3766d6e0760&oe=60859A9F\",\"caption\":\"Treat yourself and your Family for these Easter celebrations with our #GoodFriday special lunch and dinner fish festival menu. \\n\\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500. Available for dine-in or take-out. Bookings are now open. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood\",\"id\":\"17931214846509050\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T12:23:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9lhhWDbuN\\/\"}','166184401_375331713469834_3458046969357423289_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(158,'2021-03-29 09:05:56','17901230389850461','2021-03-27 16:03:25','2021-03-27 16:03:25','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/164982518_807638503432809_8143911046565471139_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bssH46AZO08AX94ahrL&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=aaac7fe5c02b6637b77e654945406b34&oe=60877B6D\",\"caption\":\"Fumo thought of special Easter Sunday menu to offer you a tasteful experience with your family and loved one(s). We know there is no proper Easter celebrations without lamb, we slowly cook it with typical Italian herbs to make it exceptionally tender and flavorful.\\n \\nThe 2kg lamb shoulder comes with a bottle of Red blend Opulence wine for R 1500 (serves 5\\/6 people).\\nAvailable for dine-in or take-out. Bookings are now open.\\n \\n#Pretoria #lunch #dinner #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17901230389850461\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T16:03:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Z3fkD24j\\/\"}','164982518_807638503432809_8143911046565471139_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.37,1,'2021-04-22'),(159,'2021-03-29 09:05:56','17899563274890391','2021-03-27 16:00:38','2021-03-27 16:00:38','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/165075282_289014295988671_2449030424983989517_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=m7YK4xjVZC8AX_EHXMF&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8077a227e712ec999f4ee53036e11352&oe=60855817\",\"caption\":\"Ossobuco #sundayfunday we prepare it for tomorrow #lunch #lunchtime  @fumorestaurant #risotto #saffron #milan #bonemarrow #foodblogger #foodstagram #foodlover have a great weekend #folk #pretoria #restaurants  @fumo.cafe\",\"id\":\"17899563274890391\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-27T16:00:38+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7ZjDEDVHY\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/165821030_443074670260463_1734592988846633089_n.mp4?_nc_cat=111&vs=17907070012744692_4272905954&_nc_vs=HBksFQAYJEdHWTY0Z252Y0ZSY19aSUJBSUV3RmhJaWd4SVlia1lMQUFBRhUAAsgBABUAGCRHSVV3NWdreHd0ZHI0VjhBQVBvZWtub3dTNUFnYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACboj4TD0ZjPPxUCKAJDMywXQDbEGJN0vGoYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=QstKk84vhNwAX92xM2P&_nc_ht=video-lht6-1.cdninstagram.com&oh=78ea43b117bab064f7e76b182106271c&oe=6088FBFC&_nc_rid=e5ab70ad8d\",\"id\":\"17854538807507708\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-27T16:00:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7ZL3kDTSY\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/165075282_289014295988671_2449030424983989517_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=m7YK4xjVZC8AX_EHXMF&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8077a227e712ec999f4ee53036e11352&oe=60855817\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/164780032_836748636917031_7363655998247667279_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZZpapEZBoPUAX-xngAE&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=87a52609a3f10a152863d762b9f9e8e8&oe=60853F68\",\"id\":\"17901391126794002\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T16:00:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Zi_Ij3-7\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/164840025_228189378734613_6588781331028493506_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=l5pVLLFzc7EAX9lQq4o&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=b1c2743986154c71b5e6eaa053b4ef07&oe=60865E24\",\"id\":\"18078852583262343\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T16:00:37+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Zi_IDXhM\\/\"}]}}','165075282_289014295988671_2449030424983989517_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-21'),(160,'2021-03-29 09:05:56','17930624038517537','2021-03-27 13:08:11','2021-03-27 13:08:11','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/164172445_491429805189198_5135095007191028692_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fnYJ6PzRZu4AX-moWaP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=9c6284f6215f0e30f57956f18817ac82&oe=6085C76D\",\"caption\":\"Saturday lunch with @ruinart #blancdeblancs #champagne @fumorestaurant #quality is our focus in italian we say .... pochi ma buoni #foodstagram #foodie #foodblogger #foodstagram #foodiesofinstagram #foodlover @clauchefs\",\"id\":\"17930624038517537\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-27T13:08:11+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7F0BHDAyT\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/164172445_491429805189198_5135095007191028692_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fnYJ6PzRZu4AX-moWaP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=9c6284f6215f0e30f57956f18817ac82&oe=6085C76D\",\"id\":\"17875723934328178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T13:08:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Fz-EDOvF\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/165518339_2550407461772412_1365088067889338410_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5ZLVpYoxfEAAX8HnDd9&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=0b45b3ec4f480a52e92ebb7a1bb3689a&oe=60855437\",\"id\":\"17892150058989658\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T13:08:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Fz9zDcDA\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/164705611_177547400727679_179916980601845859_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LaAHSUTB9J4AX-xVL2B&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=834e6109ce6c6dc2a63b9ad99713488b&oe=60881A8B\",\"id\":\"17926228339546345\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T13:08:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Fz9yjL-W\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/165950078_832843427446027_8137848042810496170_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DR-FYQEwGdUAX8F3Civ&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=54ec54eb5fe9a84c920abf9e4c828c16&oe=6086D876\",\"id\":\"18004006597312362\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-27T13:08:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM7Fz9zjjzR\\/\"}]}}','164172445_491429805189198_5135095007191028692_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-15'),(161,'2021-03-31 06:41:08','17950909090438653','2021-03-30 12:40:46','2021-03-30 12:40:46','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/166830508_413287790018752_2432615059924310805_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TA1crs1K1rIAX8Ehyyp&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=529fbbf0cd8faa55d89bcfe57b68b73f&oe=608BA205\",\"caption\":\"Easter is approaching, we can\\u2019t wait to have you here to celebrate it together with a typical lamb shoulder roast that will remind you the tastes of home, but with a luxurious twist, as we pair it with a bottle of Red blend Opulence wine #pheliwines by @moyahaboseemola \\n \\nThe special #EasterSunday menu including the 2kg lamb cut and wine bottle is at R 1500 (serves 5\\/6 people), available for dine-in or take-out at lunch and dinner time. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17950909090438653\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-30T12:40:46+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNCxDyQDTo_\\/\"}','166830508_413287790018752_2432615059924310805_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(162,'2021-03-31 15:29:04','18063602263284395','2021-03-31 10:35:47','2021-03-31 10:35:47','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/166191864_277581030524997_1677774179472555398_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=E-Ro9mePW7UAX-eMn5B&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=aae54375260627c64f413329305b5ac8&oe=608AD00A\",\"caption\":\"Indulge in a Fish Festival menu for #GoodFriday lunch. We source the freshest ingredients and fish everyday, this is why even #meatlovers can\\u2019t resist to our fish dishes.\\n \\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500.\\nAvailable for dine-in or take-out at lunch and dinner time. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #Italy #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood\",\"id\":\"18063602263284395\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T10:35:47+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFHjRfDq56\\/\"}','166191864_277581030524997_1677774179472555398_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(163,'2021-04-01 14:11:07','17926373398555143','2021-04-01 11:58:58','2021-04-01 11:58:58','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/166691235_448792953021725_9208700168759046517_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0j2JqsKxARAAX-k7Jt7&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=aea650e08e69165fde88f8b45601a40d&oe=608C41EC\",\"caption\":\"We know the importance of wine to accompany a good quality meat. At #EasterSunday we serve you the best quality 2kg lamb cut, so we had to pair it with the best wine: a bottle of Red blend Opulence, that will enhance every flavor in the dish. \\n\\nThe special #EasterSunday menu including the lamb shoulder and wine bottle is at R 1500 (serves 5\\/6 people), available for dine-in or take-out. Call us or WhatsApp us for bookings [076 124 9615]. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17926373398555143\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T11:58:58+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNH13dDjISG\\/\"}','166691235_448792953021725_9208700168759046517_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(164,'2021-04-02 13:29:24','17919618397577513','2021-04-02 11:49:27','2021-04-02 11:49:27','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/168914287_762968827942917_1827040933897423115_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iG6OXxgrlAgAX8vns0x&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=994177412fa216d3d207e93aed866144&oe=60975244\",\"caption\":\"Fumo\\u2019s #GoodFriday\\u2019s fish festival is about to start. The freshest fish has arrived this morning and everything is ready to welcome you. We can\\u2019t wait to celebrate together!\\n\\nChoose between a menu at R 300\\/pp or a family meal fish platter for five persons for R 1500.\\nAvailable for dine-in or take-out. \\n\\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #fish #festival #Easter #celebrations #SouthAfrica #Italianrestaurant #delicious #food #wine #family #friends #lovefood#foodstagram#foodlovers\",\"id\":\"17919618397577513\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-02T11:49:27+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNKZkk8Dgjc\\/\"}','168914287_762968827942917_1827040933897423115_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(165,'2021-04-03 11:55:32','17885137271143608','2021-04-03 11:07:28','2021-04-03 11:07:28','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/168718448_3774994529288043_1041644703232882496_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=JLkHkmytAVUAX-nyDFF&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=43d305455623a5265c1e5753d3d585f4&oe=609992D9\",\"caption\":\"#EasterSunday is just a few hours away, come and taste our special menu to celebrate Easter the South-African way but with some Italian flavors and wine.\\n \\nThe special #EasterSunday menu includes the lamb shoulder and wine bottle for R 1500 (serves 5\\/6 people), available for dine-in or take-out. Call us or WhatsApp us for bookings [076 124 9615].\\n \\n#Pretoria #Pretoriarestaurants #Pretoriafoodies #meat #lamb #Easter #celebrations #Foodstagram #foodlovers #SouthAfrica #Italianrestaurant #delicious #food #wine #redwine #family #friends #lovefood\",\"id\":\"17885137271143608\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-03T11:07:28+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNM5j_rj-WG\\/\"}','168718448_3774994529288043_1041644703232882496_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(166,'2021-04-07 15:49:40','17893421585008145','2021-04-07 11:45:10','2021-04-07 11:45:10','{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/169639712_466508368099580_3344570493025092911_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zwFOEe747j4AX9sfI3g&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=2386f5376cfdf617cea4227928bd272a&oe=609CA117\",\"caption\":\"Born and raised in #napoli i am spreading some of my neapolitan #culture here in #southafrica #pizzatime #pizzanapoletana #pizzalovers #pizzalove #pizzagram @fumorestaurant  #foodblogger #foodstagram  @clauchefs\",\"id\":\"17893421585008145\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T11:45:10+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNXRDpuDOV8\\/\"}','169639712_466508368099580_3344570493025092911_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(167,'2021-04-10 07:00:58','17901423526879919','2021-04-10 04:20:08','2021-04-10 04:20:08','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/170259254_354214966006773_3612470060806023929_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xRQ9m7rxL-kAX-4J4Ys&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=899ba5c2dc192c5b31b0c2a425ecc63d&oe=6096DDF1\",\"caption\":\"I am not sure about you but I believe @clauchefs in #simplicity #ingridients #genuine produce to create a #festival of flavors here\\u2019s #prawns #tartare and #burratacheese @fumorestaurant #foodstagram #foodblogger #foodlover #foodpic no promotion only realizing and express my #creative dish I\\u2019ll stand up \\ud83d\\udcaa\\ud83c\\udffc\",\"id\":\"17901423526879919\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-10T04:20:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNeMgqxDRDC\\/\"}','170259254_354214966006773_3612470060806023929_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(168,'2021-04-10 07:00:58','17901423526879919','2021-04-10 04:20:08','2021-04-10 04:20:08','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/170259254_354214966006773_3612470060806023929_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xRQ9m7rxL-kAX-4J4Ys&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=899ba5c2dc192c5b31b0c2a425ecc63d&oe=6096DDF1\",\"caption\":\"I am not sure about you but I believe @clauchefs in #simplicity #ingridients #genuine produce to create a #festival of flavors here\\u2019s #prawns #tartare and #burratacheese @fumorestaurant #foodstagram #foodblogger #foodlover #foodpic no promotion only realizing and express my #creative dish I\\u2019ll stand up \\ud83d\\udcaa\\ud83c\\udffc\",\"id\":\"17901423526879919\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-10T04:20:08+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNeMgqxDRDC\\/\"}','170259254_354214966006773_3612470060806023929_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(169,'2021-04-11 14:16:39','17881053893295752','2021-04-11 13:17:50','2021-04-11 13:17:50','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/171507188_469609394240147_3637173349254620351_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8hZ9nvbekWcAX9BZnwc&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=8ab1c2e1a6885f0c438c495cf06c4c16&oe=6097FE4C\",\"caption\":\"You can only win and achieve targets when you believe @fumorestaurant four different #tomatoes marinated differently #garlic #oregano from #sicily voila fried pizza topped with these beauties #pizza #pizzalover #pizzatime #pizzanapoletana #foodblogger #foodstagram @clauchefs you never stop to surprise \\ud83d\\udc4f\\ud83d\\udc4f\\ud83d\\udc4f\\ud83c\\udf45#napoli soon available @fumo.cafe\",\"id\":\"17881053893295752\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T13:17:50+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhu1zwDhOx\\/\"}','171507188_469609394240147_3637173349254620351_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(170,'2021-04-15 13:24:29','17869226708465592','2021-04-15 11:05:25','2021-04-15 11:05:25','{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/172985750_802799833949390_1661715277255361457_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WCBBViek9DYAX9hPL7i&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=5d0f7683972953b7553f1380359955bc&oe=609D777B\",\"caption\":\"Expect the unexpected. Come at Fumo to discover how many things we can do with a Lemon \\ud83c\\udf4b \\n\\n#lemon#dessert#fruit#passion#healthydessert #Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood#foodstagram#foodlovers\",\"id\":\"17869226708465592\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-15T11:05:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNry3cUjGXY\\/\"}','172985750_802799833949390_1661715277255361457_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22'),(171,'2021-04-21 09:01:46','18142661884160664','2021-04-21 08:40:42','2021-04-21 08:40:42','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/176244011_1156966091393350_7709851803379046288_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-OZYRYdHPRgAX-Tj8ev&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=77f9da7915da3fc29f2e03bff323d3c9&oe=60A6D315\",\"caption\":\"You can tell a lot about a #chef based on how he makes #risotto. \\ud83c\\uddee\\ud83c\\uddf9 \\n\\n@clauchefs risotto #creations are a must-try. Come and taste the magic that #asparagus and #prawns can do with Claudio\\u2019s touch. \\ud83e\\udd90\\n\\n#fresh#fish#seafood#green#herbs#authentic#Pretoria\\u00a0#Pretoriarestaurants\\u00a0#Pretoriafoodies\\u00a0#Foodstagram\\u00a0#foodlovers\\u00a0#SouthAfrica\\u00a0#Italianrestaurant\\u00a0#delicious\\u00a0#food\\u00a0#wine\\u00a0#family\\u00a0#friends\\u00a0#lovefood\",\"id\":\"18142661884160664\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-21T08:40:42+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CN6_E1CjTTK\\/\"}','176244011_1156966091393350_7709851803379046288_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-22');
/*!40000 ALTER TABLE `wpuxyio7feou_sbi_instagram_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_smush_dir_images`
--

DROP TABLE IF EXISTS `wpuxyio7feou_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `path_hash` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_smush_dir_images`
--

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

--
-- Table structure for table `wpuxyio7feou_term_relationships`
--

DROP TABLE IF EXISTS `wpuxyio7feou_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_term_relationships`
--

LOCK TABLES `wpuxyio7feou_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_term_relationships` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_term_relationships` VALUES (298,9,0),(30632,2,0),(30966,2,0),(101,3,0),(229,4,0),(229,5,0),(229,6,0),(299,9,0),(30746,25,0),(30745,25,0),(30744,25,0),(30743,25,0),(30741,25,0),(30729,25,0),(308,9,0),(309,9,0),(312,9,0),(313,9,0),(314,10,0),(315,10,0),(316,10,0),(317,10,0),(318,10,0),(319,10,0),(320,10,0),(321,10,0),(322,11,0),(324,11,0),(325,11,0),(326,11,0),(327,11,0),(328,12,0),(329,12,0),(386,2,0),(477,3,0),(391,2,0),(387,2,0),(481,13,0),(30308,23,0),(30308,3,0),(30308,4,0),(30308,6,0),(30307,23,0),(30307,3,0),(30307,4,0),(30307,6,0),(30305,23,0),(30305,3,0),(30305,4,0),(30305,6,0),(30303,23,0),(30303,3,0),(30303,4,0),(30303,6,0),(30301,23,0),(30301,3,0),(30301,4,0),(30301,6,0),(30297,23,0),(30297,3,0),(30297,4,0),(30297,6,0),(30296,23,0),(30296,3,0),(30296,4,0),(30296,6,0),(30294,23,0),(30294,3,0),(30294,4,0),(30294,6,0),(30312,23,0),(30312,3,0),(30312,4,0),(30312,6,0),(30290,23,0),(30290,3,0),(30290,4,0),(30290,6,0),(30314,3,0),(30324,3,0),(3905,3,0),(3905,4,0),(3905,6,0),(3904,3,0),(3904,4,0),(3904,6,0),(3903,3,0),(3903,4,0),(3903,6,0),(3902,3,0),(3902,4,0),(3902,6,0),(3901,3,0),(3901,4,0),(3901,6,0),(3900,3,0),(3900,4,0),(3900,6,0),(3899,3,0),(3899,4,0),(3899,6,0),(3898,3,0),(3898,4,0),(3898,6,0),(3897,3,0),(3897,4,0),(3897,6,0),(3896,3,0),(3896,4,0),(3896,6,0),(30376,3,0),(30377,3,0),(30378,3,0),(30379,3,0),(30455,24,0),(30458,3,0),(30466,3,0),(30750,26,0),(30749,26,0),(30751,26,0),(30752,26,0),(30753,26,0),(30754,26,0),(30755,26,0),(30756,26,0),(30757,26,0),(30765,27,0),(30764,27,0),(30766,27,0),(30767,27,0),(30768,27,0),(30770,28,0),(30769,28,0),(30772,29,0),(30771,29,0),(30773,29,0),(30774,29,0),(30775,29,0),(30776,29,0),(30778,31,0),(30777,31,0),(30779,31,0),(30780,31,0),(30781,31,0),(30821,48,0),(30810,32,0),(30804,32,0),(30802,32,0),(30803,32,0),(30805,32,0),(30808,32,0),(30806,32,0),(30807,32,0),(30811,32,0),(30812,32,0),(30813,32,0),(30814,32,0),(30815,32,0),(30817,33,0),(30816,33,0),(30818,33,0),(30819,33,0),(30801,13,0),(30820,48,0),(30822,48,0),(30823,48,0),(30824,13,0),(30826,13,0),(30825,35,0),(30827,35,0),(30828,35,0),(30829,35,0),(30830,13,0),(30831,13,0),(30833,14,0),(30832,14,0),(30835,14,0),(30836,14,0),(30838,15,0),(30837,15,0),(30839,15,0),(30840,15,0),(30841,15,0),(30842,15,0),(30844,16,0),(30843,16,0),(30845,16,0),(30846,16,0),(30847,16,0),(30848,16,0),(30850,17,0),(30849,17,0),(30851,17,0),(30852,17,0),(30853,17,0),(30854,17,0),(30855,17,0),(30856,17,0),(30858,18,0),(30857,18,0),(30859,18,0),(30860,18,0),(30861,18,0),(30862,18,0),(30865,19,0),(30863,19,0),(30866,19,0),(30867,19,0),(30869,19,0),(30871,30,0),(30870,30,0),(30872,30,0),(30873,30,0),(30874,30,0),(30875,30,0),(30878,47,0),(30877,47,0),(30879,47,0),(30880,47,0),(30881,47,0),(30882,47,0),(30884,46,0),(30883,46,0),(30885,46,0),(30886,46,0),(30887,46,0),(30888,46,0),(30889,46,0),(30890,46,0),(30892,45,0),(30891,45,0),(30893,45,0),(30894,45,0),(30895,45,0),(30896,45,0),(30898,44,0),(30897,44,0),(30899,44,0),(30900,44,0),(30901,44,0),(30902,44,0),(30903,44,0),(30906,43,0),(30904,43,0),(30907,43,0),(30908,43,0),(30910,43,0),(30911,43,0),(30912,43,0),(30913,43,0),(30914,43,0),(30916,42,0),(30915,42,0),(30917,42,0),(30918,42,0),(30919,42,0),(30920,42,0),(30922,41,0),(30921,41,0),(30924,41,0),(30925,41,0),(30928,40,0),(30926,40,0),(30930,40,0),(30932,40,0),(30933,40,0),(30934,40,0),(30935,40,0),(30937,40,0),(30938,40,0),(30939,40,0),(30941,39,0),(30940,39,0),(30942,39,0),(30944,38,0),(30943,38,0),(30945,38,0),(30946,38,0),(30947,38,0),(30949,38,0),(30950,38,0),(30953,37,0),(30952,37,0),(30954,37,0),(30955,37,0),(30957,36,0),(30956,36,0),(30958,36,0),(30959,36,0);
/*!40000 ALTER TABLE `wpuxyio7feou_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_term_taxonomy`
--

DROP TABLE IF EXISTS `wpuxyio7feou_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext 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=49 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_term_taxonomy`
--

LOCK TABLES `wpuxyio7feou_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,5),(3,3,'layout_type','',0,20),(4,4,'scope','',0,21),(5,5,'layout_type','',0,1),(6,6,'module_width','',0,21),(7,7,'category','',0,0),(8,8,'dzsrst_items_cat','',0,0),(9,9,'dzsrst_items_cat','',0,6),(10,10,'dzsrst_items_cat','',0,8),(11,11,'dzsrst_items_cat','',0,5),(12,12,'dzsrst_items_cat','',0,2),(13,13,'dzsrst_items_cat','',0,6),(14,14,'dzsrst_items_cat','',0,4),(15,15,'dzsrst_items_cat','',0,6),(16,16,'dzsrst_items_cat','',0,6),(17,17,'dzsrst_items_cat','',0,8),(18,18,'dzsrst_items_cat','',0,6),(19,19,'dzsrst_items_cat','',0,4),(20,20,'dzsrst_items_cat','',0,0),(21,21,'dzsrst_items_cat','=',0,0),(22,22,'dzsrst_items_cat','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',0,0),(23,23,'layout_category','',0,10),(24,24,'nav_menu','',0,1),(25,25,'mp_menu_category','',0,6),(26,26,'mp_menu_category','',0,9),(27,27,'mp_menu_category','',0,5),(28,28,'mp_menu_category','',0,2),(29,29,'mp_menu_category','',0,6),(30,30,'mp_menu_category','',0,6),(31,31,'mp_menu_category','',0,5),(32,32,'mp_menu_category','',0,13),(33,33,'mp_menu_category','',0,4),(35,35,'mp_menu_category','',0,4),(36,36,'mp_menu_category','',0,4),(37,37,'mp_menu_category','',0,4),(38,38,'mp_menu_category','',0,7),(39,39,'mp_menu_category','',0,3),(40,40,'mp_menu_category','',0,10),(41,41,'mp_menu_category','',0,4),(42,42,'mp_menu_category','',0,6),(43,43,'mp_menu_category','',0,9),(44,44,'mp_menu_category','',0,7),(45,45,'mp_menu_category','',0,6),(46,46,'mp_menu_category','',0,8),(47,47,'mp_menu_category','',0,6),(48,48,'mp_menu_category','',0,4);
/*!40000 ALTER TABLE `wpuxyio7feou_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_termmeta`
--

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

--
-- Dumping data for table `wpuxyio7feou_termmeta`
--

LOCK TABLES `wpuxyio7feou_termmeta` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_termmeta` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_termmeta` VALUES (1,26,'mprm_taxonomy_26','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(2,32,'mprm_taxonomy_32','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(3,33,'mprm_taxonomy_33','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(5,35,'mprm_taxonomy_35','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(6,36,'mprm_taxonomy_36','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(7,37,'mprm_taxonomy_37','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(8,38,'mprm_taxonomy_38','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(9,39,'mprm_taxonomy_39','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(10,40,'mprm_taxonomy_40','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(11,41,'mprm_taxonomy_41','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(12,42,'mprm_taxonomy_42','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(13,43,'mprm_taxonomy_43','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(14,44,'mprm_taxonomy_44','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(15,45,'mprm_taxonomy_45','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(16,46,'mprm_taxonomy_46','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),(17,47,'mprm_taxonomy_47','a:3:{s:5:\"order\";s:0:\"\";s:8:\"iconname\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}');
/*!40000 ALTER TABLE `wpuxyio7feou_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_terms`
--

DROP TABLE IF EXISTS `wpuxyio7feou_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) 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=49 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_terms`
--

LOCK TABLES `wpuxyio7feou_terms` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_terms` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'layout','layout',0),(4,'not_global','not_global',0),(5,'row','row',0),(6,'regular','regular',0),(7,'Blog','blog',0),(8,'La Carata Menu','la-carata-menu',0),(9,'Cicchetti Nibbling','cicchetti-nibbling',0),(10,'Antipasti / Starters','antipasti-starters',0),(11,'Salads','salads',0),(12,'Zuppe','zuppe',0),(13,'Pasta E Risotti','pasta-e-risotti',0),(14,'Carne E Pollame','carne-e-pollame',0),(15,'Pesce E Conchiglie','pesce-e-conchiglie',0),(16,'Traditional Food','traditional-food',0),(17,'Pizzeria Rossa','pizzeria-rossa',0),(18,'Pizzeria Bianca','pizzeria-bianca',0),(19,'Dessert','dessert',0),(20,'Champagne','champagne',0),(21,'Feature','feature',0),(22,'Simple','simple',0),(23,'Headers','headers',0),(24,'Empty Menu','empty-menu',0),(25,'CICCHETTI NIBBLING','cicchetti-nibbling',0),(26,'ANTIPASTI / STARTERS','antipasti-starters',0),(27,'SALADS','salads',0),(28,'ZUPPE','zuppe',0),(29,'PASTA E RISOTTI','pasta-e-risotti',0),(30,'PESCE E CONCHIGLIE','pesce-e-conchiglie',0),(31,'CARNE E POLLAME','carne-e-pollame',0),(32,'RED BLENDS','red-blends',0),(33,'SYRAH','syrah',0),(35,'CABERNET SAUVIGNON','cabernet-sauvignon',0),(36,'PINOTAGE','pinotage',0),(37,'MERLOT','merlot',0),(38,'WHITE BLENDS &amp; OTHER WHITE VARIETALS','white-blends-other-white-varietals',0),(39,'ROSE','rose',0),(40,'CHARDONNAY','chardonnay',0),(41,'CHENIN BLANC','chenin-blanc',0),(42,'SAUVIGNON BLANC','sauvignon-blanc',0),(43,'CHAMPAGNE','champagne',0),(44,'DESSERT','dessert',0),(45,'PIZZERIA BIANCA','pizzeria-bianca',0),(46,'PIZZERIA ROSSA','pizzeria-rossa',0),(47,'TRADITIONAL FOOD','traditional-food',0),(48,'PINOT NOIR','pinot-noir',0);
/*!40000 ALTER TABLE `wpuxyio7feou_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_usermeta`
--

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

--
-- Dumping data for table `wpuxyio7feou_usermeta`
--

LOCK TABLES `wpuxyio7feou_usermeta` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_usermeta` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_usermeta` VALUES (1,1,'nickname','adminsz'),(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,'wpuxyio7feou_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpuxyio7feou_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:2:{s:64:\"6bcf42baf0ab2a9020fe3decf169c4113edb9d76825418c430cedaa8aa2b4fce\";a:4:{s:10:\"expiration\";i:1617022104;s:2:\"ip\";s:11:\"2.37.19.138\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:5:\"login\";i:1616849304;}s:64:\"23657b8780b9a92a01a899871c6c8a4933b63984fc695bf39925990b4a62dfba\";a:4:{s:10:\"expiration\";i:1617181450;s:2:\"ip\";s:14:\"192.145.127.76\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36\";s:5:\"login\";i:1617008650;}}'),(17,1,'wpuxyio7feou_dashboard_quick_press_last_post_id','30440'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"192.145.127.0\";}'),(19,1,'wpuxyio7feou_user-settings','imgsize=full&libraryContent=browse&editor=tinymce'),(20,1,'wpuxyio7feou_user-settings-time','1604231053'),(21,1,'itsec_user_activity_last_seen','1617180115'),(22,1,'itsec-settings-view','grid'),(23,1,'itsec-password-strength','4'),(24,1,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1603004388;}}'),(25,1,'_itsec_has_logged_in','1603004388'),(36,2,'comment_shortcuts','false'),(37,2,'admin_color','modern'),(38,2,'use_ssl','0'),(39,2,'show_admin_bar_front','true'),(40,2,'locale',''),(26,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\";}'),(27,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(28,1,'nav_menu_recently_edited','2'),(30,2,'nickname','itumeleng@rainmakers.cafe'),(31,2,'first_name',''),(32,2,'last_name',''),(33,2,'description',''),(34,2,'rich_editing','true'),(35,2,'syntax_highlighting','true'),(29,1,'seen_more_plugins_page_1','true'),(41,2,'wpuxyio7feou_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(42,2,'wpuxyio7feou_user_level','10'),(43,2,'dismissed_wp_pointers',''),(44,2,'itsec-password-strength','4'),(45,2,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1613644825;}}'),(46,2,'session_tokens','a:3:{s:64:\"cbffbd782cfe277b9fc55bc7914f23c4fce4e6b062f3018302802111ac829051\";a:4:{s:10:\"expiration\";i:1619611288;s:2:\"ip\";s:13:\"154.73.183.63\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";s:5:\"login\";i:1618401688;}s:64:\"dfc2bd63c5c25125d3bdf3834cd4c6c16f43aecb716d83452ced169e7d0aeba6\";a:4:{s:10:\"expiration\";i:1619777088;s:2:\"ip\";s:13:\"154.73.183.63\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";s:5:\"login\";i:1618567488;}s:64:\"8d8c8790db41698066059e2d35238ebe42f034d7177e3fd54508fe7f391d3184\";a:4:{s:10:\"expiration\";i:1620378424;s:2:\"ip\";s:13:\"154.73.183.63\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1619168824;}}'),(47,2,'_itsec_has_logged_in','1613644825'),(48,2,'wpuxyio7feou_dashboard_quick_press_last_post_id','31017'),(49,2,'itsec_user_activity_last_seen','1619168821'),(50,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"154.73.183.0\";}'),(51,3,'nickname','Raju'),(52,3,'first_name',''),(53,3,'last_name',''),(54,3,'description',''),(55,3,'rich_editing','true'),(56,3,'syntax_highlighting','true'),(57,3,'comment_shortcuts','false'),(58,3,'admin_color','fresh'),(59,3,'use_ssl','0'),(60,3,'show_admin_bar_front','true'),(61,3,'locale',''),(62,3,'wpuxyio7feou_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(63,3,'wpuxyio7feou_user_level','10'),(64,3,'dismissed_wp_pointers',''),(65,3,'itsec-password-strength','4'),(66,3,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1613645214;}}'),(68,3,'_itsec_has_logged_in','1613645214'),(69,3,'wpuxyio7feou_dashboard_quick_press_last_post_id','30721'),(70,3,'itsec_user_activity_last_seen','1619158895'),(71,3,'community-events-location','a:1:{s:2:\"ip\";s:19:\"2409:4070:228d:2f::\";}'),(72,3,'itsec-settings-view','grid'),(73,3,'ignore_fbe_not_installed_notice','1'),(74,3,'wpuxyio7feou_user-settings','editor=html&libraryContent=browse&imgsize='),(75,3,'wpuxyio7feou_user-settings-time','1619077615'),(76,3,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:60:\"dashboard_right_now,dashboard_site_health,dashboard_activity\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(77,3,'itsec_logs_page_screen_options','a:6:{s:8:\"per_page\";i:20;s:12:\"default_view\";s:9:\"important\";s:5:\"color\";b:1;s:10:\"show_debug\";b:0;s:12:\"show_process\";b:0;s:9:\"last_seen\";i:0;}'),(78,3,'closedpostboxes_dashboard','a:1:{i:0;s:18:\"dashboard_activity\";}'),(79,3,'metaboxhidden_dashboard','a:0:{}'),(80,2,'sbi_ignore_new_user_sale_notice','always'),(81,2,'wpuxyio7feou_user-settings','editor=tinymce&libraryContent=browse&imgsize='),(82,2,'wpuxyio7feou_user-settings-time','1615984443'),(83,2,'ignore_fbe_not_installed_notice','1'),(84,2,'nav_menu_recently_edited','2'),(85,2,'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\";}'),(86,2,'metaboxhidden_nav-menus','a:14:{i:0;s:21:\"add-post-type-project\";i:1;s:24:\"add-post-type-ecwd_event\";i:2;s:28:\"add-post-type-ecwd_organizer\";i:3;s:24:\"add-post-type-ecwd_venue\";i:4;s:27:\"add-post-type-ecwd_calendar\";i:5;s:26:\"add-post-type-dzsrst_items\";i:6;s:12:\"add-post_tag\";i:7;s:15:\"add-post_format\";i:8;s:20:\"add-project_category\";i:9;s:15:\"add-project_tag\";i:10;s:23:\"add-ecwd_event_category\";i:11;s:18:\"add-ecwd_event_tag\";i:12;s:20:\"add-dzsrst_items_cat\";i:13;s:20:\"add-dzsrst_items_tag\";}'),(87,1,'ignore_fbe_not_installed_notice','1'),(88,2,'closedpostboxes_page','a:0:{}'),(89,2,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(90,4,'wpuxyio7feou_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(91,4,'wpuxyio7feou_user_level','10'),(92,4,'rich_editing','true'),(93,4,'admin_color','fresh'),(94,4,'nickname','e2meleng'),(95,4,'first_name','Itumeleng'),(96,4,'last_name','Masinamela'),(97,4,'description',''),(98,4,'syntax_highlighting','true'),(99,4,'comment_shortcuts','false'),(100,4,'use_ssl','0'),(101,4,'show_admin_bar_front','true'),(102,4,'locale',''),(103,5,'nickname','Ranga'),(104,5,'first_name',''),(105,5,'last_name',''),(106,5,'description',''),(107,5,'rich_editing','true'),(108,5,'syntax_highlighting','true'),(109,5,'comment_shortcuts','false'),(110,5,'admin_color','fresh'),(111,5,'use_ssl','0'),(112,5,'show_admin_bar_front','true'),(113,5,'locale',''),(114,5,'wpuxyio7feou_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(115,5,'wpuxyio7feou_user_level','10'),(116,5,'dismissed_wp_pointers',''),(117,5,'itsec-password-strength','4'),(118,5,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1618921045;}}'),(119,5,'session_tokens','a:2:{s:64:\"50d4bf80a83f654bb8012a79ad18243dfeef85bf4f7702729d40636125f423d0\";a:4:{s:10:\"expiration\";i:1619093845;s:2:\"ip\";s:39:\"2409:4070:2507:353f:c995:c720:b9fc:18be\";s:2:\"ua\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39\";s:5:\"login\";i:1618921045;}s:64:\"439a6db8bd0a3904da9be3672c5660d7f182eb44f130e5a6fd9716095409bad0\";a:4:{s:10:\"expiration\";i:1620190032;s:2:\"ip\";s:39:\"2409:4070:2507:353f:a4bc:d39a:57b3:aaba\";s:2:\"ua\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:5:\"login\";i:1618980432;}}'),(120,5,'_itsec_has_logged_in','1618921045'),(121,5,'wpuxyio7feou_dashboard_quick_press_last_post_id','30720'),(122,5,'itsec_user_activity_last_seen','1619095770'),(123,5,'community-events-location','a:1:{s:2:\"ip\";s:21:\"2409:4070:2507:353f::\";}'),(129,3,'session_tokens','a:1:{s:64:\"447923bf6da71e6e664d7cf810783bc3fcbf653dbb383a447d852c1f97e0e865\";a:4:{s:10:\"expiration\";i:1619332636;s:2:\"ip\";s:37:\"2409:4070:228d:2f:cd22:ca4d:33f4:539f\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";s:5:\"login\";i:1619159836;}}'),(125,3,'closedpostboxes_mp_menu_item','a:1:{i:0;s:11:\"nutritional\";}'),(124,3,'sbi_ignore_new_user_sale_notice','always'),(126,3,'metaboxhidden_mp_menu_item','a:2:{i:0;s:16:\"commentstatusdiv\";i:1;s:7:\"slugdiv\";}'),(127,5,'closedpostboxes_dzsrst_items','a:0:{}'),(128,5,'metaboxhidden_dzsrst_items','a:2:{i:0;s:16:\"commentstatusdiv\";i:1;s:7:\"slugdiv\";}'),(130,3,'nav_menu_recently_edited','2'),(131,3,'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\";}'),(132,3,'metaboxhidden_nav-menus','a:16:{i:0;s:26:\"add-post-type-mp_menu_item\";i:1;s:21:\"add-post-type-project\";i:2;s:24:\"add-post-type-pec-events\";i:3;s:26:\"add-post-type-dzsrst_items\";i:4;s:26:\"add-post-type-3d-flip-book\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:20:\"add-mp_menu_category\";i:8;s:15:\"add-mp_menu_tag\";i:9;s:17:\"add-mp_ingredient\";i:10;s:20:\"add-project_category\";i:11;s:15:\"add-project_tag\";i:12;s:23:\"add-pec_events_category\";i:13;s:20:\"add-dzsrst_items_cat\";i:14;s:20:\"add-dzsrst_items_tag\";i:15;s:25:\"add-3d-flip-book-category\";}'),(133,4,'itsec-password-strength','4'),(134,4,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1619099095;}}'),(135,4,'session_tokens','a:1:{s:64:\"1c8fad82b5c60e72cb5f28d45b63e74c1ea70c9cc9b8bad6f3cd5524c0b1fcc1\";a:4:{s:10:\"expiration\";i:1619271895;s:2:\"ip\";s:13:\"154.73.183.63\";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.3 Safari/605.1.15\";s:5:\"login\";i:1619099095;}}'),(136,4,'_itsec_has_logged_in','1619099095'),(137,4,'wpuxyio7feou_dashboard_quick_press_last_post_id','31018'),(138,4,'itsec_user_activity_last_seen','1619162074'),(139,4,'community-events-location','a:1:{s:2:\"ip\";s:12:\"154.73.183.0\";}');
/*!40000 ALTER TABLE `wpuxyio7feou_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_users`
--

DROP TABLE IF EXISTS `wpuxyio7feou_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) 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=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_users`
--

LOCK TABLES `wpuxyio7feou_users` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_users` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_users` VALUES (1,'adminsz','$P$BZoqzvvbJPfetFLmzCfFKnw/MGXwP60','adminsz','simone@zanetti.co.za','http://rainmakers.cafe/fumo','2020-06-22 13:40:24','',0,'adminsz'),(2,'itumeleng@rainmakers.cafe','$P$BGIPSyB2En15rWdOygk0kwWIlrzsIl/','itumelengrainmakers-cafe','itumeleng@rainmakers.cafe','','2021-02-18 10:34:37','',0,'itumeleng@rainmakers.cafe'),(5,'Ranga','$P$BCJigI6lXMCPLYASIfVi/W.ofT/3EO0','ranga','ranga@rainmakers.cafe','','2021-04-20 12:15:17','1618920918:$P$Bd8RpWHI3CklKc8MIYatEPmYD4jTNG.',0,'Ranga'),(3,'Raju','$P$BkWC.z/K08pDw3Y98V9jXZ.O9ynBBx1','raju','raju@rainmakers.cafe','','2021-02-18 10:43:13','1613644994:$P$B9M6D4dEYE36mHz617dn72mJVPDPhS0',0,'Raju'),(4,'e2meleng','$P$B12sBed046HAdVmkWGYEmOSvTyhxJk/','e2meleng','itumeleng@rainmakers.cafe','','2021-04-15 14:38:33','',0,'e2meleng');
/*!40000 ALTER TABLE `wpuxyio7feou_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpuxyio7feou_wpmailsmtp_tasks_meta`
--

DROP TABLE IF EXISTS `wpuxyio7feou_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpuxyio7feou_wpmailsmtp_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpuxyio7feou_wpmailsmtp_tasks_meta`
--

LOCK TABLES `wpuxyio7feou_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wpuxyio7feou_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wpuxyio7feou_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-01 20:52:37'),(2,'wp_mail_smtp_admin_notifications_update','W10=','2021-02-23 10:35:33'),(3,'wp_mail_smtp_admin_notifications_update','W10=','2021-02-23 10:35:44');
/*!40000 ALTER TABLE `wpuxyio7feou_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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-04-23 10:04:21
