-- MySQL dump 10.13  Distrib 5.7.33, for Linux (x86_64)
--
-- Host: localhost    Database: simonez1_wp233
-- ------------------------------------------------------
-- Server version	5.7.33-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=219 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 (217,'action_scheduler/migration_hook','complete','2021-03-17 13:15:26','2021-03-17 13:15:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1615986926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1615986926;}',1,1,'2021-03-17 13:15:28','2021-03-17 13:15:28',0,NULL),(218,'action_scheduler/migration_hook','complete','2021-03-18 06:44:28','2021-03-18 06:44:28','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1616049868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1616049868;}',1,1,'2021-03-18 06:44:30','2021-03-18 06:44:30',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=11550 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=51 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 (50,218,'action ignored via WP Cron','2021-03-27 13:29:21','2021-03-27 13:29:21'),(49,217,'action ignored via WP Cron','2021-03-27 13:29:21','2021-03-27 13:29:21'),(43,217,'action created','2021-03-17 13:14:26','2021-03-17 13:14:26'),(44,217,'action started via Async Request','2021-03-17 13:15:28','2021-03-17 13:15:28'),(45,217,'action complete via Async Request','2021-03-17 13:15:28','2021-03-17 13:15:28'),(46,218,'action created','2021-03-18 06:43:28','2021-03-18 06:43:28'),(47,218,'action started via WP Cron','2021-03-18 06:44:30','2021-03-18 06:44:30'),(48,218,'action complete via WP Cron','2021-03-18 06:44:30','2021-03-18 06:44:30');
/*!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_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_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=3381 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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:74:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/jazz',1,0,'173.252.83.13'),(2673,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153010882690527\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2690528\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612285041.0010869503021240234375;s:12:\"REQUEST_TIME\";i:1612285041;}}','notice','2021-02-02 16:57:21','2021-02-02 16:57:21',26126104,26435248,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2674,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:\"207.46.13.232\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"207.46.13.232\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045314140650\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2140651\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612291638.2604129314422607421875;s:12:\"REQUEST_TIME\";i:1612291638;}}','notice','2021-02-02 18:47:22','2021-02-02 18:47:19',29881440,30319064,'https://fumo.co.za/lunch',1,0,'207.46.13.232'),(2684,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:28:\"https://fumo.co.za/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.4093.3 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"135.148.2.113\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"135.148.2.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:\"38153054724885335\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"885336\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612346700.1751039028167724609375;s:12:\"REQUEST_TIME\";i:1612346700;}}','notice','2021-02-03 10:05:03','2021-02-03 10:05:00',27662920,28100536,'https://fumo.co.za/contacts/',1,0,'135.148.2.113'),(2685,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\":2:{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: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:\"35.181.87.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.181.87.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:\"38153058463640539\";s:14:\"HTTP_X_VARNISH\";s:7:\"1640540\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612354208.8896920680999755859375;s:12:\"REQUEST_TIME\";i:1612354208;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-03 12:10:09','2021-02-03 12:10:08',8643112,10813416,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2686,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"35.181.87.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.181.87.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:\"38153014988247191\";s:14:\"HTTP_X_VARNISH\";s:7:\"3247192\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612354209.8332479000091552734375;s:12:\"REQUEST_TIME\";i:1612354209;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-03 12:10:09','2021-02-03 12:10:09',8434000,8755032,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2687,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\":2:{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: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:\"35.181.87.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.181.87.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:\"38153029852965104\";s:14:\"HTTP_X_VARNISH\";s:7:\"3965105\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612354210.0047969818115234375;s:12:\"REQUEST_TIME\";i:1612354210;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-03 12:10:10','2021-02-03 12:10:10',8423192,8434176,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2688,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"35.181.87.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.181.87.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:\"38153004811722712\";s:14:\"HTTP_X_VARNISH\";s:7:\"2722713\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612354210.2491090297698974609375;s:12:\"REQUEST_TIME\";i:1612354210;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-03 12:10:10','2021-02-03 12:10:10',8432896,8482072,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2689,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\":2:{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: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:\"35.181.87.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.181.87.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:\"38153053872722715\";s:14:\"HTTP_X_VARNISH\";s:7:\"2722716\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612354210.3954579830169677734375;s:12:\"REQUEST_TIME\";i:1612354210;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-03 12:10:10','2021-02-03 12:10:10',8402272,8404720,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2690,0,'lockout','host-lockout::35.181.87.238','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"35.181.87.238\";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-02-03 12:10:10\";s:17:\"lockout_start_gmt\";s:19:\"2021-02-03 12:10:10\";s:15:\"lockout_context\";s:420:\"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\";}\";s:14:\"lockout_expire\";s:19:\"2021-02-03 12:25:10\";s:18:\"lockout_expire_gmt\";s:19:\"2021-02-03 12:25:10\";s:12:\"lockout_host\";s:13:\"35.181.87.238\";}','action','2021-02-03 12:10:10','2021-02-03 12:10:10',8464152,8472232,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2691,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-02-03 12:10:10','2021-02-03 12:10:10',8601024,8933320,'https://fumo.co.za/xmlrpc.php',1,0,'35.181.87.238'),(2692,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.140 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..5\\\"\";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:\"38153061412135458\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2135459\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612370538.2530710697174072265625;s:12:\"REQUEST_TIME\";i:1612370538;}}','notice','2021-02-03 16:42:18','2021-02-03 16:42:18',26126576,26435736,'https://fumo.co.za/menu',1,0,'66.249.66.150'),(2693,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:28:\"https://fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"217.107.194.5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"217.107.194.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:\"38153059350558459\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2558460\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612373476.34552001953125;s:12:\"REQUEST_TIME\";i:1612373476;}}','notice','2021-02-03 17:31:17','2021-02-03 17:31:16',26145512,26454656,'https://fumo.co.za/contacts/',1,0,'217.107.194.5'),(2694,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_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:32:\"https://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.86.15.106\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:22:\"https://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.86.15.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:\"38153041571001979\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4001980\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612374451.2207810878753662109375;s:12:\"REQUEST_TIME\";i:1612374451;}}','notice','2021-02-03 17:47:31','2021-02-03 17:47:31',26126720,26435864,'https://fumo.co.za/contacts/',1,0,'45.86.15.106'),(2695,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_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:31:\"http://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.72.55.106\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:21:\"http://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.72.55.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:\"38153036909569614\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"569615\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612374453.7458679676055908203125;s:12:\"REQUEST_TIME\";i:1612374453;}}','notice','2021-02-03 17:47:34','2021-02-03 17:47:33',26127088,26436192,'https://fumo.co.za/contacts/tel:+27123460916',1,0,'45.72.55.106'),(2696,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153004160240011\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"240012\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612383412.125566005706787109375;s:12:\"REQUEST_TIME\";i:1612383412;}}','notice','2021-02-03 20:16:56','2021-02-03 20:16:53',29884344,30321960,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2697,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.113\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamqGPQWXx3KixGaAD0J0wOYhw_iyctCbu8r4YFQbRHcBE5gyo6o-5kfY9g0KU230BmZno23utvP8VobFgH5KcwvykVX1cDkOFmwDhaSaA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.127.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:\"38153055334354133\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"354134\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612402651.280476093292236328125;s:12:\"REQUEST_TIME\";i:1612402651;}}','notice','2021-02-04 01:37:31','2021-02-04 01:37:31',26126168,26435312,'https://fumo.co.za/christmas',1,0,'31.13.127.113'),(2698,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:27:\"https://www.fumo.co.za/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:15:\"173.245.203.206\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.245.203.206\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038208147864\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4147865\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612419802.45827198028564453125;s:12:\"REQUEST_TIME\";i:1612419802;}}','notice','2021-02-04 06:23:23','2021-02-04 06:23:22',26126008,26435168,'https://fumo.co.za/home',1,0,'173.245.203.206'),(2699,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:27:\"https://www.fumo.co.za/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:13:\"5.180.220.166\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.166\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047095946319\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2946320\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612419999.525330066680908203125;s:12:\"REQUEST_TIME\";i:1612419999;}}','notice','2021-02-04 06:26:40','2021-02-04 06:26:39',26126200,26435360,'https://fumo.co.za/home',1,0,'5.180.220.166'),(2700,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:27:\"https://www.fumo.co.za/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:\"212.102.52.162\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"212.102.52.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:\"38153035305784591\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4784592\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612420119.256237030029296875;s:12:\"REQUEST_TIME\";i:1612420119;}}','notice','2021-02-04 06:28:39','2021-02-04 06:28:39',26126056,26435216,'https://fumo.co.za/home',1,0,'212.102.52.162'),(2701,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: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:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"103.46.203.201\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:12:\"HTTP_SEC_GPC\";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:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"103.46.203.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:\"38153063661506120\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2506121\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612423452.7244999408721923828125;s:12:\"REQUEST_TIME\";i:1612423452;}}','notice','2021-02-04 07:24:13','2021-02-04 07:24:12',26127184,26436328,'https://fumo.co.za/contacts/',1,0,'103.46.203.201'),(2702,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-04 09:06:17','2021-02-04 09:06:17',8104768,8883952,'wp-cron',1,0,'178.79.186.170'),(2703,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-04 09:06:17','2021-02-04 09:06:17',8383592,8883952,'wp-cron',1,0,'178.79.186.170'),(2704,0,'four_oh_four','found_404','a:1:{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: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:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"103.46.203.201\";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:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"103.46.203.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:\"38153051302112303\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5112304\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612429580.0702359676361083984375;s:12:\"REQUEST_TIME\";i:1612429580;}}','notice','2021-02-04 09:06:20','2021-02-04 09:06:20',26127032,26436176,'https://fumo.co.za/contacts/',1,0,'103.46.203.201'),(2705,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:28:\"https://fumo.co.za/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:\"185.147.213.98\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.147.213.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:\"38153056147199484\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6199485\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612458231.457550048828125;s:12:\"REQUEST_TIME\";i:1612458231;}}','notice','2021-02-04 17:03:52','2021-02-04 17:03:51',27662920,28100536,'https://fumo.co.za/contacts/',1,0,'185.147.213.98'),(2706,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:\"207.46.13.232\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"207.46.13.232\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153008351692071\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6692072\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612467095.4309890270233154296875;s:12:\"REQUEST_TIME\";i:1612467095;}}','notice','2021-02-04 19:31:39','2021-02-04 19:31:36',30770704,31208928,'https://fumo.co.za/just-arrived',1,0,'207.46.13.232'),(2707,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_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:32:\"https://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"193.8.94.100\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:22:\"https://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"193.8.94.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:\"38153045836129187\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5129188\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612476665.3066890239715576171875;s:12:\"REQUEST_TIME\";i:1612476665;}}','notice','2021-02-04 22:11:06','2021-02-04 22:11:05',26910672,27220424,'https://fumo.co.za/contacts/',1,0,'193.8.94.100'),(2708,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_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:31:\"http://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.94.47.173\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:21:\"http://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.94.47.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:\"38153037376275073\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7275074\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612476666.975421905517578125;s:12:\"REQUEST_TIME\";i:1612476666;}}','notice','2021-02-04 22:11:07','2021-02-04 22:11:06',26911040,27220752,'https://fumo.co.za/contacts/tel:+27123460916',1,0,'45.94.47.173'),(2709,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153002437809940\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5809941\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612481417.712501049041748046875;s:12:\"REQUEST_TIME\";i:1612481417;}}','notice','2021-02-04 23:30:19','2021-02-04 23:30:18',30742376,31102776,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2710,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:\"Aal5JEy7m_JKW2y3xCXP0lMxJ1q_cy1wz5TwlZZ3chqnk9p0upFfKaGJ8-26S6zUncrAdtA2eMu_eyPnwRfrAOdHHj5-awFLL79r0by72HWPQ5Odqo4X\";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:\"38153034988490895\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6490896\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612498009.280870914459228515625;s:12:\"REQUEST_TIME\";i:1612498009;}}','notice','2021-02-05 04:06:51','2021-02-05 04:06:49',30742296,31102712,'https://fumo.co.za/jazz',1,0,'173.252.111.5'),(2711,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:27:\"https://www.fumo.co.za/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:15:\"185.147.213.116\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"185.147.213.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:\"38153036372930071\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7930072\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612505430.56247806549072265625;s:12:\"REQUEST_TIME\";i:1612505430;}}','notice','2021-02-05 06:10:31','2021-02-05 06:10:30',26909960,27219728,'https://fumo.co.za/home',1,0,'185.147.213.116'),(2712,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:27:\"https://www.fumo.co.za/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:15:\"185.147.213.116\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"185.147.213.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:\"38153040212791385\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5791386\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612505658.6492969989776611328125;s:12:\"REQUEST_TIME\";i:1612505658;}}','notice','2021-02-05 06:14:19','2021-02-05 06:14:18',26910248,27220016,'https://fumo.co.za/home',1,0,'185.147.213.116'),(2713,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.26\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aan5TzhImZEN5M7UuoRVfm6lcEI2oMhlGuJfUXv95SVlpgDhVjwdEWN5My_8bWq4PWM7XlG2-Bc0aLdXMPPruP6C8HGwusrtRqbW3scLHoh3HTAOXdD1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.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:\"38153042893338443\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3338444\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612507918.07513904571533203125;s:12:\"REQUEST_TIME\";i:1612507918;}}','notice','2021-02-05 06:52:04','2021-02-05 06:51:59',30742296,31102712,'https://fumo.co.za/jazz',1,0,'69.171.249.26'),(2714,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:\"36.72.215.133\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"36.72.215.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:\"38153014268581418\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7581419\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612515219.270431995391845703125;s:12:\"REQUEST_TIME\";i:1612515219;}}','notice','2021-02-05 08:53:40','2021-02-05 08:53:39',27003576,27313288,'https://fumo.co.za/wp-includes/wps-cache.php',1,0,'36.72.215.133'),(2727,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_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:31:\"http://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.72.55.164\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:21:\"http://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.72.55.164\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050511589842\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10589843\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612592363.392353057861328125;s:12:\"REQUEST_TIME\";i:1612592363;}}','notice','2021-02-06 06:19:24','2021-02-06 06:19:23',26911056,27220768,'https://fumo.co.za/contacts/tel:+27123460916',1,0,'45.72.55.164'),(2728,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.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AandPDKieGevivYBCu3dUs9a6OxRN9eIny_iuwxzikOQvbDe7GTDA5EFFaGeSNbfpGkFDPhCFOkVAWJXVK06UV3BNODq7JvsdO-wgMklc025FSHez4bA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.95.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:\"38153036242641991\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6641992\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612595168.8298809528350830078125;s:12:\"REQUEST_TIME\";i:1612595168;}}','notice','2021-02-06 07:06:12','2021-02-06 07:06:09',30742296,31102712,'https://fumo.co.za/jazz',1,0,'173.252.95.6'),(2726,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_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:32:\"https://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.72.55.164\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:22:\"https://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.72.55.164\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060223589828\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10589829\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612592359.21918392181396484375;s:12:\"REQUEST_TIME\";i:1612592359;}}','notice','2021-02-06 06:19:19','2021-02-06 06:19:19',26910696,27220448,'https://fumo.co.za/contacts/',1,0,'45.72.55.164'),(2725,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:27:\"https://www.fumo.co.za/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:15:\"209.107.216.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.216.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:\"38153050695270814\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8270815\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612592193.19065189361572265625;s:12:\"REQUEST_TIME\";i:1612592193;}}','notice','2021-02-06 06:16:33','2021-02-06 06:16:33',26910008,27219776,'https://fumo.co.za/home',1,0,'209.107.216.247'),(2724,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:27:\"https://www.fumo.co.za/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:\"205.185.209.46\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"205.185.209.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:\"38153044889320574\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9320575\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612592096.76727199554443359375;s:12:\"REQUEST_TIME\";i:1612592096;}}','notice','2021-02-06 06:14:57','2021-02-06 06:14:56',26910152,27219920,'https://fumo.co.za/home',1,0,'205.185.209.46'),(2723,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.140 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..5\\\"\";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:\"38153042750231721\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10231722\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612575092.69280910491943359375;s:12:\"REQUEST_TIME\";i:1612575092;}}','notice','2021-02-06 01:31:33','2021-02-06 01:31:32',26910544,27220312,'https://fumo.co.za/home',1,0,'66.249.66.150'),(2722,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:28:\"https://fumo.co.za/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:\"95.143.21.92\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"95.143.21.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:\"38153010441063554\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8063555\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612571534.331408977508544921875;s:12:\"REQUEST_TIME\";i:1612571534;}}','notice','2021-02-06 00:32:17','2021-02-06 00:32:14',28521264,28881664,'https://fumo.co.za/contacts/',1,0,'95.143.21.92'),(2721,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.113\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamIbvNeepiiK-hbm5bNyySDHQcTIsFBgKjSPhQigzmkjxRXXRANMhAw7H_TLo3WV_7Tdfjq_2pT72HYE1iDQnORLU7ZCbCKYrlFvfdgDw\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.103.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:\"38153050651705483\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9705484\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612551897.852222919464111328125;s:12:\"REQUEST_TIME\";i:1612551897;}}','notice','2021-02-05 19:04:58','2021-02-05 19:04:57',26909976,27219744,'https://fumo.co.za/jazz',1,0,'31.13.103.113'),(2720,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.119\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AalchWrKCMNpMXaJehJPslbyqOW57G9TeFH6Ptr6YhYG9DU0HvWIZesWDbwZxWXa1Z2KrQzCtPsUUKE-9dl-Cyu6QQUyrWdGqf0Sh-WnuGKf\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.107.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:\"38153059028464651\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4464652\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612547860.96354198455810546875;s:12:\"REQUEST_TIME\";i:1612547860;}}','notice','2021-02-05 17:57:41','2021-02-05 17:57:40',26910336,27220072,'https://fumo.co.za/black-friday-2019',1,0,'173.252.107.119'),(2719,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.80\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153013250839511\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2839512\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612546712.7754371166229248046875;s:12:\"REQUEST_TIME\";i:1612546712;}}','notice','2021-02-05 17:38:36','2021-02-05 17:38:33',30742376,31102776,'https://fumo.co.za/book-a-table',1,0,'13.66.139.80'),(2717,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-05 15:14:04','2021-02-05 15:14:04',8349064,8854512,'wp-cron',1,0,'178.79.186.170'),(2718,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153012425343789\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9343790\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612544398.29732799530029296875;s:12:\"REQUEST_TIME\";i:1612544398;}}','notice','2021-02-05 17:00:02','2021-02-05 16:59:59',30742376,31102776,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2715,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.9\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aake4Zl2SUHG0KNGS1NN1pmMSRAiGQM7ej9rVQHW4TM1M0L4ly2MZVg6NLOnegLH7qT_lt7beCDhahMYyHKGLV9Ruh83OymqsGorMKW6dCSswzGeA62X\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"69.171.249.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:\"38153040456227645\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8227646\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612524594.5146210193634033203125;s:12:\"REQUEST_TIME\";i:1612524594;}}','notice','2021-02-05 11:29:56','2021-02-05 11:29:54',28521040,28881456,'https://fumo.co.za/jazz',1,0,'69.171.249.9'),(2716,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-05 15:14:04','2021-02-05 15:14:04',8070176,8854512,'wp-cron',1,0,'178.79.186.170'),(2729,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.19\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamOTsotBFGjJrR6g5M1NPlZYNiQT_4HEn4clJB6qyLGBTG6UPmk7N_2IUjBEW7EPr9Sdno5ayiusjvN7bKFX6P6TaM1Gsg-DgsGm8nJt3xx0HmPEoul\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.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:\"38153037317555550\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7555551\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612605255.6253139972686767578125;s:12:\"REQUEST_TIME\";i:1612605255;}}','notice','2021-02-06 09:54:25','2021-02-06 09:54:16',30742184,31102600,'https://fumo.co.za/jazz',1,0,'69.171.249.19'),(2730,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\":2:{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: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:\"52.60.189.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"52.60.189.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153023780298462\";s:14:\"HTTP_X_VARNISH\";s:8:\"12298463\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612617384.62166500091552734375;s:12:\"REQUEST_TIME\";i:1612617384;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-06 13:16:24','2021-02-06 13:16:24',8604424,10774728,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2731,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"52.60.189.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"52.60.189.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057636527995\";s:14:\"HTTP_X_VARNISH\";s:7:\"8527996\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612617385.782846927642822265625;s:12:\"REQUEST_TIME\";i:1612617385;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-06 13:16:25','2021-02-06 13:16:25',8395360,8716392,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2732,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\":2:{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: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:\"52.60.189.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"52.60.189.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053630717153\";s:14:\"HTTP_X_VARNISH\";s:8:\"10717154\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612617386.2109110355377197265625;s:12:\"REQUEST_TIME\";i:1612617386;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-06 13:16:26','2021-02-06 13:16:26',8363584,8366032,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2733,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"52.60.189.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"52.60.189.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045050717159\";s:14:\"HTTP_X_VARNISH\";s:8:\"10717160\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612617386.6100709438323974609375;s:12:\"REQUEST_TIME\";i:1612617386;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-06 13:16:26','2021-02-06 13:16:26',8394272,8443448,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2734,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\":2:{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: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:\"52.60.189.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"52.60.189.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153020131298465\";s:14:\"HTTP_X_VARNISH\";s:8:\"12298466\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612617387.0200779438018798828125;s:12:\"REQUEST_TIME\";i:1612617387;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-06 13:16:27','2021-02-06 13:16:27',8363584,8366032,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2735,0,'lockout','host-lockout::52.60.189.115','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"52.60.189.115\";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-02-06 13:16:27\";s:17:\"lockout_start_gmt\";s:19:\"2021-02-06 13:16:27\";s:15:\"lockout_context\";s:420:\"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\";}\";s:14:\"lockout_expire\";s:19:\"2021-02-06 13:31:27\";s:18:\"lockout_expire_gmt\";s:19:\"2021-02-06 13:31:27\";s:12:\"lockout_host\";s:13:\"52.60.189.115\";}','action','2021-02-06 13:16:27','2021-02-06 13:16:27',8425496,8433616,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2736,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-02-06 13:16:27','2021-02-06 13:16:27',8562432,8894664,'https://fumo.co.za/xmlrpc.php',1,0,'52.60.189.115'),(2737,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153012545806384\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1806385\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612630694.7169010639190673828125;s:12:\"REQUEST_TIME\";i:1612630694;}}','notice','2021-02-06 16:58:19','2021-02-06 16:58:16',30742376,31102776,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2738,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-06 21:22:33','2021-02-06 21:22:33',8070160,8854496,'wp-cron',1,0,'178.79.186.170'),(2739,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-06 21:22:33','2021-02-06 21:22:33',8349048,8854496,'wp-cron',1,0,'178.79.186.170'),(2740,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.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AaldOz2KsI0yEVg5nDYHiPx11eRb4dn21LF3nfMuJ1MQc5Z-oP_A8YH6U03s8Runv_YU3wCSStHMHRxjPDa9c35AC7cJJ_vHI3u8FC1dKOJTeuMRyTkP\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.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:\"38153057180663275\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"663276\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612663144.1925671100616455078125;s:12:\"REQUEST_TIME\";i:1612663144;}}','notice','2021-02-07 01:59:06','2021-02-07 01:59:04',30742296,31102712,'https://fumo.co.za/jazz',1,0,'173.252.87.6'),(2741,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.11\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakkWmuAKzm7Ca-u3PDS07rCH1uT5dboUfpSZdU6MnuW0kwJfklm2pxsxnOU-eY__1gdJI1cTastYMybUAs9hluuzubcWjXuuTpzYyXw0JZIP6xEzQwX\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.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:\"38153065399514574\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1514575\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612672701.1063859462738037109375;s:12:\"REQUEST_TIME\";i:1612672701;}}','notice','2021-02-07 04:38:24','2021-02-07 04:38:21',30742296,31102712,'https://fumo.co.za/jazz',1,0,'69.171.249.11'),(2742,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:27:\"https://www.fumo.co.za/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:15:\"173.245.203.105\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.245.203.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:\"38153046832234847\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2234848\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612678614.5823419094085693359375;s:12:\"REQUEST_TIME\";i:1612678614;}}','notice','2021-02-07 06:16:55','2021-02-07 06:16:54',26910152,27219920,'https://fumo.co.za/home',1,0,'173.245.203.105'),(2743,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:27:\"https://www.fumo.co.za/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:13:\"173.213.88.48\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.213.88.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:\"38153052731202407\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"202408\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612678682.8593389987945556640625;s:12:\"REQUEST_TIME\";i:1612678682;}}','notice','2021-02-07 06:18:03','2021-02-07 06:18:02',26910008,27219776,'https://fumo.co.za/home',1,0,'173.213.88.48'),(2744,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_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:32:\"https://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.94.47.111\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:22:\"https://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.94.47.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:\"38153033245861182\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"861183\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612683021.881175994873046875;s:12:\"REQUEST_TIME\";i:1612683021;}}','notice','2021-02-07 07:30:22','2021-02-07 07:30:21',26910680,27220432,'https://fumo.co.za/contacts/',1,0,'45.94.47.111'),(2745,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_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:31:\"http://www.fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"45.94.47.111\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:21:\"http://www.fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.94.47.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:\"38153043277736471\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2736472\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612683025.095859050750732421875;s:12:\"REQUEST_TIME\";i:1612683025;}}','notice','2021-02-07 07:30:25','2021-02-07 07:30:25',26911040,27220752,'https://fumo.co.za/contacts/tel:+27123460916',1,0,'45.94.47.111'),(2758,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:27:\"https://www.fumo.co.za/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:15:\"209.107.204.231\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.204.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:\"38153045835752544\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1752545\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612765118.0999829769134521484375;s:12:\"REQUEST_TIME\";i:1612765118;}}','notice','2021-02-08 06:18:38','2021-02-08 06:18:38',26910008,27219776,'https://fumo.co.za/home',1,0,'209.107.204.231'),(2759,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:27:\"https://www.fumo.co.za/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: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:\"38153033359076164\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2076165\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612765187.1302659511566162109375;s:12:\"REQUEST_TIME\";i:1612765187;}}','notice','2021-02-08 06:19:47','2021-02-08 06:19:47',26909960,27219728,'https://fumo.co.za/home',1,0,'216.151.183.226'),(2771,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"211\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153057832333446\";s:14:\"HTTP_X_VARNISH\";s:7:\"1333447\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848777.6522769927978515625;s:12:\"REQUEST_TIME\";i:1612848777;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:32:58','2021-02-09 05:32:57',26906592,27216344,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2772,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"209\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153058371333457\";s:14:\"HTTP_X_VARNISH\";s:7:\"1333458\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848781.169085025787353515625;s:12:\"REQUEST_TIME\";i:1612848781;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:01','2021-02-09 05:33:01',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2773,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153062801449941\";s:14:\"HTTP_X_VARNISH\";s:7:\"3449942\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848785.517117977142333984375;s:12:\"REQUEST_TIME\";i:1612848785;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:06','2021-02-09 05:33:05',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2774,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"200\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153047745223769\";s:14:\"HTTP_X_VARNISH\";s:7:\"3223770\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848789.616692066192626953125;s:12:\"REQUEST_TIME\";i:1612848789;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:10','2021-02-09 05:33:09',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2775,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153056424798649\";s:14:\"HTTP_X_VARNISH\";s:7:\"2798650\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848794.229051113128662109375;s:12:\"REQUEST_TIME\";i:1612848794;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:15','2021-02-09 05:33:14',26999688,27309440,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2776,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153020009798662\";s:14:\"HTTP_X_VARNISH\";s:7:\"2798663\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848799.06703090667724609375;s:12:\"REQUEST_TIME\";i:1612848799;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:19','2021-02-09 05:33:19',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2777,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: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:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153055412650725\";s:14:\"HTTP_X_VARNISH\";s:7:\"1650726\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848804.8115260601043701171875;s:12:\"REQUEST_TIME\";i:1612848804;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:25','2021-02-09 05:33:24',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2778,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153054806498034\";s:14:\"HTTP_X_VARNISH\";s:7:\"1498035\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848809.58687591552734375;s:12:\"REQUEST_TIME\";i:1612848809;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:30','2021-02-09 05:33:29',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2779,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"207\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153046947868203\";s:14:\"HTTP_X_VARNISH\";s:7:\"2868204\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848814.9810879230499267578125;s:12:\"REQUEST_TIME\";i:1612848814;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:35','2021-02-09 05:33:34',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2780,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153053171608109\";s:14:\"HTTP_X_VARNISH\";s:6:\"608110\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848819.3757159709930419921875;s:12:\"REQUEST_TIME\";i:1612848819;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:40','2021-02-09 05:33:39',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2781,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153012026383885\";s:14:\"HTTP_X_VARNISH\";s:7:\"2383886\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848836.5693480968475341796875;s:12:\"REQUEST_TIME\";i:1612848836;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:33:57','2021-02-09 05:33:56',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2782,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"207\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153031042209759\";s:14:\"HTTP_X_VARNISH\";s:7:\"2209760\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848840.4387180805206298828125;s:12:\"REQUEST_TIME\";i:1612848840;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:34:01','2021-02-09 05:34:00',26906592,27216344,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2783,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153040651402352\";s:14:\"HTTP_X_VARNISH\";s:7:\"2402353\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848845.123279094696044921875;s:12:\"REQUEST_TIME\";i:1612848845;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:34:05','2021-02-09 05:34:05',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2784,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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153013041163599\";s:14:\"HTTP_X_VARNISH\";s:7:\"3163600\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848850.148458957672119140625;s:12:\"REQUEST_TIME\";i:1612848850;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:34:10','2021-02-09 05:34:10',26999688,27309440,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2785,0,'lockout','host-lockout::54.250.87.247','a:14:{s:6:\"module\";s:12:\"four_oh_four\";s:4:\"host\";s:13:\"54.250.87.247\";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-02-09 05:34:10\";s:17:\"lockout_start_gmt\";s:19:\"2021-02-09 05:34:10\";s:15:\"lockout_context\";s:411:\"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\";}\";s:14:\"lockout_expire\";s:19:\"2021-02-09 05:49:10\";s:18:\"lockout_expire_gmt\";s:19:\"2021-02-09 05:49:10\";s:12:\"lockout_host\";s:13:\"54.250.87.247\";}','action','2021-02-09 05:34:10','2021-02-09 05:34:10',27059952,27309440,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2786,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-02-09 05:34:11','2021-02-09 05:34:10',27187840,27528448,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2818,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.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"34.121.222.22\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.121.222.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:\"38153060923458363\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6458364\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612996319.4885981082916259765625;s:12:\"REQUEST_TIME\";i:1612996319;}}','notice','2021-02-10 22:32:00','2021-02-10 22:31:59',26911600,27221272,'https://fumo.co.za/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'34.121.222.22'),(2819,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:\"51.210.124.177\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"51.210.124.177\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050241004999\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4005000\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613003562.5639970302581787109375;s:12:\"REQUEST_TIME\";i:1613003562;}}','notice','2021-02-11 00:32:43','2021-02-11 00:32:42',26912760,27222384,'https://fumo.co.za/wp-includes/wpconfig.bak.php?act=ul',1,0,'51.210.124.177'),(2820,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: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:15:\"197.185.110.142\";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:15:\"197.185.110.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:\"38153028993999825\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2999826\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613020427.1359961032867431640625;s:12:\"REQUEST_TIME\";i:1613020427;}}','notice','2021-02-11 05:13:47','2021-02-11 05:13:47',26925168,27234920,'https://fumo.co.za/about-us/',1,0,'197.185.110.142'),(2821,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:27:\"https://www.fumo.co.za/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.220.35\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"5.180.220.35\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153034191570083\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4570084\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024349.623859882354736328125;s:12:\"REQUEST_TIME\";i:1613024349;}}','notice','2021-02-11 06:19:10','2021-02-11 06:19:09',26912904,27222672,'https://fumo.co.za/home',1,0,'5.180.220.35'),(2822,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:13:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";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:\"38153042249022163\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7022164\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024464.7069580554962158203125;s:12:\"REQUEST_TIME\";i:1613024464;}}','notice','2021-02-11 06:21:05','2021-02-11 06:21:04',26913344,27223000,'https://fumo.co.za/wp-content/plugins/ct-ultimate-gdpr/assets/js/admin.js',1,0,'34.192.44.218'),(2823,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:\"25\";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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042257290181\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:7:\"3290182\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024465.80479907989501953125;s:12:\"REQUEST_TIME\";i:1613024465;}}','notice','2021-02-11 06:21:06','2021-02-11 06:21:05',26914520,27224240,'https://fumo.co.za/wp-admin/admin-post.php',1,0,'34.192.44.218'),(2824,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:\"25\";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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042277453309\";s:22:\"HTTP_X_CACHEWALL_MATCH\";s:10:\"pass=DEF22\";s:14:\"HTTP_X_VARNISH\";s:7:\"3453310\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024466.87893390655517578125;s:12:\"REQUEST_TIME\";i:1613024466;}}','notice','2021-02-11 06:21:07','2021-02-11 06:21:06',26914520,27224240,'https://fumo.co.za/wp-admin/admin-ajax.php',1,0,'34.192.44.218'),(2825,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:13:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042301022169\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7022170\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024467.9504220485687255859375;s:12:\"REQUEST_TIME\";i:1613024467;}}','notice','2021-02-11 06:21:08','2021-02-11 06:21:07',26914848,27224424,'https://fumo.co.za/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=',1,0,'34.192.44.218'),(2826,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042373678236\";s:14:\"HTTP_X_VARNISH\";s:7:\"9678237\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024472.038043975830078125;s:12:\"REQUEST_TIME\";i:1613024472;}}','notice','2021-02-11 06:21:12','2021-02-11 06:21:12',26913624,27223368,'https://fumo.co.za/wp-plugins.php',1,0,'34.192.44.218'),(2827,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042385895628\";s:14:\"HTTP_X_VARNISH\";s:7:\"6895629\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024473.125811100006103515625;s:12:\"REQUEST_TIME\";i:1613024473;}}','notice','2021-02-11 06:21:13','2021-02-11 06:21:13',26913544,27223296,'https://fumo.co.za/beence.php',1,0,'34.192.44.218'),(2828,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042400693890\";s:14:\"HTTP_X_VARNISH\";s:7:\"6693891\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024474.2636768817901611328125;s:12:\"REQUEST_TIME\";i:1613024474;}}','notice','2021-02-11 06:21:14','2021-02-11 06:21:14',26913496,27223256,'https://fumo.co.za/doc.php',1,0,'34.192.44.218'),(2829,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042424493349\";s:14:\"HTTP_X_VARNISH\";s:7:\"2493350\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024475.398108005523681640625;s:12:\"REQUEST_TIME\";i:1613024475;}}','notice','2021-02-11 06:21:16','2021-02-11 06:21:15',26913576,27223328,'https://fumo.co.za/moduless.php',1,0,'34.192.44.218'),(2830,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042446493352\";s:14:\"HTTP_X_VARNISH\";s:7:\"2493353\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024476.5942089557647705078125;s:12:\"REQUEST_TIME\";i:1613024476;}}','notice','2021-02-11 06:21:17','2021-02-11 06:21:16',26914328,27223960,'https://fumo.co.za/wp-1ogin_bak.php?eanver=phpcode',1,0,'34.192.44.218'),(2831,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042475004043\";s:14:\"HTTP_X_VARNISH\";s:8:\"10004044\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024477.712996959686279296875;s:12:\"REQUEST_TIME\";i:1613024477;}}','notice','2021-02-11 06:21:18','2021-02-11 06:21:17',26914016,27223768,'https://fumo.co.za/accesson.php',1,0,'34.192.44.218'),(2832,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042486570179\";s:14:\"HTTP_X_VARNISH\";s:7:\"4570180\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024478.8313090801239013671875;s:12:\"REQUEST_TIME\";i:1613024478;}}','notice','2021-02-11 06:21:19','2021-02-11 06:21:18',26914352,27224064,'https://fumo.co.za/assets/images/accesson.php',1,0,'34.192.44.218'),(2833,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042502570184\";s:14:\"HTTP_X_VARNISH\";s:7:\"4570185\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024479.9337980747222900390625;s:12:\"REQUEST_TIME\";i:1613024479;}}','notice','2021-02-11 06:21:20','2021-02-11 06:21:19',26913712,27223456,'https://fumo.co.za/media-admin.php',1,0,'34.192.44.218'),(2834,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042522764450\";s:14:\"HTTP_X_VARNISH\";s:7:\"6764451\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024481.0381820201873779296875;s:12:\"REQUEST_TIME\";i:1613024481;}}','notice','2021-02-11 06:21:21','2021-02-11 06:21:21',27007168,27316912,'https://fumo.co.za/wp-xmlrpc.php',1,0,'34.192.44.218'),(2835,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042544385419\";s:14:\"HTTP_X_VARNISH\";s:7:\"3385420\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024482.2467029094696044921875;s:12:\"REQUEST_TIME\";i:1613024482;}}','notice','2021-02-11 06:21:22','2021-02-11 06:21:22',26913744,27223480,'https://fumo.co.za/wp_wrong_datlib.php',1,0,'34.192.44.218'),(2836,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:\"34.192.44.218\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.192.44.218\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042561526627\";s:14:\"HTTP_X_VARNISH\";s:7:\"4526628\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024483.3411540985107421875;s:12:\"REQUEST_TIME\";i:1613024483;}}','notice','2021-02-11 06:21:24','2021-02-11 06:21:23',26913936,27223696,'https://fumo.co.za/ups.php',1,0,'34.192.44.218'),(2837,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:27:\"https://www.fumo.co.za/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:13:\"172.83.45.200\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"172.83.45.200\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046614414963\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7414964\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024748.504931926727294921875;s:12:\"REQUEST_TIME\";i:1613024748;}}','notice','2021-02-11 06:25:49','2021-02-11 06:25:48',26912856,27222624,'https://fumo.co.za/home',1,0,'172.83.45.200'),(2838,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:27:\"https://www.fumo.co.za/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:13:\"172.83.45.200\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"172.83.45.200\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054761382057\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5382058\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613024898.9938700199127197265625;s:12:\"REQUEST_TIME\";i:1613024898;}}','notice','2021-02-11 06:28:19','2021-02-11 06:28:19',26913048,27222816,'https://fumo.co.za/home',1,0,'172.83.45.200'),(2839,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:\"35.243.198.131\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"35.243.198.131\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153041733401999\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2402000\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613027250.2790679931640625;s:12:\"REQUEST_TIME\";i:1613027250;}}','notice','2021-02-11 07:07:33','2021-02-11 07:07:30',30669048,31107272,'https://fumo.co.za/xmlrpc.php',1,0,'35.243.198.131'),(2840,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153040696766944\";s:14:\"HTTP_X_VARNISH\";s:7:\"6766945\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028240.7090079784393310546875;s:12:\"REQUEST_TIME\";i:1613028240;}}','notice','2021-02-11 07:24:01','2021-02-11 07:24:00',26913336,27223080,'https://fumo.co.za/?d3v=x&author=2',1,0,'185.119.81.99'),(2841,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044112898105\";s:14:\"HTTP_X_VARNISH\";s:7:\"6898106\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028242.2249009609222412109375;s:12:\"REQUEST_TIME\";i:1613028242;}}','notice','2021-02-11 07:24:02','2021-02-11 07:24:02',26913336,27223080,'https://fumo.co.za/?d3v=x&author=3',1,0,'185.119.81.99'),(2842,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153047856104778\";s:14:\"HTTP_X_VARNISH\";s:7:\"2104779\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028243.8897449970245361328125;s:12:\"REQUEST_TIME\";i:1613028243;}}','notice','2021-02-11 07:24:04','2021-02-11 07:24:03',26913336,27223080,'https://fumo.co.za/?d3v=x&author=4',1,0,'185.119.81.99'),(2843,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051623745610\";s:14:\"HTTP_X_VARNISH\";s:7:\"5745611\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028245.280178070068359375;s:12:\"REQUEST_TIME\";i:1613028245;}}','notice','2021-02-11 07:24:05','2021-02-11 07:24:05',26913336,27223080,'https://fumo.co.za/?d3v=x&author=5',1,0,'185.119.81.99'),(2844,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054713456544\";s:14:\"HTTP_X_VARNISH\";s:7:\"7456545\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028246.534204959869384765625;s:12:\"REQUEST_TIME\";i:1613028246;}}','notice','2021-02-11 07:24:07','2021-02-11 07:24:06',26913336,27223080,'https://fumo.co.za/?d3v=x&author=6',1,0,'185.119.81.99'),(2845,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153057756243059\";s:14:\"HTTP_X_VARNISH\";s:6:\"243060\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028247.9375278949737548828125;s:12:\"REQUEST_TIME\";i:1613028247;}}','notice','2021-02-11 07:24:08','2021-02-11 07:24:07',26913336,27223080,'https://fumo.co.za/?d3v=x&author=7',1,0,'185.119.81.99'),(2846,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032996243063\";s:14:\"HTTP_X_VARNISH\";s:6:\"243064\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028249.35772609710693359375;s:12:\"REQUEST_TIME\";i:1613028249;}}','notice','2021-02-11 07:24:10','2021-02-11 07:24:09',26913328,27223072,'https://fumo.co.za/?d3v=x&author=8',1,0,'185.119.81.99'),(2847,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036231745620\";s:14:\"HTTP_X_VARNISH\";s:7:\"5745621\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028250.921493053436279296875;s:12:\"REQUEST_TIME\";i:1613028250;}}','notice','2021-02-11 07:24:11','2021-02-11 07:24:10',26913336,27223080,'https://fumo.co.za/?d3v=x&author=9',1,0,'185.119.81.99'),(2848,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153039999745623\";s:14:\"HTTP_X_VARNISH\";s:7:\"5745624\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028252.310573101043701171875;s:12:\"REQUEST_TIME\";i:1613028252;}}','notice','2021-02-11 07:24:13','2021-02-11 07:24:12',26913368,27223112,'https://fumo.co.za/?d3v=x&author=10',1,0,'185.119.81.99'),(2849,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:18:\"HTTP_AUTHORIZATION\";s:30:\"Basic YWR2YTpTaGlyU2hpcjIwMTU=\";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: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:\"185.119.81.99\";s:8:\"HTTP_DNT\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"185.119.81.99\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153042860571830\";s:14:\"HTTP_X_VARNISH\";s:7:\"4571831\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613028253.5829160213470458984375;s:12:\"REQUEST_TIME\";i:1613028253;}}','notice','2021-02-11 07:24:14','2021-02-11 07:24:13',26913368,27223112,'https://fumo.co.za/?d3v=x&author=11',1,0,'185.119.81.99'),(2850,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.45\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aanb4-kiAO2YqiDopjfe07Bm7dwtvd5rNK7nbW9zOHSZ2yPZ1TOMAanOf61pq0snQGMuUDdmrMywPJdXVBmm3ALmTQF_jCukm3AsBiqwxrXLwKW3OAat\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.45\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044540642597\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2642598\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613034384.1591780185699462890625;s:12:\"REQUEST_TIME\";i:1613034384;}}','notice','2021-02-11 09:06:27','2021-02-11 09:06:25',30667256,31105496,'https://fumo.co.za/jazz',1,0,'69.171.249.45'),(2861,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153012993047642\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1047643\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613090342.7445991039276123046875;s:12:\"REQUEST_TIME\";i:1613090342;}}','notice','2021-02-12 00:39:06','2021-02-12 00:39:03',30667448,31105672,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2862,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:27:\"https://www.fumo.co.za/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:\"78.110.173.157\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"78.110.173.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:\"38153057211579415\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4579416\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613111189.3705921173095703125;s:12:\"REQUEST_TIME\";i:1613111189;}}','notice','2021-02-12 06:26:30','2021-02-12 06:26:29',26913048,27222816,'https://fumo.co.za/home',1,0,'78.110.173.157'),(2863,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:27:\"https://www.fumo.co.za/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:\"216.151.183.195\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.183.195\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153033653088415\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4088416\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613111273.8575770854949951171875;s:12:\"REQUEST_TIME\";i:1613111273;}}','notice','2021-02-12 06:27:54','2021-02-12 06:27:53',26912856,27222624,'https://fumo.co.za/home',1,0,'216.151.183.195'),(2864,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.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak0uPKf2JaM_uGvTWbUO4R7EAmLOH2rcOoD-knY_dLy6qZQuyvOZRU4TbHMgGaMCPUK0SF8NMnsWIrUIRyULJAle0LkNAoGmXsCXssdFXDykQmYmzwD\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.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:\"38153036519037693\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7037694\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613119560.8358299732208251953125;s:12:\"REQUEST_TIME\";i:1613119560;}}','notice','2021-02-12 08:46:04','2021-02-12 08:46:01',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.111.4'),(2875,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.117\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AanGQ2vHPgzUSv0h8yebt1IQj6yWaPfWhrMhBqBETUAMFEvAcJxLSCmjQB-Gh-OPiD8Ta8vVlhn2sF72Pv2uQC6O4TWq85oCsCrsG11S5A\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.107.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:\"38153061135289492\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1289493\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613183351.8808629512786865234375;s:12:\"REQUEST_TIME\";i:1613183351;}}','notice','2021-02-13 02:29:12','2021-02-13 02:29:11',26913904,27223656,'https://fumo.co.za/just-arrived',1,0,'173.252.107.117'),(2876,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-13 04:45:22','2021-02-13 04:45:22',8073048,8857384,'wp-cron',1,0,'178.79.186.170'),(2877,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-13 04:45:22','2021-02-13 04:45:22',8351936,8857384,'wp-cron',1,0,'178.79.186.170'),(2878,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:\"38153061414815621\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1815622\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613192306.2348120212554931640625;s:12:\"REQUEST_TIME\";i:1613192306;}}','notice','2021-02-13 04:58:30','2021-02-13 04:58:27',30667488,31105704,'https://fumo.co.za/reservations/',1,0,'157.55.39.238'),(2879,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.79.216\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.79.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:\"38153057681770168\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2770169\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613193620.4751479625701904296875;s:12:\"REQUEST_TIME\";i:1613193620;}}','notice','2021-02-13 05:20:21','2021-02-13 05:20:20',27006064,27315816,'https://fumo.co.za/contacts/',1,0,'66.249.79.216'),(2880,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:27:\"https://www.fumo.co.za/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:\"5.180.220.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.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:\"38153033369483356\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1483357\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613197309.24901294708251953125;s:12:\"REQUEST_TIME\";i:1613197309;}}','notice','2021-02-13 06:21:49','2021-02-13 06:21:49',26912952,27222720,'https://fumo.co.za/home',1,0,'5.180.220.238'),(2881,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:27:\"https://www.fumo.co.za/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:14:\"185.153.151.19\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.153.151.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:\"38153036189734043\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"734044\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613197656.548122882843017578125;s:12:\"REQUEST_TIME\";i:1613197656;}}','notice','2021-02-13 06:27:37','2021-02-13 06:27:36',26912856,27222624,'https://fumo.co.za/home',1,0,'185.153.151.19'),(2882,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:27:\"https://www.fumo.co.za/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.238\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"5.180.220.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:\"38153045112093280\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1093281\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613197746.6882610321044921875;s:12:\"REQUEST_TIME\";i:1613197746;}}','notice','2021-02-13 06:29:07','2021-02-13 06:29:06',26912856,27222624,'https://fumo.co.za/home',1,0,'5.180.220.238'),(2757,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.112\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamOBq9LK1FAD1-VFi2N-qgZJUtD-GT4YegEVXi_e-_BG5bonl5qbAW7hyS3e0-Bp3iDG1JHAw9fkg52z21tgUM_KBp2XIA_QDI_6YfJq--IaqQ31Zq0\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"66.220.149.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:\"38153065515516990\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3516991\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612755753.5391399860382080078125;s:12:\"REQUEST_TIME\";i:1612755753;}}','notice','2021-02-08 03:42:38','2021-02-08 03:42:34',30748648,31109064,'https://fumo.co.za/jazz',1,0,'66.220.149.112'),(2754,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-02-08 03:20:30','2021-02-08 03:20:30',8562416,8894648,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2755,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-08 03:42:36','2021-02-08 03:42:36',8070160,8854496,'wp-cron',1,0,'178.79.186.170'),(2756,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-08 03:42:36','2021-02-08 03:42:36',8349048,8854496,'wp-cron',1,0,'178.79.186.170'),(2753,0,'lockout','host-lockout::34.203.37.48','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:12:\"34.203.37.48\";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-02-08 03:20:30\";s:17:\"lockout_start_gmt\";s:19:\"2021-02-08 03:20:30\";s:15:\"lockout_context\";s:419:\"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\";}\";s:14:\"lockout_expire\";s:19:\"2021-02-08 03:35:30\";s:18:\"lockout_expire_gmt\";s:19:\"2021-02-08 03:35:30\";s:12:\"lockout_host\";s:12:\"34.203.37.48\";}','action','2021-02-08 03:20:30','2021-02-08 03:20:30',8425480,8433600,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2752,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\":2:{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: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:12:\"34.203.37.48\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.203.37.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:\"38153035084464513\";s:14:\"HTTP_X_VARNISH\";s:7:\"2464514\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612754430.235260009765625;s:12:\"REQUEST_TIME\";i:1612754430;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-08 03:20:30','2021-02-08 03:20:30',8363568,8366016,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2751,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:12:\"34.203.37.48\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.203.37.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:\"38153024608242315\";s:14:\"HTTP_X_VARNISH\";s:7:\"2242316\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612754429.8402550220489501953125;s:12:\"REQUEST_TIME\";i:1612754429;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-08 03:20:29','2021-02-08 03:20:29',8394256,8443432,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2750,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\":2:{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: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:\"34.203.37.48\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.203.37.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:\"38153010271242312\";s:14:\"HTTP_X_VARNISH\";s:7:\"2242313\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612754429.4388759136199951171875;s:12:\"REQUEST_TIME\";i:1612754429;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-08 03:20:29','2021-02-08 03:20:29',8363568,8366016,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2749,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"34.203.37.48\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.203.37.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:\"38153016256464510\";s:14:\"HTTP_X_VARNISH\";s:7:\"2464511\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612754429.0145690441131591796875;s:12:\"REQUEST_TIME\";i:1612754429;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-08 03:20:29','2021-02-08 03:20:29',8395360,8716392,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2748,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\":2:{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: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:\"34.203.37.48\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.203.37.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:\"38153001633223037\";s:14:\"HTTP_X_VARNISH\";s:7:\"3223038\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612754427.4615020751953125;s:12:\"REQUEST_TIME\";i:1612754427;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-08 03:20:27','2021-02-08 03:20:27',8604408,10774712,'https://fumo.co.za/xmlrpc.php',1,0,'34.203.37.48'),(2746,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153001153150635\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1150636\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612727457.1723859310150146484375;s:12:\"REQUEST_TIME\";i:1612727457;}}','notice','2021-02-07 19:50:59','2021-02-07 19:50:57',30742376,31102776,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2747,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.6\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamLu6Qc0msMRhRnrtKcqJzHnwTCKJooJmjMZK6_LtZ7c8lxljY66FMhT041F0RdWJAtV33EF0B5b4ZzFOqIa711AfvvSj0hZeqEdsFkhYNlD0URAp1E\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.95.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:\"38153059536898246\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"898247\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612752339.62421703338623046875;s:12:\"REQUEST_TIME\";i:1612752339;}}','notice','2021-02-08 02:45:44','2021-02-08 02:45:40',30741992,31102408,'https://fumo.co.za/jazz',1,0,'173.252.95.6'),(2610,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.32\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamWLLZeWCY0Z1XkDV90Sc_2BWp5wKHo9VzROgtAqqiE3a3BLVkeKY967TkTZEEhLI_IWzup0ZmIyXilrsq6TUXtqbbRj7XsebRi1dVLbO-_SJy_fvjW\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.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:\"38153052032944400\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16944401\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611791299.8089160919189453125;s:12:\"REQUEST_TIME\";i:1611791299;}}','notice','2021-01-27 23:48:23','2021-01-27 23:48:20',29881200,30318832,'https://fumo.co.za/jazz',1,0,'66.220.149.32'),(2611,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:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"39.101.64.155\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"39.101.64.155\";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:\"38153054270473337\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15473338\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611793935.6408150196075439453125;s:12:\"REQUEST_TIME\";i:1611793935;}}','notice','2021-01-28 00:32:18','2021-01-28 00:32:15',27659688,28097272,'https://fumo.co.za/data/admin/allowurl.txt',1,0,'39.101.64.155'),(2612,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.87.8\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.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:\"38153048131134754\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11134755\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611812161.349700927734375;s:12:\"REQUEST_TIME\";i:1611812161;}}','notice','2021-01-28 05:36:05','2021-01-28 05:36:02',29880784,30318416,'https://fumo.co.za/jazz',1,0,'173.252.87.8'),(2613,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:27:\"https://www.fumo.co.za/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:\"162.251.232.125\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"162.251.232.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:\"38153051702168875\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15168876\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611815832.229938030242919921875;s:12:\"REQUEST_TIME\";i:1611815832;}}','notice','2021-01-28 06:37:12','2021-01-28 06:37:12',26122944,26432104,'https://fumo.co.za/home',1,0,'162.251.232.125'),(2614,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:27:\"https://www.fumo.co.za/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:13:\"172.83.45.241\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"172.83.45.241\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060506422123\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9422124\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611815910.329144001007080078125;s:12:\"REQUEST_TIME\";i:1611815910;}}','notice','2021-01-28 06:38:31','2021-01-28 06:38:30',26122976,26432136,'https://fumo.co.za/home',1,0,'172.83.45.241'),(2615,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:27:\"https://www.fumo.co.za/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:\"216.151.180.94\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"216.151.180.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:\"38153059526748532\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3748533\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611816018.65159702301025390625;s:12:\"REQUEST_TIME\";i:1611816018;}}','notice','2021-01-28 06:40:19','2021-01-28 06:40:18',26122880,26432040,'https://fumo.co.za/home',1,0,'216.151.180.94'),(2624,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.243.221.30\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.243.221.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:\"38153059981248815\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16248816\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611887245.34311389923095703125;s:12:\"REQUEST_TIME\";i:1611887245;}}','notice','2021-01-29 02:27:29','2021-01-29 02:27:26',29896952,30334568,'https://fumo.co.za/xmlrpc.php',1,0,'35.243.221.30'),(2625,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:\"AanFPgf3poONUcDaozjHvq955IF2eUGzxhEC322MdJTff6etou-LZqhaCTUqmLsNYhno_8sCIxtq0_LAsVh_pVeh-3uyNHjlUu8wr9rm2g\";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:\"38153050494366550\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"14366551\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611899620.9104740619659423828125;s:12:\"REQUEST_TIME\";i:1611899620;}}','notice','2021-01-29 05:53:41','2021-01-29 05:53:40',26126080,26435232,'https://fumo.co.za/pizza',1,0,'173.252.111.8'),(2626,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:27:\"https://www.fumo.co.za/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:14:\"205.185.209.51\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"205.185.209.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:\"38153056717448884\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15448885\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611901059.9180090427398681640625;s:12:\"REQUEST_TIME\";i:1611901059;}}','notice','2021-01-29 06:17:40','2021-01-29 06:17:39',26126024,26435184,'https://fumo.co.za/home',1,0,'205.185.209.51'),(2627,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:27:\"https://www.fumo.co.za/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:\"82.145.56.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"82.145.56.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036765018597\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18018598\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611901134.22544002532958984375;s:12:\"REQUEST_TIME\";i:1611901134;}}','notice','2021-01-29 06:18:54','2021-01-29 06:18:54',26126208,26435368,'https://fumo.co.za/home',1,0,'82.145.56.115'),(2628,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:27:\"https://www.fumo.co.za/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:14:\"216.151.191.50\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"216.151.191.50\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153044301907312\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4907313\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611901466.4363079071044921875;s:12:\"REQUEST_TIME\";i:1611901466;}}','notice','2021-01-29 06:24:27','2021-01-29 06:24:26',26126200,26435360,'https://fumo.co.za/home',1,0,'216.151.191.50'),(2629,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.22.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"35.174.170.30\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.174.170.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:\"38153054918106904\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6106905\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611910161.63103008270263671875;s:12:\"REQUEST_TIME\";i:1611910161;}}','notice','2021-01-29 08:49:25','2021-01-29 08:49:22',29883832,30321448,'https://fumo.co.za/.git/config',1,0,'35.174.170.30'),(2635,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\":2:{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: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:\"34.241.77.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.241.77.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:\"38153039422749279\";s:14:\"HTTP_X_VARNISH\";s:7:\"8749280\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1611984599.202824115753173828125;s:12:\"REQUEST_TIME\";i:1611984599;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-01-30 05:29:59','2021-01-30 05:29:59',8643112,10813416,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2636,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"34.241.77.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.241.77.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:\"38153026758487101\";s:14:\"HTTP_X_VARNISH\";s:7:\"8487102\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1611984600.017487049102783203125;s:12:\"REQUEST_TIME\";i:1611984600;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-01-30 05:30:00','2021-01-30 05:30:00',8434000,8755032,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2637,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\":2:{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: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:\"34.241.77.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.241.77.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:\"38153048176749286\";s:14:\"HTTP_X_VARNISH\";s:7:\"8749287\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1611984600.2039549350738525390625;s:12:\"REQUEST_TIME\";i:1611984600;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-01-30 05:30:00','2021-01-30 05:30:00',8402272,8404720,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2638,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"212\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"34.241.77.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.241.77.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:\"38153035501749292\";s:14:\"HTTP_X_VARNISH\";s:7:\"8749293\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1611984600.3395290374755859375;s:12:\"REQUEST_TIME\";i:1611984600;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-01-30 05:30:00','2021-01-30 05:30:00',8432936,8482112,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2639,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\":2:{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: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:\"208\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"34.241.77.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"34.241.77.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:\"38153049820749295\";s:14:\"HTTP_X_VARNISH\";s:7:\"8749296\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1611984600.490261077880859375;s:12:\"REQUEST_TIME\";i:1611984600;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-01-30 05:30:00','2021-01-30 05:30:00',8402280,8404728,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2640,0,'lockout','host-lockout::34.241.77.13','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:12:\"34.241.77.13\";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-01-30 05:30:00\";s:17:\"lockout_start_gmt\";s:19:\"2021-01-30 05:30:00\";s:15:\"lockout_context\";s:419:\"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\";}\";s:14:\"lockout_expire\";s:19:\"2021-01-30 05:45:00\";s:18:\"lockout_expire_gmt\";s:19:\"2021-01-30 05:45:00\";s:12:\"lockout_host\";s:12:\"34.241.77.13\";}','action','2021-01-30 05:30:00','2021-01-30 05:30:00',8464160,8472240,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2641,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-01-30 05:30:00','2021-01-30 05:30:00',8601032,8933328,'https://fumo.co.za/xmlrpc.php',1,0,'34.241.77.13'),(2642,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-01-30 06:13:48','2021-01-30 06:13:48',8104768,8883952,'wp-cron',1,0,'178.79.186.170'),(2643,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-01-30 06:13:49','2021-01-30 06:13:48',8383592,8883952,'wp-cron',1,0,'178.79.186.170'),(2644,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:27:\"https://www.fumo.co.za/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:15:\"205.185.193.101\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.193.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:\"38153034099771345\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3771346\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611987234.1809360980987548828125;s:12:\"REQUEST_TIME\";i:1611987234;}}','notice','2021-01-30 06:13:54','2021-01-30 06:13:54',26126200,26435360,'https://fumo.co.za/home',1,0,'205.185.193.101'),(2645,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:27:\"https://www.fumo.co.za/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:\"185.147.213.79\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.147.213.79\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153046473913677\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8913678\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611987331.5525848865509033203125;s:12:\"REQUEST_TIME\";i:1611987331;}}','notice','2021-01-30 06:15:32','2021-01-30 06:15:31',26126104,26435264,'https://fumo.co.za/home',1,0,'185.147.213.79'),(2646,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:27:\"https://www.fumo.co.za/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:15:\"173.245.202.168\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.245.202.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:\"38153037345007619\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4007620\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611987475.3644049167633056640625;s:12:\"REQUEST_TIME\";i:1611987475;}}','notice','2021-01-30 06:17:56','2021-01-30 06:17:55',26126200,26435360,'https://fumo.co.za/home',1,0,'173.245.202.168'),(2654,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:27:\"https://www.fumo.co.za/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.183.172\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.183.172\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036090287699\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2287700\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612074112.2209360599517822265625;s:12:\"REQUEST_TIME\";i:1612074112;}}','notice','2021-01-31 06:21:52','2021-01-31 06:21:52',26126192,26435352,'https://fumo.co.za/home',1,0,'216.151.183.172'),(2655,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:27:\"https://www.fumo.co.za/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:15:\"209.107.204.237\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.204.237\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045028808878\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5808879\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612074549.666615962982177734375;s:12:\"REQUEST_TIME\";i:1612074549;}}','notice','2021-01-31 06:29:10','2021-01-31 06:29:09',26126056,26435216,'https://fumo.co.za/home',1,0,'209.107.204.237'),(2770,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: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:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153051729402249\";s:14:\"HTTP_X_VARNISH\";s:7:\"2402250\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848752.6863250732421875;s:12:\"REQUEST_TIME\";i:1612848752;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:32:33','2021-02-09 05:32:32',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2769,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"200\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153048994383755\";s:14:\"HTTP_X_VARNISH\";s:7:\"2383756\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848748.2539999485015869140625;s:12:\"REQUEST_TIME\";i:1612848748;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:32:28','2021-02-09 05:32:28',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2768,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153036999552513\";s:14:\"HTTP_X_VARNISH\";s:7:\"1552514\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848745.49022006988525390625;s:12:\"REQUEST_TIME\";i:1612848745;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:32:26','2021-02-09 05:32:25',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2767,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:12:\"gzip,deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153016244552511\";s:14:\"HTTP_X_VARNISH\";s:7:\"1552512\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848743.2054350376129150390625;s:12:\"REQUEST_TIME\";i:1612848743;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:32:23','2021-02-09 05:32:23',26906600,27216352,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2766,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\":2:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/wp-login.php?action=lostpassword\">Lost your password?</a>\";}}s:10:\"error_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:\"204\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153027561425270\";s:14:\"HTTP_X_VARNISH\";s:7:\"1425271\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848738.32911396026611328125;s:12:\"REQUEST_TIME\";i:1612848738;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:32:18','2021-02-09 05:32:18',8391256,8712288,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2765,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\":2:{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: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:\"54.250.87.247\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.250.87.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:\"38153033720511106\";s:14:\"HTTP_X_VARNISH\";s:7:\"2511107\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612848715.9806880950927734375;s:12:\"REQUEST_TIME\";i:1612848715;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-09 05:31:56','2021-02-09 05:31:55',8600312,10770616,'https://fumo.co.za/xmlrpc.php',1,0,'54.250.87.247'),(2764,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:77:\"text/html,application/xhtml+xml,application/xml;q=0.95,text/*;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:45:\"MixnodeCache/1.8(+https://cache.mixnode.com/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.162.102.36\";s:9:\"HTTP_FROM\";s:0:\"\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.162.102.36\";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:\"38153048513139020\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2139021\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612824559.3927719593048095703125;s:12:\"REQUEST_TIME\";i:1612824559;}}','notice','2021-02-08 22:49:23','2021-02-08 22:49:20',30742176,31102584,'https://fumo.co.za/ads.txt',1,0,'54.162.102.36'),(2763,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:\"AalARQSMlyLAoKd6kfcjpUhO6s5W6ZgGL9LPWsibKrRi4wXufU5oXngmGOUipgeR7SoA6SOKgKQrLLgqf8UmJhkGt_m7dml0SKiX-oRSiYgQryZaTlY8\";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:\"38153040172926104\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"926105\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612824002.3662989139556884765625;s:12:\"REQUEST_TIME\";i:1612824002;}}','notice','2021-02-08 22:40:04','2021-02-08 22:40:02',30742296,31102712,'https://fumo.co.za/jazz',1,0,'173.252.83.14'),(2762,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.8\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal2QZVliW8ozlLk6VPWdbnuyJSqp4QKm0TmapfDvN6wKvDE22f7n5hUu6NtDpKN8Y37IJ5UIoi8PKS5Pc1TB7b7s4l5zvr6cgZh0ZKYKt2HGS4E06SL\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.87.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:\"38153055092369998\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2369999\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612817765.288526058197021484375;s:12:\"REQUEST_TIME\";i:1612817765;}}','notice','2021-02-08 20:56:09','2021-02-08 20:56:06',30742296,31102712,'https://fumo.co.za/jazz',1,0,'173.252.87.8'),(2760,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.119\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AamYXgCy6Ab1ZtByUBXZ7SbRzZzgPjq-IkblONAOXOw6XGR-NbkfFFm3PTwEF-pVIGgyVOqbRzwqdcIkwQll0mm4n5AG207Q5LLnjSHCkA\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.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:\"38153034326861160\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2861161\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612778592.505938053131103515625;s:12:\"REQUEST_TIME\";i:1612778592;}}','notice','2021-02-08 10:03:16','2021-02-08 10:03:13',30742288,31102704,'https://fumo.co.za/jazz',1,0,'31.13.127.119'),(2761,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153003395350205\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3350206\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612813894.8281390666961669921875;s:12:\"REQUEST_TIME\";i:1612813894;}}','notice','2021-02-08 19:51:35','2021-02-08 19:51:34',27003136,27312888,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/__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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/jazz',1,0,'69.171.249.28'),(2799,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:27:\"https://www.fumo.co.za/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:\"2.58.12.200\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"2.58.12.200\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051007293512\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1293513\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612937926.9198958873748779296875;s:12:\"REQUEST_TIME\";i:1612937926;}}','notice','2021-02-10 06:18:47','2021-02-10 06:18:46',26910008,27219776,'https://fumo.co.za/home',1,0,'2.58.12.200'),(2798,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:27:\"https://www.fumo.co.za/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:\"191.96.67.22\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"191.96.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:\"38153053237570767\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2570768\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612937595.301721096038818359375;s:12:\"REQUEST_TIME\";i:1612937595;}}','notice','2021-02-10 06:13:15','2021-02-10 06:13:15',26909912,27219680,'https://fumo.co.za/home',1,0,'191.96.67.22'),(2797,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.1\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"Aaly8KB35cvXvbdE-W4GTs6yKpD1Y_MJp1NyhXKfivu01iIm3_L1XGHLdCCaAHWVPMU20NTTafA60kABZ8304vB1QKdp1ZwudUhz294KnRuD\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.103.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:\"38153052882666612\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"666613\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612930890.2967679500579833984375;s:12:\"REQUEST_TIME\";i:1612930890;}}','notice','2021-02-10 04:21:31','2021-02-10 04:21:30',27003408,27313144,'https://fumo.co.za/year-end-function',1,0,'31.13.103.1'),(2796,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153004803252451\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3252452\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612930828.996941089630126953125;s:12:\"REQUEST_TIME\";i:1612930828;}}','notice','2021-02-10 04:20:31','2021-02-10 04:20:29',30742368,31102768,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2795,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.153 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..5\\\"\";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:\"38153051470367671\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"367672\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612918892.91995906829833984375;s:12:\"REQUEST_TIME\";i:1612918892;}}','notice','2021-02-10 01:01:33','2021-02-10 01:01:32',26910760,27220504,'https://fumo.co.za/cigar-lounge/',1,0,'66.249.66.152'),(2794,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.153 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:\"38153044421114990\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3114991\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612909983.2131669521331787109375;s:12:\"REQUEST_TIME\";i:1612909983;}}','notice','2021-02-09 22:33:03','2021-02-09 22:33:03',26910528,27220296,'https://fumo.co.za/jazz',1,0,'66.249.66.154'),(2792,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:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.146.61.180\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.146.61.180\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153063605213946\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1213947\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612893284.6465399265289306640625;s:12:\"REQUEST_TIME\";i:1612893284;}}','notice','2021-02-09 17:54:45','2021-02-09 17:54:44',26911032,27220800,'https://fumo.co.za/.env',1,0,'54.146.61.180'),(2793,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.80\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153013761548022\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1548023\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612908607.54860591888427734375;s:12:\"REQUEST_TIME\";i:1612908607;}}','notice','2021-02-09 22:10:09','2021-02-09 22:10:07',30742376,31102776,'https://fumo.co.za/book-a-table',1,0,'13.66.139.80'),(2791,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:27:\"https://www.fumo.co.za/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:13:\"188.126.94.82\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"188.126.94.82\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153058406568456\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9568457\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612880960.1503269672393798828125;s:12:\"REQUEST_TIME\";i:1612880960;}}','notice','2021-02-09 14:29:20','2021-02-09 14:29:20',26910144,27219912,'https://fumo.co.za/home',1,0,'188.126.94.82'),(2790,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:27:\"https://www.fumo.co.za/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:15:\"205.185.209.227\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.209.227\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153051268887305\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6887306\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612880827.5948479175567626953125;s:12:\"REQUEST_TIME\";i:1612880827;}}','notice','2021-02-09 14:27:08','2021-02-09 14:27:07',26910008,27219776,'https://fumo.co.za/home',1,0,'205.185.209.227'),(2787,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-09 10:06:03','2021-02-09 10:06:03',8066064,8850400,'wp-cron',1,0,'178.79.186.170'),(2788,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-09 10:06:03','2021-02-09 10:06:03',8344952,8850400,'wp-cron',1,0,'178.79.186.170'),(2789,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:27:\"https://www.fumo.co.za/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:\"205.185.209.227\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"205.185.209.227\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153032915503682\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9503683\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612880696.2045629024505615234375;s:12:\"REQUEST_TIME\";i:1612880696;}}','notice','2021-02-09 14:24:56','2021-02-09 14:24:56',26910152,27219920,'https://fumo.co.za/home',1,0,'205.185.209.227'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:74:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:74:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:19:\"https://fumo.co.za/\";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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:19:\"https://fumo.co.za/\";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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/__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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:19:\"https://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:19:\"https://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/jazz',1,0,'66.220.149.22'),(2816,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.97\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153011650721931\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2721932\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612986628.70526599884033203125;s:12:\"REQUEST_TIME\";i:1612986628;}}','notice','2021-02-10 19:50:29','2021-02-10 19:50:28',26910056,27219808,'https://fumo.co.za/just-arrived',1,0,'13.66.139.97'),(2817,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.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"34.121.222.22\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.121.222.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:\"38153060467969231\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1969232\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612996300.948872089385986328125;s:12:\"REQUEST_TIME\";i:1612996300;}}','notice','2021-02-10 22:31:41','2021-02-10 22:31:40',26910696,27220464,'https://fumo.co.za/.env',1,0,'34.121.222.22'),(2814,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:38:\"[fumo.co.za] Site Lockout Notification\";}','debug','2021-02-10 18:43:42','2021-02-10 18:43:42',8562424,8894656,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2815,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.13\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"54.236.1.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:\"38153018589952870\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"952871\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612984402.0551469326019287109375;s:12:\"REQUEST_TIME\";i:1612984402;}}','notice','2021-02-10 19:13:22','2021-02-10 19:13:22',26909648,27219392,'https://fumo.co.za/menu-nov-2015/',1,0,'54.236.1.13'),(2813,0,'lockout','host-lockout::13.228.104.57','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"13.228.104.57\";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-02-10 18:43:42\";s:17:\"lockout_start_gmt\";s:19:\"2021-02-10 18:43:42\";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.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\";}\";s:14:\"lockout_expire\";s:19:\"2021-02-10 18:58:42\";s:18:\"lockout_expire_gmt\";s:19:\"2021-02-10 18:58:42\";s:12:\"lockout_host\";s:13:\"13.228.104.57\";}','action','2021-02-10 18:43:42','2021-02-10 18:43:42',8425488,8433608,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2812,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\":2:{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: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:\"207\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"13.228.104.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.228.104.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:\"38153024836867784\";s:14:\"HTTP_X_VARNISH\";s:7:\"1867785\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612982622.1394898891448974609375;s:12:\"REQUEST_TIME\";i:1612982622;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-10 18:43:42','2021-02-10 18:43:42',8363576,8366024,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2811,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\":2:{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: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.228.104.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.228.104.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:\"38153005823228235\";s:14:\"HTTP_X_VARNISH\";s:7:\"2228236\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612982621.31620693206787109375;s:12:\"REQUEST_TIME\";i:1612982621;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-10 18:43:41','2021-02-10 18:43:41',8363568,8366016,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2810,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\":2:{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: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.228.104.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.228.104.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:\"38153015170033387\";s:14:\"HTTP_X_VARNISH\";s:5:\"33388\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612982620.501782894134521484375;s:12:\"REQUEST_TIME\";i:1612982620;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-10 18:43:40','2021-02-10 18:43:40',8363568,8366016,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2809,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\":2:{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: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.228.104.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.228.104.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:\"38153002165507622\";s:14:\"HTTP_X_VARNISH\";s:7:\"1507623\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612982619.6597568988800048828125;s:12:\"REQUEST_TIME\";i:1612982619;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-10 18:43:39','2021-02-10 18:43:39',8363568,8366016,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2808,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\":2:{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: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.228.104.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.228.104.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:\"38153057264228233\";s:14:\"HTTP_X_VARNISH\";s:7:\"2228234\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612982616.873611927032470703125;s:12:\"REQUEST_TIME\";i:1612982616;s:15:\"HTTP_USER_AGENT\";s:16:\"Empty User Agent\";}}','notice','2021-02-10 18:43:38','2021-02-10 18:43:37',12010376,20404752,'https://fumo.co.za/xmlrpc.php',1,0,'13.228.104.57'),(2807,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.121\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.121\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153014146859609\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2859610\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612980213.8804318904876708984375;s:12:\"REQUEST_TIME\";i:1612980213;}}','notice','2021-02-10 18:03:37','2021-02-10 18:03:34',30742368,31102768,'https://fumo.co.za/book-a-table',1,0,'13.66.139.121'),(2806,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_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:27:\"http://fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.165.145.9\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:17:\"http://fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.165.145.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:\"38153054003792814\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"792815\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612978551.588840961456298828125;s:12:\"REQUEST_TIME\";i:1612978551;}}','notice','2021-02-10 17:35:52','2021-02-10 17:35:51',27004128,27313840,'https://fumo.co.za/contacts/tel:+27123460916',1,0,'52.165.145.9'),(2805,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_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:27:\"http://fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"52.165.145.9\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:17:\"http://fumo.co.za\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"52.165.145.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:\"38153053097907012\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1907013\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612978523.813610076904296875;s:12:\"REQUEST_TIME\";i:1612978523;}}','notice','2021-02-10 17:35:24','2021-02-10 17:35:23',27003752,27313504,'https://fumo.co.za/contacts/',1,0,'52.165.145.9'),(2804,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{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:14:\"en-US,en;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"217\";s:9:\"HTTP_HOST\";s:14:\"www.fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"137.117.178.120\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"137.117.178.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:4:\"http\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001474461741\";s:14:\"HTTP_X_VARNISH\";s:7:\"2461742\";s:5:\"HTTPS\";s:3:\"off\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612975354.254703044891357421875;s:12:\"REQUEST_TIME\";i:1612975354;}}','notice','2021-02-10 16:42:35','2021-02-10 16:42:34',27000848,27310592,'http://www.fumo.co.za/blog/xmlrpc.php',1,0,'137.117.178.120'),(2801,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-10 16:11:00','2021-02-10 16:11:00',8070160,8854496,'wp-cron',1,0,'178.79.186.170'),(2802,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-10 16:11:00','2021-02-10 16:11:00',8349048,8854496,'wp-cron',1,0,'178.79.186.170'),(2803,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\":2:{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:8:\"username\";s:5:\"admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:22:{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:14:\"en-US,en;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"217\";s:9:\"HTTP_HOST\";s:14:\"www.fumo.co.za\";s:15:\"HTTP_USER_AGENT\";s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"137.117.178.120\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"137.117.178.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:4:\"http\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153001474186226\";s:14:\"HTTP_X_VARNISH\";s:7:\"1186227\";s:5:\"HTTPS\";s:3:\"off\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:36:\"/home/simonez1/fumo.co.za/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1612975354.2549839019775390625;s:12:\"REQUEST_TIME\";i:1612975354;}}','notice','2021-02-10 16:42:34','2021-02-10 16:42:34',8624416,10794712,'http://www.fumo.co.za/xmlrpc.php',1,0,'137.117.178.120'),(2800,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.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:\"38153036834430693\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1430694\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612954709.396585941314697265625;s:12:\"REQUEST_TIME\";i:1612954709;}}','notice','2021-02-10 10:58:30','2021-02-10 10:58:29',26910088,27219840,'https://fumo.co.za/contacts/',1,0,'66.249.66.152'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:18:\"http://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/lib/phpunit/phpunit/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(2858,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-11 22:40:12','2021-02-11 22:40:12',8073064,8857400,'wp-cron',1,0,'178.79.186.170'),(2859,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-11 22:40:12','2021-02-11 22:40:12',8351952,8857400,'wp-cron',1,0,'178.79.186.170'),(2860,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.116\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamgUJS1EquSnL67fAmHQvFA2NNKTuU6kPALqDOIjytFzojCLunnwYEmh0Yd4JcqMvqxUhwoDn8oWtFrDuVuYEgaWOimdMncBDa8EbKFEvNrY8oDBawU\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.95.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:\"38153056752684333\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10684334\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613087633.3907909393310546875;s:12:\"REQUEST_TIME\";i:1613087633;}}','notice','2021-02-11 23:53:55','2021-02-11 23:53:53',30667384,31105624,'https://fumo.co.za/jazz',1,0,'173.252.95.116'),(2857,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.231.240.33\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"35.231.240.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:\"38153037593909168\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"909169\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613081135.5008089542388916015625;s:12:\"REQUEST_TIME\";i:1613081135;}}','notice','2021-02-11 22:05:37','2021-02-11 22:05:35',30669048,31107272,'https://fumo.co.za/xmlrpc.php',1,0,'35.231.240.33'),(2856,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:26:{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:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"de,en-US;q=0.7,en;q=0.3\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:74:\"https://www.bing.com/search?form=MOZSBR&pc=MOZI&q=Fumo+Restaurant+Pretoria\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"169.159.179.212\";s:8:\"HTTP_DNT\";s:1:\"1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"169.159.179.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:\"38153051710892704\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4892705\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613079395.061625003814697265625;s:12:\"REQUEST_TIME\";i:1613079395;}}','notice','2021-02-11 21:36:37','2021-02-11 21:36:35',30668160,31106376,'https://fumo.co.za/reservations/',1,0,'169.159.179.212'),(2855,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.115\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153021063632411\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7632412\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613064609.5126988887786865234375;s:12:\"REQUEST_TIME\";i:1613064609;}}','notice','2021-02-11 17:30:13','2021-02-11 17:30:10',30667448,31105672,'https://fumo.co.za/book-a-table',1,0,'13.66.139.115'),(2853,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.43\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aak8ha2cjRDwThska4DzuCWhFXEArERtIo3FnVuHXqieRrrZvMD7T0ZnNbCKihR3R5VyODEs8HqW72dcMZNvqeR94FcUrirZRTpjcSo5GGSsAOZysctl\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.43\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153065341034955\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7034956\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613058223.2205688953399658203125;s:12:\"REQUEST_TIME\";i:1613058223;}}','notice','2021-02-11 15:43:46','2021-02-11 15:43:44',30667368,31105608,'https://fumo.co.za/jazz',1,0,'66.220.149.43'),(2854,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.3\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanEXpIVFUjbKFmkDC3K1Fq5ff4P75W6wBprWYguwt_VxarhtsLi69Zb8v9ym_KsXqdVXNPL8_c6X0RSSA_0b-TC_HaN2mIG1T1mgdULH5-GXARFvhal\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.95.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:\"38153035750388824\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10388825\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613062146.30193805694580078125;s:12:\"REQUEST_TIME\";i:1613062146;}}','notice','2021-02-11 16:49:10','2021-02-11 16:49:07',30667376,31105616,'https://fumo.co.za/jazz',1,0,'173.252.95.3'),(2852,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.25\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanIIJkwsgn2QhykJJxPwB-RvCtrfo0-SOOPy4IKVqEv3VV1_Rf-2RfEpINdVT-1OHivNMYi_45Dm8AzlN8Uc8hHFQ0oFvvXcfFSnqAJ8nSBZ-cmsXRg\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.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:\"38153033036737791\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4737792\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613049050.63959407806396484375;s:12:\"REQUEST_TIME\";i:1613049050;}}','notice','2021-02-11 13:10:53','2021-02-11 13:10:51',30667368,31105608,'https://fumo.co.za/jazz',1,0,'66.220.149.25'),(2851,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:\"AanNf0rzK0HQMRDUmfIzHRWseQhfL4-QNfLogIjXhuiB8d7ISuoW9Kt3NlHS93o_aYLsZjc1WrMDgzIN6qPGHit1NW8HrAHyqaGpmPjOlpCi-5G3OgWD\";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:\"38153038470697163\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6697164\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613035648.9599249362945556640625;s:12:\"REQUEST_TIME\";i:1613035648;}}','notice','2021-02-11 09:27:31','2021-02-11 09:27:29',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.83.9'),(2912,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:27:\"https://www.fumo.co.za/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:\"212.102.37.72\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"212.102.37.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:\"38153058861095659\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8095660\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613543369.8231790065765380859375;s:12:\"REQUEST_TIME\";i:1613543369;}}','notice','2021-02-17 06:29:30','2021-02-17 06:29:29',26913208,27222976,'https://fumo.co.za/home',1,0,'212.102.37.72'),(2911,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:\"38153047686959750\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6959751\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613526776.868071079254150390625;s:12:\"REQUEST_TIME\";i:1613526776;}}','notice','2021-02-17 01:52:58','2021-02-17 01:52:57',30667608,31105832,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2908,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-17 01:10:03','2021-02-17 01:10:03',8073216,8857552,'wp-cron',1,0,'178.79.186.170'),(2909,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-17 01:10:03','2021-02-17 01:10:03',8352104,8857552,'wp-cron',1,0,'178.79.186.170'),(2910,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153055489653928\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1653929\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613524200.554006099700927734375;s:12:\"REQUEST_TIME\";i:1613524200;}}','notice','2021-02-17 01:10:05','2021-02-17 01:10:01',30667888,31106112,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(2950,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153055688712286\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8712287\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613762346.4191648960113525390625;s:12:\"REQUEST_TIME\";i:1613762346;}}','notice','2021-02-19 19:19:08','2021-02-19 19:19:06',31354824,31715384,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(2949,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:\"AamNEqMZ-sHhlGxC6BDO-ZvVGU31JN_zDSh37WdIUT8fbpPjy5wKrcd12MeRjVOgsh7Ja1Z5qKwhltWA_2NOfiMXbuetsV71tQLMbISVxzCJhYvlqEQO\";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:\"38153048375929835\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9929836\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613759897.0048410892486572265625;s:12:\"REQUEST_TIME\";i:1613759897;}}','notice','2021-02-19 18:38:19','2021-02-19 18:38:17',31354928,31715504,'https://fumo.co.za/jazz',1,0,'173.252.87.15'),(2946,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-19 14:32:28','2021-02-19 14:32:27',8437872,9219536,'wp-cron',1,0,'178.79.186.170'),(2947,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-19 14:32:28','2021-02-19 14:32:27',8739520,9219536,'wp-cron',1,0,'178.79.186.170'),(2948,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.79.14\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanTFtUu8tdCiLAbPaMidf7S2j8Y7EpX-hLfe4uREd1qmmnGbs7MWN7FJa8EMFgErCI_b4Ah_lHK2pere4VhQ-YQuybKbBb9EGtyegE0UXlmPLMG-rfC\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.79.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:\"38153033591898068\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9898069\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613758376.140799999237060546875;s:12:\"REQUEST_TIME\";i:1613758376;}}','notice','2021-02-19 18:12:58','2021-02-19 18:12:56',31354928,31715504,'https://fumo.co.za/jazz',1,0,'173.252.79.14'),(2945,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.153 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.79.214\";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.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:\"38153061606232320\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8232321\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613730159.9180850982666015625;s:12:\"REQUEST_TIME\";i:1613730159;}}','notice','2021-02-19 10:22:40','2021-02-19 10:22:39',27451696,27761592,'https://fumo.co.za/year-end-function',1,0,'66.249.79.214'),(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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:18:\"http://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/OLD/wp-admin/',1,0,'37.24.85.119'),(2973,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:\"38153048973254780\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"13254781\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613898237.693500995635986328125;s:12:\"REQUEST_TIME\";i:1613898237;}}','notice','2021-02-21 09:03:58','2021-02-21 09:03:57',27553024,27862936,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2972,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:28:\"https://fumo.co.za/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.4103.0 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.207.102.156\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"91.207.102.156\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054766696228\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11696229\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613888500.355267047882080078125;s:12:\"REQUEST_TIME\";i:1613888500;}}','notice','2021-02-21 06:21:42','2021-02-21 06:21:40',29072448,29433008,'https://fumo.co.za/contacts/',1,0,'91.207.102.156'),(2971,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:27:\"https://www.fumo.co.za/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:13:\"86.106.74.121\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"86.106.74.121\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050578414133\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"13414134\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613887988.618544101715087890625;s:12:\"REQUEST_TIME\";i:1613887988;}}','notice','2021-02-21 06:13:09','2021-02-21 06:13:08',27450976,27760904,'https://fumo.co.za/home',1,0,'86.106.74.121'),(2970,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:27:\"https://www.fumo.co.za/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:\"37.120.218.106\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"37.120.218.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:\"38153044986268021\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"12268022\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613887923.078834056854248046875;s:12:\"REQUEST_TIME\";i:1613887923;}}','notice','2021-02-21 06:12:03','2021-02-21 06:12:03',27450992,27760920,'https://fumo.co.za/home',1,0,'37.120.218.106'),(2968,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:\"AalbeW3mGoTWwOVdFq0QUcYYt1Eay1E1FDvlxVot5dEQHpZWY_nlvJgQt4Bwh-PmOetVsmme4Hekt_vGpySd7yNAdurlAuzcDLFqYRaDVniSh1AMTEG7\";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:\"38153055303635364\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"13635365\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613867520.3815329074859619140625;s:12:\"REQUEST_TIME\";i:1613867520;}}','notice','2021-02-21 00:32:02','2021-02-21 00:32:00',31354944,31715520,'https://fumo.co.za/jazz',1,0,'173.252.87.5'),(2969,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.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakQEUfvtMSWGtRAaUeMRFN3sqmMBY-UDtsJQf9HQ9PCAYDg0MtzSx4c699sK8NmAmrdCqWasQ207YgWcG2l-18-zamK8jlH0XjrME8Gv29OifNXjFr2\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"69.171.249.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:\"38153039803010179\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5010180\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613876454.1516559123992919921875;s:12:\"REQUEST_TIME\";i:1613876454;}}','notice','2021-02-21 03:00:56','2021-02-21 03:00:54',31354928,31715504,'https://fumo.co.za/jazz',1,0,'69.171.249.4'),(2967,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:\"38153044877045660\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"13045661\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613862059.72406291961669921875;s:12:\"REQUEST_TIME\";i:1613862059;}}','notice','2021-02-20 23:01:01','2021-02-20 23:01:00',31355016,31715576,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2966,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:\"34.73.173.105\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"34.73.173.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:\"38153044331385263\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8385264\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613855701.2395229339599609375;s:12:\"REQUEST_TIME\";i:1613855701;}}','notice','2021-02-20 21:15:03','2021-02-20 21:15:01',31362240,31722800,'https://fumo.co.za/xmlrpc.php',1,0,'34.73.173.105'),(2965,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:28:\"https://fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 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:\"38153023023529465\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"12529466\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613855573.77667999267578125;s:12:\"REQUEST_TIME\";i:1613855573;}}','notice','2021-02-20 21:12:55','2021-02-20 21:12:53',29067376,29427936,'https://fumo.co.za/contacts/',1,0,'95.79.142.124'),(2962,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-20 20:45:46','2021-02-20 20:45:46',8437880,9219544,'wp-cron',1,0,'178.79.186.170'),(2963,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-20 20:45:47','2021-02-20 20:45:46',8739528,9219544,'wp-cron',1,0,'178.79.186.170'),(2964,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: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:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"94.68.108.30\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"94.68.108.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:\"38153053122653989\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11653990\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613854861.7683279514312744140625;s:12:\"REQUEST_TIME\";i:1613854861;}}','notice','2021-02-20 21:01:03','2021-02-20 21:01:01',29067232,29427792,'https://fumo.co.za/contacts/',1,0,'94.68.108.30'),(2961,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153055372390138\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"12390139\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613842836.05656909942626953125;s:12:\"REQUEST_TIME\";i:1613842836;}}','notice','2021-02-20 17:40:36','2021-02-20 17:40:36',27450712,27760624,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(2960,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:106:\"Aamjuye11Gw2YTPZ-uAyTNPY_S_94NkfPHtsf61ujznuN0ENEqGWUFCHrxrF3XTqaRz2FFTfzZIYcCU09ddwEBGr_vdcKe5-ioHN4VP4UA\";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:\"38153039167725112\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5725113\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613838825.459352970123291015625;s:12:\"REQUEST_TIME\";i:1613838825;}}','notice','2021-02-20 16:33:46','2021-02-20 16:33:45',27548328,27858224,'https://fumo.co.za/year-end-function',1,0,'173.252.83.14'),(2958,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153053641923460\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9923461\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613834210.5952970981597900390625;s:12:\"REQUEST_TIME\";i:1613834210;}}','notice','2021-02-20 15:16:52','2021-02-20 15:16:51',31354808,31715368,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(2959,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.153 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..5\\\"\";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:\"38153036152993040\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5993041\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613834645.205751895904541015625;s:12:\"REQUEST_TIME\";i:1613834645;}}','notice','2021-02-20 15:24:07','2021-02-20 15:24:05',31356128,31716624,'https://fumo.co.za/wp-content/themes/bistro/inc/scripts/',1,0,'66.249.66.150'),(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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/jazz',1,0,'69.171.249.21'),(2974,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:12:\"HTTP_REFERER\";s:58:\"https://fumo.co.za/wp-content/plugins/bb-plugin/readme.txt\";s:15:\"HTTP_USER_AGENT\";s:44:\"WordPress/4.9.16; https://www.wpbeginner.com\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"35.193.149.5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"35.193.149.5\";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:\"38153053259509636\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"13509637\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613906371.3016879558563232421875;s:12:\"REQUEST_TIME\";i:1613906371;}}','notice','2021-02-21 11:19:32','2021-02-21 11:19:31',27456288,27766136,'https://fumo.co.za/wp-content/plugins/bb-plugin/readme.txt',1,0,'35.193.149.5'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:39:\"https://fumo.co.za/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:18:\"https://fumo.co.za\";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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/jazz',1,0,'173.252.87.120'),(2873,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.127\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.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:\"38153014594626251\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2626252\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613162524.6528060436248779296875;s:12:\"REQUEST_TIME\";i:1613162524;}}','notice','2021-02-12 20:42:05','2021-02-12 20:42:04',26912952,27222704,'https://fumo.co.za/just-arrived',1,0,'13.66.139.127'),(2874,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:\"AanwUWa6j5nCgSw4dN0K7Q6KxN3v6CS5ODG3HJsv0xcz9e6fLvjood8PtTbs7M03r-dnhbHUtWgTfmWP_OX1fecpv2uitBY4VgFcVB4dr2WD_Cij0IP0\";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:\"38153032845868850\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1868851\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613172593.4740989208221435546875;s:12:\"REQUEST_TIME\";i:1613172593;}}','notice','2021-02-12 23:29:58','2021-02-12 23:29:54',30746728,31103048,'https://fumo.co.za/jazz',1,0,'173.252.83.111'),(2872,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.21\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam1_cepHqDY1EyQNSepvanMnQvBS8g0E9f3XdK6K1D5ELzZ7et8J-un7alggVhqywZzsxjkRSNkf3mOycMQTcIc7Nla6UQdqTnUqrUzL8Hfoj0XEcsf\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.87.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:\"38153048620265613\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2265614\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613161143.985394001007080078125;s:12:\"REQUEST_TIME\";i:1613161143;}}','notice','2021-02-12 20:19:06','2021-02-12 20:19:04',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.87.21'),(2871,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.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aalxf2ZzBL0Qu9nWLarO7bM17SJN65J_IoLE0-ykFkTMxA1K_P51IsvBCzMo0hfP2pXYCGvoP9jBnnaVOaxd7DaJ8XqmP706e012E7txzrRQL2GqHJvG\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.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:\"38153033566526578\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"526579\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613127171.43924999237060546875;s:12:\"REQUEST_TIME\";i:1613127171;}}','notice','2021-02-12 10:52:55','2021-02-12 10:52:52',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.95.18'),(2870,0,'four_oh_four','found_404','a:1:{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: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:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"173.252.127.6\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";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:\"173.252.127.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:\"38153039775738944\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1738945\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613124360.3102290630340576171875;s:12:\"REQUEST_TIME\";i:1613124360;}}','notice','2021-02-12 10:06:01','2021-02-12 10:06:00',26916272,27225832,'https://fumo.co.za/jazz?fbclid=IwAR0Hu4ptdSab1ZfexoQa89noLA9Gz-n4gThSKNAbxaQnz8QkmdQGWsXxXQw',1,0,'173.252.127.6'),(2869,0,'four_oh_four','found_404','a:1:{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: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:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"173.252.95.9\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";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:12:\"173.252.95.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:\"38153048505641162\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1641163\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613124205.2705171108245849609375;s:12:\"REQUEST_TIME\";i:1613124205;}}','notice','2021-02-12 10:03:25','2021-02-12 10:03:25',26916400,27225944,'https://fumo.co.za/christmas?fbclid=IwAR0fhubJwC2b3tnePsgrEV5ot186uB0TrBjR4_sR4Wa4pgievWweJtzvYSc',1,0,'173.252.95.9'),(2868,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.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"AalL7M95Hs7NDPLeoRwrZTxFbjqfDM0B1MM1Z3aWYyFIFUFGAwbg97lU6-JnDV3kpHsm8pvI-S9AOjigZQ9mdCPPGC6LEC4lkHicfKIA2qs6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.103.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:\"38153056161508883\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1508884\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613124180.557621002197265625;s:12:\"REQUEST_TIME\";i:1613124180;}}','notice','2021-02-12 10:03:01','2021-02-12 10:03:00',26912904,27222664,'https://fumo.co.za/pizza',1,0,'31.13.103.4'),(2867,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.8\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:88:\"AamXLKaTvWG3vSxeQ_p11vfYo98N51kvxacxDS6R6O0hp8tRbNqayZpMmQjHqefEj90Sjk98LsFSBe0YQOrpmqdu\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.103.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:\"38153063436165628\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"165629\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613124180.4049570560455322265625;s:12:\"REQUEST_TIME\";i:1613124180;}}','notice','2021-02-12 10:03:01','2021-02-12 10:03:00',26912952,27222704,'https://fumo.co.za/christmas',1,0,'31.13.103.8'),(2865,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.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:95:\"AakpELyTlehiaryHFcuzzfvMM4JhcER7TaVFszY-Dup4U2pbuhwDXpmectZ4VWOETOdqkp3qMxYjHldX9lO_9cUwpp4QP1E\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.103.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:\"38153040480397049\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"397050\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613124177.3020350933074951171875;s:12:\"REQUEST_TIME\";i:1613124177;}}','notice','2021-02-12 10:03:00','2021-02-12 10:02:57',45492432,45788320,'https://fumo.co.za/jazz',1,0,'31.13.103.2'),(2866,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.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:88:\"Aan0vWuP_rRnS3LpRlD_6RpjKRkC6K7UAU6x2TZomiN39p5_zkgd5UqkkEX6-aAkWxEl6WeH0EBlOsUJP_uQH6PG\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"31.13.103.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:\"38153042276165156\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2165157\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613124177.8178160190582275390625;s:12:\"REQUEST_TIME\";i:1613124177;}}','notice','2021-02-12 10:03:00','2021-02-12 10:02:57',33478576,33791016,'https://fumo.co.za/year-end-function',1,0,'31.13.103.2'),(2936,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:\"Aak4ZNQ007UxmlgN96yHjoIhqoEdzBCsdIIWvfD4KRTq3aCsbTXZfXio2ERkBrnanmEyxG3RjSblXSaAjBGvVWbez38l_J_C-0ZOQb7v0SJVpC2-mLbG\";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:\"38153048612713615\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"713616\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613689154.8970088958740234375;s:12:\"REQUEST_TIME\";i:1613689154;}}','notice','2021-02-18 22:59:17','2021-02-18 22:59:15',31354840,31715416,'https://fumo.co.za/jazz',1,0,'173.252.87.5'),(2905,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:27:\"https://www.fumo.co.za/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:13:\"154.3.250.172\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"154.3.250.172\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153043067898802\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"898803\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613456906.739202022552490234375;s:12:\"REQUEST_TIME\";i:1613456906;}}','notice','2021-02-16 06:28:27','2021-02-16 06:28:26',26908944,27218712,'https://fumo.co.za/home',1,0,'154.3.250.172'),(2904,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:27:\"https://www.fumo.co.za/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:\"89.238.142.237\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"89.238.142.237\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036947408264\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2408265\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613456844.3747990131378173828125;s:12:\"REQUEST_TIME\";i:1613456844;}}','notice','2021-02-16 06:27:25','2021-02-16 06:27:24',26908944,27218712,'https://fumo.co.za/home',1,0,'89.238.142.237'),(2903,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:27:\"https://www.fumo.co.za/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:\"185.147.214.81\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"185.147.214.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:\"38153043665411203\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"411204\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613456416.613194942474365234375;s:12:\"REQUEST_TIME\";i:1613456416;}}','notice','2021-02-16 06:20:17','2021-02-16 06:20:16',26908952,27218720,'https://fumo.co.za/home',1,0,'185.147.214.81'),(2902,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:27:\"https://www.fumo.co.za/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:10:\"2.58.13.62\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:10:\"2.58.13.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:\"38153045267909491\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3909492\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613453998.2256870269775390625;s:12:\"REQUEST_TIME\";i:1613453998;}}','notice','2021-02-16 05:39:58','2021-02-16 05:39:58',26908760,27218528,'https://fumo.co.za/home',1,0,'2.58.13.62'),(2901,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:27:\"https://www.fumo.co.za/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:\"172.83.45.195\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"172.83.45.195\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036246423444\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1423445\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613453923.3623409271240234375;s:12:\"REQUEST_TIME\";i:1613453923;}}','notice','2021-02-16 05:38:44','2021-02-16 05:38:43',26908952,27218720,'https://fumo.co.za/home',1,0,'172.83.45.195'),(2900,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:27:\"https://www.fumo.co.za/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:14:\"173.195.15.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.195.15.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:\"38153056226909333\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3909334\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613453786.0965158939361572265625;s:12:\"REQUEST_TIME\";i:1613453786;}}','notice','2021-02-16 05:36:26','2021-02-16 05:36:26',26908944,27218712,'https://fumo.co.za/home',1,0,'173.195.15.133'),(2899,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:25:{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-US\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:174:\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEAQFjAF&url=https%3A%2F%2Ffumo.co.za%2Fjazz&ei=okIrYJWbEcDOqgTTRw&usg=AFQjCNEYW_oTvOZxVJ3Hs9dJzhXqQbd9vQ\";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:10:\"200.0.23.6\";s:11:\"HTTP_UA_CPU\";s:5:\"AMD64\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:10:\"200.0.23.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:\"38153062308866114\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"866115\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613447853.732739925384521484375;s:12:\"REQUEST_TIME\";i:1613447853;}}','notice','2021-02-16 03:57:38','2021-02-16 03:57:34',30663736,31101976,'https://fumo.co.za/jazz',1,0,'200.0.23.6'),(2898,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:116:\"AamWM2HmFEdg1a1w75QLsb7LKNKxFd7c40GDGkxnWpjoX6mACBrd6rsePoHUIMqW-DSTx0adErXyl17jHay-7rw5BAiZ9G0EqKoyGP_rr86HloXFJV9X\";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:\"38153047394367819\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"367820\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613438077.276506900787353515625;s:12:\"REQUEST_TIME\";i:1613438077;}}','notice','2021-02-16 01:14:44','2021-02-16 01:14:38',30746728,31103048,'https://fumo.co.za/jazz',1,0,'173.252.111.12'),(2935,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:\"38153017576896730\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1896731\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613678584.271603107452392578125;s:12:\"REQUEST_TIME\";i:1613678584;}}','notice','2021-02-18 20:03:06','2021-02-18 20:03:04',31354728,31715304,'https://fumo.co.za/home',1,0,'157.55.39.238'),(2934,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.2\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakSoYF-xKS5yThyPigBM72rwsLoLqtIlT-XgbCo7AelG3SVy_ykeXJkna-yHMJYOmZ8hSK6d-GW6KRWTw-KvQyi-QP7EvgYQEa5HNn2i25Xxe-03HRf\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.111.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:\"38153057272397138\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4397139\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613661626.2676169872283935546875;s:12:\"REQUEST_TIME\";i:1613661626;}}','notice','2021-02-18 15:20:27','2021-02-18 15:20:26',27893256,28253832,'https://fumo.co.za/jazz',1,0,'173.252.111.2'),(2933,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:23:\"en-US,en;q=0.9,la;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:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"157.47.5.124\";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:12:\"157.47.5.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:\"38153063282501969\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3501970\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613655117.000649929046630859375;s:12:\"REQUEST_TIME\";i:1613655117;}}','notice','2021-02-18 13:31:57','2021-02-18 13:31:57',27538992,27833536,'https://fumo.co.za/wp-content/themes/Divi/js/custom.unified.js.map',1,3,'157.47.5.124'),(2932,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:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:22:\"HTTP_IF_MODIFIED_SINCE\";s:29:\"Thu, 18 Feb 2021 12:22:18 GMT\";s:18:\"HTTP_IF_NONE_MATCH\";s:34:\"W/\\\"12a05bf-4fb87c-5bb9b62f3e265\\\"\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:8:\"HTTP_DNT\";s:1:\"1\";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:\"38153050512517918\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3517919\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613653950.8749520778656005859375;s:12:\"REQUEST_TIME\";i:1613653950;}}','notice','2021-02-18 13:12:31','2021-02-18 13:12:30',27448440,27758240,'https://fumo.co.za/wp-content/et-cache/en_US/definitions-page-16136509380037.js',1,0,'154.73.183.63'),(2931,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:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:22:\"HTTP_IF_MODIFIED_SINCE\";s:29:\"Thu, 18 Feb 2021 12:22:17 GMT\";s:18:\"HTTP_IF_NONE_MATCH\";s:33:\"W/\\\"12a056f-8c960-5bb9b62ebb0bc\\\"\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:8:\"HTTP_DNT\";s:1:\"1\";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:\"38153050515425467\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6425468\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613653950.20905303955078125;s:12:\"REQUEST_TIME\";i:1613653950;}}','notice','2021-02-18 13:12:30','2021-02-18 13:12:30',27448424,27758224,'https://fumo.co.za/wp-content/et-cache/en_US/helpers-page-16136509310682.js',1,0,'154.73.183.63'),(2930,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:41:\"https://fumo.co.za/?et_fb=1&PageSpeed=off\";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.182 Safari/537.36\";s:22:\"HTTP_IF_MODIFIED_SINCE\";s:29:\"Thu, 18 Feb 2021 12:17:55 GMT\";s:18:\"HTTP_IF_NONE_MATCH\";s:31:\"W/\\\"191ea3b-398-5bb9b534bda21\\\"\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:8:\"HTTP_DNT\";s:1:\"1\";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:\"38153050515735984\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5735985\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613653933.378058910369873046875;s:12:\"REQUEST_TIME\";i:1613653933;}}','notice','2021-02-18 13:12:14','2021-02-18 13:12:13',27448896,27758664,'https://fumo.co.za/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-after.js',1,0,'154.73.183.63'),(2913,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:27:\"https://www.fumo.co.za/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:\"173.195.15.234\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.195.15.234\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153054318544839\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7544840\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613543606.4364259243011474609375;s:12:\"REQUEST_TIME\";i:1613543606;}}','notice','2021-02-17 06:33:27','2021-02-17 06:33:26',26913208,27222976,'https://fumo.co.za/home',1,0,'173.195.15.234'),(2925,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.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";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:6:\"iframe\";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:\"38153054327112419\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5112420\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613648464.36647796630859375;s:12:\"REQUEST_TIME\";i:1613648464;}}','notice','2021-02-18 11:41:05','2021-02-18 11:41:04',27161504,27456128,'https://fumo.co.za/undefined',1,2,'154.73.183.63'),(2926,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:64:\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"en-US,en;q=0.9,la;q=0.8\";s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:9:\"HTTP_HOST\";s:10:\"fumo.co.za\";s:12:\"HTTP_REFERER\";s:115:\"https://fumo.co.za/wp-admin/edit.php?page=tribe-common&post_type=tribe_events&welcome-message-the-events-calendar=1\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"157.48.220.189\";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:\"image\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"157.48.220.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:\"38153056186419769\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2419770\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613650693.6476109027862548828125;s:12:\"REQUEST_TIME\";i:1613650693;}}','notice','2021-02-18 12:18:14','2021-02-18 12:18:13',29843352,30137448,'https://fumo.co.za/wp-content/themes/https:/fumo.co.za/wp-content/plugins/the-events-calendar/src/resources/images/the-events-calendar.svg',1,3,'157.48.220.189'),(2927,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.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";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:6:\"iframe\";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:\"38153054768573707\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2573708\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613650816.259028911590576171875;s:12:\"REQUEST_TIME\";i:1613650816;}}','notice','2021-02-18 12:20:17','2021-02-18 12:20:16',29822376,30116728,'https://fumo.co.za/undefined',1,2,'154.73.183.63'),(2928,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:23:\"en-US,en;q=0.9,la;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:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"157.47.5.124\";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:6:\"iframe\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.47.5.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:\"38153054876613724\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2613725\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613651303.101006984710693359375;s:12:\"REQUEST_TIME\";i:1613651303;}}','notice','2021-02-18 12:28:23','2021-02-18 12:28:23',28874600,29186008,'https://fumo.co.za/65-2/undefined',1,3,'157.47.5.124'),(2929,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:41:\"https://fumo.co.za/?et_fb=1&PageSpeed=off\";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.182 Safari/537.36\";s:22:\"HTTP_IF_MODIFIED_SINCE\";s:29:\"Thu, 18 Feb 2021 12:17:55 GMT\";s:18:\"HTTP_IF_NONE_MATCH\";s:31:\"W/\\\"191ea46-4fe-5bb9b534bde09\\\"\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";s:8:\"HTTP_DNT\";s:1:\"1\";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:\"38153050522056922\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2056923\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613653933.164884090423583984375;s:12:\"REQUEST_TIME\";i:1613653933;}}','notice','2021-02-18 13:12:13','2021-02-18 13:12:13',27448896,27758664,'https://fumo.co.za/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-before.js',1,0,'154.73.183.63'),(2885,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:\"AalL11mNdo9knnFdBaxhm_dtq1VPtR-hixga6D_YCXQSs0BPCAsS-1Hl5RCCM9pXWKcba44PFKer_snqupGdDdGryZ9qbmXtbGOnMlMeMb4zfWERAKXP\";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:\"38153055818231248\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2231249\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613255541.9971759319305419921875;s:12:\"REQUEST_TIME\";i:1613255541;}}','notice','2021-02-13 22:32:27','2021-02-13 22:32:23',30667352,31105592,'https://fumo.co.za/jazz',1,0,'173.252.83.4'),(2883,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.153 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.79.214\";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.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:\"38153040850083306\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:5:\"83307\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613217888.0704619884490966796875;s:12:\"REQUEST_TIME\";i:1613217888;}}','notice','2021-02-13 12:04:48','2021-02-13 12:04:48',26913656,27223400,'https://fumo.co.za/cigar-lounge/',1,0,'66.249.79.214'),(2884,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.116\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"AaliyR5lyzKrXKXpqXCvnvhWm_TM1pcykqFo6dVu9qDy0VWB3GysyONfiGORTOqU7yjnWiFr7fXjQrhw3_0c9bMWLZb9F_4wpEnaa2KLSQ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"31.13.103.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:\"38153057010057356\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2057357\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613225840.0401151180267333984375;s:12:\"REQUEST_TIME\";i:1613225840;}}','notice','2021-02-13 14:17:20','2021-02-13 14:17:20',27006000,27315760,'https://fumo.co.za/pizza',1,0,'31.13.103.116'),(2957,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:\"38153048970045765\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10045766\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613803597.795281887054443359375;s:12:\"REQUEST_TIME\";i:1613803597;}}','notice','2021-02-20 06:46:40','2021-02-20 06:46:38',31355024,31715584,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2956,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:27:\"https://www.fumo.co.za/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:\"38153035282856294\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10856295\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613802277.0042679309844970703125;s:12:\"REQUEST_TIME\";i:1613802277;}}','notice','2021-02-20 06:24:37','2021-02-20 06:24:37',27450848,27760776,'https://fumo.co.za/home',1,0,'173.213.87.101'),(2944,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.153 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.79.214\";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.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:\"38153052317432381\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8432382\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613723986.77262592315673828125;s:12:\"REQUEST_TIME\";i:1613723986;}}','notice','2021-02-19 08:39:47','2021-02-19 08:39:46',27548576,27858496,'https://fumo.co.za/pizza',1,0,'66.249.79.214'),(2943,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:28:\"https://fumo.co.za/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:13:\"217.107.194.5\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"217.107.194.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:\"38153060943851227\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8851228\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613720017.3540050983428955078125;s:12:\"REQUEST_TIME\";i:1613720017;}}','notice','2021-02-19 07:33:39','2021-02-19 07:33:37',29067360,29427920,'https://fumo.co.za/contacts/',1,0,'217.107.194.5'),(2942,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:27:\"https://www.fumo.co.za/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.205\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"2.58.12.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:\"38153049756451429\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7451430\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613716240.99112796783447265625;s:12:\"REQUEST_TIME\";i:1613716240;}}','notice','2021-02-19 06:30:41','2021-02-19 06:30:41',27450784,27760712,'https://fumo.co.za/home',1,0,'2.58.12.205'),(2941,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:27:\"https://www.fumo.co.za/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:14:\"156.146.41.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"156.146.41.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:\"38153041575689543\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8689544\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613716095.4083321094512939453125;s:12:\"REQUEST_TIME\";i:1613716095;}}','notice','2021-02-19 06:28:16','2021-02-19 06:28:15',27450976,27760904,'https://fumo.co.za/home',1,0,'156.146.41.102'),(2893,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.79.216\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.79.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:\"38153061679842573\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4842574\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613336949.32396697998046875;s:12:\"REQUEST_TIME\";i:1613336949;}}','notice','2021-02-14 21:09:10','2021-02-14 21:09:09',26912952,27222712,'https://fumo.co.za/welcome',1,0,'66.249.79.216'),(2891,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.42\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AambkU50IqwmlJMbvvsFwMrYvmC7MpYCoEc0PgjRWu5DKhYiQYVbJXVwHpfxtv9Ge1DQyMYyOzzCioOAxTjZBodLKzc-9MRdCKu_W6piEfWFH8MEX_kd\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.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:\"38153039111519197\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5519198\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613326787.1792209148406982421875;s:12:\"REQUEST_TIME\";i:1613326787;}}','notice','2021-02-14 18:19:51','2021-02-14 18:19:48',30667368,31105608,'https://fumo.co.za/jazz',1,0,'66.220.149.42'),(2892,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.5\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamS8rmQ8FtytvtaATlkRSnfxw2ApOPl4wTbxyPuHjuqYOhc5gF-xG-85h1-EDaOyW11ZzLP_JcjhmC0W2nmyZ_zOMHf--oLPGrpKPbwSwi25R3Sr5eo\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"173.252.95.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:\"38153053397779654\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5779655\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613328656.689961910247802734375;s:12:\"REQUEST_TIME\";i:1613328656;}}','notice','2021-02-14 18:50:58','2021-02-14 18:50:57',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.95.5'),(2890,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:122:\"Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"41.21.236.132\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"41.21.236.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:\"38153060742990885\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2990886\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613320918.3789288997650146484375;s:12:\"REQUEST_TIME\";i:1613320918;}}','notice','2021-02-14 16:42:02','2021-02-14 16:41:59',30667576,31105816,'https://fumo.co.za/jazz',1,0,'41.21.236.132'),(2889,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.238\";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:\"38153016476344724\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2344725\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613309576.8560340404510498046875;s:12:\"REQUEST_TIME\";i:1613309576;}}','notice','2021-02-14 13:33:00','2021-02-14 13:32:57',30667296,31105512,'https://fumo.co.za/reservations/',1,0,'157.55.39.238'),(2886,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-14 11:14:25','2021-02-14 11:14:25',8073048,8857384,'wp-cron',1,0,'178.79.186.170'),(2887,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-14 11:14:25','2021-02-14 11:14:25',8351936,8857384,'wp-cron',1,0,'178.79.186.170'),(2888,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.238\";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:\"38153018433987721\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2987722\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613301263.160121917724609375;s:12:\"REQUEST_TIME\";i:1613301263;}}','notice','2021-02-14 11:14:27','2021-02-14 11:14:24',30667760,31105976,'https://fumo.co.za/reservations/',1,0,'157.55.39.238'),(2940,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:27:\"https://www.fumo.co.za/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:\"205.185.223.97\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"205.185.223.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:\"38153053186666972\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5666973\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613716008.970796108245849609375;s:12:\"REQUEST_TIME\";i:1613716008;}}','notice','2021-02-19 06:26:49','2021-02-19 06:26:48',27450736,27760664,'https://fumo.co.za/home',1,0,'205.185.223.97'),(2939,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:27:\"https://www.fumo.co.za/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:15:\"209.107.204.244\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.204.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:\"38153054933240319\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6240320\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613715873.0224750041961669921875;s:12:\"REQUEST_TIME\";i:1613715873;}}','notice','2021-02-19 06:24:33','2021-02-19 06:24:33',27451072,27761000,'https://fumo.co.za/home',1,0,'209.107.204.244'),(2938,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153052742694472\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6694473\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613710072.0233790874481201171875;s:12:\"REQUEST_TIME\";i:1613710072;}}','notice','2021-02-19 04:47:54','2021-02-19 04:47:52',31354824,31715384,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(2937,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:\"38153048454933102\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6933103\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613692360.0794200897216796875;s:12:\"REQUEST_TIME\";i:1613692360;}}','notice','2021-02-18 23:52:42','2021-02-18 23:52:40',31354904,31715464,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2675,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:28:\"https://fumo.co.za/contacts/\";s:15:\"HTTP_USER_AGENT\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.9.156.133\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"37.9.156.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:\"38153059534646458\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1646459\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612301669.56606388092041015625;s:12:\"REQUEST_TIME\";i:1612301669;}}','notice','2021-02-02 21:34:31','2021-02-02 21:34:29',27662920,28100536,'https://fumo.co.za/contacts/',1,0,'37.9.156.133'),(2676,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.140 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:\"38153053066263526\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1263527\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612316671.2847859859466552734375;s:12:\"REQUEST_TIME\";i:1612316671;}}','notice','2021-02-03 01:44:31','2021-02-03 01:44:31',26126808,26435944,'https://fumo.co.za/menu-nov-2015/',1,0,'66.249.70.70'),(2677,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-03 02:57:24','2021-02-03 02:57:24',8104768,8883952,'wp-cron',1,0,'178.79.186.170'),(2678,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-03 02:57:24','2021-02-03 02:57:24',8383592,8883952,'wp-cron',1,0,'178.79.186.170'),(2679,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:27:\"https://www.fumo.co.za/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:\"212.102.36.11\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"212.102.36.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:\"38153052714447572\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1447573\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612332927.3795969486236572265625;s:12:\"REQUEST_TIME\";i:1612332927;}}','notice','2021-02-03 06:15:28','2021-02-03 06:15:27',26126008,26435168,'https://fumo.co.za/home',1,0,'212.102.36.11'),(2680,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:27:\"https://www.fumo.co.za/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:14:\"173.195.15.215\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.195.15.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:\"38153043369782603\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1782604\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612333094.5422079563140869140625;s:12:\"REQUEST_TIME\";i:1612333094;}}','notice','2021-02-03 06:18:15','2021-02-03 06:18:14',26126296,26435456,'https://fumo.co.za/home',1,0,'173.195.15.215'),(2681,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:27:\"https://www.fumo.co.za/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:\"78.110.173.143\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"78.110.173.143\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153045490997464\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"997465\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612333357.811100006103515625;s:12:\"REQUEST_TIME\";i:1612333357;}}','notice','2021-02-03 06:22:38','2021-02-03 06:22:37',26126200,26435360,'https://fumo.co.za/home',1,0,'78.110.173.143'),(2682,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:13:\"54.86.145.243\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.86.145.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:\"38153061684769526\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3769527\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612337080.190196990966796875;s:12:\"REQUEST_TIME\";i:1612337080;}}','notice','2021-02-03 07:24:40','2021-02-03 07:24:40',26134672,26443704,'https://fumo.co.za/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',1,0,'54.86.145.243'),(2683,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:116:\"Aam8jc6Hg_HwrfblCtb99dzPJtRbwC39d1ilPc_IIoiyvXMkxIMPvLbpMblr_BNm2TUL59vNtdGDOgYrc8Oa8G1VguV8ajx1yy24p9R37D_wCwIagWPN\";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:\"38153036114930673\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2930674\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612343284.4552700519561767578125;s:12:\"REQUEST_TIME\";i:1612343284;}}','notice','2021-02-03 09:08:05','2021-02-03 09:08:04',26126024,26435184,'https://fumo.co.za/jazz',1,0,'173.252.111.8'),(2664,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.79.214\";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.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:\"38153042357506599\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"13506600\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612173019.65818500518798828125;s:12:\"REQUEST_TIME\";i:1612173019;}}','notice','2021-02-01 09:50:20','2021-02-01 09:50:19',26126632,26435784,'https://fumo.co.za/pizza',1,0,'66.249.79.214'),(2665,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.162\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.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:\"38153046208144211\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"144212\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612199342.915524959564208984375;s:12:\"REQUEST_TIME\";i:1612199342;}}','notice','2021-02-01 17:09:03','2021-02-01 17:09:02',26126104,26435248,'https://fumo.co.za/just-arrived',1,0,'13.66.139.162'),(2666,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-01 20:38:43','2021-02-01 20:38:43',8104768,8883952,'wp-cron',1,0,'178.79.186.170'),(2667,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-01 20:38:43','2021-02-01 20:38:43',8383592,8883952,'wp-cron',1,0,'178.79.186.170'),(2668,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.18\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal07XbPh-P8D6zaEyqZcismRT0ZxuPfEHVlNV00wphxKGqXEbbAvRAE8ncHKJIwprg1yW06WQa4MeYTciZleerT3vvFQf2-WOkgeEgEV--dMkxghc7b\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.220.149.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:\"38153044307133709\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1133710\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612232390.5260550975799560546875;s:12:\"REQUEST_TIME\";i:1612232390;}}','notice','2021-02-02 02:19:52','2021-02-02 02:19:50',29880168,30317800,'https://fumo.co.za/jazz',1,0,'66.220.149.18'),(2669,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.113\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aam9RxGEfx772hDE-0omVmktX97dBxmEFypIv_NIXlW811aDWhqsDZOIUFlkPuLQo4ebJCiLRi108hjYARy3PixmXcOIAyBy1WRQ-VIu6n36yuKN0UNb\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.95.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:\"38153041206242528\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2242529\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612238484.863955974578857421875;s:12:\"REQUEST_TIME\";i:1612238484;}}','notice','2021-02-02 04:01:27','2021-02-02 04:01:25',29880168,30317800,'https://fumo.co.za/jazz',1,0,'173.252.95.113'),(2670,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:27:\"https://www.fumo.co.za/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:13:\"45.56.174.204\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"45.56.174.204\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153038432879271\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"879272\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612246587.4120090007781982421875;s:12:\"REQUEST_TIME\";i:1612246587;}}','notice','2021-02-02 06:16:28','2021-02-02 06:16:27',26122096,26431256,'https://fumo.co.za/home',1,0,'45.56.174.204'),(2671,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:27:\"https://www.fumo.co.za/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:\"209.107.204.194\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"209.107.204.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:\"38153037474430988\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4430989\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612246705.8485019207000732421875;s:12:\"REQUEST_TIME\";i:1612246705;}}','notice','2021-02-02 06:18:26','2021-02-02 06:18:25',26122104,26431264,'https://fumo.co.za/home',1,0,'209.107.204.194'),(2672,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:11:\"HTTP_ACCEPT\";s:77:\"text/html,application/xhtml+xml,application/xml;q=0.95,text/*;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:45:\"MixnodeCache/1.8(+https://cache.mixnode.com/)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"54.162.102.36\";s:9:\"HTTP_FROM\";s:0:\"\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"54.162.102.36\";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:\"38153012982280161\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7280162\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612248592.982018947601318359375;s:12:\"REQUEST_TIME\";i:1612248592;}}','notice','2021-02-02 06:49:55','2021-02-02 06:49:53',29880048,30317672,'https://fumo.co.za/ads.txt',1,0,'54.162.102.36'),(2656,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:28:\"https://fumo.co.za/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.97\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"51.81.139.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:\"38153055784360280\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10360281\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612089151.3492739200592041015625;s:12:\"REQUEST_TIME\";i:1612089151;}}','notice','2021-01-31 10:32:33','2021-01-31 10:32:31',27662936,28100552,'https://fumo.co.za/contacts/',1,0,'51.81.139.97'),(2657,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-01-31 12:27:52','2021-01-31 12:27:52',8104784,8883968,'wp-cron',1,0,'178.79.186.170'),(2658,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-01-31 12:27:52','2021-01-31 12:27:52',8383608,8883968,'wp-cron',1,0,'178.79.186.170'),(2659,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:28:\"https://fumo.co.za/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:14:\"92.240.130.135\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"92.240.130.135\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153060738824205\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"8824206\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612103212.2718551158905029296875;s:12:\"REQUEST_TIME\";i:1612103212;}}','notice','2021-01-31 14:26:54','2021-01-31 14:26:52',27662920,28100536,'https://fumo.co.za/contacts/',1,0,'92.240.130.135'),(2660,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.162\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.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:\"38153052166919796\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6919797\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612113491.1213719844818115234375;s:12:\"REQUEST_TIME\";i:1612113491;}}','notice','2021-01-31 17:18:11','2021-01-31 17:18:11',26145464,26454608,'https://fumo.co.za/just-arrived',1,0,'13.66.139.162'),(2661,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:\"AalPGB9LuZ1qU84potFmcZ37S1rbmaNdz7aQuBdHOV7AAmWQo7Od6V5A8YSOlzNAedvZ4e1Rd_8bYs1LdsH9lo4_3WByK5nGmAC8vgg3rSL1m0YnOd2e\";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:\"38153064277151015\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7151016\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612127076.6692960262298583984375;s:12:\"REQUEST_TIME\";i:1612127076;}}','notice','2021-01-31 21:04:40','2021-01-31 21:04:37',29884264,30321896,'https://fumo.co.za/jazz',1,0,'173.252.87.5'),(2662,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.13\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakeR2vSpgIWnL78-zcxKf4KxVi_PQtFyJL6RgUgOaSk6m2PnbeLnrD-PbENlLhhjjYoAxVew--uayuSSY_CsbK0dgSmvgjNUI7I7YRhqb0yWfE5yrdH\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.249.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:\"38153034939948765\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7948766\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612144786.0291569232940673828125;s:12:\"REQUEST_TIME\";i:1612144786;}}','notice','2021-02-01 01:59:50','2021-02-01 01:59:47',29883960,30321592,'https://fumo.co.za/jazz',1,0,'69.171.249.13'),(2663,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.112\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal1BSOSLxbjiz4wvXsXmXTQ7vbtpNhUtbg745gQdqqaD7O4xMBCjq15RXodW8-Ablo8d_EIkwxpNje1pCejmYe3Rp1h8axacEqx211dJLd_WUuCh_Dc\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.95.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:\"38153038643560976\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1560977\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612145926.1635429859161376953125;s:12:\"REQUEST_TIME\";i:1612145926;}}','notice','2021-02-01 02:18:50','2021-02-01 02:18:47',29884256,30321888,'https://fumo.co.za/jazz',1,0,'173.252.95.112'),(2647,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.73.108\";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.73.108\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153036578837766\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5837767\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612017912.4815099239349365234375;s:12:\"REQUEST_TIME\";i:1612017912;}}','notice','2021-01-30 14:45:13','2021-01-30 14:45:12',26145976,26455128,'https://fumo.co.za/menu/',1,0,'66.249.73.108'),(2648,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.73.110\";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.73.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:\"38153036251568847\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11568848\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612022055.50835895538330078125;s:12:\"REQUEST_TIME\";i:1612022055;}}','notice','2021-01-30 15:54:16','2021-01-30 15:54:15',26146088,26455232,'https://fumo.co.za/wine-list/',1,0,'66.249.73.110'),(2650,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.73.110\";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.73.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:\"38153046866807987\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"7807988\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612036518.7579200267791748046875;s:12:\"REQUEST_TIME\";i:1612036518;}}','notice','2021-01-30 19:55:19','2021-01-30 19:55:18',26146080,26455224,'https://fumo.co.za/contacts/',1,0,'66.249.73.110'),(2649,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.162\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.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:\"38153048651638816\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11638817\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612030332.9101619720458984375;s:12:\"REQUEST_TIME\";i:1612030332;}}','notice','2021-01-30 18:12:16','2021-01-30 18:12:13',29884360,30321976,'https://fumo.co.za/just-arrived',1,0,'13.66.139.162'),(2651,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.73.112\";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.73.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:\"38153058869590915\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10590916\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612055812.1862850189208984375;s:12:\"REQUEST_TIME\";i:1612055812;}}','notice','2021-01-31 01:16:52','2021-01-31 01:16:52',26126824,26435960,'https://fumo.co.za/reservations/',1,0,'66.249.73.112'),(2652,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:27:\"https://www.fumo.co.za/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:11:\"5.183.94.86\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:11:\"5.183.94.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:\"38153044508864372\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1864373\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612073913.2558128833770751953125;s:12:\"REQUEST_TIME\";i:1612073913;}}','notice','2021-01-31 06:18:33','2021-01-31 06:18:33',26126008,26435168,'https://fumo.co.za/home',1,0,'5.183.94.86'),(2653,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:27:\"https://www.fumo.co.za/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:15:\"216.151.180.106\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.180.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:\"38153033649650858\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9650859\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1612073977.07262706756591796875;s:12:\"REQUEST_TIME\";i:1612073977;}}','notice','2021-01-31 06:19:37','2021-01-31 06:19:37',26126048,26435208,'https://fumo.co.za/home',1,0,'216.151.180.106'),(2630,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:28:\"https://fumo.co.za/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:15:\"107.181.180.176\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"107.181.180.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:\"38153037111311522\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5311523\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611968594.3707759380340576171875;s:12:\"REQUEST_TIME\";i:1611968594;}}','notice','2021-01-30 01:03:17','2021-01-30 01:03:14',27662920,28100536,'https://fumo.co.za/contacts/',1,0,'107.181.180.176'),(2631,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.4\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AakWlj72EXrQi-5vqKrW4m6Q0eohXCH2Pm-8QG0J7t2Cu3gTg6PcDUDebOUt1pBnNwWLn-QuoXqspfNtDSzrHLXBfbS92pr0kB4Va5KP_KcCvPa8brF6\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"69.171.249.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:\"38153040697625609\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1625610\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611975114.880465984344482421875;s:12:\"REQUEST_TIME\";i:1611975114;}}','notice','2021-01-30 02:51:58','2021-01-30 02:51:55',29891968,30329600,'https://fumo.co.za/jazz',1,0,'69.171.249.4'),(2633,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.116\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AanWSIF46KlFDGz4RrDsTCVBzDwD_QDhi-gbS60DXGPDN4VyN75pjeoOwkvvP3KJGBxfcesrj4R5OjxozutrAALk0cgfz03NsuBOlfhqxlkbyuywFz2-\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.87.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:\"38153064692205641\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2205642\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611976473.02495288848876953125;s:12:\"REQUEST_TIME\";i:1611976473;}}','notice','2021-01-30 03:14:36','2021-01-30 03:14:34',29884264,30321896,'https://fumo.co.za/jazz',1,0,'173.252.87.116'),(2632,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.73.108\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.73.108\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053156518035\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1518036\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611975779.5362179279327392578125;s:12:\"REQUEST_TIME\";i:1611975779;}}','notice','2021-01-30 03:03:00','2021-01-30 03:02:59',26126032,26435184,'https://fumo.co.za/pizza',1,0,'66.249.73.108'),(2616,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:14:\"IDBTE4M CODE87\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"3.238.240.207\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"3.238.240.207\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153053014524654\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"18524655\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611849679.08047199249267578125;s:12:\"REQUEST_TIME\";i:1611849679;}}','notice','2021-01-28 16:01:23','2021-01-28 16:01:20',29892896,30330528,'https://fumo.co.za/.env',1,0,'3.238.240.207'),(2634,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:28:\"https://fumo.co.za/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:14:\"212.80.219.152\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"212.80.219.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:\"38153054111248799\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"248800\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611979952.35702610015869140625;s:12:\"REQUEST_TIME\";i:1611979952;}}','notice','2021-01-30 04:12:34','2021-01-30 04:12:32',27662920,28100536,'https://fumo.co.za/contacts/',1,0,'212.80.219.152'),(2618,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.73.112\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"66.249.73.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:\"38153061745118371\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"12118372\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611860486.2817509174346923828125;s:12:\"REQUEST_TIME\";i:1611860486;}}','notice','2021-01-28 19:01:26','2021-01-28 19:01:26',26123160,26432296,'https://fumo.co.za/cigar-lounge/',1,0,'66.249.73.112'),(2617,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:\"35.231.231.246\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"35.231.231.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:\"38153042150493342\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5493343\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611855988.217320919036865234375;s:12:\"REQUEST_TIME\";i:1611855988;}}','notice','2021-01-28 17:46:32','2021-01-28 17:46:29',29882864,30320480,'https://fumo.co.za/xmlrpc.php',1,0,'35.231.231.246'),(2619,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.26\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalIUBHjUsnOg86sm4K7IyLvrD_UlKGZk0IWToxWr9zAmhonvDrhV7nbKjxUHWJHEZ4bH8iPtEaft84CjPN19uLti_YqNFuLL-ri1i52X7bQ-H7dF-OH\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.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:\"38153062708145345\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16145346\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611869374.2286579608917236328125;s:12:\"REQUEST_TIME\";i:1611869374;}}','notice','2021-01-28 21:29:38','2021-01-28 21:29:35',29881200,30318832,'https://fumo.co.za/jazz',1,0,'173.252.95.26'),(2620,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:\"35.243.190.180\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"35.243.190.180\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153035048019731\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15019732\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611877269.5342519283294677734375;s:12:\"REQUEST_TIME\";i:1611877269;}}','notice','2021-01-28 23:41:11','2021-01-28 23:41:09',29882872,30320488,'https://fumo.co.za/xmlrpc.php',1,0,'35.243.190.180'),(2621,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-01-29 00:09:23','2021-01-29 00:09:23',8104784,8883968,'wp-cron',1,0,'178.79.186.170'),(2601,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:\"38153033553056568\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16056569\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611748028.8363029956817626953125;s:12:\"REQUEST_TIME\";i:1611748028;}}','notice','2021-01-27 11:47:09','2021-01-27 11:47:08',26122856,26432000,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.32'),(2623,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:\"AamIdCGdS3s3sSmAcaoJ5BeDcsdEL09xr9QUl1vDdTW5WUiotasLpegCg6Ra2WKdw1jssPELsajOf2EveWhH9aitLPhclbILFih_9mXsXuBvSfbU7-vM\";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:\"38153053677426654\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"17426655\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611882098.8517529964447021484375;s:12:\"REQUEST_TIME\";i:1611882098;}}','notice','2021-01-29 01:01:40','2021-01-29 01:01:39',29881200,30318832,'https://fumo.co.za/jazz',1,0,'173.252.107.24'),(2622,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-01-29 00:09:23','2021-01-29 00:09:23',8383608,8883968,'wp-cron',1,0,'178.79.186.170'),(2602,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.249.73.108\";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.73.108\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153050211972833\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11972834\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611768168.86540699005126953125;s:12:\"REQUEST_TIME\";i:1611768168;}}','notice','2021-01-27 17:22:49','2021-01-27 17:22:48',26123824,26432960,'https://fumo.co.za/test-blog-post/',1,0,'66.249.73.108'),(2603,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-01-27 17:54:27','2021-01-27 17:54:27',8133840,8898032,'wp-cron',1,0,'178.79.186.170'),(2604,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-01-27 17:54:27','2021-01-27 17:54:27',8412664,8898032,'wp-cron',1,0,'178.79.186.170'),(2605,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:\"207.46.13.225\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"207.46.13.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:\"38153003596974762\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11974763\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611771092.19450092315673828125;s:12:\"REQUEST_TIME\";i:1611771092;}}','notice','2021-01-27 18:11:34','2021-01-27 18:11:32',27659792,28097376,'https://fumo.co.za/photobook/food-gallery/',1,0,'207.46.13.225'),(2606,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:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"193.169.254.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"193.169.254.102\";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:\"38153038326876050\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10876051\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611782993.764832973480224609375;s:12:\"REQUEST_TIME\";i:1611782993;}}','notice','2021-01-27 21:29:54','2021-01-27 21:29:53',26143096,26452128,'https://fumo.co.za/wp-content/plugins/miniorange-2-factor-authentication/readme.txt',1,0,'193.169.254.102'),(2607,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:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"193.169.254.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"193.169.254.102\";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:\"38153039366812051\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16812052\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611782994.9700338840484619140625;s:12:\"REQUEST_TIME\";i:1611782994;}}','notice','2021-01-27 21:29:55','2021-01-27 21:29:54',26124136,26433104,'https://fumo.co.za/wp-content/plugins/custom-registration-form-builder-with-submission-manager/readme.txt',1,0,'193.169.254.102'),(2608,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:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"193.169.254.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"193.169.254.102\";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:\"38153039730812054\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"16812055\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611782995.9773681163787841796875;s:12:\"REQUEST_TIME\";i:1611782995;}}','notice','2021-01-27 21:29:56','2021-01-27 21:29:55',26123496,26432560,'https://fumo.co.za/wp-content/plugins/wc-frontend-manager/readme.txt',1,0,'193.169.254.102'),(2609,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:\"95.79.223.108\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"95.79.223.108\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153056124320021\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"15320022\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611785737.5423018932342529296875;s:12:\"REQUEST_TIME\";i:1611785737;}}','notice','2021-01-27 22:15:40','2021-01-27 22:15:37',27659776,28097392,'https://fumo.co.za/community/',1,0,'95.79.223.108'),(2595,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-01-26 11:36:04','2021-01-26 11:36:04',8379488,8879848,'wp-cron',1,0,'178.79.186.170'),(2596,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.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"66.249.76.55\";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.76.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:\"38153037011979658\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2979659\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611664196.9970839023590087890625;s:12:\"REQUEST_TIME\";i:1611664196;}}','notice','2021-01-26 12:29:57','2021-01-26 12:29:57',26119632,26428768,'https://fumo.co.za/just-arrived/',1,0,'66.249.76.55'),(2594,0,'notification_center','send_scheduled','a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}','debug','2021-01-26 11:36:04','2021-01-26 11:36:04',8100664,8879848,'wp-cron',1,0,'178.79.186.170'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/year-end-function',1,0,'66.249.66.152'),(2597,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.40\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.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:\"38153015809014678\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1014679\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611664951.2199459075927734375;s:12:\"REQUEST_TIME\";i:1611664951;}}','notice','2021-01-26 12:42:35','2021-01-26 12:42:32',29877016,30314640,'https://fumo.co.za/pizza',1,0,'13.66.139.40'),(2598,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.28\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aal3kWzf3STBV11K9r74_IGCw0EYxteWMSV41oQHb3Is7wQOHhPrjbsRxFCocDvC_tt9nzrQXXDN8Nfx7TLoSOTNiTvGyqa3Zf89IRgWDlCKKNkd4X1A\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"173.252.95.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:\"38153036577888588\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5888589\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611714771.97146701812744140625;s:12:\"REQUEST_TIME\";i:1611714771;}}','notice','2021-01-27 02:32:54','2021-01-27 02:32:52',29881176,30318808,'https://fumo.co.za/jazz',1,0,'173.252.95.28'),(2599,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:27:\"https://www.fumo.co.za/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:\"216.151.183.244\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"216.151.183.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:\"38153048776878446\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"14878447\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611728386.4116909503936767578125;s:12:\"REQUEST_TIME\";i:1611728386;}}','notice','2021-01-27 06:19:47','2021-01-27 06:19:46',26123136,26432296,'https://fumo.co.za/home',1,0,'216.151.183.244'),(2600,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:27:\"https://www.fumo.co.za/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:\"154.13.1.102\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"154.13.1.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:\"38153053534372327\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1372328\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1611728449.430049896240234375;s:12:\"REQUEST_TIME\";i:1611728449;}}','notice','2021-01-27 06:20:50','2021-01-27 06:20:49',26123120,26432280,'https://fumo.co.za/home',1,0,'154.13.1.102'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/',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,'https://fumo.co.za/',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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/',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,'https://fumo.co.za/',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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:25:\"http://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"http://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:18:\"http://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:24:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:19:\"https://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/contacts/',1,0,'51.81.139.66'),(2897,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.119\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AamIZqrjOo4GqL4eLtx1d9UewX3i2WPt6kqZ0doADCXsTqoQBpjHiCMoO49Hqc2cHePUaF3ziQLo33-eJj7xmT1IpUSwWF0_isdjvvS_vRmHionAuk5l\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.111.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:\"38153038512233427\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:6:\"233428\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613425884.0466749668121337890625;s:12:\"REQUEST_TIME\";i:1613425884;}}','notice','2021-02-15 21:51:26','2021-02-15 21:51:24',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.111.119'),(2896,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.162\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"13.66.139.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:\"38153003394722387\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2722388\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613422149.5492770671844482421875;s:12:\"REQUEST_TIME\";i:1613422149;}}','notice','2021-02-15 20:49:11','2021-02-15 20:49:09',30667448,31105672,'https://fumo.co.za/just-arrived',1,0,'13.66.139.162'),(2894,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-15 17:55:33','2021-02-15 17:55:32',8073056,8857392,'wp-cron',1,0,'178.79.186.170'),(2895,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-15 17:55:33','2021-02-15 17:55:32',8351944,8857392,'wp-cron',1,0,'178.79.186.170'),(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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/',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,'https://fumo.co.za/',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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:72:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:25:\"http://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:74:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:175:\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCMQFjAF&url=https%3A%2F%2Ffumo.co.za%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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:17:\"http://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/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:40:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/old/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',1,0,'203.159.80.182'),(2907,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.120\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"AalOEe07WkFscn1hlqIZ9zyQ6Yu5C0D10Ns4JplgfncuMea5MZcOgWwzdO7XF8L3axJksbvzLlYIHS32VOBz-VGOePeH_Q19yBzGWbg5FQuUnlU4j-Bw\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:15:\"173.252.111.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:\"38153057516905769\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2905770\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613500733.0891559123992919921875;s:12:\"REQUEST_TIME\";i:1613500733;}}','notice','2021-02-16 18:38:55','2021-02-16 18:38:53',30667368,31105608,'https://fumo.co.za/jazz',1,0,'173.252.111.120'),(2919,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-18 08:21:51','2021-02-18 08:21:51',8073208,8857544,'wp-cron',1,0,'178.79.186.170'),(2920,0,'notification_center','send::digest','a:2:{s:10:\"recipients\";a:1:{i:0;s:20:\"simone@zanetti.co.za\";}s:7:\"subject\";s:34:\"[fumo.co.za] Daily Security Digest\";}','debug','2021-02-18 08:21:51','2021-02-18 08:21:51',8352096,8857544,'wp-cron',1,0,'178.79.186.170'),(2906,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.251.34\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:106:\"Aann8yA2CR2RPRftDlYXobWa0cKOo3Ezf_pSYQyUljWqPxjt94OGF0GLlbKOcpGxx4MLEE3FQazh6T8z5Ecps4e9xOCaqhBibGfa8X6rMQ\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:13:\"69.171.251.34\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153062446621990\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6621991\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613490991.6273601055145263671875;s:12:\"REQUEST_TIME\";i:1613490991;}}','notice','2021-02-16 15:56:32','2021-02-16 15:56:31',26912872,27222640,'https://fumo.co.za/jazz',1,0,'69.171.251.34'),(2918,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:27:\"https://www.fumo.co.za/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:14:\"37.120.218.115\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"37.120.218.115\";s:28:\"HTTP_X_CACHEWALL_OBJECT_TYPE\";s:7:\"dynamic\";s:23:\"HTTP_X_CACHEWALL_SERVER\";s:17:\"ukpro2.fcomet.com\";s:22:\"HTTP_X_CACHEWALL_PROTO\";s:5:\"https\";s:22:\"HTTP_X_FORWARDED_PROTO\";s:5:\"https\";s:25:\"HTTP_X_CACHEWALL_IDENTITY\";s:17:\"38153052931686675\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4686676\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613628729.6417388916015625;s:12:\"REQUEST_TIME\";i:1613628729;}}','notice','2021-02-18 06:12:10','2021-02-18 06:12:09',26913208,27222976,'https://fumo.co.za/home',1,0,'37.120.218.115'),(2916,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.118\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:116:\"Aalqhzm8zIgEOyVFNwm4Yv8Vf4_Sb55ElDf5da4AP2Q1y3WIkMNlBknBNTBR_9ZrgGyqgV3gGXeRmqFvcK-iJaLAZ006l9DQ0JEiR0VU_C7nNFxhIpez\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"173.252.87.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:\"38153036715198422\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1198423\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613618911.2799270153045654296875;s:12:\"REQUEST_TIME\";i:1613618911;}}','notice','2021-02-18 03:28:35','2021-02-18 03:28:32',30667520,31105760,'https://fumo.co.za/jazz',1,0,'173.252.87.118'),(2917,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:27:\"https://www.fumo.co.za/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:14:\"205.185.193.57\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:14:\"205.185.193.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:\"38153045835293375\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"4293376\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613628618.8335781097412109375;s:12:\"REQUEST_TIME\";i:1613628618;}}','notice','2021-02-18 06:10:19','2021-02-18 06:10:18',26913208,27222976,'https://fumo.co.za/home',1,0,'205.185.193.57'),(2915,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:\"38153048449158382\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1158383\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613605903.991715908050537109375;s:12:\"REQUEST_TIME\";i:1613605903;}}','notice','2021-02-17 23:51:46','2021-02-17 23:51:44',30667608,31105832,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2914,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153051458071986\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2071987\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613586511.5114231109619140625;s:12:\"REQUEST_TIME\";i:1613586511;}}','notice','2021-02-17 18:28:33','2021-02-17 18:28:31',30678080,31116304,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/',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,'https://fumo.co.za/',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:74:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:74:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:190:\"<strong>Error</strong>: The password you entered for the username <strong>adminsz</strong> is incorrect. <a href=\"https://fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/wp-login.php',1,0,'114.141.50.238'),(2924,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153055681534439\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"1534440\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613648333.6081531047821044921875;s:12:\"REQUEST_TIME\";i:1613648333;}}','notice','2021-02-18 11:38:54','2021-02-18 11:38:53',27182376,27492288,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/wp-login.php',1,0,'105.67.133.146'),(2923,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.71\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.55.39.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:\"38153056971611345\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"2611346\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613647393.4581549167633056640625;s:12:\"REQUEST_TIME\";i:1613647393;}}','notice','2021-02-18 11:23:14','2021-02-18 11:23:13',27089472,27399384,'https://fumo.co.za/book-a-table',1,0,'157.55.39.71'),(2922,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.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";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:6:\"iframe\";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:\"38153054065079565\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"5079566\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613647278.23252391815185546875;s:12:\"REQUEST_TIME\";i:1613647278;}}','notice','2021-02-18 11:21:18','2021-02-18 11:21:18',27161504,27456128,'https://fumo.co.za/undefined',1,2,'154.73.183.63'),(2921,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.150 Safari/537.36\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"154.73.183.63\";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:6:\"iframe\";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:\"38153054057577312\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"3577313\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613647126.0365378856658935546875;s:12:\"REQUEST_TIME\";i:1613647126;}}','notice','2021-02-18 11:18:46','2021-02-18 11:18:46',27254592,27549216,'https://fumo.co.za/undefined',1,2,'154.73.183.63'),(2951,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.71\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.55.39.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:\"38153021952624659\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"10624660\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613783126.0822250843048095703125;s:12:\"REQUEST_TIME\";i:1613783126;}}','notice','2021-02-20 01:05:28','2021-02-20 01:05:26',31354832,31715392,'https://fumo.co.za/book-a-table',1,0,'157.55.39.71'),(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:28:\"https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/wp-admin/admin-ajax.php',1,3,'202.53.86.106'),(2955,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:27:\"https://www.fumo.co.za/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:\"45.56.160.92\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"45.56.160.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:\"38153060457773262\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"9773263\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613802138.285729885101318359375;s:12:\"REQUEST_TIME\";i:1613802138;}}','notice','2021-02-20 06:22:19','2021-02-20 06:22:18',27450976,27760904,'https://fumo.co.za/home',1,0,'45.56.160.92'),(2953,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:\"38153044875436641\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11436642\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613800171.9146049022674560546875;s:12:\"REQUEST_TIME\";i:1613800171;}}','notice','2021-02-20 05:49:36','2021-02-20 05:49:32',31355024,31715584,'https://fumo.co.za/just-arrived',1,0,'13.66.139.116'),(2954,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.61\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"13.66.139.61\";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:\"38153054854149748\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:7:\"6149749\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613800597.255321979522705078125;s:12:\"REQUEST_TIME\";i:1613800597;}}','notice','2021-02-20 05:56:38','2021-02-20 05:56:37',27547880,27857792,'https://fumo.co.za/sitemap.txt',1,0,'13.66.139.61'),(2952,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.71\";s:26:\"HTTP_X_CACHEWALL_REMOTE_IP\";s:12:\"157.55.39.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:\"38153006535144747\";s:25:\"HTTP_SURROGATE_CAPABILITY\";s:11:\"key=ESI/1.0\";s:14:\"HTTP_X_VARNISH\";s:8:\"11144748\";s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home/simonez1/fumo.co.za/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:18:\"REQUEST_TIME_FLOAT\";d:1613791699.974009037017822265625;s:12:\"REQUEST_TIME\";i:1613791699;}}','notice','2021-02-20 03:28:26','2021-02-20 03:28:21',31352272,31790656,'https://fumo.co.za/book-a-table',1,0,'157.55.39.71'),(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:38:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:27:\"https://www.fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/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:35:\"/home/simonez1/fumo.co.za/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,'https://fumo.co.za/jazz',1,0,'173.252.111.20');
/*!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=2583 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);
/*!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_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=7 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==');
/*!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=10335 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);
/*!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=3 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$/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);
/*!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=9 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\",\"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\":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),(7,'Slide 3',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\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-0iQndTkuEuiG\",\"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),(8,'Slide 2',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\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-7aiVU7Sg0X0l\",\"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=33003 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','https://fumo.co.za','yes'),(2,'home','https://fumo.co.za','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:20:{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:37:\"dzs-restaurantmenu/restaurantmenu.php\";i:11;s:33:\"instagram-feed/instagram-feed.php\";i:12;s:19:\"monarch/monarch.php\";i:13;s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";i:14;s:33:\"smart-slider-3/smart-slider-3.php\";i:15;s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";i:16;s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";i:17;s:27:\"updraftplus/updraftplus.php\";i:19;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:20;s:41:\"wp-post-page-clone/wp-post-page-clone.php\";i:21;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','2','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:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:84:{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: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;}}}','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:1616851773;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:1616852128;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:1616852424;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:1616872430;a:1:{s:15:\"itsec_cron_test\";a:1:{s:32:\"25734b77c641679962cb10d059077b09\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1616872430;}}}}i:1616874734;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:1616883067;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:1616891922;a:1:{s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1616921986;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:1616921987;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:1616922768;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:1616923188;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:1616923248;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:1616923259;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:1616923788;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:1616933888;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:1616935122;a:2:{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;}}}i:1616937033;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:1616997600;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:1617008434;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;}}}i:1617111624;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;}}}s:7:\"version\";i:2;}','yes'),(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.2','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.2\";s:31:\"divi_previous_installed_version\";s:5:\"4.9.1\";s:29:\"divi_latest_installed_version\";s:5:\"4.9.2\";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:76:\"https://fumo.co.za/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:0:\"\";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:\"hover\";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:742;s:33:\"et_fb_pref_modal_dimension_height\";i:471;s:27:\"et_fb_pref_modal_position_x\";i:529;s:27:\"et_fb_pref_modal_position_y\";i:0;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:448;s:30:\"et_fb_pref_lv_modal_position_y\";i:390;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/simonez1/fumo.co.za/wp-content/uploads/et_temp','yes'),(184,'et_schedule_clean_images_last_time','1616781663','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'),(136,'_transient_health-check-site-status-result','{\"good\":\"20\",\"recommended\":\"3\",\"critical\":\"1\"}','yes'),(22078,'seedprod_run_activation','1','yes'),(22079,'seedprod_token','c9040993-f605-4df6-9b5f-d1a93773bc52','yes'),(32889,'updraft_combine_jobs_around','1616923259','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.6.2\";s:9:\"timestamp\";i:1614050712;}','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'),(22013,'_site_transient_timeout_locked_3','1929010699','no'),(22014,'_site_transient_locked_3','1','no'),(22089,'seedprod_notifications','a:4:{s:6:\"update\";i:1616848729;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(22051,'rewrite_rules','a:384:{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: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: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&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'),(22023,'_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1613693978','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.2.9\";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-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/164916484_275649747355907_7633688020799626888_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=97aes_EMiDIAX-SxG9t&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=40459b1be7a20c8ccd95b5d03f1b65d3&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 #foodblogger #foodstagram #foodiesofinstagram #foodlover  #foodpic #foodstyle #foodpost #fishing\\ud83c\\udfa3\",\"id\":\"17956464490413671\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-26T09:55:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM4K9S6jV_j\\/\"},{\"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=9gSuAU0ADvgAX-r7QAE&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=22b68eabf5cedffb5a09e544c4afc02d&oe=60868847\",\"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\\/\"},{\"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=dPHIKagwdAEAX-1Tiou&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=da7deb80f06b6bee08ef110b65d24a9f&oe=6082FE51\",\"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=dPHIKagwdAEAX-1Tiou&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=da7deb80f06b6bee08ef110b65d24a9f&oe=6082FE51\",\"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=VeD--Xqa4i8AX8eNJgK&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=3a2f4447acd340c636e00a279d8482d7&oe=6084D73A\",\"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=G2Z3WebZJbkAX8fZB6_&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=da629cd8de432f39d2b719eec5e99497&oe=60861C83\",\"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=-TLJA2bitvAAX_VhGyt&_nc_oc=AQlTm357tyZKIEsj33KFGUHj3PhnEKwTKlf84j02_I-ZLz9xQ15qJ5eWNO3rWatFDVLzSx3Y79AgDZNcFi_ebt18&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ba911ccbfa1598efc0fcf4a2aa696d45&oe=6085B782\",\"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=bRf7n0LB_tkAX-X2nDP&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=f59c50b6cc3b0bf1afcb05ade8cef7ef&oe=6085C223\",\"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=StU5_jN0TZwAX-ZS2cT&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7cb790682f9ef24eea4e6724fc89e0d7&oe=6084839A\",\"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=w2mt_KyXukoAX_5WYeK&_nc_ht=video-lhr8-1.cdninstagram.com&oh=89b900dbb59a5e7fce31012b1ae5b1e9&oe=60855B41&_nc_rid=bc6c2e0afe\",\"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=SLPJM_GgOhoAX_DwpR7&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=99b62bf8bac651870ea1982db4cbf369&oe=6084DF14\"}]}},{\"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=Q22gRjAwRREAX9TMueP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e4ce7efc255790187ecbcc87b0986a1f&oe=60842B3A\",\"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 #foodiesofinstagram #foodlover #fishing #fish #sea\",\"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=Q22gRjAwRREAX9TMueP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e4ce7efc255790187ecbcc87b0986a1f&oe=60842B3A\",\"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=Vkh31HXZWJsAX-l6RBt&_nc_ht=video-lhr8-2.cdninstagram.com&oh=1fff5ec2b2e65dfaba328c069d9e5a1d&oe=60832539&_nc_rid=52ff184581\",\"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=HZyDqdESl-gAX-CFJ2C&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=25c761f39c8f9d54900add614f7e0efa&oe=6084A348\"}]}},{\"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=u17p_1YJ6x0AX_8Onty&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=575f7f4935f4aa5033d44583f66b5252&oe=6085E90E\",\"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=mK5ysRKRen0AX9Gkrg_&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f37b219487372d7880d52b71916bb700&oe=6083968E\",\"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=0XJH00JnERwAX8T35ez&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d651a488465a9066e665f52025a160d0&oe=60856361\",\"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=K8Ay89sBRYYAX_M-axV&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=e15758a7defafea02298fe9100554e03&oe=6083D3E4\",\"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=XSCcy3S4o2IAX_MP6Oz&_nc_oc=AQnv3vFHJIJxb6m1zDQlZsZN93tZjtQojYUlIdPJorUn3jiJkXIxIVjLfK7Tj5P3G3q2cttvdbOsJZ_tm92M9iLb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d7811a21c6d8bd5eb7b647d1fe0672f9&oe=6085CFEE\",\"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=HwPbtCxT7F8AX_pDtEq&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=2d6b1da90010483935897edf8a74dd49&oe=60862F1C\",\"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\\/\"},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=r_GEWQmXqogAX-hR7TS&_nc_ht=video-lhr8-2.cdninstagram.com&oh=16597fd40541d44efe72c841a42d2625&oe=6083BE57&_nc_rid=a851f430c8\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/146442274_408131880289276_1913329137286320245_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9-XkJ9c7KZMAX_fP6CR&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b8f0177d8e586d4ec00ec57d8f004296&oe=6084141E\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/145997462_233544621752113_6589891136529721557_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wTJgwHQSY4MAX_HHI6J&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=3a459ebd479df3b43e8c970c072bb902&oe=6086A66C\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/145618926_1566685700196207_7899089954144055939_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7z7HaLmk0aAAX_TSDf_&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ee6181faa64160cbde53df6f8903f6f1&oe=60865A65\",\"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\\/\"},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=Tz0OLDQUNpkAX8x-mEn&_nc_ht=video-lhr8-1.cdninstagram.com&oh=88a88114dbfcbf9b76c94f2b6a69049d&oe=608583E0&_nc_rid=73f90dc4e3\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/141254271_787264725201877_1922114674987526750_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zaukkgrkSD4AX_GZEgf&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=84eea934c4232a20662094a915db3208&oe=60862984\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/135687286_156834719539412_1956051711720753965_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_te2HZJe3sIAX_G10ls&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1f9f2ef98f10b66aa1e28009fe5f6415&oe=6083BCA5\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=_te2HZJe3sIAX_G10ls&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1f9f2ef98f10b66aa1e28009fe5f6415&oe=6083BCA5\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=Z2fUlfbcbt4AX8fvPEA&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=894e6d6d2b0d133405be07d7989b0a30&oe=608427A8\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=ipnuF8HkNk4AX_lYmxK&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=912eda87d13f3ff776a973c1a5f23dbd&oe=60857EFE\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=7RB4NXWaCO0AX9rMPnF&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=387ac97382e7611f4bf7f4de16c8e62c&oe=6084DACF\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=zdDq1kf3G4sAX-X92UM&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=29c07c983e826227060b90c96a2b5a23&oe=60860B98\",\"id\":\"17972867656340326\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4dq5jfoV\\/\"}]}},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=E-5KARCSdegAX-tPN2B&_nc_ht=video-lhr8-1.cdninstagram.com&oh=c0ab31954467104db65b17c501cbbde6&oe=60866181&_nc_rid=a6eacf776a\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/129740253_202558471422985_4114098041282513713_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Q4PbUNVgqiQAX_cttu6&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=cc5d57d8b93f516d2a6f5bb611b33f09&oe=6084B9E9\",\"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 #d10s @maradoninsta @maradonismo\",\"id\":\"17851925564379319\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-09T10:04:37+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIkqB9UDNeE\\/\"},{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/129093493_681321762576379_8223070130974786659_n.mp4?_nc_cat=111&vs=17879013958968172_2393110951&_nc_vs=HBksFQAYJEdIWFBzUWY3MTZLVnFHc0NBR09FNEdlM05oNXlia1lMQUFBRhUAAsgBABUAGCRHRDZJd2djZ0d2SjhMaFFEQUh1T3FrNzUyNUpIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbY94feybfCPxUCKAJDMywXQDvu2RaHKwIYEmRhc2hfYmFzZWxpbmVfMl92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=78ERFTYBvRoAX9lAx2Z&_nc_oc=AQlDEjEZHKO9AG6WB4-ZjhDP6arut1GG57165vhLeFEmKjQCEB2SJnLgg4-fh8_qKQL4q56RjEzSp_ifeIr_A9e3&_nc_ht=video-lht6-1.cdninstagram.com&oh=05e3853cba39e4094af75d04e4ff1728&oe=60833A88&_nc_rid=f1d0cae785\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/129547866_695416237819811_8237983677418700826_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3516nt-POy8AX9o8ETC&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=313496205a8305ab698f8bbf9b36797e&oe=6082E0C0\",\"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 #christmaslunch\",\"id\":\"17866775675125484\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-05T12:58:32+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIarlPLDhfL\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/128250381_208642044114332_4643373920292904127_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xN9cWrr2COQAX-GLXSx&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1be2bc5831c86f7a3dd4d4d2bd2f73b4&oe=60863369\",\"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 @creando.futbol @maradonismo @marad10s_\",\"id\":\"17913228736514076\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-01T21:33:56+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIRTevADOqu\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/127711362_1015134708970527_7180171012545345161_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oHpHNYsCI6gAX8fbWJT&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=0b728bd9a96c8c0548a8b1ea7f072393&oe=6082C1B2\",\"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 #italiantaste #vivereallitaliana #extraordinaryitaliantaste\",\"id\":\"17860131602308717\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T14:25:43+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CII0FtIjI4j\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127164686_369398771015896_6344011344667539777_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=l08bh_Wd36QAX9opymB&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=228737d45f789c30e583c2b34b09e1e1&oe=60866C22\",\"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\\/\"},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UFn0-oVAaS4AX-Umlls&_nc_ht=video-lhr8-1.cdninstagram.com&oh=a61acc802635180fccdf59909d8daac4&oe=60836318&_nc_rid=f7ddf64421\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127247284_434375284252912_9196294777648212777_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7AhSJusfb1gAX-OmyAC&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0333ebad744add3f7e9552c9c95b035c&oe=608604C6\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/127098068_372008220552046_1944307735127131208_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_XoTCAZy2usAX_V5Jd-&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ff26d8a26c8c1db3eb30dae0834fb40f&oe=60855193\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/126449957_4992835407400847_4951858932115446618_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=PyOiJsEXv2IAX-gc6Ci&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4e365967ef0142f53634d6bf7d2d3572&oe=60841F75\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=PyOiJsEXv2IAX-gc6Ci&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4e365967ef0142f53634d6bf7d2d3572&oe=60841F75\",\"id\":\"17901117484613954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4SjG2T\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/126067971_372370580884582_5535878410310175835_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gqfffg7a_YcAX8b1lB3&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f2cd9c294aad1b43fa50bd96f052a6af&oe=60832928\",\"id\":\"17879477710941873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4Rjl0b\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/126955571_379776846436544_468844264815685762_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jNxSLaSdsSIAX_Kzayo&_nc_oc=AQkhapUd4_55RJokkV7Zhij7cmXYjIgVnW2sIBQyq2rhiPsrtw5RUv_xRWshFDdi3msgpHPc8ZBjKT6W4ICufDaP&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=dbb70c39494b6100e15e87e24922dff4&oe=6084C5C7\",\"id\":\"18091694242200318\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4TDLXV\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/125771107_386933792360203_8767847361164791091_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=hwABon12m_kAX9ow23A&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=7736a8969f8b09d52cb98aef4a6bfd54&oe=6085DD5D\",\"caption\":\"It\\u2019s called the #magic #mix \\ud83d\\ude0d #fumomagic customers always ask me how we cook the goat \\ud83d\\udc10 \\ud83d\\ude02 at least i am sharing a #picture #foodporn #foodphotography #foodstagram #food blogger #foodlover #foodpic #foodstyling @clauchefs @fumorestaurant ......GOAT STEW\",\"id\":\"17909699977530188\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T16:11:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHx1CF6DMog\\/\"}],\"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=12&after=QVFIUjUxX1kxNktiRFBZAdk1nYkYwMXhNSThLelJYOGN6N3BzTnVLZA2hlRmc5b19VMU0xYkNESThPZAlNiZAVJ5bHJLQVB6aXpjWWVVa1RJbmZAoZAWZAON2hEY09R\"},\"pages_created\":2}','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'),(6243,'_transient_et_updated_plugins_data','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1603004396;s:10:\"changelogs\";a:2:{s:5:\"bloom\";s:90:\"https://www.elegantthemes.com/api/changelog/bloom.txt?TB_iframe=true&width=1024&height=800\";s:7:\"monarch\";s:92:\"https://www.elegantthemes.com/api/changelog/monarch.txt?TB_iframe=true&width=1024&height=800\";}}','yes'),(7108,'seedprod_settings','{\"enable_maintenance_mode\":true,\"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:1603004517;}}','no'),(6364,'auto_update_themes','a:1:{i:0;s:4:\"Divi\";}','no'),(32927,'_transient_timeout_sbi_i_17841401993766512#12','1616852574','no'),(32928,'_transient_sbi_i_17841401993766512#12','{\"17871374045285169\":{\"id\":\"145997462_233544621752113_6589891136529721557_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320}},\"17879230415074613\":{\"id\":\"146442274_408131880289276_1913329137286320245_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320}},\"17933564458455085\":{\"id\":\"146686531_1047386319081481_1166082961689784017_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320}},\"18058603246278719\":{\"id\":\"147935812_427741104976835_1278611727371728303_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320}},\"17970293236364796\":{\"id\":\"148298773_220824743084618_678080905495506735_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320}},\"17928189100497432\":{\"id\":\"149125905_459498615079904_3814913754732491621_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320}},\"17891167000917887\":{\"id\":\"149505901_243229840731779_425470408110778957_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320}},\"17909939461679096\":{\"id\":\"161395740_349545229695576_7434842197403074490_n\",\"ratio\":\"1.31\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17943969469452187\":{\"id\":\"161609326_4020497038014969_2410378000608281497_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17909322874729323\":{\"id\":\"162633724_444141963362214_5626034968660579176_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17935342876487404\":{\"id\":\"165304072_498695987801725_7160324854316364540_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17956464490413671\":{\"id\":\"164916484_275649747355907_7633688020799626888_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(32930,'_site_transient_timeout_itsec_ipcheck_2.37.19.138','1616852904','no'),(32931,'_site_transient_itsec_ipcheck_2.37.19.138','a:3:{s:5:\"block\";b:0;s:9:\"cache_ttl\";i:1616852903;s:10:\"report_ttl\";i:0;}','no'),(32942,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1616892508','no'),(32943,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1616892508','no'),(32944,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1616849308','no'),(32945,'_transient_timeout_feed_e0061ca2fa5b884e483872aa34d3e7eb','1616892508','no'),(32946,'_transient_feed_e0061ca2fa5b884e483872aa34d3e7eb','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://updraftplus.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Mar 2021 11:29:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:88:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"How to reset an UpdraftPlus licence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/LFz-gPWVtdg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Mar 2021 11:22:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:18:\"Training materials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"instructions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"licence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"reset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1072908\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:721:\"<p>How to reset an UpdraftPlus licence. When choosing which UpdraftPlus Premium package is right for you, one of the primary decisions when making your choice is the amount of licenses you will require. We have structured the UpdraftPlus packages to &#8230; <a href=\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\">How to reset an UpdraftPlus licence</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5417:\"<p>How to reset an UpdraftPlus licence. <span style=\"font-weight: 400;\">When choosing which UpdraftPlus Premium package is right for you, one of the primary decisions when making your choice is the amount of licenses you will require. </span></p>\n<p><iframe title=\"How to reset an UpdraftPlus licence\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BsK2evuzbBw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">We have structured the UpdraftPlus packages to best suit the needs of the various different types of users who require a Premium WordPress backup service. As such, there are 4 different packages you can purchase, depending on how many different sites you would like to install UpdraftPlus Premium onto:</span></p>\n<ul>\n<li><span style=\"font-weight: 400;\">Personal &#8211; 2 sites</span></li>\n<li><span style=\"font-weight: 400;\">Business &#8211; 10 sites</span></li>\n<li><span style=\"font-weight: 400;\">Agency &#8211; 35 sites</span></li>\n<li><span style=\"font-weight: 400;\">Enterprise &#8211; Unlimited</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Up until recently, UpdraftPlus licences have been permanently assigned to the site that you activate them on. However we understand that there are many situations in which a licence may have only been used; temporarily on a test site or clone for example. If you purchased the Personal package, it could be possible to use both licences on testing sites for just a few hours and have no licences left when you are ready to install UpdraftPlus Premium on your main site.</span></p>\n<p><span style=\"font-weight: 400;\">We want to ensure that UpdraftPlus customers have the best experience possible when using our product. As such we now allow users to reset their license, so that they can be used on other websites and are not ‘locked’ to the first site it is used on.</span></p>\n<p><b>How to rest your licence</b></p>\n<p><span style=\"font-weight: 400;\">There are 2 methods you can use if you wish to reset and reuse one of your UpdraftPlus licences.</span></p>\n<p><b>Method 1 &#8211; Self reset</b></p>\n<p><span style=\"font-weight: 400;\">Self-service licence resets are now available from your account page. To reset your UpdraftPlus licence yourself, please follow these instructions.</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User deactivates UpdraftPlus plugin on the site</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wait 30 days</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go to My Account &gt; Licences and find the licence</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There will be a reset link to reset the licence so you can use it on another site.</span></li>\n</ul>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1072918\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2.png\" alt=\"\" width=\"1024\" height=\"447\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2.png 1024w, https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2-980x428.png 980w, https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2-480x210.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></p>\n<p><b>Method 2 &#8211; Support team reset</b></p>\n<p><span style=\"font-weight: 400;\">Our support team can reset the licence for you if you wish. Just contact us via the support form: </span><a href=\"https://updraftplus.com/paid-support-requests/\"><span style=\"font-weight: 400;\">https://updraftplus.com/paid-support-requests/</span></a> <span style=\"font-weight: 400;\">with all the necessary details and we’ll reset the licence for you, so it can be used again.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1072919\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1.jpg\" alt=\"\" width=\"1009\" height=\"584\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1.jpg 1009w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1-980x567.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1-480x278.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1009px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Both of these methods will reset a licence and help you make the most of your UpdraftPlus Premium package. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\">How to reset an UpdraftPlus licence</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Updraft adds ability to perform atomic restore database restoration (UpdraftPlus 1.16.48)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/R8gg1yFZD2A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://updraftplus.com/updraft-adds-ability-to-perform-atomic-restore-database-restoration-updraftplus-1-16-48/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Mar 2021 12:07:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"new release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1053131\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:880:\"<p>The latest updates for UpdraftPlus 1.16.48 have now been released. This latest release of UpdraftPlus includes a number of features and tweaks to improve your backup and restore experience Following lots of work and effort, one of the new features &#8230; <a href=\"https://updraftplus.com/updraft-adds-ability-to-perform-atomic-restore-database-restoration-updraftplus-1-16-48/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraft-adds-ability-to-perform-atomic-restore-database-restoration-updraftplus-1-16-48/\">Updraft adds ability to perform atomic restore database restoration (UpdraftPlus 1.16.48)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6580:\"<p><span style=\"font-weight: 400;\">The latest updates for UpdraftPlus 1.16.48 have now been released. This latest release of UpdraftPlus includes a number of features and tweaks to improve your backup and restore experience</span></p>\n<p><span style=\"font-weight: 400;\">Following lots of work and effort, one of the new features we have included is the ability to perform ‘atomic restores’. With this latest update, UpdraftPlus will now detect if your server has the required permissions and if available, will perform an atomic restore.</span></p>\n<p><span style=\"font-weight: 400;\">An atomic restore will restore your backup alongside your existing database before replacing the original. This means that should your site die during a restore of the database, you will no longer risk losing any tables, while still keeping your site up and running. You can then use UpdraftPlus resume restore feature to carry on with the restore process until it completes.</span></p>\n<p><span style=\"font-weight: 400;\">In a previous UpdraftPlus release we added a </span><a href=\"https://updraftplus.com/updraftplus-1-16-42-update-released/\"><span style=\"font-weight: 400;\">manual authentication</span></a><span style=\"font-weight: 400;\"> feature to Dropbox. This allowed users to manually complete authentication if they were getting blocked by a security plugin or module on their server. UpdraftPlus have now extended this feature to include Google Drive and OneDrive, making it easier for users to connect to these services.</span></p>\n<p><span style=\"font-weight: 400;\">There are also a good number of tweaks and fixes included in this latest release to improve the overall performance of UpdraftPlus, such as faster deletes from BackBlaze, faster uploads to Google Drive and Google Cloud, more PHP 8 compatibility tweaks and many more.</span></p>\n<p><span style=\"font-weight: 400;\">The full changelog can be found below:</span></p>\n<ul>\n<li><span style=\"font-weight: 400;\">FEATURE: If needed database permissions are available then perform an atomic restore to improve chances of successfully restoring the database</span></li>\n<li><span style=\"font-weight: 400;\">FEATURE: Added the ability to manually complete authentication with Google Drive (Avoids issues where security modules/plugins break the authentication flow)</span></li>\n<li><span style=\"font-weight: 400;\">FEATURE: Added the ability to manually complete authentication with OneDrive (Avoids issues where security modules/plugins break the authentication flow)</span></li>\n<li><span style=\"font-weight: 400;\">FEATURE: Google Drive and Google Cloud now allow boosting chunk size for faster transfers</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Files/Directories Exclusion not saving correctly when adding numeric directory/file names into the exclusion list</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Different PHP versions generate different suffixes length in the temporary ZIP filename resulting in a chance of overlapping runs</span></li>\n<li><span style=\"font-weight: 400;\">FIX: an issue with mysqldump password character escaping</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Avoid unnecessary database writes caused by redundant jobdata updating during backup of files</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add &#8220;anywhere in their names&#8221; syntax option to the exclusion UI</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Bump the requirement for the S3 enhanced module, and for using the official AWS SDK, up to PHP 5.5 (in preparation for updating the SDK version later)</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Fix a bug of report emails for incremental backups displaying incorrectly in many email apps</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update Select2 library to version 4.1.0-rc.0 to work around deprecated jQuery isFunction</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update jQuery-serializeJSON library to version 3.2.0 to work around deprecated jQuery isArray</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Handle hosts that have disabled some of the PHP functions thus causing a fatal error on PHP 8</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Correct under-calculation of used memory in verify_free_memory()</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Fix (inconsequential to this point) double-use of identifier for SQL statement type</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Remove some compatibility code in Dropbox downloading pertaining to a folder selection bug eliminated ~8 years ago.</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Remove unneeded sub-site tables when performing a restoration/migration (Multisite)</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Improve the exclusion UI by adding new &#8220;wildcards&#8221; option thus allowing the user to add a set of patterns for excluding files/directories</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Integration of the new files that were previously added for abstracting UpdraftCentral&#8217;s client code</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Excluded items (Files or Folders) that are not readable should not trigger a warning about being unreadable</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Fix some RTL CSS issues</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: OneDrive 4xx error reporting</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update the Dropbox SDK to use refresh tokens (long lived token support ends September 2021)</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: implement a multi-delete capability when deleting from Backblaze</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: On UpdraftClone display the image ID in the advanced tools tab for easier debugging</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Make it more clear in the restore log that we are starting an AJAX restore</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: The download backup HTML so that there is only one download button per archive type</span></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraft-adds-ability-to-perform-atomic-restore-database-restoration-updraftplus-1-16-48/\">Updraft adds ability to perform atomic restore database restoration (UpdraftPlus 1.16.48)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://updraftplus.com/updraft-adds-ability-to-perform-atomic-restore-database-restoration-updraftplus-1-16-48/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://updraftplus.com/updraft-adds-ability-to-perform-atomic-restore-database-restoration-updraftplus-1-16-48/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"New UpdraftPlus translations added\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/Iata0N32bD8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://updraftplus.com/new-updraftplus-translations-added/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Mar 2021 15:17:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"translations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1045447\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:744:\"<p>We at UpdraftPlus have recently transferred a large number of translation sets from our dedicated translation project to the public project at translate.wordpress.org. Once these translations are approved and released, this update will go a long way to helping UpdraftPlus &#8230; <a href=\"https://updraftplus.com/new-updraftplus-translations-added/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/new-updraftplus-translations-added/\">New UpdraftPlus translations added</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Dee Nutbourne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1829:\"<p>We at UpdraftPlus have recently transferred a large number of translation sets from our dedicated translation project to the public project at <a href=\"https://translate.wordpress.org\">translate.wordpress.org</a>.</p>\n<p>Once these translations are approved and released, this update will go a long way to helping UpdraftPlus become fully translated into over 50 different languages; with 25 languages already over 90% complete!</p>\n<p>Of particular interest are these language sets, which have received a large number of new translations:</p>\n<ul>\n<li>Bulgarian (1300+ new strings translated!)</li>\n<li>Spanish (Mexico)</li>\n<li>Turkish</li>\n<li>Japanese</li>\n<li>Danish</li>\n<li>Portuguese (Brazil)</li>\n<li>Indonesian</li>\n<li>Chinese (China)</li>\n<li>Chinese (Taiwan)</li>\n<li>Greek</li>\n<li>German</li>\n<li>Russian</li>\n<li>Polish</li>\n<li>Dutch</li>\n</ul>\n<p>If you are interested in completing these translation sets, you can submit your own translations here &#8211; <a href=\"https://translate.wordpress.org/projects/wp-plugins/updraftplus/\">https://translate.wordpress.org/projects/wp-plugins/updraftplus/</a></p>\n<p>Additionally, if you are interested in contributing to our own project (which includes translations for Premium features), you can find more information here &#8211; <a href=\"https://updraftplus.com/translate/\">https://updraftplus.com/translate/</a></p>\n<p>Many thanks to all our translators, both on translate.wordpress.org and our dedicated translation project team.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/new-updraftplus-translations-added/\">New UpdraftPlus translations added</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://updraftplus.com/new-updraftplus-translations-added/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://updraftplus.com/new-updraftplus-translations-added/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:97:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"How to add DreamHost to your UpdraftPlus account settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/VjEOyZHLT8w/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://updraftplus.com/how-to-add-dreamhost-to-your-updraftplus-account-settings/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Mar 2021 13:47:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"calibrate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"connect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"dream host\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"dream objects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"DreamHost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:12:\"dreamobjects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1042287\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:799:\"<p>When backing up your WordPress website with UpdraftPlus, we have given users multiple options to backup your site using many of the top remote storage options, including Google Drive, Amazon S3 and DropBox.  One of the additional storage options UpdraftPlus &#8230; <a href=\"https://updraftplus.com/how-to-add-dreamhost-to-your-updraftplus-account-settings/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-add-dreamhost-to-your-updraftplus-account-settings/\">How to add DreamHost to your UpdraftPlus account settings</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6376:\"<p><iframe title=\"How to add DreamHost to your UpdraftPlus account settings\" src=\"https://player.vimeo.com/video/509781339?dnt=1&amp;app_id=122963\" width=\"1080\" height=\"608\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">When backing up your WordPress website with UpdraftPlus, we have given users multiple options to backup your site using many of the top remote storage options, including </span><a href=\"https://updraftplus.com/how-to-add-google-drive-to-your-updraftplus-account-settings/\"><span style=\"font-weight: 400;\">Google Drive</span></a><span style=\"font-weight: 400;\">, </span><a href=\"https://updraftplus.com/faqs/how-to-add-amazon-s3-to-your-updraftplus-account-settings/\"><span style=\"font-weight: 400;\">Amazon S3</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"https://updraftplus.com/faqs/how-do-i-add-dropbox-to-my-updraftplus-account-settings/\"><span style=\"font-weight: 400;\">DropBox</span></a><span style=\"font-weight: 400;\">. </span></p>\n<p><span style=\"font-weight: 400;\">One of the additional storage options UpdraftPlus offers is </span><a href=\"https://www.dreamhost.com/cloud/storage/\"><span style=\"font-weight: 400;\">DreamHost</span></a><span style=\"font-weight: 400;\"> &#8211; the popular cloud service platform from DreamObjects. DreamHost offers a 30 day free trial account for users who want to experiment with the platform before purchasing. After this trial period, DreamHost offers the following competitive pre-paid pricing plan. <a href=\"https://updraftplus.com/wp-content/uploads/2021/03/pasted-image-0.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1042305\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/pasted-image-0.png\" alt=\"\" width=\"786\" height=\"361\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/pasted-image-0.png 786w, https://updraftplus.com/wp-content/uploads/2021/03/pasted-image-0-480x220.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 786px, 100vw\" /></a></span></p>\n<p><span style=\"font-weight: 400;\">Some users have chosen to use DreamHost as their cloud storage option over other services, such as Google or Amazon, due to DreamHost’s following features.</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Infinitely scalable</span></li>\n<li><span style=\"font-weight: 400;\">Allows you to start small and grow</span></li>\n<li><span style=\"font-weight: 400;\">Customizable metadata</span></li>\n<li><span style=\"font-weight: 400;\">Inexpensive option</span></li>\n</ul>\n<p>To find out how to add DreamHost to your UpdraftPlus backup settings, just follow the video above or written guide for step-by-step instructions.</p>\n<h2><b>Configuring the UpdraftPlus plugin</b></h2>\n<p><span style=\"font-weight: 400;\">1. In the UpdraftPlus plugin of your WordPress site, select the DreamObjects remote storage option, scroll down to the bottom of the page and select the ‘Save’ button.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-08T150813.192.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1042304\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-08T150813.192.jpg\" alt=\"\" width=\"945\" height=\"634\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-08T150813.192.jpg 945w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-08T150813.192-480x322.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 945px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">2. In the DreamObjects information section, you will need to enter an access key, secret key and the path of your DreamObjects location.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095140.531.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1042303\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095140.531.jpg\" alt=\"\" width=\"915\" height=\"460\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095140.531.jpg 915w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095140.531-480x241.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 915px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">3. In your DreamObjects account, generate the required information and copy and paste it to the relevant UpdraftPlus DreamObjects settings. Next, press the ‘Test DreamObjects Settings’ button in the UpdraftPlus plugin.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095327.823.jpg\"><img loading=\"lazy\" class=\"alignnone  wp-image-1042301\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095327.823.jpg\" alt=\"\" width=\"912\" height=\"361\" /></a></p>\n<p><span style=\"font-weight: 400;\">4. Once you have received a ‘test was successful’ message at the top of the screen, you are now ready to create a backup. This backup will now store the information for your website in your DreamObjects cloud storage account &#8211; should you ever need to restore your site using UpdraftPlus.</span></p>\n<p><span style=\"font-weight: 400;\"> <a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095742.869.jpg\"><img loading=\"lazy\" class=\"alignnone  wp-image-1042300\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-02-09T095742.869.jpg\" alt=\"\" width=\"914\" height=\"507\" /></a></span></p>\n<p><span style=\"font-weight: 400;\">DreamHost by DreamObjects is relatively simple, quick and easy to set-up, providing a secure and cost effective method to store your website’s backups should you ever need them. If you have any questions or comments, be sure to let us know in the comments section below. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-add-dreamhost-to-your-updraftplus-account-settings/\">How to add DreamHost to your UpdraftPlus account settings</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://updraftplus.com/how-to-add-dreamhost-to-your-updraftplus-account-settings/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://updraftplus.com/how-to-add-dreamhost-to-your-updraftplus-account-settings/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:94:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"How to increase eCommerce traffic and sales with WordPress content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/k5VzKNX8g54/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://updraftplus.com/increase-traffic-and-sales-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2021 10:57:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"increase\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"sales\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"traffic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1032303\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:747:\"<p>WordPress content If you run an eCommerce operation that falls short of dominating its niche, you’re always going to be looking for new ways increase traffic and sales via your WordPress site. But before your eCommerce site can make more &#8230; <a href=\"https://updraftplus.com/increase-traffic-and-sales-wordpress/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/increase-traffic-and-sales-wordpress/\">How to increase eCommerce traffic and sales with WordPress content</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Rodney Laws\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10050:\"<h1><span style=\"font-weight: 400;\">WordPress content</span></h1>\n<p><span style=\"font-weight: 400;\">If you run an eCommerce operation that falls short of dominating its niche, you’re always going to be looking for new ways increase traffic and sales via your WordPress site. B</span><span style=\"font-weight: 400;\">ut before your eCommerce site can make more sales, you’re going to need more traffic. There are of course existing marketing channels you can explore to sell to existing customers, such as targeted email campaigns and tempting personalized offers. But they can only bring in so much growth.</span></p>\n<p><span style=\"font-weight: 400;\">The key to taking things to the next level typically lies in reaching new audiences: Specifically locating those people who stand to benefit from your product, and figuring out how you can sell it to them. This concept of course, is much easier said than done — and there are many actions you can</span> <span style=\"font-weight: 400;\">take that might help you achieve your goals.</span></p>\n<p><span style=\"font-weight: 400;\">In this blog, we’re going to focus on one method in particular: creating rich content through your WordPress blog that will grab potential customers attention, boost your product views and earn you more conversions. Regardless of the nature of your store, this is can be a viable approach that has shown success, regardless of what you may sell.</span></p>\n<h2><span style=\"font-weight: 400;\">Create slick product pages featuring rich media</span></h2>\n<p><span style=\"font-weight: 400;\">WordPress may have been originally developed to serve as a blogging platform, but it’s become so much more than that over the years due to its modular nature and immense popularity (it currently powers </span><a href=\"https://www.techradar.com/uk/news/wordpress-now-powers-40-of-the-worlds-websites\"><span style=\"font-weight: 400;\">over 40%</span></a><span style=\"font-weight: 400;\"> of the world’s top websites). No matter what type of site you want to create, you can create it and manage it through the right combination of plugins and development, with eCommerce WordPress sites certainly no exception.</span></p>\n<p><span style=\"font-weight: 400;\">Eager to take advantage of its accessibility and convenience, many sellers install great retail plugins (</span><a href=\"https://ecommerceplatforms.io/woocommerce-review/\"><span style=\"font-weight: 400;\">WooCommerce being the best reviewed</span></a><span style=\"font-weight: 400;\">) to turn their WordPress sites into fully-functioning sales platforms. As noted above, this means that WordPress eCommerce content isn’t solely about supporting the site itself and helping improve SEO. The content can be directly for</span> <span style=\"font-weight: 400;\">eCommerce and help drive traffic and sales. </span></p>\n<p><span style=\"font-weight: 400;\">When you’re working on the content for your WordPress-based store, your primary focus should be on your product pages. The better your product pages are, the more likely they’ll be to convert visitors to customers, which is the ultimate goal for any online store. It can be extremely hard to earn hyper-relevant visits of potential buyers looking to buy your specific product, so failing to take advantage of them is a huge waste of time and effort.</span></p>\n<p><span style=\"font-weight: 400;\">A great product page should have a slick design, with content set out in a fully mobile-responsive layout with a logical structure (the most important aspects of the product covered first, with other details placed in expandable sections for those who want them). It should ideally also feature varied forms of media arranged in appealing ways, such as </span><a href=\"https://www.metaslider.com/carousel/\"><span style=\"font-weight: 400;\">adding images or videos in a carousel</span></a><span style=\"font-weight: 400;\">.</span></p>\n<div id=\"attachment_1032309\" style=\"width: 847px\" class=\"wp-caption alignnone\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/02/New-Project-2021-02-26T103913.650.jpg\"><img aria-describedby=\"caption-attachment-1032309\" loading=\"lazy\" class=\"wp-image-1032309\" src=\"https://updraftplus.com/wp-content/uploads/2021/02/New-Project-2021-02-26T103913.650.jpg\" alt=\"bad product photo example\" width=\"837\" height=\"628\" /></a><p id=\"caption-attachment-1032309\" class=\"wp-caption-text\">An example of poor and good product image examples.</p></div>\n<p><span style=\"font-weight: 400;\">Product photos in particular can help increase your eCommerce sales. As buying online prevents customers from physically inspecting something before buying it, the product image could potentially make or break the sale of an item in your store. You should always aim to create your own product photos whenever possible. This is something that can be easily achieved, as even entry level smartphones now have excellent cameras that will allow you to take unique and high quality images that can help set your store apart from those of your competitors.</span></p>\n<h2><span style=\"font-weight: 400;\">Write posts covering frequently-asked questions</span></h2>\n<p><span style=\"font-weight: 400;\">SEO, or search engine optimization, is a key part of making sure your potential customers can find you online. Many retail journeys start with Google searches for particular products and if your store doesn’t rank well for relevant terms, how will potential customers even find it and make a purchase? One part of ranking well is picking up high-quality back-links (your website address linked from high value websites). Another method you can explore to get your site to rank highly is to upload content that covers and includes the top keywords for your store/product.</span></p>\n<p><span style=\"font-weight: 400;\">When you’re trying to rank for terms relevant to your products, don’t obsess over reaching the first page for high-volume keywords: they’ll no doubt be incredibly competitive and challenging. Instead, look for </span><a href=\"https://www.wordstream.com/long-tail-keywords\"><span style=\"font-weight: 400;\">long-tail keywords</span></a><span style=\"font-weight: 400;\"> that haven’t been suitably addressed elsewhere, paying particular attention to long-form queries that keep being asked. For example, if you run a shoe website, you may find that you can generate valuable traffic by focusing on a long-tail keyword term such as ‘what are the best walking boots for snowy conditions’. This can generate valuable traffic for your site, instead of trying to rank highly for a popular and hard to rank search term such as ‘walking boots&#8217;. </span></p>\n<p><span style=\"font-weight: 400;\">Sites like </span><a href=\"https://answerthepublic.com/\"><span style=\"font-weight: 400;\">AnswerThePublic</span></a><span style=\"font-weight: 400;\"> can be extremely useful for identifying these questions. Once you’ve made a list of keywords and whittled it down, you can now create content accordingly. For example, you could make one large FAQ post covering them all, or make various individual pieces answering specific queries in greater detail related to the long-tail keyword. Nail the copy and the metadata, and you’ll have a great chance of picking up some actionable visits from searchers.</span></p>\n<h2><span style=\"font-weight: 400;\">Provide details on new and upcoming releases</span></h2>\n<p><span style=\"font-weight: 400;\">Not all your content should be re-actively based on what people are searching for. Sometimes you need to take charge of providing information that your audience will want before they know they want it. That’s where a new product release becomes invaluable. On occasion, you’ll update your stock inventory with new items, so remember to generate some content specifically for them.</span></p>\n<p><span style=\"font-weight: 400;\">The goal in doing this should be twofold: to demonstrate to your customers how exciting and changeable your store inventory is (incentivizing people to return), and to show your unique point of view and insight into what makes a new product so interesting. Just as a successful blogger establishes the value of their unique perspective over time, so too should you use the steady release of product updates to make people eager to pay attention.</span></p>\n<p><span style=\"font-weight: 400;\">Remember that there’s nothing wrong with including some of your own personal and store brand personality. Companies like RedBull and Apple have built a massive following that goes far beyond their products by having a vibrant and engaging </span><a href=\"https://blog.hurree.co/blog/5-companies-who-nailed-their-brand-personality\"><span style=\"font-weight: 400;\">company personality</span></a><span style=\"font-weight: 400;\">. You don’t need to dryly recite talking points about your products and should always try to describe them in your own words, getting creative as you do so. If you’re excited about a product or feature, remember to explain why. Make the reader </span><i><span style=\"font-weight: 400;\">feel </span></i><span style=\"font-weight: 400;\">your excitement. The more emotion you can convey, the more trustworthy you’ll seem, and the more potent your posts will become.</span></p>\n<p><b>Ultimately the production of outstanding WordPress content can work wonders for the popularity of your eCommerce brand and the conversion rates you achieve. If you can prioritize the optimization of your product pages, create SEO-polished content and build a notable brand personality through commentary and insight, it can help you get ahead of the pack and build a successful online store.</b></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/increase-traffic-and-sales-wordpress/\">How to increase eCommerce traffic and sales with WordPress content</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://updraftplus.com/increase-traffic-and-sales-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://updraftplus.com/increase-traffic-and-sales-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:91:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post and page module added to UpdraftCentral\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/mgZybj0C8Ss/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://updraftplus.com/post-and-page-module-added-to-updraftcentral/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Feb 2021 11:34:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:14:\"UpdraftCentral\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"page module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"post and page modules\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"post feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:14:\"updraftcentral\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1021218\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:727:\"<p>You can now manage all of your posts, from all of your sites, from a single location in Updraft Central’s dashboard posts feature.  By going to the “Posts” tab in your Updraft Central dashboard, you can now edit all of &#8230; <a href=\"https://updraftplus.com/post-and-page-module-added-to-updraftcentral/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/post-and-page-module-added-to-updraftcentral/\">Post and page module added to UpdraftCentral</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7721:\"<p><iframe title=\"UpdraftCentral Post Feature\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/EQywuHGyxx4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">You can now manage all of your posts, from all of your sites, from a single location in Updraft Central’s dashboard posts feature. </span></p>\n<p><span style=\"font-weight: 400;\">By going to the “Posts” tab in your Updraft Central dashboard, you can now edit all of your posts, without having to go to each individual site. </span></p>\n<p><b>Post and Page Modules feature details:</b></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Edit page details and post content, such as article&#8217;s title, body, permalinks, etc. As you normally do within the WordPress panel, but with some limitations (see limitations section below)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add/remove categories or create a new ones</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create or assign new categories and tags to your post</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Upload featured image or change existing images to your content</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change publishing details</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change post owner/author</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preview changes</span></li>\n</ul>\n<div id=\"attachment_1021220\" style=\"width: 1034px\" class=\"wp-caption alignnone\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/02/quick-edit.png\"><img aria-describedby=\"caption-attachment-1021220\" loading=\"lazy\" class=\"wp-image-1021220 size-large\" src=\"https://updraftplus.com/wp-content/uploads/2021/02/quick-edit-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/02/quick-edit-980x551.png 980w, https://updraftplus.com/wp-content/uploads/2021/02/quick-edit-480x270.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a><p id=\"caption-attachment-1021220\" class=\"wp-caption-text\">Perform quick edits on your posts for even greater time savings</p></div>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Set parent pages and templates for your page content.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Edit your pages and posts content either using the classic editor or block editor (previously known as Gutenberg).</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quickly manage your pages and posts information through the quick edit feature.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choose/edit publishing dates.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schedule your posts or pages.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password protect your content.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Easily set your content status or make it private while you are still editing.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Easily move around posts and pages by setting their status to a different state.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pages and posts search is supported with date and category filters.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bulk actions for pages and posts are supported.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Easily switch editing between the classic or block editor. Just close the editor and switch to the other editor when required.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Edited remote content and its details/properties are automatically reflected among the quick edit, classic and block editors. No re-loading needed.</span></li>\n</ul>\n<p><b>Limitations:</b></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Currently, both editors (classic and block) do not support custom metaboxes.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Block editing is only supported when WordPress version 5.0 and higher is installed on the remote sites.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For block editing, custom blocks that were installed on the remote sites must also be installed on the WordPress install where UpdraftCentral is installed/hosted if you wish to use them.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Revisions viewing and auto-saving are currently disabled as not to interfere with editing/handling of remote page and post contents.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">While the new post module feature currently only works on your UpdraftCentral dashboard WordPress install, we aim to have it also support remote blocks in your block editor in the near future. There is currently a workaround that you can employ in the meantime. To use this workaround, just make sure that your UpdraftCentral dashboard WordPress install is in sync with your controlled sites that are registered with UpdraftCentral. </span></p>\n<p><b>Block Editor</b></p>\n<p><span style=\"font-weight: 400;\">If you wish to use a specific or custom block that you have created or installed on your controlled site/sites, then you must first copy or install them to your UpdraftCentral dashboard WordPress install also. </span></p>\n<p><b>Classic Editor</b></p>\n<p><span style=\"font-weight: 400;\">The post module does not currently support any third party options. Editing is limited to the following options/sections &#8220;Publish&#8221;, &#8220;Categories&#8221;, &#8220;Tags&#8221; and &#8220;Featured Image&#8221; only.</span></p>\n<p><b>Both Classic and Block Editors</b></p>\n<p><span style=\"font-weight: 400;\">Currently the post module does not support viewing or browsing of revisions of the current post and moving of the current post to trash directly from the editor. If you want to move the current post to trash or delete it, then it is recommended to do it outside the editor via the &#8220;Post&#8221; table interface in which the list of remote posts are displayed.</span></p>\n<p><b>Summary</b></p>\n<p><span style=\"font-weight: 400;\">The new UpdraftCentral Post module gives an extra level of control to users that have multiple sites with lots of posts. The convenience and time saving aspects of this new release further improve the overall features and usability of UpdraftCentral, making it a must have for anyone looking to update their posts with minimal fuss.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/post-and-page-module-added-to-updraftcentral/\">Post and page module added to UpdraftCentral</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://updraftplus.com/post-and-page-module-added-to-updraftcentral/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://updraftplus.com/post-and-page-module-added-to-updraftcentral/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:94:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WP-Optimize preload key request feature details\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/gXxOQL8-Weo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://updraftplus.com/wp-optimize-preload-key-request-feature-details/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Feb 2021 14:22:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"faster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"key request\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"preload\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1020425\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:761:\"<p>The latest updates for WP-Optimize 3.1.7 have now been released &#8211; including the preload key request feature. We have taken a lot of time and effort to launch these new improvements and hope that they further help improve users&#8217; experience &#8230; <a href=\"https://updraftplus.com/wp-optimize-preload-key-request-feature-details/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wp-optimize-preload-key-request-feature-details/\">WP-Optimize preload key request feature details</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7398:\"<p><span style=\"font-weight: 400;\">The latest updates for WP-Optimize 3.1.7 have now been released &#8211; including the preload key request feature. We have taken a lot of time and effort to launch these new improvements and hope that they further help improve users&#8217; experience of WP-Optimize. </span></p>\n<p><span style=\"font-weight: 400;\">When aiming to improve the speed of your WordPress site using WP-Optimize, one of the new features we have released with this update is the ability to preload key requests. Preload key works by using an audit to identify which resources to preload on your WordPress site. The browser will then preload resources so they are available immediately when needed, preventing eventual waiting time later on, making your site load faster. Google’s pagespeed insights will often suggest preloading the requests to font files and other assets as a speed improvement:</span></p>\n<p><span style=\"font-weight: 400;\">With the latest </span><a href=\"https://getwpo.com/buy/\"><span style=\"font-weight: 400;\">WP-Optimize Premium</span></a><span style=\"font-weight: 400;\"> release, you now have the ability to manually add any resource you want to be preloaded:</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/02/image.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1020432\" src=\"https://updraftplus.com/wp-content/uploads/2021/02/image.png\" alt=\"\" width=\"1044\" height=\"301\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/02/image.png 1044w, https://updraftplus.com/wp-content/uploads/2021/02/image-980x283.png 980w, https://updraftplus.com/wp-content/uploads/2021/02/image-480x138.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1044px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">As can be seen in the Google PageSpeed insight test, preloading key requests can result in massive time savings when visitors are loading your site.<a href=\"https://updraftplus.com/wp-content/uploads/2021/02/image-1.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1020431\" src=\"https://updraftplus.com/wp-content/uploads/2021/02/image-1.png\" alt=\"\" width=\"967\" height=\"390\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/02/image-1.png 967w, https://updraftplus.com/wp-content/uploads/2021/02/image-1-480x194.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 967px, 100vw\" /></a></span></p>\n<p><span style=\"font-weight: 400;\">In order to get the URL to add to WP-Optimize, just right click on the resource and copy the URL:</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/02/image-2.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1020430\" src=\"https://updraftplus.com/wp-content/uploads/2021/02/image-2.png\" alt=\"\" width=\"532\" height=\"323\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/02/image-2.png 532w, https://updraftplus.com/wp-content/uploads/2021/02/image-2-480x291.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 532px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Next, past the URL in the ‘New Asset’ box of the ‘Preload key requests / assets’ section of WP-Optimize and press ‘Add’. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/02/image.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1020432\" src=\"https://updraftplus.com/wp-content/uploads/2021/02/image.png\" alt=\"\" width=\"1044\" height=\"301\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/02/image.png 1044w, https://updraftplus.com/wp-content/uploads/2021/02/image-980x283.png 980w, https://updraftplus.com/wp-content/uploads/2021/02/image-480x138.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1044px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">The URL you added you will be added to your preload key requests.</span></p>\n<p><span style=\"font-weight: 400;\">The updates to WP-Optimize 3.1.7 also includes the following:</span></p>\n<p><b>WP-Optimize: 3.1.7</b></p>\n<ul>\n<li><span style=\"font-weight: 400;\">FEATURE: Premium &#8211; Preload key requests (Preload fonts and other assets)</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Detecting Brotli compression issue</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Cache &#8211; PHP Warning in URLs to exclude from caching</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Premium &#8211; Unused images &#8211; Unused Images Tool not recognising Greek characters</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Button for disabling Gzip doesn&#8217;t showing</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Database optimization &#8211; Prevent fatal error due to files missing</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Skip minify when SCRIPT_DEBUG is set to true</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Fixed Font-awesome settings</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add support for different spellings of &#8220;Font-awesome&#8221;</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update the feature comparison table</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Added the option to not show the warning before deleting a table</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Wipe all options upon plugin de-installation</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Premium &#8211; Lazy-load &#8211; Lazy load support for background images</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Minify &#8211; Add file size in the minify cache summary</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Detect conflicting plugins for GZIP issue</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Database optimization &#8211; Include all tables if database prefix is not set on WP install</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Premium &#8211; Unused images &#8211; added &#8220;X of X images loaded&#8221; for unused trash images</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Don&#8217;t allow to remove actionscheduler_ tables</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Premium &#8211; Unused images &#8211; Show a progression screen when doing any action with unused images</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Cache &#8211; Enable cache for the old default permalink structure </span><a href=\"http://domain.com/index.php/a-post-name\"><span style=\"font-weight: 400;\">domain.com/index.php/a-post-name</span></a><span style=\"font-weight: 400;\"> by creating a folder without the extension</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Show previous action as message on Trackbacks or Comments enable or disable.</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Prevent deprecation notice on PHP 8.0</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update notices</span></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wp-optimize-preload-key-request-feature-details/\">WP-Optimize preload key request feature details</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://updraftplus.com/wp-optimize-preload-key-request-feature-details/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://updraftplus.com/wp-optimize-preload-key-request-feature-details/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:97:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"How to delete unused images in WordPress using WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/uMublJoeKuM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2021 12:03:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"delete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"unused\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"WP-O\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=961513\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:777:\"<p>How it works WordPress stores images in two parts: The image files are stored on the server, typically in the ‘wp-content/uploads’ directory of the site. A record of the image is then stored in the database, in the Media Library. &#8230; <a href=\"https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/\">How to delete unused images in WordPress using WP-Optimize</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6550:\"<p><iframe title=\"How to delete unused images using WP-Optimize\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/y2UQdrhxN2w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><b><br />\nHow it works</b></p>\n<p><span style=\"font-weight: 400;\">WordPress stores images in two parts:</span></p>\n<ul>\n<li><span style=\"font-weight: 400;\">The image files are stored on the server, typically in the ‘wp-content/uploads’ directory of the site.</span></li>\n<li><span style=\"font-weight: 400;\">A record of the image is then stored in the database, in the Media Library. This record also includes other data related to the image, such as the image tile, description or alt-text.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">When removing an image, both the image files and Media Library record will be deleted.</span></p>\n<p><b>Removing Unused Images</b></p>\n<p><span style=\"font-weight: 400;\">Open the ‘Images’ tab in the <a href=\"https://getwpo.com/\">WP-Optimize</a> Premium admin page and press the “Unused images and sizes” tab. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/pasted-image-0-2.png\"><img loading=\"lazy\" class=\"alignnone wp-image-961516\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/pasted-image-0-2.png\" alt=\"\" width=\"901\" height=\"481\" /></a></p>\n<p><span style=\"font-weight: 400;\">To scan your website for unused images, press the “Scan website for unused images” button. WP-Optimize will now scan for unused image files, found both in the Media Library and the ‘wp-content/uploads’ directory, that are not attached or embedded in any posts or pages.</span></p>\n<p><span style=\"font-weight: 400;\">You will now be presented with all the unused images that are on your site. To delete these images, either individually select the images by clicking on the images to highlight them, or press the “Select all” button to delete all unused images.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T101746.226-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-961519\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T101746.226-1.jpg\" alt=\"\" width=\"901\" height=\"409\" /></a></p>\n<p><span style=\"font-weight: 400;\">Once you have selected all the unused images you want to delete from your site, scroll down and either choose “Move selected images to trash” or “Delete the selection permanently”. WP-Optimise will then delete all copies of the selected image file plus any record in the Media Library.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T101609.210-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-961520\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T101609.210-1.jpg\" alt=\"\" width=\"902\" height=\"615\" /></a></p>\n<p><span style=\"font-weight: 400;\">You will receive a notification that your images have now been deleted.</span></p>\n<p><b>Removing Images by size</b></p>\n<p><span style=\"font-weight: 400;\">You can also choose to remove unused images by size, but please note that removing registered image sizes is for experienced users, and care should be taken that the image size in question is not used on the site.</span></p>\n<p><span style=\"font-weight: 400;\">This tool shows both all registered image sizes, and image sizes that are currently not in use.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T100048.791-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-961524\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T100048.791-1.jpg\" alt=\"\" width=\"903\" height=\"389\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T100048.791-1.jpg 903w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-27T100048.791-1-480x207.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 903px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">The ‘Unused image sizes’ section shows a list of all image sizes that are present on the site. This includes sizes for images that are in use. Deleting a registered image size will remove all images of that size from the uploads folder, including any that are in use.</span></p>\n<p><span style=\"font-weight: 400;\">In this case, the Media Library record will only be deleted if all copies of an image have been removed.</span></p>\n<p><span style=\"font-weight: 400;\">The ‘Unused image sizes’ section shows any image sizes that are currently not used by any images on the site.</span></p>\n<p><span style=\"font-weight: 400;\">Select any image size (from either section) that you wish to remove, and press ‘Remove selected sizes’.</span></p>\n<p><b>Restoring images that were moved to trash</b></p>\n<p><span style=\"font-weight: 400;\">If you are not sure if you might still need the image, you can send it to trash, instead of deleting it permanently. You can view and restore these images by pressing the “view trash” button. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-28T141214.987-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-961526\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-28T141214.987-1.jpg\" alt=\"\" width=\"900\" height=\"430\" /></a></p>\n<p><span style=\"font-weight: 400;\">Here you can restore any trashed images you want to keep by highlighting them and pressing the “Restore the selection” button. These images will now be sent back to your image library. </span></p>\n<p><span style=\"font-weight: 400;\">We recommend taking a backup of the site before performing any optimisation with <a href=\"https://getwpo.com/\">WP-Optimize Premium</a>. WP-Optimize integrates with our backup plugin, <a href=\"http://Updraftplus.com\">UpdraftPlus</a>. If UpdraftPlus is active on the site, the option to take an automatic backup before images are removed will be displayed in the tab.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/\">How to delete unused images in WordPress using WP-Optimize</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Upcoming UpdraftPlus feature: Clone data anonymisation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/XhA8ZZtJX7I/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2021 10:39:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:12:\"UpdraftClone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"anonymisation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Anonymise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"Clone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"Roles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=688627\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:742:\"<p>As a WordPress user, you may have created a site with members who have been granted various levels of access other than admin; such as editor or moderator. As such, you should be aware that as the owner and admin &#8230; <a href=\"https://updraftplus.com/upcoming-updraftplus-feature-clone-data-anonymisation/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/upcoming-updraftplus-feature-clone-data-anonymisation/\">Upcoming UpdraftPlus feature: Clone data anonymisation</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2637:\"<p><span style=\"font-weight: 400;\">As a WordPress user, you may have created a site with members who have been granted various levels of access other than admin; such as editor or moderator. As such, you should be aware that as the owner and admin of this site, should you attempt to clone the site and its members / level of access information, many of the details about these users is classed as ‘data’. Unless this data is handled carefully, it could result in violation of GDPR laws. </span></p>\n<p><span style=\"font-weight: 400;\">Currently, in order to comply with GDPR laws when cloning a site and user data, you need to wipe or edit all of the relevant data on the cloned site immediately after it has been created. This task can be time consuming and annoying. </span></p>\n<p><span style=\"font-weight: 400;\">UpdraftPlus has been working on a way to help administrators fix this issue. In the 2.16.47 version of UpdraftPlus onwards, when creating a backup, you will have the following different anonymisation options: </span></p>\n<p><b>Anonymise personal data for all users except the logged in user</b><span style=\"font-weight: 400;\">: This option will anonymise all personal data for all users except for the user who is logged in and creating the backup.</span></p>\n<p><b>Anonymise personal data for all users except staff</b><span style=\"font-weight: 400;\">: This option is the same as the first option, but anyone with the following user roles will be counted as staff and their data will not be anonymised.</span></p>\n<p><span style=\"font-weight: 400;\">The current staff user roles are:</span></p>\n<ul>\n<li><span style=\"font-weight: 400;\">Administrator</span></li>\n<li><span style=\"font-weight: 400;\">Editor</span></li>\n<li><span style=\"font-weight: 400;\">Moderator</span></li>\n<li><span style=\"font-weight: 400;\">Shop_manager</span></li>\n<li><span style=\"font-weight: 400;\">Fue_manager</span></li>\n<li><span style=\"font-weight: 400;\">Plugin_manager</span></li>\n<li><span style=\"font-weight: 400;\">WPSEO_editor</span></li>\n<li><span style=\"font-weight: 400;\">SEO_manager </span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">We hope these updates will help users cloning sites, to be aware of and more easily comply with GDPR regulations.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/upcoming-updraftplus-feature-clone-data-anonymisation/\">Upcoming UpdraftPlus feature: Clone data anonymisation</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://updraftplus.com/upcoming-updraftplus-feature-clone-data-anonymisation/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:87:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"How to use WP-Optimize image compression\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/FW4HtsCshNc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 14:22:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"compress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"instructions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"Smush\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"Smushing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:3:\"use\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:3:\"wpo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=932200\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:756:\"<p>Many websites can accumulate hundreds, if not thousands of images over time. Having all these images on your site in their original uncompressed format can cause frustratingly slow website loading speeds, which can impact on a website&#8217;s user experience, bounce &#8230; <a href=\"https://updraftplus.com/how-to-use-wp-optimize-image-compression/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-use-wp-optimize-image-compression/\">How to use WP-Optimize image compression</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10235:\"<p><span style=\"font-weight: 400;\">Many websites can accumulate hundreds, if not thousands of images over time. Having all these images on your site in their original uncompressed format can cause frustratingly slow website loading speeds, which can impact on a website&#8217;s user experience, bounce rate and SEO performance. </span></p>\n<p><span style=\"font-weight: 400;\">One of the best ways you can improve the speed of your site is by optimizing your images using WP-Optimize. This process, which is commonly known as ‘smush’ or ‘smushing’ allows users to optimize, compress and resize all the images on a website, potentially saving many MB per image and improving loading speeds. This feature is available on both the free and premium versions of WP-Optimize. </span></p>\n<p><span style=\"font-weight: 400;\">How to optimize your images</span></p>\n<p><b>Step 1</b></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T134016.121.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-932202\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T134016.121.jpg\" alt=\"\" width=\"1860\" height=\"831\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T134016.121.jpg 1860w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T134016.121-1280x572.jpg 1280w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T134016.121-980x438.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T134016.121-480x214.jpg 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) 1860px, 100vw\" /></a></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Once you have installed the <a href=\"https://en-gb.wordpress.org/plugins/wp-optimize/\">WP-Optimize plugin</a>, click on WP-Optimize&gt;Images in your WordPress dashboard. Now you can decide what level of compression you would like to have for your images. There are 3 options:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prioritize maximum compression </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prioritize retention of detail </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">By prioritizing &#8216;maximum compression&#8217;, the more space you can save and the quicker your website will load due to it now having smaller and quicker loading images. However, if you run a wedding photography website for example, you may not want to compress your images fully as there can be a slight drop in image quality the more an image is compressed. While the loss in quality is hardly noticeable for most people and is not a consideration for most websites, if high end quality images are important to you, then you should prioritize &#8216;retention of detail&#8217;. This option will still save reduce the image file size (though not as much as &#8216;maximum compression&#8217;), but will maintain the high quality of the original. You can also select &#8216;custom&#8217;, if you would like to format your images to a level that is not quire maximum compression of best image quality. </span></p>\n<p><b>Step 2</b></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T120218.666.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-932203\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T120218.666.jpg\" alt=\"\" width=\"1860\" height=\"831\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T120218.666.jpg 1860w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T120218.666-1280x572.jpg 1280w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T120218.666-980x438.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T120218.666-480x214.jpg 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) 1860px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Below the settings options, you will see all the uncompressed images that have been uploaded to your website. Here, you can manually select individual images you wish to compress, or press the “Select All” button if you want to compress all the images to the same level. As previously mentioned, if you have high quality images that you do not wish to fully compress alongside other images that may not be so important, you can individually select them and run a ‘maximum retention of detail’ compression. You are then able to run the ‘maximum compression’ option on the remaining images.</span></p>\n<p><b>Step 3</b></p>\n<p><span style=\"font-weight: 400;\">WP-Optimize also gives you ‘advanced options’ when compressing your images. Here you can choose option such as: </span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preserve EXIF data &#8211; Handy for professional photographers that may require the EXIF data at a future date.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup original images &#8211; Don’t worry if you make a mistake or want to revert back to the original image. WP-Optimize gives you the option to retain a backup.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatically delete image backups &#8211; Once you have compressed your images, you can set a date for when you want your backup images deleted. This helps prevent your site from storing large original files that are no longer needed. </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete all backup images now &#8211; If you are happy with the results and want to delete all your backed-up images, just press this button and WP-Optimize will do the rest. </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mark all images as uncompressed &#8211; Use this option if you want to compress your images again, or make further changes.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Restore all compressed images &#8211; If you decide that you no longer want your images compressed or have made a mistake and still the original in your media library, you can restore all of your compressed images to their original state.</span></li>\n</ul>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T115726.937.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-932204\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T115726.937.jpg\" alt=\"\" width=\"1860\" height=\"831\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T115726.937.jpg 1860w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T115726.937-1280x572.jpg 1280w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T115726.937-980x438.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T115726.937-480x214.jpg 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) 1860px, 100vw\" /></a></p>\n<p><b>Step 4</b></p>\n<p><span style=\"font-weight: 400;\">Once you have set up and decided what kind of image compression you are happy with, you can tick the “Automatically compress newly-added images” button so that you do not have to go through the process every time you upload a new image. Once you activate this option, every new image you upload will be compressed according to the settings you have chosen (compression or detail). </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T114049.055.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-932205\" src=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T114049.055.jpg\" alt=\"\" width=\"1860\" height=\"875\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T114049.055.jpg 1860w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T114049.055-1280x602.jpg 1280w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T114049.055-980x461.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/01/New-Project-2021-01-19T114049.055-480x226.jpg 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) 1860px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">If you would like to read more information on the benefits of compression versus detail, be sure to check out the following blog that goes into more details and explains the benefits of both: </span><a href=\"https://getwpo.com/lossy-vs-lossless-image-compression-a-guide-to-the-trade-off-between-image-size-and-quality/\"><span style=\"font-weight: 400;\">Lossy vs Lossless image compression – A guide to the trade-off between image size and quality.</span></a></p>\n<p>We have also put together a video of how to optimize your images.</p>\n<p><iframe title=\"How to use WP-Optimize image optimization\" src=\"https://player.vimeo.com/video/333938451?dnt=1&amp;app_id=122963\" width=\"1080\" height=\"608\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-use-wp-optimize-image-compression/\">How to use WP-Optimize image compression</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://updraftplus.com/how-to-use-wp-optimize-image-compression/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"updraftplus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"h9oqDNFlfXJDrhln7aNq9/+ri/E\";s:13:\"last-modified\";s:29:\"Sat, 27 Mar 2021 12:21:38 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Sat, 27 Mar 2021 12:48:28 GMT\";s:7:\"expires\";s:29:\"Sat, 27 Mar 2021 12:48:28 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:167:\"h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"\";}}s:5:\"build\";s:14:\"20210218104106\";}','no'),(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','1616851215','yes'),(32932,'_site_transient_timeout_browser_17ef020e96043c32009cafed8e492587','1617454104','no'),(32933,'_site_transient_browser_17ef020e96043c32009cafed8e492587','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"89.0.4389.90\";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'),(32934,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1617454105','no'),(32935,'_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(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:26:\"/home/simonez1/fumo.co.za/\";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:18:\"https://fumo.co.za\";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'),(30708,'action_scheduler_migration_status','complete','yes'),(28502,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1616849686;s:7:\"checked\";a:2:{s:4:\"Divi\";s:5:\"4.9.2\";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.2\";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'),(28503,'_site_transient_et_update_themes','O:8:\"stdClass\":4:{s:7:\"checked\";a:2:{s:4:\"Divi\";s:5:\"4.9.2\";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.2\";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:1616849686;}','no'),(29367,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.7-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.7\";s:7:\"version\";s:3:\"5.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1616809579;s:15:\"version_checked\";s:3:\"5.7\";s:12:\"translations\";a:0:{}}','no'),(29378,'updraftplus_dismissedautobackup','1623138782','yes'),(32729,'_transient_timeout_et_core_path','1616854255','no'),(32730,'_transient_et_core_path','/home/simonez1/fumo.co.za/wp-content/themes/Divi/core','no'),(32509,'_transient_timeout_et_core_version','1616854255','no'),(32510,'_transient_et_core_version','4.9.2','no'),(32511,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1616850259;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:17:{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.2.9\";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.2.9.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.0\";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.0.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: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.0\";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.0.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: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.3\";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.3.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.50\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.50.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.6\";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.6.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.11\";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.13\";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'),(32512,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":4:{s:7:\"checked\";a:21:{s:29:\"antispam-bee/antispam_bee.php\";s:5:\"2.9.4\";s:15:\"bloom/bloom.php\";s:6:\"1.3.11\";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.2.9\";s:27:\"coming-soon/coming-soon.php\";s:5:\"6.2.0\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:3:\"2.4\";s:37:\"dg-divi-carousel/dg-divi-carousel.php\";s:6:\"2.0.19\";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: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.0\";s:19:\"monarch/monarch.php\";s:6:\"1.4.13\";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.3\";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.50\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.9.1.6\";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.11\";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.13\";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:1616850260;}','no'),(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'),(32913,'_transient_timeout_sbi_17841401993766512#12','1616852018','no'),(32914,'_transient_sbi_17841401993766512#12','{\"data\":[{\"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=97aes_EMiDIAX-SxG9t&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=40459b1be7a20c8ccd95b5d03f1b65d3&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 #foodblogger #foodstagram #foodiesofinstagram #foodlover  #foodpic #foodstyle #foodpost #fishing\\ud83c\\udfa3\",\"id\":\"17956464490413671\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-26T09:55:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM4K9S6jV_j\\/\"},{\"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=9gSuAU0ADvgAX-r7QAE&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=22b68eabf5cedffb5a09e544c4afc02d&oe=60868847\",\"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\\/\"},{\"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=dPHIKagwdAEAX-1Tiou&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=da7deb80f06b6bee08ef110b65d24a9f&oe=6082FE51\",\"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=dPHIKagwdAEAX-1Tiou&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=da7deb80f06b6bee08ef110b65d24a9f&oe=6082FE51\",\"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=VeD--Xqa4i8AX8eNJgK&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=3a2f4447acd340c636e00a279d8482d7&oe=6084D73A\",\"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=G2Z3WebZJbkAX8fZB6_&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=da629cd8de432f39d2b719eec5e99497&oe=60861C83\",\"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=-TLJA2bitvAAX_VhGyt&_nc_oc=AQlTm357tyZKIEsj33KFGUHj3PhnEKwTKlf84j02_I-ZLz9xQ15qJ5eWNO3rWatFDVLzSx3Y79AgDZNcFi_ebt18&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=ba911ccbfa1598efc0fcf4a2aa696d45&oe=6085B782\",\"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=bRf7n0LB_tkAX-X2nDP&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=f59c50b6cc3b0bf1afcb05ade8cef7ef&oe=6085C223\",\"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=StU5_jN0TZwAX-ZS2cT&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=7cb790682f9ef24eea4e6724fc89e0d7&oe=6084839A\",\"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=w2mt_KyXukoAX_5WYeK&_nc_ht=video-lhr8-1.cdninstagram.com&oh=89b900dbb59a5e7fce31012b1ae5b1e9&oe=60855B41&_nc_rid=bc6c2e0afe\",\"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=SLPJM_GgOhoAX_DwpR7&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=99b62bf8bac651870ea1982db4cbf369&oe=6084DF14\"}]}},{\"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=Q22gRjAwRREAX9TMueP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e4ce7efc255790187ecbcc87b0986a1f&oe=60842B3A\",\"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 #foodiesofinstagram #foodlover #fishing #fish #sea\",\"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=Q22gRjAwRREAX9TMueP&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=e4ce7efc255790187ecbcc87b0986a1f&oe=60842B3A\",\"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=Vkh31HXZWJsAX-l6RBt&_nc_ht=video-lhr8-2.cdninstagram.com&oh=1fff5ec2b2e65dfaba328c069d9e5a1d&oe=60832539&_nc_rid=52ff184581\",\"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=HZyDqdESl-gAX-CFJ2C&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=25c761f39c8f9d54900add614f7e0efa&oe=6084A348\"}]}},{\"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=u17p_1YJ6x0AX_8Onty&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=575f7f4935f4aa5033d44583f66b5252&oe=6085E90E\",\"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=mK5ysRKRen0AX9Gkrg_&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f37b219487372d7880d52b71916bb700&oe=6083968E\",\"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=0XJH00JnERwAX8T35ez&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d651a488465a9066e665f52025a160d0&oe=60856361\",\"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=K8Ay89sBRYYAX_M-axV&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=e15758a7defafea02298fe9100554e03&oe=6083D3E4\",\"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=XSCcy3S4o2IAX_MP6Oz&_nc_oc=AQnv3vFHJIJxb6m1zDQlZsZN93tZjtQojYUlIdPJorUn3jiJkXIxIVjLfK7Tj5P3G3q2cttvdbOsJZ_tm92M9iLb&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=d7811a21c6d8bd5eb7b647d1fe0672f9&oe=6085CFEE\",\"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=HwPbtCxT7F8AX_pDtEq&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=2d6b1da90010483935897edf8a74dd49&oe=60862F1C\",\"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\\/\"},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=r_GEWQmXqogAX-hR7TS&_nc_ht=video-lhr8-2.cdninstagram.com&oh=16597fd40541d44efe72c841a42d2625&oe=6083BE57&_nc_rid=a851f430c8\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/146442274_408131880289276_1913329137286320245_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9-XkJ9c7KZMAX_fP6CR&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=b8f0177d8e586d4ec00ec57d8f004296&oe=6084141E\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/145997462_233544621752113_6589891136529721557_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wTJgwHQSY4MAX_HHI6J&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=3a459ebd479df3b43e8c970c072bb902&oe=6086A66C\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/145618926_1566685700196207_7899089954144055939_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7z7HaLmk0aAAX_TSDf_&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ee6181faa64160cbde53df6f8903f6f1&oe=60865A65\",\"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\\/\"},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=Tz0OLDQUNpkAX8x-mEn&_nc_ht=video-lhr8-1.cdninstagram.com&oh=88a88114dbfcbf9b76c94f2b6a69049d&oe=608583E0&_nc_rid=73f90dc4e3\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/141254271_787264725201877_1922114674987526750_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zaukkgrkSD4AX_GZEgf&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=84eea934c4232a20662094a915db3208&oe=60862984\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/135687286_156834719539412_1956051711720753965_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_te2HZJe3sIAX_G10ls&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1f9f2ef98f10b66aa1e28009fe5f6415&oe=6083BCA5\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=_te2HZJe3sIAX_G10ls&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1f9f2ef98f10b66aa1e28009fe5f6415&oe=6083BCA5\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=Z2fUlfbcbt4AX8fvPEA&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=894e6d6d2b0d133405be07d7989b0a30&oe=608427A8\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=ipnuF8HkNk4AX_lYmxK&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=912eda87d13f3ff776a973c1a5f23dbd&oe=60857EFE\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=7RB4NXWaCO0AX9rMPnF&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=387ac97382e7611f4bf7f4de16c8e62c&oe=6084DACF\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=zdDq1kf3G4sAX-X92UM&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=29c07c983e826227060b90c96a2b5a23&oe=60860B98\",\"id\":\"17972867656340326\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:29:30+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq4dq5jfoV\\/\"}]}},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=E-5KARCSdegAX-tPN2B&_nc_ht=video-lhr8-1.cdninstagram.com&oh=c0ab31954467104db65b17c501cbbde6&oe=60866181&_nc_rid=a6eacf776a\",\"thumbnail_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/129740253_202558471422985_4114098041282513713_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Q4PbUNVgqiQAX_cttu6&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=cc5d57d8b93f516d2a6f5bb611b33f09&oe=6084B9E9\",\"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 #d10s @maradoninsta @maradonismo\",\"id\":\"17851925564379319\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-09T10:04:37+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIkqB9UDNeE\\/\"},{\"media_url\":\"https:\\/\\/video-lht6-1.cdninstagram.com\\/v\\/t50.2886-16\\/129093493_681321762576379_8223070130974786659_n.mp4?_nc_cat=111&vs=17879013958968172_2393110951&_nc_vs=HBksFQAYJEdIWFBzUWY3MTZLVnFHc0NBR09FNEdlM05oNXlia1lMQUFBRhUAAsgBABUAGCRHRDZJd2djZ0d2SjhMaFFEQUh1T3FrNzUyNUpIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbY94feybfCPxUCKAJDMywXQDvu2RaHKwIYEmRhc2hfYmFzZWxpbmVfMl92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=78ERFTYBvRoAX9lAx2Z&_nc_oc=AQlDEjEZHKO9AG6WB4-ZjhDP6arut1GG57165vhLeFEmKjQCEB2SJnLgg4-fh8_qKQL4q56RjEzSp_ifeIr_A9e3&_nc_ht=video-lht6-1.cdninstagram.com&oh=05e3853cba39e4094af75d04e4ff1728&oe=60833A88&_nc_rid=f1d0cae785\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/129547866_695416237819811_8237983677418700826_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3516nt-POy8AX9o8ETC&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=313496205a8305ab698f8bbf9b36797e&oe=6082E0C0\",\"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 #christmaslunch\",\"id\":\"17866775675125484\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-05T12:58:32+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIarlPLDhfL\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/128250381_208642044114332_4643373920292904127_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xN9cWrr2COQAX-GLXSx&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=1be2bc5831c86f7a3dd4d4d2bd2f73b4&oe=60863369\",\"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 @creando.futbol @maradonismo @marad10s_\",\"id\":\"17913228736514076\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-01T21:33:56+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIRTevADOqu\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/127711362_1015134708970527_7180171012545345161_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oHpHNYsCI6gAX8fbWJT&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=0b728bd9a96c8c0548a8b1ea7f072393&oe=6082C1B2\",\"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 #italiantaste #vivereallitaliana #extraordinaryitaliantaste\",\"id\":\"17860131602308717\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T14:25:43+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CII0FtIjI4j\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127164686_369398771015896_6344011344667539777_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=l08bh_Wd36QAX9opymB&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=228737d45f789c30e583c2b34b09e1e1&oe=60866C22\",\"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\\/\"},{\"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=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UFn0-oVAaS4AX-Umlls&_nc_ht=video-lhr8-1.cdninstagram.com&oh=a61acc802635180fccdf59909d8daac4&oe=60836318&_nc_rid=f7ddf64421\",\"thumbnail_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/127247284_434375284252912_9196294777648212777_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7AhSJusfb1gAX-OmyAC&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=0333ebad744add3f7e9552c9c95b035c&oe=608604C6\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lht6-1.cdninstagram.com\\/v\\/t51.29350-15\\/127098068_372008220552046_1944307735127131208_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_XoTCAZy2usAX_V5Jd-&_nc_ht=scontent-lht6-1.cdninstagram.com&oh=ff26d8a26c8c1db3eb30dae0834fb40f&oe=60855193\",\"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\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-1.cdninstagram.com\\/v\\/t51.29350-15\\/126449957_4992835407400847_4951858932115446618_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=PyOiJsEXv2IAX-gc6Ci&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4e365967ef0142f53634d6bf7d2d3572&oe=60841F75\",\"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=1-3&_nc_sid=8ae9d6&_nc_ohc=PyOiJsEXv2IAX-gc6Ci&_nc_ht=scontent-lhr8-1.cdninstagram.com&oh=4e365967ef0142f53634d6bf7d2d3572&oe=60841F75\",\"id\":\"17901117484613954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4SjG2T\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/126067971_372370580884582_5535878410310175835_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gqfffg7a_YcAX8b1lB3&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=f2cd9c294aad1b43fa50bd96f052a6af&oe=60832928\",\"id\":\"17879477710941873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4Rjl0b\\/\"},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/126955571_379776846436544_468844264815685762_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jNxSLaSdsSIAX_Kzayo&_nc_oc=AQkhapUd4_55RJokkV7Zhij7cmXYjIgVnW2sIBQyq2rhiPsrtw5RUv_xRWshFDdi3msgpHPc8ZBjKT6W4ICufDaP&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=dbb70c39494b6100e15e87e24922dff4&oe=6084C5C7\",\"id\":\"18091694242200318\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T19:36:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3WE4TDLXV\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-lhr8-2.cdninstagram.com\\/v\\/t51.29350-15\\/125771107_386933792360203_8767847361164791091_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=hwABon12m_kAX9ow23A&_nc_ht=scontent-lhr8-2.cdninstagram.com&oh=7736a8969f8b09d52cb98aef4a6bfd54&oe=6085DD5D\",\"caption\":\"It\\u2019s called the #magic #mix \\ud83d\\ude0d #fumomagic customers always ask me how we cook the goat \\ud83d\\udc10 \\ud83d\\ude02 at least i am sharing a #picture #foodporn #foodphotography #foodstagram #food blogger #foodlover #foodpic #foodstyling @clauchefs @fumorestaurant ......GOAT STEW\",\"id\":\"17909699977530188\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T16:11:25+0000\",\"username\":\"fumorestaurant\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHx1CF6DMog\\/\"}],\"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=12&after=QVFIUjUxX1kxNktiRFBZAdk1nYkYwMXhNSThLelJYOGN6N3BzTnVLZA2hlRmc5b19VMU0xYkNESThPZAlNiZAVJ5bHJLQVB6aXpjWWVVa1RJbmZAoZAWZAON2hEY09R\"},\"pages_created\":2}','no'),(7329,'!sbi_17841401993766512#4','{\"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=21e680a9c7ad234a1ae76c33516e4e0c&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\\/\"},{\"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=34d019c559ee29931ab7986e2214b159&oe=60759161\",\"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\\/\"}],\"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=4&after=QVFIUjB3dFlZAX3drbVp0Nll0Y1c5SEhrQ04tY1VYUkxTWW1jSWpmUjRxOFZANN2xSSVdieDNFZAjduWjc1T1lScFlXdGtXS0M4eC1nU09mS1RrS1NMX1A5dFh3\"},\"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-03-27 12:38:49\";}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:1:{s:12:\"primary-menu\";i:2;}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:0:{}','yes'),(32821,'_site_transient_timeout_itsec_wp_upload_dir','1616895977','no'),(32822,'_site_transient_itsec_wp_upload_dir','a:6:{s:4:\"path\";s:52:\"/home/simonez1/fumo.co.za/wp-content/uploads/2021/03\";s:3:\"url\";s:45:\"https://fumo.co.za/wp-content/uploads/2021/03\";s:6:\"subdir\";s:8:\"/2021/03\";s:7:\"basedir\";s:44:\"/home/simonez1/fumo.co.za/wp-content/uploads\";s:7:\"baseurl\";s:37:\"https://fumo.co.za/wp-content/uploads\";s:5:\"error\";b:0;}','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:76:\"https://fumo.co.za/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:2:\"on\";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:\"IGQVJVeU96cjBhQURHdWFyeDdkMkY5ZA0lkdEdpYjdpUU5kNnl0VGxIZAHhEeTJBVW5VM1JobVBOWl9BbUNvMlhUeUJ6YXJuTDcwWldyTm96VUtldHNxNHJRYnN6NjlVQm5zbnl6VzNR\";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:1620305194;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:1615121194;}}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'),(32947,'_transient_timeout_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1616892508','no'),(32948,'_transient_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1616849308','no'),(32949,'_transient_timeout_updraftplus_dashboard_news','1616892508','no'),(32950,'_transient_updraftplus_dashboard_news','<div class=\"rss-widget\"><ul><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://fumo.co.za/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/UpdraftPlus/~3/LFz-gPWVtdg/\'>UpdraftPlus: How to reset an UpdraftPlus licence</a></li><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://fumo.co.za/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/UpdraftPlus/~3/R8gg1yFZD2A/\'>UpdraftPlus: Updraft adds ability to perform atomic restore database restoration (UpdraftPlus 1.16.48)</a></li></ul></div>','no'),(32951,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1616892508','no'),(32952,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/03/how-wordpress-improves/\'>WP Briefing: How WordPress Improves</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/03/esperanza/\'>WordPress 5.7 “Esperanza”</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-to-drop-support-for-ie11-in-upcoming-5-8-or-5-9-release?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-to-drop-support-for-ie11-in-upcoming-5-8-or-5-9-release\'>WPTavern: WordPress to Drop Support for IE11 in Upcoming 5.8 or 5.9 Release</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/10up-creates-classic-post-migration-route-with-its-convert-to-blocks-wordpress-plugin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=10up-creates-classic-post-migration-route-with-its-convert-to-blocks-wordpress-plugin\'>WPTavern: 10up Creates Classic Post Migration Route With Its Convert to Blocks WordPress Plugin</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\'>WPTavern: Free Software Community Condemns Richard Stallman’s Reinstatement to FSF Board of Directors</a></li></ul></div>','no'),(32960,'seedprod_app_settings','{  \n    \"facebook_g_app_id\":\"\",\n    \"disable_seedprod_button\":false\n }','yes'),(32968,'_site_transient_timeout_theme_roots','1616851486','no'),(32969,'_site_transient_theme_roots','a:2:{s:4:\"Divi\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(32979,'_site_transient_timeout_divisupremepro-check_for_plugin_update_c553669c246409fd68228ff7ea7cf5fd','1616864661','no'),(32980,'_site_transient_divisupremepro-check_for_plugin_update_c553669c246409fd68228ff7ea7cf5fd','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:\"Sat, 27 Mar 2021 13:04:21 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:\"Mon, 26 Apr 2021 13:04:20 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: Sat, 27 Mar 2021 13:04:21 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Length: 22\r\nConnection: close\r\nCache-Control: max-age=2592000\r\nExpires: Mon, 26 Apr 2021 13:04:20 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:\"Sat, 27 Mar 2021 13:04:21 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:\"Mon, 26 Apr 2021 13:04:20 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:206:\"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=fumo.co.za&wp-version=5.7&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'),(29366,'https_detection_errors','a:1:{s:17:\"bad_response_code\";a:1:{i:0;s:19:\"Service Unavailable\";}}','yes'),(32937,'_site_transient_timeout_community-events-2e8f94de69335fcf883ea03fd539b93e','1616892507','no'),(32938,'_site_transient_community-events-2e8f94de69335fcf883ea03fd539b93e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"2.37.19.0\";}s:6:\"events\";a:0:{}}','no'),(32939,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1616892507','no'),(32940,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1616892507','no'),(32941,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1616849307','no'),(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:1616839122;}','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:66:\"/home/simonez1/fumo.co.za/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:36:\"/home/simonez1/fumo.co.za/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:4121;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:1616872430;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:1616839806;s:15:\"remote_ip_index\";s:11:\"REMOTE_ADDR\";s:13:\"ssl_supported\";b:1;s:20:\"remote_ips_timestamp\";i:1616839806;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:1616810832;}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'),(302,'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'),(315,'itsec_temp_whitelist_ip','a:2:{s:11:\"2.37.19.138\";i:1616935704;s:14:\"178.79.186.170\";i:1616937133;}','no'),(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:1616849305;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.3','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.30','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.a0AfH6SMAqoua5YKSEkPGYPz9sNt_38fpi7NeV5YyP3379Xt1EVV7yIASZWUYnkb-HUIucA24MHqcqo03pUDWAx5fHEiNHfhkQHUH2ZcRxsIsoL7-4UzuClo0bBDcDoWWQCqUbqE86ktYhSbfWb_MTs7z5aNVpwQE\";s:7:\"created\";i:1616839232;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1616842801;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:20:{i:0;s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";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:9;s:26:\"event-calendar-wd/ecwd.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\";}','no'),(429,'updraft_lastmessage','The backup apparently succeeded and is now complete (Mar 27 10:10:05)','yes'),(430,'updraftplus_unlocked_fd','1','no'),(431,'updraftplus_last_lock_time_fd','2021-03-27 09:58:44','no'),(432,'updraftplus_semaphore_fd','0','no'),(433,'updraft_last_scheduled_fd','1616839124','yes'),(435,'updraft_backup_history','a:5:{i:1616839124;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-plugins.zip\";}s:12:\"plugins-size\";i:36831617;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-themes.zip\";}s:11:\"themes-size\";i:13036746;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-uploads.zip\";}s:12:\"uploads-size\";i:124727285;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-others.zip\";}s:11:\"others-size\";i:1616615;s:2:\"db\";s:57:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-db.gz\";s:7:\"db-size\";i:467660;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9289356c87bcf683ec69f33805d7e15dcd213123\";s:7:\"themes0\";s:40:\"ff1a92706c3689afd5e8e55826715a3da26201fd\";s:8:\"uploads0\";s:40:\"d3ceab3a50c805a96f2c1533952bbfb19ee5c03b\";s:7:\"others0\";s:40:\"527fd1a36cc5eba8a54f08eeb05a72676220e676\";s:3:\"db0\";s:40:\"1ce1ba0a7c35324fc274b9f22551d87fdbebdc2e\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"b422d21ce728bfe2cf10fd51b2444b9cc275a393177a920985a2220f27542bdc\";s:7:\"themes0\";s:64:\"9a9ed66252edebfb6859426dacad01c4b3f12f55bfeffffc407dc69bf77cfec5\";s:8:\"uploads0\";s:64:\"c2f326c8d32aa1f37869ffc119483f7746d42cc0609b55af6f6b535f835a308a\";s:7:\"others0\";s:64:\"5545b504863c8b5a8e4cf35e77d3ab995187d5593dfbf3ea1c276c291446adf8\";s:3:\"db0\";s:64:\"44045373de2f6f3c0f6e0709fc25abd0a6d74a16da7a6b1e473cae68deae8eb0\";}}s:5:\"nonce\";s:12:\"38480dde4e02\";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:1616839124;s:6:\"themes\";i:1616839173;s:7:\"uploads\";i:1616839179;s:6:\"others\";i:1616839228;}s:18:\"created_by_version\";s:7:\"1.16.50\";s:21:\"last_saved_by_version\";s:7:\"1.16.50\";s:12:\"is_multisite\";b:0;}i:1616752236;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-03-26-0950_Fumo_Restaurant_b838f61f2e5f-plugins.zip\";}s:12:\"plugins-size\";i:36831617;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-03-26-0950_Fumo_Restaurant_b838f61f2e5f-themes.zip\";}s:11:\"themes-size\";i:13036746;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-03-26-0950_Fumo_Restaurant_b838f61f2e5f-uploads.zip\";}s:12:\"uploads-size\";i:124609383;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-03-26-0950_Fumo_Restaurant_b838f61f2e5f-others.zip\";}s:11:\"others-size\";i:1616615;s:2:\"db\";s:57:\"backup_2021-03-26-0950_Fumo_Restaurant_b838f61f2e5f-db.gz\";s:7:\"db-size\";i:484701;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"4093341cc407e8f7770659427e896857eb4388aa\";s:7:\"themes0\";s:40:\"8fdbad9c93bf8ee91064183c4516b3a497adcba4\";s:8:\"uploads0\";s:40:\"dce712596b2fa6cf38cb27a60644da99e3aa1e32\";s:7:\"others0\";s:40:\"569f67c64e5834c4175a50d2c1ef589e3720b0b8\";s:3:\"db0\";s:40:\"630a9142fff45599a5c2e43664c8ca5d290f037a\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"cbe704a38be8fe6bd96cf3d972c555a8868b61e60c86975773bc0296f81efdce\";s:7:\"themes0\";s:64:\"4839239d2d8132aaae54a016793a426b5d97d7a7a8561d9cd60db0d1e65fd362\";s:8:\"uploads0\";s:64:\"f3d1ded11b3185386a6af9fdeb5f825522c03a22222cf4ecac783f0bf24bac4f\";s:7:\"others0\";s:64:\"f4befaf8f75a164d6a9358d454d63707cd8709e572c5b67fd79b8043856de68d\";s:3:\"db0\";s:64:\"5210540615a7afe68bb1a4a4040724f8b705fdbed04b9a93de6d98bb2ed88f1c\";}}s:5:\"nonce\";s:12:\"b838f61f2e5f\";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:1616752237;s:6:\"themes\";i:1616752286;s:7:\"uploads\";i:1616752292;s:6:\"others\";i:1616752320;}s:18:\"created_by_version\";s:7:\"1.16.50\";s:21:\"last_saved_by_version\";s:7:\"1.16.50\";s:12:\"is_multisite\";b:0;}i:1616664276;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-03-25-0924_Fumo_Restaurant_18146278a879-plugins.zip\";}s:12:\"plugins-size\";i:36437338;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-03-25-0924_Fumo_Restaurant_18146278a879-themes.zip\";}s:11:\"themes-size\";i:13036746;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-03-25-0924_Fumo_Restaurant_18146278a879-uploads.zip\";}s:12:\"uploads-size\";i:124609383;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-03-25-0924_Fumo_Restaurant_18146278a879-others.zip\";}s:11:\"others-size\";i:1616613;s:2:\"db\";s:57:\"backup_2021-03-25-0924_Fumo_Restaurant_18146278a879-db.gz\";s:7:\"db-size\";i:470869;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"afc04e06d350bdafd53d333f7602467af85dc3a7\";s:7:\"themes0\";s:40:\"8d9ed5b600204679a833fbeb7c572a831048247b\";s:8:\"uploads0\";s:40:\"23dd7e4d00fe3f5094e94f498ce2bca77fb24455\";s:7:\"others0\";s:40:\"061daf1c16dada080b6e4e30b37086531fa8612e\";s:3:\"db0\";s:40:\"f1d0357b84d2110baf07f5bb9069571648a38a52\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"ee2758bdca36515ef8d57854767c9d51d8467fcfed1d1f59bc5470a2c541aac5\";s:7:\"themes0\";s:64:\"86ae9aa872e36be5def178dd5e39dd995a821e4d3962e3cffe1c2aa163ec6301\";s:8:\"uploads0\";s:64:\"2b2b74f1ee0312ef61f60bfac2b89be9160d42cebdb59bfcd6728cd674bc7cf7\";s:7:\"others0\";s:64:\"ff73cc7e316dc83175dbc06b36277f2435c447bcb41cb31ef54794a6c0231c00\";s:3:\"db0\";s:64:\"af1f7186b9d94d3e42e2dfa3c506d78eaf5b2e28bb22c9dc2b0e037c9d8e9154\";}}s:5:\"nonce\";s:12:\"18146278a879\";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:1616664276;s:6:\"themes\";i:1616664323;s:7:\"uploads\";i:1616664330;s:6:\"others\";i:1616664367;}s:18:\"created_by_version\";s:7:\"1.16.50\";s:21:\"last_saved_by_version\";s:7:\"1.16.50\";s:12:\"is_multisite\";b:0;}i:1616578170;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-03-24-0929_Fumo_Restaurant_305b91dae92f-plugins.zip\";}s:12:\"plugins-size\";i:36437338;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-03-24-0929_Fumo_Restaurant_305b91dae92f-themes.zip\";}s:11:\"themes-size\";i:13036746;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-03-24-0929_Fumo_Restaurant_305b91dae92f-uploads.zip\";}s:12:\"uploads-size\";i:124500691;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-03-24-0929_Fumo_Restaurant_305b91dae92f-others.zip\";}s:11:\"others-size\";i:1616613;s:2:\"db\";s:57:\"backup_2021-03-24-0929_Fumo_Restaurant_305b91dae92f-db.gz\";s:7:\"db-size\";i:470491;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9b1d92735c08f8ddb700b0a38a0c3454cdc4d338\";s:7:\"themes0\";s:40:\"9463645df8174e9911636d5d3a3d633a8a4e48e1\";s:8:\"uploads0\";s:40:\"96f19afe988697e11b7cf73f1fd659623d38d200\";s:7:\"others0\";s:40:\"bce5e191066172670b016587d6c58d84ef5c60d6\";s:3:\"db0\";s:40:\"51c1195e1fc4aa26b7a5dc1b284ca79cf6365563\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"327c59331d39cab9b404186d3b191bfb047db2803a84e4bd15d45c72c59af976\";s:7:\"themes0\";s:64:\"d111b9ef348ec919216a73812ebd44f72e5f059f94a615577acaa3c27102d41c\";s:8:\"uploads0\";s:64:\"fa8d39ccd8bb5b8d856da0b7be1b0be085272044fc2357973cf19972fa491364\";s:7:\"others0\";s:64:\"387e55090be13819ec16fe0c29a2049ffb8ecd508eb67d416b6f4bc4d95a1393\";s:3:\"db0\";s:64:\"d1dad0a9795de46cc11f52c25c09939c6a4d7eabd8d1d92572024914420fcb4a\";}}s:5:\"nonce\";s:12:\"305b91dae92f\";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:1616578170;s:6:\"themes\";i:1616578217;s:7:\"uploads\";i:1616578224;s:6:\"others\";i:1616578267;}s:18:\"created_by_version\";s:7:\"1.16.50\";s:21:\"last_saved_by_version\";s:7:\"1.16.50\";s:12:\"is_multisite\";b:0;}i:1616492951;a:19:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-03-23-0949_Fumo_Restaurant_727952a8850a-plugins.zip\";}s:12:\"plugins-size\";i:36437228;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-03-23-0949_Fumo_Restaurant_727952a8850a-themes.zip\";}s:11:\"themes-size\";i:13036746;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-03-23-0949_Fumo_Restaurant_727952a8850a-uploads.zip\";}s:12:\"uploads-size\";i:124500691;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-03-23-0949_Fumo_Restaurant_727952a8850a-others.zip\";}s:11:\"others-size\";i:1615847;s:2:\"db\";s:57:\"backup_2021-03-23-0949_Fumo_Restaurant_727952a8850a-db.gz\";s:7:\"db-size\";i:470765;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"0f6239293387d04c1864971116008ec355d7b6ad\";s:7:\"themes0\";s:40:\"7960f957262c4ade869f52b4391e0135b2983080\";s:8:\"uploads0\";s:40:\"092186a03eede338e6b88b3f6159e27c9e5dd07a\";s:7:\"others0\";s:40:\"39a7ed7c7c168222fcd2b0afa20e186f428f28f9\";s:3:\"db0\";s:40:\"22071e396a9ead7be25fbac21c91e82690d01a4d\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"18f1d29e083a593e7ae3af859266c0ad7938f3fa4c01bb3247b4a27126693264\";s:7:\"themes0\";s:64:\"575f653e2647da51523b5144e2591a8701c0132b4ce8f8a23826805a57f171ad\";s:8:\"uploads0\";s:64:\"c79813a2184dbaa136972b857042771a8319e17091d3b12399bc1cd3ad4d4c4e\";s:7:\"others0\";s:64:\"335b25048ada86d413d49609bf9ce144ee1767f66a4cfabbcdbd4538a3ecc819\";s:3:\"db0\";s:64:\"d6da65a8bc177edf911b83b89ec0ea1a29af2e0bb9dfcf6e5dd22c43c717829f\";}}s:5:\"nonce\";s:12:\"727952a8850a\";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:1616492951;s:6:\"themes\";i:1616492996;s:7:\"uploads\";i:1616493001;s:6:\"others\";i:1616493045;}s:18:\"created_by_version\";s:7:\"1.16.50\";s:21:\"last_saved_by_version\";s:7:\"1.16.50\";s:12:\"is_multisite\";b:0;}}','no'),(436,'updraft_last_backup','a:6:{s:11:\"backup_time\";i:1616839124;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-plugins.zip\";}s:12:\"plugins-size\";i:36831617;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-themes.zip\";}s:11:\"themes-size\";i:13036746;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-uploads.zip\";}s:12:\"uploads-size\";i:124727285;s:6:\"others\";a:1:{i:0;s:62:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-others.zip\";}s:11:\"others-size\";i:1616615;s:2:\"db\";s:57:\"backup_2021-03-27-0958_Fumo_Restaurant_38480dde4e02-db.gz\";s:7:\"db-size\";i:467660;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9289356c87bcf683ec69f33805d7e15dcd213123\";s:7:\"themes0\";s:40:\"ff1a92706c3689afd5e8e55826715a3da26201fd\";s:8:\"uploads0\";s:40:\"d3ceab3a50c805a96f2c1533952bbfb19ee5c03b\";s:7:\"others0\";s:40:\"527fd1a36cc5eba8a54f08eeb05a72676220e676\";s:3:\"db0\";s:40:\"1ce1ba0a7c35324fc274b9f22551d87fdbebdc2e\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"b422d21ce728bfe2cf10fd51b2444b9cc275a393177a920985a2220f27542bdc\";s:7:\"themes0\";s:64:\"9a9ed66252edebfb6859426dacad01c4b3f12f55bfeffffc407dc69bf77cfec5\";s:8:\"uploads0\";s:64:\"c2f326c8d32aa1f37869ffc119483f7746d42cc0609b55af6f6b535f835a308a\";s:7:\"others0\";s:64:\"5545b504863c8b5a8e4cf35e77d3ab995187d5593dfbf3ea1c276c291446adf8\";s:3:\"db0\";s:64:\"44045373de2f6f3c0f6e0709fc25abd0a6d74a16da7a6b1e473cae68deae8eb0\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"38480dde4e02\";s:26:\"nonincremental_backup_time\";i:1616839124;}','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:1616848418;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');
/*!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=1460 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 -->\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=\"https://fumo.co.za/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\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'),(46,2,'_thumbnail_id','0'),(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 -->\n<h2>Who we are</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our website address is: https://fumo.co.za.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What personal data we collect and why we collect it</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Contact forms</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cookies</h3>\n<!-- /wp:heading -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /wp:heading -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Analytics</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Who we share your data with</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>How long we retain your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp: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<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Where we send your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your contact information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Additional information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>How we protect your data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What data breach procedures we have in place</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What third parties we receive data from</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What automated decision making and/or profiling we do with user data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Industry regulatory disclosure requirements</h3>\n<!-- /wp:heading -->'),(267,3,'_et_pb_use_builder','on'),(266,3,'_edit_lock','1615976113:2'),(421,222,'_wp_attached_file','2020/12/3-steps-01.png'),(78,2,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:3:{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: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\";}}'),(265,65,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{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: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\";}}'),(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.2'),(144,44,'_et_pb_show_page_creation','off'),(145,63,'_menu_item_type','post_type'),(146,63,'_menu_item_menu_item_parent','0'),(147,63,'_menu_item_object_id','2'),(148,63,'_menu_item_object','page'),(149,63,'_menu_item_target',''),(150,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(151,63,'_menu_item_xfn',''),(152,63,'_menu_item_url',''),(164,65,'_et_pb_use_builder','on'),(163,65,'_edit_lock','1615976169:2'),(165,65,'_et_gb_content_width',''),(166,65,'_edit_last','2'),(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'),(179,65,'_thumbnail_id','0'),(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.2'),(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:4:{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: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\";}}'),(216,44,'_wp_page_template','default'),(217,99,'_edit_lock','1616849481:1'),(218,99,'_et_pb_use_builder','on'),(219,99,'_et_gb_content_width',''),(220,99,'_edit_last','1'),(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'),(226,104,'_et_autogenerated_title','0'),(227,104,'_et_default','1'),(228,104,'_et_enabled','1'),(229,104,'_et_header_layout_id','0'),(230,104,'_et_header_layout_enabled','1'),(231,104,'_et_body_layout_id','0'),(232,104,'_et_body_layout_enabled','1'),(233,104,'_et_footer_layout_id','101'),(234,104,'_et_footer_layout_enabled','1'),(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','30324'),(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','30379'),(258,108,'_et_footer_layout_enabled','1'),(1438,30325,'_et_theme_builder_marked_as_unused','2021-03-18 07:32:51'),(263,104,'_et_theme_builder_marked_as_unused','2020-11-05 19:17:23'),(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','2'),(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'),(280,3,'_thumbnail_id','0'),(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.2'),(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:12:{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: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(https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/logo-03.png\" alt=\"\" title=\"logo-03\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/logo-03.png 452w, https://fumo.co.za/wp-content/uploads/2020/12/logo-03-300x300.png 300w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/logo-04.png\" alt=\"\" title=\"logo-04\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/logo-04.png 451w, https://fumo.co.za/wp-content/uploads/2020/12/logo-04-300x300.png 300w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/logo-05.png\" alt=\"\" title=\"logo-05\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/logo-05.png 452w, https://fumo.co.za/wp-content/uploads/2020/12/logo-05-300x300.png 300w, https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/Tango1.jpg\" alt=\"\" title=\"Tango1\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/Tango1.jpg 500w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/Tango3.jpg\" alt=\"\" title=\"Tango3\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/Tango3.jpg 500w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/Tango2.jpg\" alt=\"\" title=\"Tango2\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/Tango2.jpg 500w, https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/3steps-01b.png\" alt=\"\" title=\"3steps 01b\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/3steps-01b.png 330w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/3steps-02b.png\" alt=\"\" title=\"3steps 02b\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/3steps-02b.png 331w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/3steps-03b.png\" alt=\"\" title=\"3steps 03b\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/3steps-03b.png 330w, https://fumo.co.za/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=\"https://fumo.co.za/wp-content/uploads/2020/12/10-small.png\" alt=\"\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/10-small.png 712w, https://fumo.co.za/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=\"https://fumo.co.za/?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=\"https://fumo.co.za/wp-content/uploads/2020/12/cartoon.png\" alt=\"\" title=\"cartoon\" height=\"auto\" width=\"auto\" srcset=\"https://fumo.co.za/wp-content/uploads/2020/12/cartoon.png 1651w, https://fumo.co.za/wp-content/uploads/2020/12/cartoon-1280x868.png 1280w, https://fumo.co.za/wp-content/uploads/2020/12/cartoon-980x665.png 980w, https://fumo.co.za/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'),(938,104,'_wp_trash_meta_status','publish'),(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: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: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: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','2'),(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',''),(734,302,'dzsrst_meta_item_price','$12.99'),(1189,477,'_et_pb_built_for_post_type','page'),(1202,481,'_edit_lock','1615990780:2'),(1187,477,'_et_pb_use_builder','on'),(735,303,'dzsrst_meta_item_thumb',''),(736,303,'dzsrst_meta_item_ingredients','Pasta di pomodor, mozarella, prosciuto crudo, mushrooms'),(737,303,'dzsrst_meta_item_price','$12.99'),(738,304,'dzsrst_meta_item_thumb',''),(739,304,'dzsrst_meta_item_ingredients','Pasta di pomodor, mozarella, prosciuto crudo, mushrooms'),(623,268,'_edit_lock','1613653850:3'),(622,268,'ecwd_added_shortcode','1'),(740,304,'dzsrst_meta_item_price','$12.99'),(741,305,'dzsrst_meta_item_thumb',''),(694,277,'_et_pb_truncate_post',''),(693,277,'_et_pb_first_image',''),(699,277,'_wp_page_template','default'),(633,268,'_edit_last','3'),(691,277,'_et_pb_gutter_width','3'),(690,277,'_et_pb_custom_css',''),(634,268,'ecwd_calendar_theme','calendar_grey'),(733,302,'dzsrst_meta_item_ingredients','Pasta di pomodor, mozarella, prosciuto crudo, mushrooms'),(687,277,'_et_pb_ab_subjects',''),(686,277,'_et_pb_built_for_post_type','page'),(685,277,'_et_pb_side_nav','off'),(684,277,'_et_pb_page_layout','et_right_sidebar'),(683,277,'_et_pb_post_hide_nav','default'),(682,277,'_edit_last','2'),(681,277,'_et_gb_content_width',''),(680,277,'_edit_lock','1615983447:2'),(679,277,'_et_pb_use_builder','on'),(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','1615976072:2'),(689,277,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"277\" /]'),(688,277,'_et_pb_enable_shortcode_tracking',''),(678,277,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{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:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(700,277,'_et_pb_old_content',''),(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'),(731,301,'dzsrst_meta_item_price','$12.99'),(732,302,'dzsrst_meta_item_thumb',''),(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',''),(728,300,'dzsrst_meta_item_thumb','http://i.imgur.com/TQMA86e.jpg'),(729,300,'dzsrst_meta_item_price','$19.99'),(730,301,'dzsrst_meta_item_thumb','http://i.imgur.com/JnKet6U.jpg'),(695,277,'_et_pb_truncate_post_date',''),(696,277,'_et_builder_version','VB|Divi|4.6.6'),(697,277,'_et_pb_show_page_creation','off'),(698,277,'_global_colors_info','{}'),(742,305,'dzsrst_meta_item_ingredients','Pasta di pomodor, mozarella, prosciuto crudo, mushrooms'),(743,305,'dzsrst_meta_item_price','$12.99'),(744,44,'_global_colors_info','{}'),(746,300,'_wp_trash_meta_status','publish'),(747,300,'_wp_trash_meta_time','1615888143'),(748,300,'_wp_desired_post_slug','salat-au-faiche'),(749,301,'_wp_trash_meta_status','publish'),(750,301,'_wp_trash_meta_time','1615888143'),(751,301,'_wp_desired_post_slug','steak-a-la-bon'),(752,302,'_wp_trash_meta_status','publish'),(753,302,'_wp_trash_meta_time','1615888143'),(754,302,'_wp_desired_post_slug','default-1'),(755,303,'_wp_trash_meta_status','publish'),(756,303,'_wp_trash_meta_time','1615888143'),(757,303,'_wp_desired_post_slug','default-2'),(758,304,'_wp_trash_meta_status','publish'),(759,304,'_wp_trash_meta_time','1615888143'),(760,304,'_wp_desired_post_slug','default-3'),(761,305,'_wp_trash_meta_status','publish'),(762,305,'_wp_trash_meta_time','1615888143'),(763,305,'_wp_desired_post_slug','default-4'),(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:4:{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: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','170'),(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'),(939,104,'_wp_trash_meta_time','1615972247'),(940,104,'_wp_desired_post_slug','default-website-template'),(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'),(947,236,'_wp_trash_meta_status','draft'),(948,236,'_wp_trash_meta_time','1615976142'),(949,236,'_wp_desired_post_slug',''),(950,63,'_wp_old_date','2020-10-18'),(1015,65,'_global_colors_info','{}'),(952,385,'_menu_item_type','post_type'),(953,385,'_menu_item_menu_item_parent','0'),(954,385,'_menu_item_object_id','2'),(955,385,'_menu_item_object','page'),(956,385,'_menu_item_target',''),(957,385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(958,385,'_menu_item_xfn',''),(959,385,'_menu_item_url',''),(960,385,'_menu_item_orphaned','1615976294'),(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\";}}'),(988,389,'_menu_item_type','post_type'),(989,389,'_menu_item_menu_item_parent','0'),(990,389,'_menu_item_object_id','134'),(991,389,'_menu_item_object','page'),(992,389,'_menu_item_target',''),(993,389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(994,389,'_menu_item_xfn',''),(995,389,'_menu_item_url',''),(996,389,'_menu_item_orphaned','1615976294'),(997,390,'_menu_item_type','post_type'),(998,390,'_menu_item_menu_item_parent','0'),(999,390,'_menu_item_object_id','44'),(1000,390,'_menu_item_object','page'),(1001,390,'_menu_item_target',''),(1002,390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1003,390,'_menu_item_xfn',''),(1004,390,'_menu_item_url',''),(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.2'),(1142,99,'_et_pb_show_page_creation','off'),(1143,99,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{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: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\";}}'),(1144,277,'_wp_trash_meta_status','publish'),(1145,277,'_wp_trash_meta_time','1615983591'),(1146,277,'_wp_desired_post_slug','events'),(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:4:{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: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.2'),(1167,446,'_et_pb_show_page_creation','off'),(1169,453,'_menu_item_type','post_type'),(1170,453,'_menu_item_menu_item_parent','0'),(1171,453,'_menu_item_object_id','446'),(1172,453,'_menu_item_object','page'),(1173,453,'_menu_item_target',''),(1174,453,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1175,453,'_menu_item_xfn',''),(1176,453,'_menu_item_url',''),(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'),(1270,30315,'_et_template','30316'),(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'),(1283,30315,'_wp_trash_meta_status','auto-draft'),(1284,30315,'_wp_trash_meta_time','1615989587'),(1285,30315,'_wp_desired_post_slug',''),(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'),(1392,30380,'_et_template','30381'),(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'),(1403,30380,'_et_template','30382'),(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'),(1421,30380,'_wp_trash_meta_status','auto-draft'),(1422,30380,'_wp_trash_meta_time','1616052335'),(1423,30380,'_wp_desired_post_slug',''),(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','{}'),(1439,107,'_et_template','108'),(1440,319,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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:3:{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: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\";}}');
/*!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=30445 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,'https://fumo.co.za/?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\" 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=\"https://fumo.co.za/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','','publish','closed','closed','','sample-page','','','2021-03-18 08:01:52','2021-03-18 08:01:52','',0,'https://fumo.co.za/?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=\"|||\" 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=\"https://fumo.co.za/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','','publish','closed','closed','','book-online','','','2021-03-18 08:06:56','2021-03-18 08:06:56','',0,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=459',0,'revision','',0),(5,1,'2020-07-02 09:02:10','2020-07-02 09:02:10','','Divi','','publish','closed','closed','','divi','','','2020-11-05 19:31:05','2020-11-05 19:31:05','',0,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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','https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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: https://fumo.co.za.</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,'https://fumo.co.za/?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=\"https://fumo.co.za/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','','publish','closed','closed','','sp-mm','','','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\":\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"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=\"https://fumo.co.za/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','','publish','closed','closed','','menu','','','2021-03-18 06:55:27','2021-03-18 06:55:27','',0,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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(\'https://fumo.co.za/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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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\":\"https://fumo.co.za/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://fumo.co.za/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=61',0,'revision','',0),(63,1,'2021-03-17 12:35:49','2020-10-18 17:42:28',' ','','','publish','closed','closed','','63','','','2021-03-17 12:35:49','2021-03-17 12:35:49','',0,'https://fumo.co.za/?p=63',1,'nav_menu_item','',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\" 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=\"https://fumo.co.za/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=\"https://fumo.co.za/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','','publish','closed','closed','','contact','','','2021-03-18 08:07:52','2021-03-18 08:07:52','',0,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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','','publish','open','closed','','theme-builder-layout','','','2020-11-05 19:23:51','2020-11-05 19:23:51','',0,'https://fumo.co.za/?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,'https://fumo.co.za/254-revision-v1/',0,'revision','',0),(104,1,'2020-11-05 19:10:27','2020-11-05 19:10:27','','Default Website Template','','trash','closed','closed','','default-website-template__trashed','','','2021-03-17 09:10:47','2021-03-17 09:10:47','',0,'https://fumo.co.za/?post_type=et_template&#038;p=104',0,'et_template','',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,'https://fumo.co.za/?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-03-18 07:59:31','2021-03-18 07:59:31','',0,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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.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=\"https://fumo.co.za/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','','publish','closed','closed','','the-food','','','2021-03-27 12:53:35','2021-03-27 12:53:35','',0,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=127',0,'revision','',0),(300,1,'2021-03-16 09:44:43','2021-03-16 09:44:43','Sample post.','Salat au Faiche','','trash','open','closed','','salat-au-faiche__trashed','','','2021-03-16 09:49:03','2021-03-16 09:49:03','',0,'https://fumo.co.za/menu_item/salat-au-faiche/',0,'dzsrst_items','',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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/134-revision-v1/',0,'revision','',0),(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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/134-revision-v1/',0,'revision','',0);
INSERT INTO `wpuxyio7feou_posts` VALUES (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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/134-revision-v1/',0,'revision','',0),(217,1,'2020-12-01 21:09:13','2020-12-01 21:09:13','[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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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-autosave-v1','','','2020-12-01 21:09:13','2020-12-01 21:09:13','',2,'https://fumo.co.za/2-autosave-v1/',0,'revision','',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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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','','trash','closed','closed','','__trashed','','','2021-03-17 10:15:42','2021-03-17 10:15:42','',0,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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','','publish','open','closed','','theme-builder-layout-2','','','2021-03-17 14:02:24','2021-03-17 14:02:24','',0,'https://fumo.co.za/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,'https://fumo.co.za/calendar/',0,'ecwd_calendar','',0),(277,2,'2021-02-18 13:29:28','2021-02-18 13:29: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=\"Events\" 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=\"4.9.0\" 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=\"https://fumo.co.za/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\" 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\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.0\" _module_preset=\"default\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','trash','closed','closed','','events__trashed','','','2021-03-17 12:19:51','2021-03-17 12:19:51','',0,'https://fumo.co.za/?page_id=277',0,'page','',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,'https://fumo.co.za/?post_type=ecwd_event&#038;p=276',0,'ecwd_event','',0),(283,3,'2021-02-18 13:33:01','2021-02-18 13:33: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=\"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=\"https://fumo.co.za/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\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.9.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Calendar','','inherit','closed','closed','','277-revision-v1','','','2021-02-18 13:33:01','2021-02-18 13:33:01','',277,'https://fumo.co.za/277-revision-v1/',0,'revision','',0),(289,3,'2021-02-19 04:17:29','2021-02-19 04:17: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\" 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=\"4.9.0\" 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=\"https://fumo.co.za/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\" 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\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.0\" _module_preset=\"default\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Calendar','','inherit','closed','closed','','277-revision-v1','','','2021-02-19 04:17:29','2021-02-19 04:17:29','',277,'https://fumo.co.za/277-revision-v1/',0,'revision','',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,'https://fumo.co.za/?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,'https://fumo.co.za/?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(\'https://fumo.co.za/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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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\":\"https://fumo.co.za/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://fumo.co.za/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'https://fumo.co.za/?p=337',0,'revision','',0),(278,3,'2021-02-18 13:29:28','2021-02-18 13:29: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=\"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=\"https://fumo.co.za/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 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=\"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=\"https://fumo.co.za/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=\"https://fumo.co.za/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','','277-revision-v1','','','2021-02-18 13:29:28','2021-02-18 13:29:28','',277,'https://fumo.co.za/277-revision-v1/',0,'revision','',0),(281,3,'2021-02-18 13:31:13','2021-02-18 13:31: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 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=\"https://fumo.co.za/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_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=\"4_4\" _builder_version=\"3.25\" custom_padding=\"80px|5%|80px|5%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.9.0\" 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=\"|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Calendar','','inherit','closed','closed','','277-revision-v1','','','2021-02-18 13:31:13','2021-02-18 13:31:13','',277,'https://fumo.co.za/277-revision-v1/',0,'revision','',0),(279,3,'2021-02-18 13:29:32','2021-02-18 13:29: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 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=\"https://fumo.co.za/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 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=\"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=\"https://fumo.co.za/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=\"https://fumo.co.za/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]','Calendar','','inherit','closed','closed','','277-revision-v1','','','2021-02-18 13:29:32','2021-02-18 13:29:32','',277,'https://fumo.co.za/277-revision-v1/',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,'https://fumo.co.za/venue/womens-day/',0,'ecwd_venue','',0),(288,3,'2021-02-19 04:15:47','2021-02-19 04:15: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\" 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=\"4.9.0\" 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=\"https://fumo.co.za/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\" 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\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.0\" _module_preset=\"default\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events','','inherit','closed','closed','','277-revision-v1','','','2021-02-19 04:15:47','2021-02-19 04:15:47','',277,'https://fumo.co.za/277-revision-v1/',0,'revision','',0),(286,3,'2021-02-19 04:15:44','2021-02-19 04:15:44','[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\" 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=\"4.9.0\" 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=\"https://fumo.co.za/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\" 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\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.0\" _module_preset=\"default\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Calendar','','inherit','closed','closed','','277-revision-v1','','','2021-02-19 04:15:44','2021-02-19 04:15:44','',277,'https://fumo.co.za/277-revision-v1/',0,'revision','',0),(301,1,'2021-03-16 09:44:43','2021-03-16 09:44:43','Sample post.','Steak a la Bon','','trash','open','closed','','steak-a-la-bon__trashed','','','2021-03-16 09:49:03','2021-03-16 09:49:03','',0,'https://fumo.co.za/menu_item/steak-a-la-bon/',0,'dzsrst_items','',0),(302,1,'2021-03-16 09:44:43','2021-03-16 09:44:43','Sample post.','Default 1','','trash','open','closed','','default-1__trashed','','','2021-03-16 09:49:03','2021-03-16 09:49:03','',0,'https://fumo.co.za/menu_item/default-1/',0,'dzsrst_items','',0),(303,1,'2021-03-16 09:44:43','2021-03-16 09:44:43','Sample post.','Default 2','','trash','open','closed','','default-2__trashed','','','2021-03-16 09:49:03','2021-03-16 09:49:03','',0,'https://fumo.co.za/menu_item/default-2/',0,'dzsrst_items','',0),(304,1,'2021-03-16 09:44:43','2021-03-16 09:44:43','Sample post.','Default 3','','trash','open','closed','','default-3__trashed','','','2021-03-16 09:49:03','2021-03-16 09:49:03','',0,'https://fumo.co.za/menu_item/default-3/',0,'dzsrst_items','',0),(305,1,'2021-03-16 09:44:43','2021-03-16 09:44:43','Sample post.','Default 4','','trash','open','closed','','default-4__trashed','','','2021-03-16 09:49:03','2021-03-16 09:49:03','',0,'https://fumo.co.za/menu_item/default-4/',0,'dzsrst_items','',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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?post_type=dzsrst_items&#038;p=329',0,'dzsrst_items','',0),(30440,1,'2021-03-27 12:48:25','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-03-27 12:48:25','0000-00-00 00:00:00','',0,'https://fumo.co.za/?p=30440',0,'post','',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(\'https://fumo.co.za/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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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\":\"https://fumo.co.za/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://fumo.co.za/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',0,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/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(\'https://fumo.co.za/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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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\":\"https://fumo.co.za/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://fumo.co.za/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'https://fumo.co.za/?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(\'https://fumo.co.za/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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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\":\"https://fumo.co.za/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://fumo.co.za/wp-content/uploads/2021/03/01.jpg\');}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}',331,'https://fumo.co.za/?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(\'https://fumo.co.za/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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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\":\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=380',0,'revision','',0),(382,2,'2021-03-17 10:14:26','2021-03-17 10:14: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=\"Events\" 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=\"4.9.0\" 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=\"https://fumo.co.za/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\" 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\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.0\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.0\" _module_preset=\"default\"][ecwd id=\"268\"]	[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Events Calendar','','inherit','closed','closed','','277-revision-v1','','','2021-03-17 10:14:26','2021-03-17 10:14:26','',277,'https://fumo.co.za/?p=382',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,'https://fumo.co.za/?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,'https://fumo.co.za/?p=384',0,'revision','',0),(385,2,'2021-03-17 10:18:14','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2021-03-17 10:18:14','0000-00-00 00:00:00','',0,'https://fumo.co.za/?p=385',1,'nav_menu_item','',0),(386,2,'2021-03-17 12:35:49','2021-03-17 10:19:33',' ','','','publish','closed','closed','','386','','','2021-03-17 12:35:49','2021-03-17 12:35:49','',0,'https://fumo.co.za/?p=386',3,'nav_menu_item','',0),(387,2,'2021-03-17 12:35:49','2021-03-17 10:19:33',' ','','','publish','closed','closed','','387','','','2021-03-17 12:35:49','2021-03-17 12:35:49','',0,'https://fumo.co.za/?p=387',6,'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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=454',0,'revision','',0),(389,2,'2021-03-17 10:18:14','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2021-03-17 10:18:14','0000-00-00 00:00:00','',0,'https://fumo.co.za/?p=389',1,'nav_menu_item','',0),(390,2,'2021-03-17 12:35:49','2021-03-17 10:19:33',' ','','','publish','closed','closed','','390','','','2021-03-17 12:35:49','2021-03-17 12:35:49','',0,'https://fumo.co.za/?p=390',2,'nav_menu_item','',0),(391,2,'2021-03-17 12:35:49','2021-03-17 10:19:33',' ','','','publish','closed','closed','','391','','','2021-03-17 12:35:49','2021-03-17 12:35:49','',0,'https://fumo.co.za/?p=391',5,'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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=400',0,'revision','',0),(453,2,'2021-03-17 12:35:49','2021-03-17 12:34:45',' ','','','publish','closed','closed','','453','','','2021-03-17 12:35:49','2021-03-17 12:35:49','',0,'https://fumo.co.za/?p=453',4,'nav_menu_item','',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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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)\" 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=\"https://fumo.co.za/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','','publish','closed','closed','','events-calendar','','','2021-03-18 07:03:06','2021-03-18 07:03:06','',0,'https://fumo.co.za/?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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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,'https://fumo.co.za/?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','','publish','open','closed','','pappardelle-pasta-al-ragu','','','2021-03-17 13:43:22','2021-03-17 13:43:22','',0,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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','','publish','open','closed','','header-layout-05','','','2021-03-17 14:01:47','2021-03-17 14:01:47','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=30322',0,'revision','',0),(30315,2,'2021-03-17 13:59:47','2021-03-17 13:59:47','','Theme Builder','','trash','closed','closed','','__trashed','','','2021-03-17 13:59:47','2021-03-17 13:59:47','',0,'https://fumo.co.za/?post_type=et_theme_builder&#038;p=30315',0,'et_theme_builder','',0),(30316,2,'2021-03-17 13:51:53','2021-03-17 13:51:53','','Default Website Template','','publish','closed','closed','','default-website-template','','','2021-03-17 13:51:53','2021-03-17 13:51:53','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" 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','','publish','open','closed','','default-website-template','','','2021-03-18 08:00:05','2021-03-18 08:00:05','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=30320',0,'revision','',0),(30325,2,'2021-03-17 14:02:04','2021-03-17 14:02:04','','Blog','','publish','closed','closed','','blog','','','2021-03-18 07:32:14','2021-03-18 07:32:14','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/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,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=30396',0,'revision','',0),(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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=30359',0,'revision','',0);
INSERT INTO `wpuxyio7feou_posts` VALUES (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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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','','publish','open','closed','','footer-1','','','2021-03-18 07:10:27','2021-03-18 07:10:27','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/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=\"https://fumo.co.za/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','open','closed','','footer-10','','','2021-03-18 07:10:56','2021-03-18 07:10:56','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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','open','closed','','footer-2','','','2021-03-18 07:11:20','2021-03-18 07:11:20','',0,'https://fumo.co.za/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|\" 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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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','','publish','open','closed','','footer-3','','','2021-03-18 07:59:31','2021-03-18 07:59:31','',0,'https://fumo.co.za/et_footer_layout/footer-3/',0,'et_footer_layout','',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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=30385',0,'revision','',0),(30380,2,'2021-03-18 07:25:35','2021-03-18 07:25:35','','Theme Builder','','trash','closed','closed','','__trashed-2','','','2021-03-18 07:25:35','2021-03-18 07:25:35','',0,'https://fumo.co.za/?post_type=et_theme_builder&#038;p=30380',0,'et_theme_builder','',0),(30381,2,'2021-03-18 07:12:15','2021-03-18 07:12:15','','Default Website Template','','publish','closed','closed','','default-website-template-3','','','2021-03-18 07:12:15','2021-03-18 07:12:15','',0,'https://fumo.co.za/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','','publish','closed','closed','','blog-2','','','2021-03-18 07:12:15','2021-03-18 07:12:15','',0,'https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" style=\"color: #ffffff;\">Home</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/menu\" style=\"color: #ffffff;\">Menu</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/book-online/\" style=\"color: #ffffff;\">Book Online</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/events-calendar/\" style=\"color: #ffffff;\">Events Calendar</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/the-food/\" style=\"color: #ffffff;\">The Food</a></span><br /><span style=\"color: #ffffff;\"><a href=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/\" 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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?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,'https://fumo.co.za/?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=\"https://fumo.co.za/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\":\"https://fumo.co.za/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,'https://fumo.co.za/?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=\"https://fumo.co.za/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,'https://fumo.co.za/?p=30442',0,'revision','',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=3 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-03-17 06:23:22'),(2,'sbi_17841401993766512#12',2,'content','[]','2021-03-27 12:33:38');
/*!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=157 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','');
/*!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=157 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');
/*!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),(63,2,0),(453,2,0),(101,3,0),(229,4,0),(229,5,0),(229,6,0),(299,9,0),(300,21,0),(301,21,0),(302,22,0),(303,22,0),(304,22,0),(305,22,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),(390,2,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);
/*!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=24 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,6),(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,1),(14,14,'dzsrst_items_cat','',0,0),(15,15,'dzsrst_items_cat','',0,0),(16,16,'dzsrst_items_cat','',0,0),(17,17,'dzsrst_items_cat','',0,0),(18,18,'dzsrst_items_cat','',0,0),(19,19,'dzsrst_items_cat','',0,0),(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);
/*!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 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 */;
/*!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=24 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);
/*!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=88 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:1:{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;}}'),(17,1,'wpuxyio7feou_dashboard_quick_press_last_post_id','30440'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:9:\"2.37.19.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','1616849305'),(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','fresh'),(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:1:{s:64:\"a962bdcb6844efed2bd4f9123fc0774002c3252036a8524b03881d3eefc8068e\";a:4:{s:10:\"expiration\";i:1616225180;s:2:\"ip\";s:13:\"154.73.183.63\";s:2:\"ua\";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:5:\"login\";i:1616052380;}}'),(47,2,'_itsec_has_logged_in','1613644825'),(48,2,'wpuxyio7feou_dashboard_quick_press_last_post_id','295'),(49,2,'itsec_user_activity_last_seen','1616052912'),(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;}}'),(67,3,'session_tokens','a:1:{s:64:\"bf069326e6f2bf98c5fa71889d096b37db722d2b34096dc79ad597717faeb5ff\";a:4:{s:10:\"expiration\";i:1614745585;s:2:\"ip\";s:13:\"202.53.86.106\";s:2:\"ua\";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:5:\"login\";i:1614572785;}}'),(68,3,'_itsec_has_logged_in','1613645214'),(69,3,'wpuxyio7feou_dashboard_quick_press_last_post_id','293'),(70,3,'itsec_user_activity_last_seen','1614572792'),(71,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"202.53.86.0\";}'),(72,3,'itsec-settings-view','grid'),(73,3,'ignore_fbe_not_installed_notice','1'),(74,3,'wpuxyio7feou_user-settings','editor=html'),(75,3,'wpuxyio7feou_user-settings-time','1613653983'),(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');
/*!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=4 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','https://fumo.co.za','2020-06-22 13:40:24','',0,'adminsz'),(2,'itumeleng@rainmakers.cafe','$P$BBDaI37.Dy/LBBMnSDta24V4wuakGH/','itumelengrainmakers-cafe','itumeleng@rainmakers.cafe','','2021-02-18 10:34:37','1613644477:$P$B.Wwi18h8DrtdwQW93pascuHdTbDRR.',0,'itumeleng@rainmakers.cafe'),(3,'Raju','$P$BkWC.z/K08pDw3Y98V9jXZ.O9ynBBx1','raju','raju@rainmakers.cafe','','2021-02-18 10:43:13','1613644994:$P$B9M6D4dEYE36mHz617dn72mJVPDPhS0',0,'Raju');
/*!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-03-27 13:30:34
